|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the external entity that this EntityHandler handles.protected static interface BaseV1_0ExternalService.EntityHandler<T extends AbstractCaArrayEntity>
An external entity handler encapsulates the logic to perform generic operations for an external entity type. These include retrieving an instance of it by id, and performing CQL and by-example queries.
Method Summary | |
---|---|
java.util.List<T> |
queryByExample(ExampleSearchCriteria<T> criteria,
LimitOffset pagingParams)
return a list of entities of this handler's type, that match the given example criteria, subject to paging parameters. |
java.lang.Object |
resolve(java.lang.String objectId)
Retrieve and return the internal instance given an object id. |
Method Detail |
---|
java.lang.Object resolve(java.lang.String objectId)
objectId
- the object identifier. the semantics of depend on the external entity type.
java.util.List<T> queryByExample(ExampleSearchCriteria<T> criteria, LimitOffset pagingParams)
criteria
- the example criteriapagingParams
- the paging parameters
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |