|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jdo.impl.fostore.AIDTranscriber
| Field Summary | |
private java.lang.Class |
cls
|
private FOStoreModel |
model
|
private static I18NHelper |
msg
I18N support. |
private FOStoreOutput |
out
|
| Constructor Summary | |
(package private) |
AIDTranscriber(FOStoreOutput out,
java.lang.Class pcClass,
FOStorePMF pmf)
|
| Method Summary | |
(package private) void |
assertNotNull(int fieldNumber,
java.lang.Object value)
|
void |
storeBooleanField(int fieldNumber,
boolean value)
Store one field into the field manager. |
void |
storeByteField(int fieldNumber,
byte value)
Store one field into the field manager. |
void |
storeCharField(int fieldNumber,
char value)
Store one field into the field manager. |
void |
storeDoubleField(int fieldNumber,
double value)
Store one field into the field manager. |
void |
storeFloatField(int fieldNumber,
float value)
Store one field into the field manager. |
void |
storeIntField(int fieldNumber,
int value)
Store one field into the field manager. |
void |
storeLongField(int fieldNumber,
long value)
Store one field into the field manager. |
void |
storeObjectField(int fieldNumber,
java.lang.Object value)
Store one field into the field manager. |
void |
storeShortField(int fieldNumber,
short value)
Store one field into the field manager. |
void |
storeStringField(int fieldNumber,
java.lang.String value)
Store one field into the field manager. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private FOStoreOutput out
private final FOStoreModel model
private final java.lang.Class cls
private static final I18NHelper msg
| Constructor Detail |
AIDTranscriber(FOStoreOutput out,
java.lang.Class pcClass,
FOStorePMF pmf)
| Method Detail |
public void storeBooleanField(int fieldNumber,
boolean value)
storeBooleanField in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumerfieldNumber - the field number of the key field.value - the value of the field from the ObjectId.
public void storeCharField(int fieldNumber,
char value)
storeCharField in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumerfieldNumber - the field number of the key field.value - the value of the field from the ObjectId.
public void storeByteField(int fieldNumber,
byte value)
storeByteField in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumerfieldNumber - the field number of the key field.value - the value of the field from the ObjectId.
public void storeShortField(int fieldNumber,
short value)
storeShortField in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumerfieldNumber - the field number of the key field.value - the value of the field from the ObjectId.
public void storeIntField(int fieldNumber,
int value)
storeIntField in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumerfieldNumber - the field number of the key field.value - the value of the field from the ObjectId.
public void storeLongField(int fieldNumber,
long value)
storeLongField in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumerfieldNumber - the field number of the key field.value - the value of the field from the ObjectId.
public void storeFloatField(int fieldNumber,
float value)
storeFloatField in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumerfieldNumber - the field number of the key field.value - the value of the field from the ObjectId.
public void storeDoubleField(int fieldNumber,
double value)
storeDoubleField in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumerfieldNumber - the field number of the key field.value - the value of the field from the ObjectId.
public void storeStringField(int fieldNumber,
java.lang.String value)
storeStringField in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumerfieldNumber - the field number of the key field.value - the value of the field from the ObjectId.
public void storeObjectField(int fieldNumber,
java.lang.Object value)
storeObjectField in interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumerfieldNumber - the field number of the key field.value - the value of the field from the ObjectId.
void assertNotNull(int fieldNumber,
java.lang.Object value)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||