Uses of Interface
de.hybris.platform.cockpit.model.advancedsearch.AdvancedSearchModel
-
-
Uses of AdvancedSearchModel in de.hybris.platform.cmscockpit.wizard.page
Fields in de.hybris.platform.cmscockpit.wizard.page declared as AdvancedSearchModel Modifier and Type Field Description protected AdvancedSearchModelAdvancedSearchPage.DefaultSelectorAdvancedSearchController. advancedSearachModelConstructors in de.hybris.platform.cmscockpit.wizard.page with parameters of type AdvancedSearchModel Constructor Description DefaultSelectorAdvancedSearchController(AdvancedSearchModel advancedSearachModel, UIAdvancedSearchView view) -
Uses of AdvancedSearchModel in de.hybris.platform.cockpit.model.advancedsearch
Methods in de.hybris.platform.cockpit.model.advancedsearch that return AdvancedSearchModel Modifier and Type Method Description AdvancedSearchModelUIAdvancedSearchView. getModel()Returns this view component's model.Methods in de.hybris.platform.cockpit.model.advancedsearch with parameters of type AdvancedSearchModel Modifier and Type Method Description voidUIAdvancedSearchView. setModel(AdvancedSearchModel model)Sets the model of this view component tomodeland initializes the view (ifmodelis not null). -
Uses of AdvancedSearchModel in de.hybris.platform.cockpit.model.advancedsearch.impl
Classes in de.hybris.platform.cockpit.model.advancedsearch.impl that implement AdvancedSearchModel Modifier and Type Class Description classAbstractAdvancedSearchModelProvides methods for adding, removing and notifyingAdvancedSearchModelListeners.classDefaultAdvancedSearchModelMethods in de.hybris.platform.cockpit.model.advancedsearch.impl that return AdvancedSearchModel Modifier and Type Method Description AdvancedSearchModelAdvancedSearchView. getModel()Methods in de.hybris.platform.cockpit.model.advancedsearch.impl with parameters of type AdvancedSearchModel Modifier and Type Method Description static voidAdvancedSearchHelper. createSearchParameterValues(AdvancedSearchModel model, AdvancedSearchParameterContainer parameterContainer, java.util.List<SearchParameterValue> paramValues, java.util.List<java.util.List<SearchParameterValue>> orValues)voidAdvancedSearchView. setModel(AdvancedSearchModel model) -
Uses of AdvancedSearchModel in de.hybris.platform.cockpit.model.referenceeditor
Methods in de.hybris.platform.cockpit.model.referenceeditor that return AdvancedSearchModel Modifier and Type Method Description AdvancedSearchModelReferenceSelectorModel. getAdvancedSearchModel() -
Uses of AdvancedSearchModel in de.hybris.platform.cockpit.model.referenceeditor.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.impl that return AdvancedSearchModel Modifier and Type Method Description AdvancedSearchModelDefaultReferenceSelectorModel. getAdvancedSearchModel() -
Uses of AdvancedSearchModel in de.hybris.platform.cockpit.model.referenceeditor.simple
Methods in de.hybris.platform.cockpit.model.referenceeditor.simple that return AdvancedSearchModel Modifier and Type Method Description AdvancedSearchModelSimpleReferenceSelectorModel. getAdvancedSearchModel()Returns advanced search mode - used for advanced mode -
Uses of AdvancedSearchModel in de.hybris.platform.cockpit.model.referenceeditor.simple.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.simple.impl that return AdvancedSearchModel Modifier and Type Method Description AdvancedSearchModelDefaultSimpleReferenceSelectorModel. getAdvancedSearchModel() -
Uses of AdvancedSearchModel in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return AdvancedSearchModel Modifier and Type Method Description AdvancedSearchModelSearchBrowserModel. getAdvancedSearchModel() -
Uses of AdvancedSearchModel in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return AdvancedSearchModel Modifier and Type Method Description AdvancedSearchModelAbstractSearchBrowserModel. getAdvancedSearchModel() -
Uses of AdvancedSearchModel in de.hybris.platform.cockpit.wizards.generic
Fields in de.hybris.platform.cockpit.wizards.generic declared as AdvancedSearchModel Modifier and Type Field Description protected AdvancedSearchModelAdvancedSearchPage.DefaultSelectorAdvancedSearchController. advancedSearachModelConstructors in de.hybris.platform.cockpit.wizards.generic with parameters of type AdvancedSearchModel Constructor Description DefaultSelectorAdvancedSearchController(AdvancedSearchModel advancedSearachModel, UIAdvancedSearchView view)
-