Uses of Class
de.hybris.platform.cockpit.model.query.impl.UISavedQuery
-
-
Uses of UISavedQuery in de.hybris.platform.cockpit.components.menu.impl
Methods in de.hybris.platform.cockpit.components.menu.impl that return UISavedQuery Modifier and Type Method Description protected UISavedQueryUsersAssignedListSavedQueryRenderer. getQuery()Methods in de.hybris.platform.cockpit.components.menu.impl with parameters of type UISavedQuery Modifier and Type Method Description protected voidUsersAssignedListSavedQueryRenderer. setQuery(UISavedQuery query)Constructors in de.hybris.platform.cockpit.components.menu.impl with parameters of type UISavedQuery Constructor Description UsersAssignedListSavedQueryRenderer(java.util.List<TypedObject> assignedValuesList, UISavedQuery query, java.lang.String right) -
Uses of UISavedQuery in de.hybris.platform.cockpit.components.navigationarea
Methods in de.hybris.platform.cockpit.components.navigationarea that return types with arguments of type UISavedQuery Modifier and Type Method Description protected java.util.List<UISavedQuery>AbstractNavigationAreaModel. getNotSharedQueriesFromJalo()java.util.List<UISavedQuery>AbstractNavigationAreaModel. getSavedQueries()protected java.util.List<UISavedQuery>AbstractNavigationAreaModel. getSharedQueriesFromJalo() -
Uses of UISavedQuery in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer with parameters of type UISavedQuery Modifier and Type Method Description protected org.zkoss.zul.MenupopupQueryRenderer. createSavedQueryContextMenu(UISavedQuery query, org.zkoss.zul.Label queryLabel, org.zkoss.zk.ui.Component parent) -
Uses of UISavedQuery in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return UISavedQuery Modifier and Type Method Description UISavedQueryUINavigationArea. getSelectedSavedQuery() -
Uses of UISavedQuery in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return UISavedQuery Modifier and Type Method Description UISavedQueryBaseUICockpitNavigationArea. getSelectedSavedQuery()Methods in de.hybris.platform.cockpit.session.impl with parameters of type UISavedQuery Modifier and Type Method Description voidBaseUICockpitNavigationArea. publishSavedQuery(UISavedQuery query)voidBaseUICockpitNavigationArea. renameSavedQuery(UISavedQuery query, java.lang.String label)voidBaseUICockpitNavigationArea. setSelectedSavedQuery(UISavedQuery query, boolean doubleClicked)
-