|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistentIF
INTERNAL: Interface implemented by all data objects used by the proxy framework.
Method Summary | |
---|---|
int |
_p_getFieldCount()
|
IdentityIF |
_p_getIdentity()
INTERNAL: Returns the identity of the object. |
TransactionIF |
_p_getTransaction()
INTERNAL: Returns the transaction that is responible for managing the object. |
java.lang.Object |
_p_getType()
INTERNAL: Returns the object.type. |
void |
_p_setIdentity(IdentityIF identity)
INTERNAL: Sets the identity of the object. |
void |
_p_setTransaction(TransactionIF transaction)
INTERNAL: Sets the transaction that is responible for managing the object. |
void |
clearAll()
|
void |
detach()
|
boolean |
isDeleted()
|
boolean |
isDirty()
|
boolean |
isDirty(int field)
|
boolean |
isInDatabase()
|
boolean |
isLoaded(int field)
|
boolean |
isNewObject()
|
boolean |
isPersistent()
|
boolean |
isTransient()
|
java.lang.Object |
loadValue(FieldInfoIF finfo)
|
int |
nextDirty(int start)
|
int |
nextDirty(int start,
int end)
|
void |
setDeleted(boolean deleted)
|
void |
setDirtyFlushed(int field,
boolean dirty)
|
void |
setInDatabase(boolean inDatabase)
|
void |
setNewObject(boolean newobject)
|
void |
setPersistent(boolean persistent)
|
Method Detail |
---|
IdentityIF _p_getIdentity()
void _p_setIdentity(IdentityIF identity)
TransactionIF _p_getTransaction()
void _p_setTransaction(TransactionIF transaction)
java.lang.Object _p_getType()
int _p_getFieldCount()
boolean isTransient()
boolean isNewObject()
void setNewObject(boolean newobject)
boolean isInDatabase()
void setInDatabase(boolean inDatabase)
boolean isPersistent()
void setPersistent(boolean persistent)
boolean isDeleted()
void setDeleted(boolean deleted)
boolean isLoaded(int field)
java.lang.Object loadValue(FieldInfoIF finfo)
boolean isDirty()
boolean isDirty(int field)
int nextDirty(int start)
int nextDirty(int start, int end)
void setDirtyFlushed(int field, boolean dirty)
void clearAll()
void detach()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |