|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ListFactory
This interface should be implemented by all data object factories, which support browsing through list of data object page by page.
| Method Summary | |
|---|---|
java.util.List |
get(ListOptions options)
Get list of data objects specified by the list options. |
ListDefinition |
getDefaultListDefinition()
Get the default list definition, which will be used to retrieve the initial list of data objects |
| Methods inherited from interface org.opensubsystems.core.persist.DataFactory |
|---|
get, getDataType |
| Method Detail |
|---|
ListDefinition getDefaultListDefinition()
java.util.List get(ListOptions options)
throws org.opensubsystems.core.error.OSSException
options - - options specifying what data to retrieve
org.opensubsystems.core.error.OSSException - - error during select
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||