Class WebDataRange
- java.lang.Object
-
- de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRange
-
- de.uplanet.lucy.server.businesslogic.rtappservices.WebDataRange
-
- All Implemented Interfaces:
IWebDataRange
public class WebDataRange extends de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRange implements IWebDataRange
-
-
Constructor Summary
Constructors Constructor Description WebDataRange(de.uplanet.lucy.server.binding.IAppBinding p_binding, de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection p_dc, de.uplanet.lucy.server.businesslogic.util.IServerDataRange p_datarange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.uplanet.lucy.server.businesslogic.rtappservices.IWebRowDataCollectionContextIterator
getContextRowIterator()
Returns a context row iterator.DataRangeChildControlInfoList
getDataRangeControlInfo()
Returns the child control infosde.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection
getDC()
List<?>
getPreSelectControls()
returns a list of lists that hold control informationString
getPreSelectControlsStr()
returns the String that is given by the request for evaluating preSelect controlsList<IWebRowDataCollection>
getRows()
returns aList
ofIRow
objects-
Methods inherited from class de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRange
getAppGuid, getAttribute, getBinding, getBinding, getDataGroupGuid, getDataRangeGuid, getDatarangeName, getDrSortItems, getParentId, getPropertiesVH, getPropertyVH, getQuery, getResizerList, getResizerList, getSysident, getSystemProperty, getSystemProperty, getSystemPropertyVH, getSystemPropertyVH, getTotalCount, getUserTimeZone, hasPermission, hasSystemProperty
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataRange
getAppGuid, getAttribute, getBinding, getBinding, getDataGroupGuid, getDataRangeGuid, getDatarangeName, getDrSortItems, getParentId, getPropertiesVH, getPropertyVH, getQuery, getResizerList, getResizerList, getSysident, getSystemProperty, getSystemProperty, getSystemPropertyVH, getSystemPropertyVH, getTotalCount, getUserTimeZone, hasPermission, hasSystemProperty
-
-
-
-
Method Detail
-
getDC
public de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection getDC()
- Specified by:
getDC
in interfaceIWebDataRange
- Overrides:
getDC
in classde.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRange
- Returns:
- Returns the data collection of the page.
-
getRows
public List<IWebRowDataCollection> getRows()
Description copied from interface:IWebDataRange
returns aList
ofIRow
objects- Specified by:
getRows
in interfaceIWebDataRange
- Returns:
- a
List
ofIRow
objects
-
getContextRowIterator
public de.uplanet.lucy.server.businesslogic.rtappservices.IWebRowDataCollectionContextIterator getContextRowIterator()
Description copied from interface:IWebDataRange
Returns a context row iterator. Current binding context will be set to the current row. On finish the context will reset to the beginning state.- Specified by:
getContextRowIterator
in interfaceIWebDataRange
-
getPreSelectControlsStr
public String getPreSelectControlsStr()
Description copied from interface:IWebDataRange
returns the String that is given by the request for evaluating preSelect controls- Specified by:
getPreSelectControlsStr
in interfaceIWebDataRange
- Returns:
- a String representing the request parameter
-
getPreSelectControls
public List<?> getPreSelectControls()
Description copied from interface:IWebDataRange
returns a list of lists that hold control information- Specified by:
getPreSelectControls
in interfaceIWebDataRange
- Returns:
- a
List
-
getDataRangeControlInfo
public DataRangeChildControlInfoList getDataRangeControlInfo()
Description copied from interface:IWebDataRange
Returns the child control infos- Specified by:
getDataRangeControlInfo
in interfaceIWebDataRange
- Returns:
- p_childControlList a
DataRangeChildControlInfo
-
-