|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dispatching.service.DefaultRequestContext
it.eng.spago.dispatching.module.AbstractModule
it.eng.spago.dispatching.module.list.basic.AbstractBasicListModule
it.eng.spagobi.commons.services.AbstractListLookupModule
it.eng.spagobi.behaviouralmodel.lov.bo.LovToListService
public class LovToListService
Constructor Summary | |
---|---|
LovToListService(ILovDetail lovDet,
it.eng.spago.security.IEngUserProfile profile)
constructor. |
|
LovToListService(java.lang.String lovRes)
constructor. |
Method Summary | |
---|---|
it.eng.spago.paginator.basic.ListIFace |
getList(it.eng.spago.base.SourceBean arg0,
it.eng.spago.base.SourceBean arg1)
|
it.eng.spago.base.SourceBean |
getListServiceBaseConfig(java.lang.String title)
Create the configuration for the lov list. |
it.eng.spago.paginator.basic.ListIFace |
getLovAsListService()
Gets the Spago List interface of the lov result. |
ILovDetail |
getLovDetail()
Gets the lov detail. |
java.lang.String |
getLovResult()
Gets the lov result string. |
void |
setLovDetail(ILovDetail lovDetail)
Sets the lov detail. |
void |
setLovResult(java.lang.String lovResult)
Sets the lov result string. |
Methods inherited from class it.eng.spagobi.commons.services.AbstractListLookupModule |
---|
filterListForCorrelatedParam, filterListForCorrelatedParam, getErroHandler, intersectLists, mergeLists |
Methods inherited from class it.eng.spago.dispatching.module.list.basic.AbstractBasicListModule |
---|
callback, delete, getList, service, setList |
Methods inherited from class it.eng.spago.dispatching.module.AbstractModule |
---|
getConfig, getModule, getModuleMethod, getPage, getSharedData, init, setModule, setModuleMethod, setPage, setSharedData |
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext |
---|
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LovToListService(ILovDetail lovDet, it.eng.spago.security.IEngUserProfile profile)
lovDet
- the lov detprofile
- the profilepublic LovToListService(java.lang.String lovRes)
lovRes
- the lov resMethod Detail |
---|
public it.eng.spago.paginator.basic.ListIFace getLovAsListService() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic it.eng.spago.base.SourceBean getListServiceBaseConfig(java.lang.String title) throws java.lang.Exception
title
- the title of the lov list
java.lang.Exception
- the exceptionpublic java.lang.String getLovResult()
public void setLovResult(java.lang.String lovResult)
lovResult
- the lov result string to setpublic ILovDetail getLovDetail()
public void setLovDetail(ILovDetail lovDetail)
lovDetail
- the new lov detailpublic it.eng.spago.paginator.basic.ListIFace getList(it.eng.spago.base.SourceBean arg0, it.eng.spago.base.SourceBean arg1) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |