|
||||||||||
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.services.modules.ListLookupModalityValuesModule
public class ListLookupModalityValuesModule
Loads the predefined lookup list of values
Constructor Summary | |
---|---|
ListLookupModalityValuesModule()
Class Constructor |
Method Summary | |
---|---|
private it.eng.spago.base.SourceBean |
createBackButton(java.util.HashMap backButtonParams)
Creates a BACK_BUTTON SourceBean with the parameters passed at input |
private it.eng.spago.base.SourceBean |
createColumnsSB(java.util.Vector columns)
Creates a COLUMNS SourceBean with all the columns in the Vector passed at input |
private it.eng.spago.base.SourceBean |
createSelectCaption(java.util.HashMap selectCaptionParams,
java.lang.String valueColumn)
Creates a SELECT_CAPTION SourceBean with the parameters passed at input |
private java.util.Vector |
findVisibleColumns(java.lang.String visibleColumns)
Finds the names of the visible columns with the StringTokenizer from the String at input. |
it.eng.spago.paginator.basic.ListIFace |
getList(it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
Gets the list |
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, getPage, getSharedData, init, setModule, 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 ListLookupModalityValuesModule()
Method Detail |
---|
public it.eng.spago.paginator.basic.ListIFace getList(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response) throws java.lang.Exception
request
- The request SourceBeanresponse
- The response SourceBean
java.lang.Exception
private java.util.Vector findVisibleColumns(java.lang.String visibleColumns)
visibleColumns
- The String at input to be tokenized
private it.eng.spago.base.SourceBean createBackButton(java.util.HashMap backButtonParams) throws it.eng.spago.base.SourceBeanException
backButtonParams
- The HashMap containing the parameters names and values
it.eng.spago.base.SourceBeanException
private it.eng.spago.base.SourceBean createSelectCaption(java.util.HashMap selectCaptionParams, java.lang.String valueColumn) throws it.eng.spago.base.SourceBeanException
selectCaptionParams
- The HashMap containing the parameters names and valuesvalueColumn
- The relative variable to be set in the caption URL representing the lookup value
it.eng.spago.base.SourceBeanException
private it.eng.spago.base.SourceBean createColumnsSB(java.util.Vector columns) throws it.eng.spago.base.SourceBeanException
columns
- The Vector containing the columns to be visualized
it.eng.spago.base.SourceBeanException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |