|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldAccessIF
INTERNAL: Interface for reading and updating object field values. The actual object field accessed by the implementation is not exposed by the interface.
Method Summary | |
---|---|
void |
clear(IdentityIF identity)
INTERNAL: Clears the field value for the given object identity. |
java.lang.Object |
load(AccessRegistrarIF registrar,
IdentityIF identity)
INTERNAL: Loads the field value for the given object identity. |
java.lang.Object |
loadMultiple(AccessRegistrarIF registrar,
java.util.Collection identities,
IdentityIF current)
INTERNAL: Loads the field value for all the given object identities. |
void |
storeDirty(ObjectAccessIF oaccess,
java.lang.Object object)
INTERNAL: The object field is dirty and a call to this method should cause the field value to be updated. |
Method Detail |
---|
java.lang.Object load(AccessRegistrarIF registrar, IdentityIF identity) throws java.lang.Exception
IdentityNotFoundException
- if the identity was not found.
java.lang.Exception
java.lang.Object loadMultiple(AccessRegistrarIF registrar, java.util.Collection identities, IdentityIF current) throws java.lang.Exception
IdentityNotFoundException
- if the identity was not found.
java.lang.Exception
void storeDirty(ObjectAccessIF oaccess, java.lang.Object object) throws java.lang.Exception
java.lang.Exception
void clear(IdentityIF identity) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |