public interface FieldAccessIF
Modifier and Type | Method and Description |
---|---|
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<IdentityIF> 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.
|
Object load(AccessRegistrarIF registrar, IdentityIF identity) throws Exception
IdentityNotFoundException
- if the identity was not found.Exception
Object loadMultiple(AccessRegistrarIF registrar, Collection<IdentityIF> 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