Class UICollectionQuery

java.lang.Object
de.hybris.platform.cockpit.model.query.impl.UIQuery
de.hybris.platform.cockpit.model.query.impl.UICollectionQuery

public class UICollectionQuery extends UIQuery
  • Constructor Details

    • UICollectionQuery

      public UICollectionQuery(ObjectCollection objectCollection)
  • Method Details

    • getItems

      public List<TypedObject> getItems()
    • getItems

      public List<TypedObject> getItems(int start, int count)
    • getSize

      public int getSize()
    • getObjectCollection

      public ObjectCollection getObjectCollection()
    • getLabel

      public String getLabel()
      Overrides:
      getLabel in class UIQuery
    • setLabel

      public void setLabel(String label)
      Overrides:
      setLabel in class UIQuery
    • isInitial

      public boolean isInitial()
    • setInitial

      public void setInitial(boolean initial)