|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ListController
This interface define business logic related to retrieving list of data objects from the persistence store.
| Method Summary | |
|---|---|
java.util.List |
getDefinitionList(int iDataType)
Get definition list (list of generic data) |
java.lang.Object[] |
getExactPage(ListOptions options)
Get list for some specific page. |
java.lang.Object[] |
getNextPage(ListOptions options)
Get list for next page. |
java.lang.Object[] |
getPreviousPage(ListOptions options)
Get list for previous page. |
java.lang.Object[] |
getSetDefinition(ListOptions options)
Get list after list definition has changed.. |
java.lang.Object[] |
getSetOrder(ListOptions options)
Get list after order column changed. |
java.lang.Object[] |
getSetPageSize(ListOptions options)
Get list after page size changed. |
java.lang.Object[] |
getShowList(ListOptions options)
Get default list, which is the list to show when the list is displayed the first time. |
| Methods inherited from interface org.opensubsystems.core.logic.StatelessController |
|---|
constructor |
| Method Detail |
|---|
java.lang.Object[] getShowList(ListOptions options)
throws org.opensubsystems.core.error.OSSException,
java.rmi.RemoteException
options - - list options
org.opensubsystems.core.error.OSSException - - an error has occured
java.rmi.RemoteException - - required since this method can be called remotely
java.lang.Object[] getSetDefinition(ListOptions options)
throws org.opensubsystems.core.error.OSSException,
java.rmi.RemoteException
options - - list options
org.opensubsystems.core.error.OSSException - - an error has occured
java.rmi.RemoteException - - required since this method can be called remotely
java.lang.Object[] getSetOrder(ListOptions options)
throws org.opensubsystems.core.error.OSSException,
java.rmi.RemoteException
options - - list options
org.opensubsystems.core.error.OSSException - - an error has occured
java.rmi.RemoteException - - required since this method can be called remotely
java.lang.Object[] getSetPageSize(ListOptions options)
throws org.opensubsystems.core.error.OSSException,
java.rmi.RemoteException
options - - list options
org.opensubsystems.core.error.OSSException - - an error has occured
java.rmi.RemoteException - - required since this method can be called remotely
java.lang.Object[] getPreviousPage(ListOptions options)
throws org.opensubsystems.core.error.OSSException,
java.rmi.RemoteException
options - - list options
org.opensubsystems.core.error.OSSException - - an error has occured
java.rmi.RemoteException - - required since this method can be called remotely
java.lang.Object[] getNextPage(ListOptions options)
throws org.opensubsystems.core.error.OSSException,
java.rmi.RemoteException
options - - list options
org.opensubsystems.core.error.OSSException - - an error has occured
java.rmi.RemoteException - - required since this method can be called remotely
java.lang.Object[] getExactPage(ListOptions options)
throws org.opensubsystems.core.error.OSSException,
java.rmi.RemoteException
options - - list options
org.opensubsystems.core.error.OSSException - - an error has occured
java.rmi.RemoteException - - required since this method can be called remotely
java.util.List getDefinitionList(int iDataType)
throws org.opensubsystems.core.error.OSSException,
java.rmi.RemoteException
iDataType - - datatype of the object
org.opensubsystems.core.error.OSSException - - an error has occured
java.rmi.RemoteException - - required since this method can be called remotely
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||