Class DataRangeChildControlInfoList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<de.uplanet.lucy.server.rtcache.DataRangeChildControlInfo>
de.uplanet.lucy.server.businesslogic.util.DataRangeChildControlInfoList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<de.uplanet.lucy.server.rtcache.DataRangeChildControlInfo>, Collection<de.uplanet.lucy.server.rtcache.DataRangeChildControlInfo>, List<de.uplanet.lucy.server.rtcache.DataRangeChildControlInfo>, RandomAccess

public class DataRangeChildControlInfoList extends ArrayList<de.uplanet.lucy.server.rtcache.DataRangeChildControlInfo>
This class is an extension of an ArrayList especially designed for for storing and retrieving child control infos.
See Also:
  • Constructor Details

    • DataRangeChildControlInfoList

      public DataRangeChildControlInfoList(de.uplanet.lucy.server.property.IListProperty p_sortProperty, Collection<? extends de.uplanet.lucy.server.rtcache.DataRangeChildControlInfo> p_collection)
      Parameters:
      p_collection -
    • DataRangeChildControlInfoList

      public DataRangeChildControlInfoList(de.uplanet.lucy.server.property.IListProperty p_sortProperty, int p_iInitialCapacity)
      Parameters:
      p_iInitialCapacity -
    • DataRangeChildControlInfoList

      public DataRangeChildControlInfoList()
      Creates a new instance of ControlInfoList
  • Method Details

    • getSortProperty

      public de.uplanet.lucy.server.property.IListProperty getSortProperty()
      Returns:
      the sortProperty
    • setSortProperty

      public void setSortProperty(de.uplanet.lucy.server.property.IListProperty p_sortProperty)
    • getSortByInfo

      public List<de.uplanet.lucy.server.businesslogic.util.SortByInfo> getSortByInfo(String p_strSortByList, String p_strSortOrderList)
    • getFieldIdMap

      public Map<String,String> getFieldIdMap(List<String> p_controls)
    • getDefaultSortByInfo

      public List<de.uplanet.lucy.server.businesslogic.util.SortByInfo> getDefaultSortByInfo()
    • getDefaultDistinctMap

      public Map<String,String> getDefaultDistinctMap()
    • getFieldGuid

      public String getFieldGuid(String p_strName)
    • getControl

      public de.uplanet.lucy.server.rtcache.DataRangeChildControlInfo getControl(String p_strFieldGuid)