|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccountEntity | |
|---|---|
| com.ibm.itim.dataservices.model.domain | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model. |
| com.ibm.itim.dataservices.model.system | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the system specific elements of the data model. |
| Uses of AccountEntity in com.ibm.itim.dataservices.model.domain |
|---|
| Methods in com.ibm.itim.dataservices.model.domain that return AccountEntity | |
|---|---|
AccountEntity |
AccountFactory.create(PersonEntity owner,
ServiceEntity service,
Account account)
Creates an account in the data store with the given value object to define the account's attributes. |
AccountEntity |
AccountFactory.create(PersonEntity owner,
ServiceEntity service,
Account account,
ObjectProfile profile)
Creates an account in the data store with the given value object to define the account's attributes. |
AccountEntity |
AccountFactory.create(ServiceEntity service,
Account account)
Creates an orphan account in the data store with the given value object to define the account's attributes. |
AccountEntity |
AccountFactory.create(ServiceEntity service,
Account account,
ObjectProfile profile)
Creates an orphan account in the data store with the given value object to define the account's attributes. |
AccountEntity |
AccountSearch.lookup(DistinguishedName dn)
Retrieves the account from the data store with the given distinguished name. |
AccountEntity |
AccountEntity.orphan()
Orphan an account by removing the owner from the account. |
| Uses of AccountEntity in com.ibm.itim.dataservices.model.system |
|---|
| Subclasses of AccountEntity in com.ibm.itim.dataservices.model.system | |
|---|---|
class |
SystemUserEntity
Represents a usr of the system (platform) in the data model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||