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 Summary
Constructors Constructor Description UICollectionQuery(ObjectCollection objectCollection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TypedObject>
getItems()
java.util.List<TypedObject>
getItems(int start, int count)
java.lang.String
getLabel()
ObjectCollection
getObjectCollection()
int
getSize()
boolean
isInitial()
void
setInitial(boolean initial)
void
setLabel(java.lang.String label)
-
-
-
Constructor Detail
-
UICollectionQuery
public UICollectionQuery(ObjectCollection objectCollection)
-
-
Method Detail
-
getItems
public java.util.List<TypedObject> getItems()
-
getItems
public java.util.List<TypedObject> getItems(int start, int count)
-
getSize
public int getSize()
-
getObjectCollection
public ObjectCollection getObjectCollection()
-
isInitial
public boolean isInitial()
-
setInitial
public void setInitial(boolean initial)
-
-