Uses of Interface
de.hybris.platform.cockpit.model.meta.ObjectTemplate
-
-
Uses of ObjectTemplate in de.hybris.platform.admincockpit.session.impl
Constructors in de.hybris.platform.admincockpit.session.impl with parameters of type ObjectTemplate Constructor Description AdmincockpitConstraintBrowserModel(ObjectTemplate rootType)AdmincockpitConstraintGroupsBrowserModel(ObjectTemplate rootType) -
Uses of ObjectTemplate in de.hybris.platform.admincockpit.wizards
Fields in de.hybris.platform.admincockpit.wizards declared as ObjectTemplate Modifier and Type Field Description protected ObjectTemplateNewConstraintItemWizard. itemWizardCurrentTypeDeprecated.Constructors in de.hybris.platform.admincockpit.wizards with parameters of type ObjectTemplate Constructor Description NewConstraintItemWizard(ObjectTemplate currentType, org.zkoss.zk.ui.Component parent, BrowserModel browserModel)Deprecated. -
Uses of ObjectTemplate in de.hybris.platform.cockpit.components.contentbrowser
Fields in de.hybris.platform.cockpit.components.contentbrowser declared as ObjectTemplate Modifier and Type Field Description protected ObjectTemplateContextAreaBrowserComponent. lastContextTypeprotected ObjectTemplateAbstractMainAreaBrowserComponent. lastResultTypeprotected ObjectTemplateListSectionComponent. lastResultTypeMethods in de.hybris.platform.cockpit.components.contentbrowser that return ObjectTemplate Modifier and Type Method Description protected ObjectTemplateContextAreaBrowserComponent. getContextResultType()protected ObjectTemplateAbstractMainAreaBrowserComponent. getRootType()protected ObjectTemplateListSectionComponent. getRootType()Methods in de.hybris.platform.cockpit.components.contentbrowser with parameters of type ObjectTemplate Modifier and Type Method Description protected ListViewConfigurationContextAreaBrowserComponent. getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String code)protected ListViewConfigurationListSectionComponent. getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String code)protected ListViewConfigurationMainAreaListviewBrowserComponent. getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String code)protected java.util.Set<PropertyDescriptor>ContextAreaBrowserComponent. getRequiredPropertyDescriptors(ObjectTemplate template)protected ObjectValueContainerContextAreaBrowserComponent. getValueContainer(ObjectTemplate template) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.components.listview.impl
Methods in de.hybris.platform.cockpit.components.listview.impl that return ObjectTemplate Modifier and Type Method Description ObjectTemplateContextAreaValueContainer. getType()Methods in de.hybris.platform.cockpit.components.listview.impl with parameters of type ObjectTemplate Modifier and Type Method Description voidContextAreaValueContainer. setType(ObjectTemplate type)Constructors in de.hybris.platform.cockpit.components.listview.impl with parameters of type ObjectTemplate Constructor Description ContextAreaValueContainer(java.util.Collection<TypedObject> values, TypedObject rootItem, ObjectTemplate type) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.advancedsearch
Methods in de.hybris.platform.cockpit.model.advancedsearch that return ObjectTemplate Modifier and Type Method Description ObjectTemplateAdvancedSearchModel. getSelectedType()Returns the currently selected type i.e.ObjectTemplateAdvancedSearchParameterContainer. getSelectedType()Methods in de.hybris.platform.cockpit.model.advancedsearch that return types with arguments of type ObjectTemplate Modifier and Type Method Description java.util.List<ObjectTemplate>AdvancedSearchModel. getTypes()Returns all the types supported by this advanced search.Methods in de.hybris.platform.cockpit.model.advancedsearch with parameters of type ObjectTemplate Modifier and Type Method Description voidAdvancedSearchViewListener. selectedTypeComboItemChanged(ObjectTemplate type)voidAdvancedSearchParameterContainer. setSelectedType(ObjectTemplate type) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.advancedsearch.impl
Methods in de.hybris.platform.cockpit.model.advancedsearch.impl that return ObjectTemplate Modifier and Type Method Description ObjectTemplateDefaultAdvancedSearchModel. getSelectedType()ObjectTemplateDefaultParameterContainer. getSelectedType()Methods in de.hybris.platform.cockpit.model.advancedsearch.impl that return types with arguments of type ObjectTemplate Modifier and Type Method Description java.util.List<ObjectTemplate>DefaultAdvancedSearchModel. getTypes()Methods in de.hybris.platform.cockpit.model.advancedsearch.impl with parameters of type ObjectTemplate Modifier and Type Method Description protected voidAbstractAdvancedSearchView. fireChangeSelectedType(ObjectTemplate type)voidAbstractAdvancedSearchViewListener. selectedTypeComboItemChanged(ObjectTemplate type)voidDefaultAdvancedSearchModel. setSelectedType(ObjectTemplate type)voidDefaultParameterContainer. setSelectedType(ObjectTemplate type)Method parameters in de.hybris.platform.cockpit.model.advancedsearch.impl with type arguments of type ObjectTemplate Modifier and Type Method Description voidDefaultAdvancedSearchModel. setTypes(java.util.Collection<ObjectTemplate> types) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.browser.impl
Constructors in de.hybris.platform.cockpit.model.browser.impl with parameters of type ObjectTemplate Constructor Description DefaultExtendedSearchBrowserModel(ObjectTemplate rootType, boolean allowDelete, boolean showCreateButton) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.editor
Methods in de.hybris.platform.cockpit.model.editor that return ObjectTemplate Modifier and Type Method Description static ObjectTemplateEditorHelper. processVariantTypeCheck(ObjectTemplate type, TypedObject object, PropertyDescriptor propertyDescriptor, TypeService typeService)Methods in de.hybris.platform.cockpit.model.editor with parameters of type ObjectTemplate Modifier and Type Method Description static ObjectTemplateEditorHelper. processVariantTypeCheck(ObjectTemplate type, TypedObject object, PropertyDescriptor propertyDescriptor, TypeService typeService)static voidEditorHelper. tryOpenContextAreaEditor(UICockpitPerspective perspective, ObjectTemplate type, java.util.Collection value, TypedObject currentObject, PropertyDescriptor propertyDescriptor, java.util.Map<java.lang.String,? extends java.lang.Object> parameters) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.gridview
Methods in de.hybris.platform.cockpit.model.gridview with parameters of type ObjectTemplate Modifier and Type Method Description voidUIGridView. setRootType(ObjectTemplate template) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.gridview.impl
Methods in de.hybris.platform.cockpit.model.gridview.impl with parameters of type ObjectTemplate Modifier and Type Method Description voidGridView. setRootType(ObjectTemplate template) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.listview
Methods in de.hybris.platform.cockpit.model.listview that return ObjectTemplate Modifier and Type Method Description ObjectTemplateListViewHelper.ListViewInfo. getRootType()Methods in de.hybris.platform.cockpit.model.listview with parameters of type ObjectTemplate Modifier and Type Method Description static ListViewConfigurationListViewHelper. getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String contextCode)static <E extends TypedObject>
ListViewHelper.ListViewInfoListViewHelper. loadListView(UIListView listView, java.lang.String contextCode, ObjectTemplate oldRootType, ObjectTemplate newRootType, MutableTableModel tableModel, DefaultListModel<E> listModel, CockpitListComponent<E> cockpitListComp, ListViewHelper.ListenerHandler listenerHandler, DragAndDropContext dndCtx)Convenience method for loading a list view component.static <E extends TypedObject>
ListViewHelper.ListViewInfoListViewHelper. loadListView(UIListView listView, java.lang.String contextCode, ObjectTemplate oldRootType, ObjectTemplate newRootType, MutableTableModel tableModel, DefaultListModel<E> listModel, CockpitListComponent<E> cockpitListComp, ListViewHelper.ListenerHandler listenerHandler, DragAndDropContext dndCtx, ListViewConfiguration listViewConf)Convenience method for loading a list view component.protected voidListViewHelper.ListViewInfo. setRootType(ObjectTemplate rootType) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.meta
Methods in de.hybris.platform.cockpit.model.meta that return types with arguments of type ObjectTemplate Modifier and Type Method Description java.util.Collection<ObjectTemplate>TypedObject. getAssignedTemplates()java.util.Collection<ObjectTemplate>TypedObject. getPotentialTemplates() -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.meta.impl
Classes in de.hybris.platform.cockpit.model.meta.impl that implement ObjectTemplate Modifier and Type Class Description classItemTemplateMethods in de.hybris.platform.cockpit.model.meta.impl that return types with arguments of type ObjectTemplate Modifier and Type Method Description java.util.Collection<ObjectTemplate>DefaultTypedObject. getAssignedTemplates()java.util.Collection<ObjectTemplate>DefaultTypedObject. getPotentialTemplates()Method parameters in de.hybris.platform.cockpit.model.meta.impl with type arguments of type ObjectTemplate Modifier and Type Method Description voidDefaultTypedObject. setAssignedTemplates(java.util.Collection<ObjectTemplate> assignedTemplates)voidDefaultTypedObject. setPotentialTemplates(java.util.Collection<ObjectTemplate> potentialTemplates) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.referenceeditor
Methods in de.hybris.platform.cockpit.model.referenceeditor with parameters of type ObjectTemplate Modifier and Type Method Description voidReferenceSelectorModel. doSearch(ObjectTemplate objectType, AdvancedSearchParameterContainer parameterContainer, int currentPage) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.referenceeditor.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.impl with parameters of type ObjectTemplate Modifier and Type Method Description voidDefaultReferenceSelectorModel. doSearch(ObjectTemplate objectType, AdvancedSearchParameterContainer parameterContainer, int currentPage)protected AdvancedSearchConfigurationDefaultReferenceSelectorModel. getAdvancedSearchConfiguration(ObjectTemplate objectTemplate, java.lang.String code)protected ListViewConfigurationDefaultReferenceSelectorModel. getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String code) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.referenceeditor.simple
Methods in de.hybris.platform.cockpit.model.referenceeditor.simple with parameters of type ObjectTemplate Modifier and Type Method Description voidSimpleReferenceSelectorModel. doSearch(ObjectTemplate objectType, AdvancedSearchParameterContainer parameterContainer, int currentPage)Perform search within advanced selector mode -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.referenceeditor.simple.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.simple.impl with parameters of type ObjectTemplate Modifier and Type Method Description voidDefaultSimpleReferenceSelectorModel. doSearch(ObjectTemplate objectType, AdvancedSearchParameterContainer parameterContainer, int currentPage) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.model.search.impl
Methods in de.hybris.platform.cockpit.model.search.impl that return types with arguments of type ObjectTemplate Modifier and Type Method Description java.util.Collection<ObjectTemplate>ResultObjectWrapper. getAssignedTemplates()java.util.Collection<ObjectTemplate>ResultObjectWrapper. getPotentialTemplates() -
Uses of ObjectTemplate in de.hybris.platform.cockpit.reports.wizards
Fields in de.hybris.platform.cockpit.reports.wizards declared as ObjectTemplate Modifier and Type Field Description protected ObjectTemplateNewJasperReportWizard. currentTypeConstructors in de.hybris.platform.cockpit.reports.wizards with parameters of type ObjectTemplate Constructor Description NewJasperReportWizard(ObjectTemplate currentType, org.zkoss.zk.ui.Component parent, BrowserModel browserModel) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services with parameters of type ObjectTemplate Modifier and Type Method Description TypedObjectNewItemService. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)voidNewItemService. setDefaultValues(ObjectValueContainer valueContainer, ObjectTemplate template) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config that return ObjectTemplate Modifier and Type Method Description ObjectTemplateAdvancedSearchConfiguration. getRootType()ObjectTemplateInitialPropertyConfiguration. getSourceObjectTemplate()Methods in de.hybris.platform.cockpit.services.config that return types with arguments of type ObjectTemplate Modifier and Type Method Description java.util.List<ObjectTemplate>AdvancedSearchConfiguration. getRelatedTypes()Methods in de.hybris.platform.cockpit.services.config with parameters of type ObjectTemplate Modifier and Type Method Description TUIComponentConfigurationFactory. create(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, org.xml.sax.InputSource inputSource)TBaseFallbackEnabledUIConfigurationFactory. createDefault(ObjectTemplate objectTemplate, BaseConfiguration baseConfiguration)TUIComponentConfigurationFactory. createDefault(ObjectTemplate objectTemplate)Creates a default ui component configuration for the given template<T extends UIComponentConfiguration>
TUIConfigurationService. getComponentConfiguration(ObjectTemplate template, java.lang.String code, java.lang.Class<T> expectedClass)Returns a UI component configuration for the given parameters and usesthe session roleas role.<T extends UIComponentConfiguration>
TUIConfigurationService. getComponentConfiguration(UIRole role, ObjectTemplate template, java.lang.String code, java.lang.Class<T> expectedClass)Returns a UI component configuration for the given role, object template code and type.InitialPropertyConfigurationBaseConfiguration. getInitialPropertyConfiguration(ObjectTemplate objectTemplate, TypeService typeService)voidConfigurationPersistingStrategy. persistComponentConfiguration(CONFIG configuration, UserModel user, ObjectTemplate objectTemplate, java.lang.String code)Stores the configuration according to the strategy implementation<T extends UIComponentConfiguration>
voidUIConfigurationService. setLocalComponentConfiguration(T configuration, UserModel user, ObjectTemplate template, java.lang.String code, java.lang.Class<T> expectedClass)Stores given UI configuration for given user and given parameters. -
Uses of ObjectTemplate in de.hybris.platform.cockpit.services.config.impl
Fields in de.hybris.platform.cockpit.services.config.impl declared as ObjectTemplate Modifier and Type Field Description protected ObjectTemplateAbstractConfigurationPersistingStrategyTest. templateProductprotected ObjectTemplateAbstractConfigurationPersistingStrategyTest. templateProductCpuprotected ObjectTemplateAbstractConfigurationPersistingStrategyTest. templateProductVariantMethods in de.hybris.platform.cockpit.services.config.impl that return ObjectTemplate Modifier and Type Method Description ObjectTemplateDefaultAdvancedSearchConfiguration. getRootType()ObjectTemplateDefaultInitialPropertyConfiguration. getSourceObjectTemplate()Methods in de.hybris.platform.cockpit.services.config.impl that return types with arguments of type ObjectTemplate Modifier and Type Method Description java.util.List<ObjectTemplate>DefaultAdvancedSearchConfiguration. getRelatedTypes()Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type ObjectTemplate Modifier and Type Method Description UICOMPONENTCONFIGJAXBBasedUIComponentConfigurationFactory. create(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, org.xml.sax.InputSource inputSource)AdvancedSearchConfigurationAdvancedSearchConfigurationFactory. createDefault(ObjectTemplate objectTemplate)AdvancedSearchConfigurationAdvancedSearchConfigurationFactory. createDefault(ObjectTemplate objectTemplate, BaseConfiguration baseConfiguration)UIComponentConfigurationBaseConfigurationFactory. createDefault(ObjectTemplate objectTemplate)EditorConfigurationEditorConfigurationFactory. createDefault(ObjectTemplate objectTemplate)EditorConfigurationEditorConfigurationFactory. createDefault(ObjectTemplate objectTemplate, BaseConfiguration baseConfiguration)UIComponentConfigurationGridViewConfigurationFactory. createDefault(ObjectTemplate objectTemplate)ListViewConfigurationListViewConfigurationFactory. createDefault(ObjectTemplate objectTemplate)ListViewConfigurationListViewConfigurationFactory. createDefault(ObjectTemplate objectTemplate, BaseConfiguration baseConfiguration)UIComponentConfigurationWidgetDashboardConfigurationFactory. createDefault(ObjectTemplate objectTemplate)UIComponentConfigurationWizardConfigurationFactory. createDefault(ObjectTemplate objectTemplate)protected AdvancedSearchConfigurationAdvancedSearchConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, AdvancedSearch advancedSearch)protected BaseConfigurationBaseConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, Base xmlBase)protected EditorConfigurationEditorConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, Editor xmlEditor)protected GridViewConfigurationGridViewConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, GridView xmlGridView)protected abstract UICOMPONENTCONFIGJAXBBasedUIComponentConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, JAXBCLASS xmlListView)protected ListViewConfigurationListViewConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, ListView xmlListView)protected WidgetDashboardConfigurationWidgetDashboardConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, WidgetDashboard xmlWidget)protected WizardConfigurationWizardConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, WizardConfig xmlContentEditor)<T extends UIComponentConfiguration>
TDefaultUIConfigurationService. getComponentConfiguration(ObjectTemplate template, java.lang.String code, java.lang.Class<T> expectedClass)<T extends UIComponentConfiguration>
TDefaultUIConfigurationService. getComponentConfiguration(UIRole role, ObjectTemplate objectTemplate, java.lang.String code, java.lang.Class<T> expectedClass)protected java.util.Map<java.lang.String,java.util.List<PropertyDescriptor>>JAXBBasedUIComponentConfigurationFactory. getDefaultPropertyGroups(ObjectTemplate objectTemplate, BaseConfiguration baseConfiguration)InitialPropertyConfigurationDefaultBaseConfiguration. getInitialPropertyConfiguration(ObjectTemplate objectTemplate, TypeService typeService)protected java.util.List<PropertyDescriptor>JAXBBasedUIComponentConfigurationFactory. getOtherProperties(java.util.Collection<PropertyDescriptor> props, ObjectTemplate template)protected java.util.List<ObjectType>DefaultUIConfigurationService. getTypePath(ObjectTemplate template)voidDashboardPersistingStrategy. persistComponentConfiguration(UIComponentConfiguration configuration, UserModel user, ObjectTemplate objectTemplate, java.lang.String code)voidDefaultConfigurationPersistingStrategy. persistComponentConfiguration(CONFIG configuration, UserModel user, ObjectTemplate objectTemplate, java.lang.String code)<T extends UIComponentConfiguration>
voidDefaultUIConfigurationService. setLocalComponentConfiguration(T configuration, UserModel user, ObjectTemplate objectTemplate, java.lang.String code, java.lang.Class<T> expectedClass)Method parameters in de.hybris.platform.cockpit.services.config.impl with type arguments of type ObjectTemplate Modifier and Type Method Description voidDefaultAdvancedSearchConfiguration. setRelatedTypes(java.util.List<ObjectTemplate> relatedTypes)Constructors in de.hybris.platform.cockpit.services.config.impl with parameters of type ObjectTemplate Constructor Description CacheKey(java.lang.String role, ObjectTemplate template, java.lang.String code, java.lang.Class clazz)DefaultAdvancedSearchConfiguration(ObjectTemplate rootType)DefaultInitialPropertyConfiguration(ObjectTemplate sourceObjectTemplate, java.util.Collection<PropertyMappingConfiguration> mappings) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl with parameters of type ObjectTemplate Modifier and Type Method Description TypedObjectNewItemServiceImpl. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)TypedObjectWorkflowNewItemServiceImpl. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)TypedObjectNewItemServiceImpl. createNewItemJalo(ObjectValueContainer valueContainer, ObjectTemplate template)Deprecated.since 6.3protected TypedObjectNewItemServiceImpl. createNewItemServiceLayer(ObjectValueContainer valueContainer, ObjectTemplate template)voidNewItemServiceImpl. setDefaultValues(ObjectValueContainer valueContainer, ObjectTemplate template)protected voidNewItemServiceImpl. setTemplate(ObjectValueContainer objectValueContainer, ObjectTemplate template) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.services.meta
Methods in de.hybris.platform.cockpit.services.meta that return ObjectTemplate Modifier and Type Method Description ObjectTemplateTypeService. getBestTemplate(TypedObject object)Gets the best template.ObjectTemplateTypeService. getObjectTemplate(java.lang.String code)Gets the object template.Methods in de.hybris.platform.cockpit.services.meta that return types with arguments of type ObjectTemplate Modifier and Type Method Description java.util.List<ObjectTemplate>TypeService. getObjectTemplates(BaseType type)Gets the object templates. -
Uses of ObjectTemplate in de.hybris.platform.cockpit.services.meta.impl
Methods in de.hybris.platform.cockpit.services.meta.impl that return ObjectTemplate Modifier and Type Method Description ObjectTemplateDefaultTypeService. getBestTemplate(TypedObject object)ObjectTemplateExtensibleTypeService. getBestTemplate(TypedObject object)ObjectTemplateDefaultTypeService. getObjectTemplate(java.lang.String code)ObjectTemplateExtensibleTypeService. getObjectTemplate(java.lang.String code)protected ObjectTemplateDefaultTypeService. getObjectTemplateCached(java.lang.String code)protected ObjectTemplateExtensibleTypeService. getObjectTemplateCached(java.lang.String code)protected ObjectTemplateDefaultTypeService. loadItemTemplate(java.lang.String code)protected ObjectTemplateExtensibleTypeService. loadItemTemplate(java.lang.String code)Methods in de.hybris.platform.cockpit.services.meta.impl that return types with arguments of type ObjectTemplate Modifier and Type Method Description java.util.Collection<ObjectTemplate>DefaultTypeService.MyTypedObject. getAssignedTemplates()java.util.Collection<ObjectTemplate>ExtensibleTypeService.MyTypedObject. getAssignedTemplates()java.util.List<ObjectTemplate>DefaultTypeService. getObjectTemplates(BaseType type)java.util.List<ObjectTemplate>ExtensibleTypeService. getObjectTemplates(BaseType type)java.util.Collection<ObjectTemplate>DefaultTypeService.MyTypedObject. getPotentialTemplates()java.util.Collection<ObjectTemplate>ExtensibleTypeService.MyTypedObject. getPotentialTemplates() -
Uses of ObjectTemplate in de.hybris.platform.cockpit.services.search
Methods in de.hybris.platform.cockpit.services.search with parameters of type ObjectTemplate Modifier and Type Method Description SearchTypeSearchService. getSearchType(ObjectTemplate objectTemplate)Gets the search type for the given object template. -
Uses of ObjectTemplate in de.hybris.platform.cockpit.services.search.impl
Methods in de.hybris.platform.cockpit.services.search.impl that return types with arguments of type ObjectTemplate Modifier and Type Method Description protected java.util.Set<ObjectTemplate>GenericQuerySearchProvider. getSelectedTemplates(Query query)Methods in de.hybris.platform.cockpit.services.search.impl with parameters of type ObjectTemplate Modifier and Type Method Description SearchTypeDefaultSearchService. getSearchType(ObjectTemplate objectTemplate)Method parameters in de.hybris.platform.cockpit.services.search.impl with type arguments of type ObjectTemplate Modifier and Type Method Description protected java.util.Set<ItemTemplate>GenericQuerySearchProvider. matchTemplates(java.util.Set<ObjectTemplate> templates) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.services.xmlprovider.impl
Methods in de.hybris.platform.cockpit.services.xmlprovider.impl that return ObjectTemplate Modifier and Type Method Description protected ObjectTemplateDefaultXmlDataProvider. getObjectTemplate(PropertyDescriptor propDesc)protected ObjectTemplateDefaultXmlDataProvider. processVariantTypeCheck(TypedObject curObj, PropertyDescriptor propDesc, ObjectTemplate template)Methods in de.hybris.platform.cockpit.services.xmlprovider.impl with parameters of type ObjectTemplate Modifier and Type Method Description protected ObjectTemplateDefaultXmlDataProvider. processVariantTypeCheck(TypedObject curObj, PropertyDescriptor propDesc, ObjectTemplate template) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return ObjectTemplate Modifier and Type Method Description ObjectTemplateAdvancedBrowserModel. getContextRootType()ObjectTemplateAdvancedBrowserModel. getLastType()ObjectTemplateBrowserModel. getRootType()Returns this browser's root type.ObjectTemplateListSectionModel. getRootType()Methods in de.hybris.platform.cockpit.session with parameters of type ObjectTemplate Modifier and Type Method Description voidUICockpitPerspective. openReferenceCollectionInBrowserContext(java.util.Collection<TypedObject> objects, ObjectTemplate template, TypedObject rootObject, java.util.Map<java.lang.String,? extends java.lang.Object> parameters)voidAdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems, ObjectTemplate asType)voidAdvancedBrowserModel. setContextRootType(ObjectTemplate contextRootType)voidBrowserModel. setRootType(ObjectTemplate rootType)voidListSectionModel. setRootType(ObjectTemplate rootType) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.session.impl
Fields in de.hybris.platform.cockpit.session.impl declared as ObjectTemplate Modifier and Type Field Description protected ObjectTemplateAbstractBrowserModel. rootTypeprotected ObjectTemplateDefaultListBrowserSectionModel. rootTypeprotected ObjectTemplateDefaultListSectionModel. rootTypeMethods in de.hybris.platform.cockpit.session.impl that return ObjectTemplate Modifier and Type Method Description ObjectTemplateAbstractAdvancedBrowserModel. getContextRootType()ObjectTemplateAbstractAdvancedBrowserModel. getLastType()ObjectTemplateAbstractSearchBrowserModel. getLastType()ObjectTemplateAbstractBrowserModel. getRootType()Returns the root type of this browser.ObjectTemplateCollectionBrowserModel. getRootType()ObjectTemplateDefaultListBrowserSectionModel. getRootType()ObjectTemplateDefaultListSectionModel. getRootType()ObjectTemplateDynamicQueryBrowserModel. getRootType()ObjectTemplateWorkflowItemsBrowserModel. getRootType()ObjectTemplateTemplateListEntry. getTemplate()Methods in de.hybris.platform.cockpit.session.impl with parameters of type ObjectTemplate Modifier and Type Method Description voidBaseUICockpitPerspective. createNewItem(ObjectTemplate template)voidBaseUICockpitPerspective. createNewItem(ObjectTemplate template, CreateContext createContext, java.util.Map<java.lang.String,java.lang.Object> initValues, boolean loadDefaultValues, boolean expandEditorArea, boolean popup)Creates new item.voidBaseUICockpitPerspective. createNewItem(ObjectTemplate template, java.util.Map<java.lang.String,java.lang.Object> initValues)voidBaseUICockpitPerspective. createNewItem(ObjectTemplate template, java.util.Map<java.lang.String,java.lang.Object> initValues, boolean loadDefaultValues)protected ListViewConfigurationAbstractAdvancedBrowserModel. getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String code)voidBaseUICockpitPerspective. openReferenceCollectionInBrowserContext(java.util.Collection<TypedObject> objects, ObjectTemplate template, TypedObject rootItem, java.util.Map<java.lang.String,? extends java.lang.Object> parameters)voidAbstractAdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems, ObjectTemplate asType)voidAbstractAdvancedBrowserModel. setContextRootType(ObjectTemplate contextRootType)voidAbstractBrowserModel. setRootType(ObjectTemplate rootType)voidAbstractSearchBrowserModel. setRootType(ObjectTemplate rootType)voidDefaultListBrowserSectionModel. setRootType(ObjectTemplate rootType)voidDefaultListSectionModel. setRootType(ObjectTemplate rootType)Constructors in de.hybris.platform.cockpit.session.impl with parameters of type ObjectTemplate Constructor Description AbstractSearchBrowserModel(ObjectTemplate rootType)AbstractSectionSearchBrowserModel(ObjectTemplate rootType)DefaultSearchBrowserModel(ObjectTemplate rootType)DefaultSectionSearchBrowserModel(ObjectTemplate rootType)TemplateListEntry(ObjectTemplate template, int index, int depth) -
Uses of ObjectTemplate in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util that return ObjectTemplate Modifier and Type Method Description static ObjectTemplateTypeTools. getValueTypeAsObjectTemplate(PropertyDescriptor propertyDescriptor, TypeService typeService)Gets the value type as object template.Methods in de.hybris.platform.cockpit.util that return types with arguments of type ObjectTemplate Modifier and Type Method Description static java.util.List<ObjectTemplate>TypeTools. getTemplatesForCreation(TypeService typeService, BaseType type)Gets the templates for creation.static java.util.List<java.util.Map<ObjectTemplate,java.lang.Integer>>TypeTools. getTemplatesForCreationWithDepth(TypeService typeService, BaseType type, int initialDepth, boolean showAbstract)Gets the templates for creation with depth.Methods in de.hybris.platform.cockpit.util with parameters of type ObjectTemplate Modifier and Type Method Description static java.util.Map<PropertyDescriptor,java.lang.Object>TypeTools. getAllDefaultValues(TypeService typeService, ObjectTemplate template, java.util.Set<java.lang.String> languageIsos)Gets the all default values.static java.util.Set<PropertyDescriptor>TypeTools. getOmittedProperties(ObjectValueContainer valueContainer, ObjectTemplate template, boolean creationMode)Gets the omitted properties. -
Uses of ObjectTemplate in de.hybris.platform.cockpit.wizards.generic
Fields in de.hybris.platform.cockpit.wizards.generic declared as ObjectTemplate Modifier and Type Field Description protected ObjectTemplateNewItemWizard. currentTypeMethods in de.hybris.platform.cockpit.wizards.generic with parameters of type ObjectTemplate Modifier and Type Method Description protected voidAdvancedSearchPage. doSearch(ObjectTemplate objectType, AdvancedSearchParameterContainer parameterContainer, int currentPage)protected AdvancedSearchConfigurationAdvancedSearchPage. getAdvancedSearchConfiguration(ObjectTemplate objectTemplate, java.lang.String code)protected ListViewConfigurationAdvancedSearchPage. getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String code)java.util.List<WizardPage>AdditionalPageMapping. getPageList(ObjectTemplate template)Constructors in de.hybris.platform.cockpit.wizards.generic with parameters of type ObjectTemplate Constructor Description NewItemWizard(ObjectTemplate currentType, org.zkoss.zk.ui.Component parent, BrowserModel browserModel) -
Uses of ObjectTemplate in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl with parameters of type ObjectTemplate Modifier and Type Method Description voidBundleProductSearchBrowserModel. setRootType(ObjectTemplate rootType)voidBundleRulesSearchBrowserModel. setRootType(ObjectTemplate rootType) -
Uses of ObjectTemplate in de.hybris.platform.importcockpit.services.config.mapping.impl
Methods in de.hybris.platform.importcockpit.services.config.mapping.impl with parameters of type ObjectTemplate Modifier and Type Method Description UIComponentConfigurationMappingLineConfigurationFactory. createDefault(ObjectTemplate objectTemplate)UIComponentConfigurationTargetsConfigurationFactory. createDefault(ObjectTemplate objectTemplate)protected MappingLineConfigurationMappingLineConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, MappingLine xmlMappingLine)protected TargetsConfigurationTargetsConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, Targets xmlTargets) -
Uses of ObjectTemplate in de.hybris.platform.productcockpit.session.impl
Methods in de.hybris.platform.productcockpit.session.impl with parameters of type ObjectTemplate Modifier and Type Method Description voidCatalogPerspective. createNewItem(ObjectTemplate template, java.util.Map<java.lang.String,java.lang.Object> initVals, boolean loadDefaultValues)voidProductPerspective. createNewItem(ObjectTemplate template, java.util.Map<java.lang.String,java.lang.Object> initVals, boolean loadDefaultValues)voidDefaultProductSearchBrowserModel. setRootType(ObjectTemplate rootType)
-