|
|||||||||||
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.ScalableAccountTable
Class that provides an interface for searching and performing operations on accounts within the context of a defining service. Given the context of a service, single operations can be made against all accounts for that service.
Constructor Summary | |
---|---|
ScalableAccountTable(ServiceEntity service)
Constructs the ScalableAccountTable with a service as its context. |
Method Summary | |
---|---|
SearchResults |
getAll()
Returns all accounts hosted by the service including account on concrete and hosted services. |
SearchResults |
getByFilter(java.lang.String filter)
Returns all accounts matching the given filter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScalableAccountTable(ServiceEntity service) throws ObjectNotFoundException
service
- ServiceEntity for context.Method Detail |
public SearchResults getAll() throws ModelCommunicationException, ObjectNotFoundException
ModelCommunicationException
- Thrown if unable to communicate
with the data store.
ObjectNotFoundException
- Thrown if unable to locate the
service in the data store. This may be due to an invalid
distinguished name, or the entity may have been removed by
another client.public SearchResults getByFilter(java.lang.String filter) throws ModelCommunicationException, ObjectNotFoundException
filter
- Filter that defines the criteria for returned
AccountEntity to meet.
ModelCommunicationException
- Thrown if unable to communicate
with the data store.
ObjectNotFoundException
- Thrown if unable to locate the
service in the data store. This may be due to an invalid
distinguished name, or the entity may have been removed by
another client.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |