|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.dataservices.model.domain.PersonFactory
Factory class for creating people in the data store.
PersonEntity
Constructor Summary | |
---|---|
PersonFactory()
Default constructor. |
Method Summary | |
---|---|
PersonEntity |
create(CompoundDN logicalContext,
Person person)
Creates a person in the data store with the given value object to define the person's attributes. |
PersonEntity |
create(OrganizationalContainerEntity logicalContext,
Person person)
Creates a person in the data store with the given value object to define the person's attributes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PersonFactory()
Method Detail |
public PersonEntity create(OrganizationalContainerEntity logicalContext, Person person) throws ModelCommunicationException, ModelCreationException
logicalContext
- OrganizationalContainerEntity under which this
entity should logically be placed.person
- Person value object use for creation.
ModelCommunicationException
- Thrown if unable to communicate
with the data store.
ModelCreationException
- Thrown if unable to create the
entity in the data store. Most likely due to some sort of
schema violation caused by improper attributes set in the
value object.public PersonEntity create(CompoundDN logicalContext, Person person) throws ModelCommunicationException, ModelCreationException
logicalContext
- CompoundDN that defines the placement of the person.
At least one (1) element and at most two (2)
are expected:
person
- Person value object use for creation.
ModelCommunicationException
- Thrown if unable to communicate
with the data store.
ModelCreationException
- Thrown if unable to create the
entity in the data store. Most likely due to some sort of
schema violation caused by improper attributes set in the
value object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |