Class WebShapedTableRange

java.lang.Object
de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRange
de.uplanet.lucy.server.businesslogic.rtappservices.WebShapedTableRange
All Implemented Interfaces:
IWebDataRange

public class WebShapedTableRange extends de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRange
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebShapedTableRange(de.uplanet.lucy.server.binding.IAppBinding p_binding, de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection p_dc, de.uplanet.lucy.server.businesslogic.util.IServerShapedTableDataRange p_dataRange)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uplanet.lucy.server.businesslogic.rtappservices.IWebRowDataCollectionContextIterator
    Returns a context row iterator.
    Returns the child control infos
    List<?>
    returns a list of lists that hold control information
    returns the String that is given by the request for evaluating preSelect controls
    returns a List of IRow objects

    Methods inherited from class de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRange

    getAppGuid, getAttribute, getBinding, getBinding, getDataGroupGuid, getDataRangeGuid, getDatarangeName, getDC, 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
  • Constructor Details

    • WebShapedTableRange

      public WebShapedTableRange(de.uplanet.lucy.server.binding.IAppBinding p_binding, de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection p_dc, de.uplanet.lucy.server.businesslogic.util.IServerShapedTableDataRange p_dataRange)
  • Method Details

    • getRows

      public List<IWebRowDataCollection> getRows()
      Description copied from interface: IWebDataRange
      returns a List of IRow objects
      Returns:
      a List of IRow 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.
    • getPreSelectControlsStr

      public String getPreSelectControlsStr()
      Description copied from interface: IWebDataRange
      returns the String that is given by the request for evaluating preSelect controls
      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
      Returns:
      a List
    • getDataRangeControlInfo

      public DataRangeChildControlInfoList getDataRangeControlInfo()
      Description copied from interface: IWebDataRange
      Returns the child control infos
      Returns:
      p_childControlList a DataRangeChildControlInfo