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 SummaryConstructorsConstructorDescriptionWebDataRange(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 SummaryModifier and TypeMethodDescriptionde.uplanet.lucy.server.businesslogic.rtappservices.IWebRowDataCollectionContextIteratorReturns a context row iterator.Returns the child control infosde.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollectiongetDC()List<?>returns a list of lists that hold control informationreturns the String that is given by the request for evaluating preSelect controlsgetRows()returns aListofIRowobjectsMethods inherited from class de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRangegetAppGuid, getAttribute, getBinding, getBinding, getDataGroupGuid, getDataRangeGuid, getDatarangeName, getDrSortItems, getParentId, getPropertiesVH, getPropertyVH, getQuery, getResizerList, getResizerList, getSysident, getSystemProperty, getSystemProperty, getSystemPropertyVH, getSystemPropertyVH, getTotalCount, getUserTimeZone, hasPermission, hasSystemPropertyMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataRangegetAppGuid, getAttribute, getBinding, getBinding, getDataGroupGuid, getDataRangeGuid, getDatarangeName, getDrSortItems, getParentId, getPropertiesVH, getPropertyVH, getQuery, getResizerList, getResizerList, getSysident, getSystemProperty, getSystemProperty, getSystemPropertyVH, getSystemPropertyVH, getTotalCount, getUserTimeZone, hasPermission, hasSystemProperty
- 
Constructor Details- 
WebDataRangepublic 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 Details- 
getDCpublic de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection getDC()- Specified by:
- getDCin interface- IWebDataRange
- Overrides:
- getDCin class- de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRange
- Returns:
- Returns the data collection of the page.
 
- 
getRowsDescription copied from interface:IWebDataRangereturns aListofIRowobjects- Specified by:
- getRowsin interface- IWebDataRange
- Returns:
- a ListofIRowobjects
 
- 
getContextRowIteratorpublic de.uplanet.lucy.server.businesslogic.rtappservices.IWebRowDataCollectionContextIterator getContextRowIterator()Description copied from interface:IWebDataRangeReturns 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:
- getContextRowIteratorin interface- IWebDataRange
 
- 
getPreSelectControlsStrDescription copied from interface:IWebDataRangereturns the String that is given by the request for evaluating preSelect controls- Specified by:
- getPreSelectControlsStrin interface- IWebDataRange
- Returns:
- a String representing the request parameter
 
- 
getPreSelectControlsDescription copied from interface:IWebDataRangereturns a list of lists that hold control information- Specified by:
- getPreSelectControlsin interface- IWebDataRange
- Returns:
- a List
 
- 
getDataRangeControlInfoDescription copied from interface:IWebDataRangeReturns the child control infos- Specified by:
- getDataRangeControlInfoin interface- IWebDataRange
- Returns:
- p_childControlList a DataRangeChildControlInfo
 
 
-