Uses of Class
de.hybris.platform.cockpit.model.query.impl.UICollectionQuery
-
-
Uses of UICollectionQuery in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl with parameters of type UICollectionQuery Modifier and Type Method Description intCatalogNavigationArea. addToCollection(TypedObject item, UICollectionQuery collection, boolean multiDrag)voidCatalogNavigationArea. handlePasteOperation(java.lang.String rawContent, UICollectionQuery collection)Methods that handles paste requests -
Uses of UICollectionQuery in de.hybris.platform.cockpit.components.menu.impl
Methods in de.hybris.platform.cockpit.components.menu.impl that return UICollectionQuery Modifier and Type Method Description protected UICollectionQueryUsersAssignedListQueryRenderer. getQuery()Methods in de.hybris.platform.cockpit.components.menu.impl with parameters of type UICollectionQuery Modifier and Type Method Description protected voidUsersAssignedListQueryRenderer. setQuery(UICollectionQuery query)Constructors in de.hybris.platform.cockpit.components.menu.impl with parameters of type UICollectionQuery Constructor Description UsersAssignedListQueryRenderer(java.util.List<TypedObject> assignedValuesList, UICollectionQuery query, java.lang.String right) -
Uses of UICollectionQuery in de.hybris.platform.cockpit.components.navigationarea
Methods in de.hybris.platform.cockpit.components.navigationarea that return UICollectionQuery Modifier and Type Method Description UICollectionQueryAbstractNavigationAreaModel. addNewCollection()UICollectionQueryAbstractNavigationAreaModel. getCollectionQuery(ObjectCollection coll)Methods in de.hybris.platform.cockpit.components.navigationarea that return types with arguments of type UICollectionQuery Modifier and Type Method Description java.util.List<UICollectionQuery>AbstractNavigationAreaModel. getCollections()protected java.util.List<UICollectionQuery>AbstractNavigationAreaModel. getCollectionsFromJalo()java.util.List<UICollectionQuery>AbstractNavigationAreaModel. getSpecialCollections()protected java.util.List<UICollectionQuery>AbstractNavigationAreaModel. getSpecialCollectionsFromJalo() -
Uses of UICollectionQuery in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer with parameters of type UICollectionQuery Modifier and Type Method Description protected org.zkoss.zul.MenupopupQueryRenderer. createCollectionContextMenu(UICollectionQuery query, org.zkoss.zul.Label queryLabel, org.zkoss.zk.ui.Component parent) -
Uses of UICollectionQuery in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return UICollectionQuery Modifier and Type Method Description UICollectionQueryUINavigationArea. getSelectedCollection() -
Uses of UICollectionQuery in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return UICollectionQuery Modifier and Type Method Description UICollectionQueryBaseUICockpitNavigationArea. getSelectedCollection()Methods in de.hybris.platform.cockpit.session.impl with parameters of type UICollectionQuery Modifier and Type Method Description intBaseUICockpitNavigationArea. addToCollection(TypedObject item, UICollectionQuery collection, boolean multiDrag)voidBaseUICockpitNavigationArea. handlePasteOperation(java.lang.String rawContent, UICollectionQuery collection)Base implementation does not implement paste operation.voidBaseUICockpitNavigationArea. publishCollection(UICollectionQuery query)voidBaseUICockpitNavigationArea. renameCollection(UICollectionQuery query, java.lang.String label)voidBaseUICockpitNavigationArea. setSelectedCollection(UICollectionQuery selectedCollection, boolean doubleClicked) -
Uses of UICollectionQuery in de.hybris.platform.productcockpit.session.impl
Methods in de.hybris.platform.productcockpit.session.impl that return UICollectionQuery Modifier and Type Method Description UICollectionQueryNavigationArea. getCollectionQuery(ObjectCollection coll)Methods in de.hybris.platform.productcockpit.session.impl with parameters of type UICollectionQuery Modifier and Type Method Description voidNavigationArea. handlePasteOperation(java.lang.String rawContent, UICollectionQuery collection)Methods that handles paste requests
-