|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by Data Access Objects with finder operations
Method Summary | |
PaginatedList |
find(AuditableBusinessObject value,
int firstElement,
int maxElements)
Find objects with properties matching those of value. |
java.util.List |
findAll()
Return all persistent instances |
java.util.List |
findById(java.util.Collection ids)
Find a List of objects by their identifiers. |
Method Detail |
public java.util.List findById(java.util.Collection ids)
ids
- collection of identifiers
public PaginatedList find(AuditableBusinessObject value, int firstElement, int maxElements)
value
- parameters to filter onfirstElement
- the first result, numbered from 0maxElements
- the maximum number of results
public java.util.List findAll()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |