it.eng.spagobi.services.commons
Class LookupScriptDelegatedBasicListService
java.lang.Object
it.eng.spagobi.services.commons.LookupScriptDelegatedBasicListService
public class LookupScriptDelegatedBasicListService
- extends java.lang.Object
Provides all methods to handle a lookup list of objects. Its methods are called from a list
module class to get the objects list.
Method Summary |
static it.eng.spago.paginator.basic.ListIFace |
getList(it.eng.spago.dispatching.service.ServiceIFace service,
it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response,
it.eng.spago.base.SourceBean result)
Gets the list for a particular SpagoBI object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LIST_PAGE
public static final java.lang.String LIST_PAGE
- See Also:
- Constant Field Values
LIST_FIRST
public static final java.lang.String LIST_FIRST
- See Also:
- Constant Field Values
LIST_PREV
public static final java.lang.String LIST_PREV
- See Also:
- Constant Field Values
LIST_NEXT
public static final java.lang.String LIST_NEXT
- See Also:
- Constant Field Values
LIST_LAST
public static final java.lang.String LIST_LAST
- See Also:
- Constant Field Values
LIST_CURRENT
public static final java.lang.String LIST_CURRENT
- See Also:
- Constant Field Values
LIST_NOCACHE
public static final java.lang.String LIST_NOCACHE
- See Also:
- Constant Field Values
LIST_DELETE
public static final java.lang.String LIST_DELETE
- See Also:
- Constant Field Values
LookupScriptDelegatedBasicListService
private LookupScriptDelegatedBasicListService()
getList
public static it.eng.spago.paginator.basic.ListIFace getList(it.eng.spago.dispatching.service.ServiceIFace service,
it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response,
it.eng.spago.base.SourceBean result)
throws java.lang.Exception
- Gets the list for a particular SpagoBI object.
- Parameters:
service
- The service interface objectrequest
- The request Source Beanresponse
- The response Source Bean
- Throws:
java.lang.Exception
- If any exception occurred