|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.services.commons.LookupQueryDelegatedBasicListService
public class LookupQueryDelegatedBasicListService
Provides all methods to handle a lookup list of objects. Its methods are called from a list module class to get the objects list.
Field Summary | |
---|---|
static java.lang.String |
LIST_CURRENT
|
static java.lang.String |
LIST_DELETE
|
static java.lang.String |
LIST_FIRST
|
static java.lang.String |
LIST_LAST
|
static java.lang.String |
LIST_NEXT
|
static java.lang.String |
LIST_NOCACHE
|
static java.lang.String |
LIST_PAGE
|
static java.lang.String |
LIST_PREV
|
Constructor Summary | |
---|---|
private |
LookupQueryDelegatedBasicListService()
|
Method Summary | |
---|---|
static java.lang.Object |
executeSelect(it.eng.spago.base.RequestContainer requestContainer,
it.eng.spago.base.ResponseContainer responseContainer,
java.lang.String pool,
java.lang.String statement,
java.lang.String type)
Executes a select statement. |
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 moduleConfig)
Gets the list for a particular SpagoBI object. |
static java.lang.String |
getMessage(it.eng.spago.base.SourceBean request)
Gets the information contained in a Source Bean attribute identified by the key "MESSAGE". |
static void |
service(it.eng.spago.dispatching.service.ServiceIFace service,
it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
The service method for this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LIST_PAGE
public static final java.lang.String LIST_FIRST
public static final java.lang.String LIST_PREV
public static final java.lang.String LIST_NEXT
public static final java.lang.String LIST_LAST
public static final java.lang.String LIST_CURRENT
public static final java.lang.String LIST_NOCACHE
public static final java.lang.String LIST_DELETE
Constructor Detail |
---|
private LookupQueryDelegatedBasicListService()
Method Detail |
---|
public static void service(it.eng.spago.dispatching.service.ServiceIFace service, it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response) throws java.lang.Exception
service
- The service interface objectrequest
- The request Source Beanresponse
- The response Source Bean
java.lang.Exception
- If any Exception occurredpublic 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 moduleConfig) throws java.lang.Exception
service
- The service interface objectrequest
- The request Source Beanresponse
- The response Source Bean
java.lang.Exception
- If any exception occurredpublic static java.lang.Object executeSelect(it.eng.spago.base.RequestContainer requestContainer, it.eng.spago.base.ResponseContainer responseContainer, java.lang.String pool, java.lang.String statement, java.lang.String type)
requestContainer
- The request container objectresponseContainer
- The response container objectpool
- The pool definition stringstatement
- The statement definition stringtype
-
public static java.lang.String getMessage(it.eng.spago.base.SourceBean request)
request
- The input Source Bean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |