Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • 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)
      • 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)