|
||||||||||
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. |
Object |
load(AccessRegistrarIF registrar,
IdentityIF identity)
INTERNAL: Loads the field value for the given object identity. |
Object |
loadMultiple(AccessRegistrarIF registrar,
Collection identities,
IdentityIF current)
INTERNAL: Loads the field value for all the given object identities. |
void |
storeDirty(ObjectAccessIF oaccess,
Object object)
INTERNAL: The object field is dirty and a call to this method should cause the field value to be updated. |
Method Detail |
---|
Object load(AccessRegistrarIF registrar, IdentityIF identity) throws Exception
IdentityNotFoundException
- if the identity was not found.
Exception
Object loadMultiple(AccessRegistrarIF registrar, Collection identities, IdentityIF current) throws Exception
IdentityNotFoundException
- if the identity was not found.
Exception
void storeDirty(ObjectAccessIF oaccess, Object object) throws Exception
Exception
void clear(IdentityIF identity) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |