|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectAccessIF
INTERNAL: A object access implementation for manipulation of identifiable objects.
Method Summary | |
---|---|
IdentityIF |
getIdentity(java.lang.Object object)
INTERNAL: Returns the identity of the specified object handle. |
java.lang.Object |
getObject(IdentityIF identity)
INTERNAL: Returns a handle for the specified value. |
java.lang.Object |
getType(java.lang.Object object)
INTERNAL: Returns the type of the specified object handle. |
java.lang.Object |
getValue(java.lang.Object object,
FieldInfoIF finfo)
INTERNAL: Returns the object field value. |
boolean |
isDirty(java.lang.Object object)
INTERNAL: Returns true if the specified object is dirty. |
boolean |
isDirty(java.lang.Object object,
int field)
INTERNAL: Returns true if the specified object field is dirty. |
int |
nextDirty(java.lang.Object object,
int start)
INTERNAL: Returns the index of the next dirty field from and including the start index. |
int |
nextDirty(java.lang.Object object,
int start,
int end)
INTERNAL: Returns the index of the next dirty field from and including start, up until end, but not including end. |
void |
setDirtyFlushed(java.lang.Object object,
int field)
INTERNAL: Marks the dirty fields as being flushed (stored in the database). |
Method Detail |
---|
java.lang.Object getObject(IdentityIF identity)
IdentityIF getIdentity(java.lang.Object object)
java.lang.Object getType(java.lang.Object object)
java.lang.Object getValue(java.lang.Object object, FieldInfoIF finfo)
boolean isDirty(java.lang.Object object)
boolean isDirty(java.lang.Object object, int field)
int nextDirty(java.lang.Object object, int start)
int nextDirty(java.lang.Object object, int start, int end)
void setDirtyFlushed(java.lang.Object object, int field)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |