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 ObjectTemplate
NewConstraintItemWizard. itemWizardCurrentType
Deprecated.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 ObjectTemplate
ContextAreaBrowserComponent. lastContextType
protected ObjectTemplate
AbstractMainAreaBrowserComponent. lastResultType
protected ObjectTemplate
ListSectionComponent. lastResultType
Methods in de.hybris.platform.cockpit.components.contentbrowser that return ObjectTemplate Modifier and Type Method Description protected ObjectTemplate
ContextAreaBrowserComponent. getContextResultType()
protected ObjectTemplate
AbstractMainAreaBrowserComponent. getRootType()
protected ObjectTemplate
ListSectionComponent. getRootType()
Methods in de.hybris.platform.cockpit.components.contentbrowser with parameters of type ObjectTemplate Modifier and Type Method Description protected ListViewConfiguration
ContextAreaBrowserComponent. getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String code)
protected ListViewConfiguration
ListSectionComponent. getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String code)
protected ListViewConfiguration
MainAreaListviewBrowserComponent. getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String code)
protected java.util.Set<PropertyDescriptor>
ContextAreaBrowserComponent. getRequiredPropertyDescriptors(ObjectTemplate template)
protected ObjectValueContainer
ContextAreaBrowserComponent. 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 ObjectTemplate
ContextAreaValueContainer. getType()
Methods in de.hybris.platform.cockpit.components.listview.impl with parameters of type ObjectTemplate Modifier and Type Method Description void
ContextAreaValueContainer. 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 ObjectTemplate
AdvancedSearchModel. getSelectedType()
Returns the currently selected type i.e.ObjectTemplate
AdvancedSearchParameterContainer. 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 void
AdvancedSearchViewListener. selectedTypeComboItemChanged(ObjectTemplate type)
void
AdvancedSearchParameterContainer. 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 ObjectTemplate
DefaultAdvancedSearchModel. getSelectedType()
ObjectTemplate
DefaultParameterContainer. 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 void
AbstractAdvancedSearchView. fireChangeSelectedType(ObjectTemplate type)
void
AbstractAdvancedSearchViewListener. selectedTypeComboItemChanged(ObjectTemplate type)
void
DefaultAdvancedSearchModel. setSelectedType(ObjectTemplate type)
void
DefaultParameterContainer. setSelectedType(ObjectTemplate type)
Method parameters in de.hybris.platform.cockpit.model.advancedsearch.impl with type arguments of type ObjectTemplate Modifier and Type Method Description void
DefaultAdvancedSearchModel. 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 ObjectTemplate
EditorHelper. 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 ObjectTemplate
EditorHelper. processVariantTypeCheck(ObjectTemplate type, TypedObject object, PropertyDescriptor propertyDescriptor, TypeService typeService)
static void
EditorHelper. 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 void
UIGridView. 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 void
GridView. 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 ObjectTemplate
ListViewHelper.ListViewInfo. getRootType()
Methods in de.hybris.platform.cockpit.model.listview with parameters of type ObjectTemplate Modifier and Type Method Description static ListViewConfiguration
ListViewHelper. 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 void
ListViewHelper.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 class
ItemTemplate
Methods 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 void
DefaultTypedObject. setAssignedTemplates(java.util.Collection<ObjectTemplate> assignedTemplates)
void
DefaultTypedObject. 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 void
ReferenceSelectorModel. 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 void
DefaultReferenceSelectorModel. doSearch(ObjectTemplate objectType, AdvancedSearchParameterContainer parameterContainer, int currentPage)
protected AdvancedSearchConfiguration
DefaultReferenceSelectorModel. getAdvancedSearchConfiguration(ObjectTemplate objectTemplate, java.lang.String code)
protected ListViewConfiguration
DefaultReferenceSelectorModel. 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 void
SimpleReferenceSelectorModel. 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 void
DefaultSimpleReferenceSelectorModel. 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 ObjectTemplate
NewJasperReportWizard. currentType
Constructors 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 TypedObject
NewItemService. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)
void
NewItemService. 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 ObjectTemplate
AdvancedSearchConfiguration. getRootType()
ObjectTemplate
InitialPropertyConfiguration. 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 T
UIComponentConfigurationFactory. create(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, org.xml.sax.InputSource inputSource)
T
BaseFallbackEnabledUIConfigurationFactory. createDefault(ObjectTemplate objectTemplate, BaseConfiguration baseConfiguration)
T
UIComponentConfigurationFactory. 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 role
as 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.InitialPropertyConfiguration
BaseConfiguration. getInitialPropertyConfiguration(ObjectTemplate objectTemplate, TypeService typeService)
void
ConfigurationPersistingStrategy. 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 ObjectTemplate
AbstractConfigurationPersistingStrategyTest. templateProduct
protected ObjectTemplate
AbstractConfigurationPersistingStrategyTest. templateProductCpu
protected ObjectTemplate
AbstractConfigurationPersistingStrategyTest. templateProductVariant
Methods in de.hybris.platform.cockpit.services.config.impl that return ObjectTemplate Modifier and Type Method Description ObjectTemplate
DefaultAdvancedSearchConfiguration. getRootType()
ObjectTemplate
DefaultInitialPropertyConfiguration. 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 UICOMPONENTCONFIG
JAXBBasedUIComponentConfigurationFactory. create(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, org.xml.sax.InputSource inputSource)
AdvancedSearchConfiguration
AdvancedSearchConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
AdvancedSearchConfiguration
AdvancedSearchConfigurationFactory. createDefault(ObjectTemplate objectTemplate, BaseConfiguration baseConfiguration)
UIComponentConfiguration
BaseConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
EditorConfiguration
EditorConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
EditorConfiguration
EditorConfigurationFactory. createDefault(ObjectTemplate objectTemplate, BaseConfiguration baseConfiguration)
UIComponentConfiguration
GridViewConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
ListViewConfiguration
ListViewConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
ListViewConfiguration
ListViewConfigurationFactory. createDefault(ObjectTemplate objectTemplate, BaseConfiguration baseConfiguration)
UIComponentConfiguration
WidgetDashboardConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
UIComponentConfiguration
WizardConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
protected AdvancedSearchConfiguration
AdvancedSearchConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, AdvancedSearch advancedSearch)
protected BaseConfiguration
BaseConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, Base xmlBase)
protected EditorConfiguration
EditorConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, Editor xmlEditor)
protected GridViewConfiguration
GridViewConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, GridView xmlGridView)
protected abstract UICOMPONENTCONFIG
JAXBBasedUIComponentConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, JAXBCLASS xmlListView)
protected ListViewConfiguration
ListViewConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, ListView xmlListView)
protected WidgetDashboardConfiguration
WidgetDashboardConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, WidgetDashboard xmlWidget)
protected WizardConfiguration
WizardConfigurationFactory. 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)
InitialPropertyConfiguration
DefaultBaseConfiguration. 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)
void
DashboardPersistingStrategy. persistComponentConfiguration(UIComponentConfiguration configuration, UserModel user, ObjectTemplate objectTemplate, java.lang.String code)
void
DefaultConfigurationPersistingStrategy. 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 void
DefaultAdvancedSearchConfiguration. 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 TypedObject
NewItemServiceImpl. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)
TypedObject
WorkflowNewItemServiceImpl. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)
TypedObject
NewItemServiceImpl. createNewItemJalo(ObjectValueContainer valueContainer, ObjectTemplate template)
Deprecated.since 6.3protected TypedObject
NewItemServiceImpl. createNewItemServiceLayer(ObjectValueContainer valueContainer, ObjectTemplate template)
void
NewItemServiceImpl. setDefaultValues(ObjectValueContainer valueContainer, ObjectTemplate template)
protected void
NewItemServiceImpl. 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 ObjectTemplate
TypeService. getBestTemplate(TypedObject object)
Gets the best template.ObjectTemplate
TypeService. 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 ObjectTemplate
DefaultTypeService. getBestTemplate(TypedObject object)
ObjectTemplate
ExtensibleTypeService. getBestTemplate(TypedObject object)
ObjectTemplate
DefaultTypeService. getObjectTemplate(java.lang.String code)
ObjectTemplate
ExtensibleTypeService. getObjectTemplate(java.lang.String code)
protected ObjectTemplate
DefaultTypeService. getObjectTemplateCached(java.lang.String code)
protected ObjectTemplate
ExtensibleTypeService. getObjectTemplateCached(java.lang.String code)
protected ObjectTemplate
DefaultTypeService. loadItemTemplate(java.lang.String code)
protected ObjectTemplate
ExtensibleTypeService. 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 SearchType
SearchService. 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 SearchType
DefaultSearchService. 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 ObjectTemplate
DefaultXmlDataProvider. getObjectTemplate(PropertyDescriptor propDesc)
protected ObjectTemplate
DefaultXmlDataProvider. 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 ObjectTemplate
DefaultXmlDataProvider. 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 ObjectTemplate
AdvancedBrowserModel. getContextRootType()
ObjectTemplate
AdvancedBrowserModel. getLastType()
ObjectTemplate
BrowserModel. getRootType()
Returns this browser's root type.ObjectTemplate
ListSectionModel. getRootType()
Methods in de.hybris.platform.cockpit.session with parameters of type ObjectTemplate Modifier and Type Method Description void
UICockpitPerspective. openReferenceCollectionInBrowserContext(java.util.Collection<TypedObject> objects, ObjectTemplate template, TypedObject rootObject, java.util.Map<java.lang.String,? extends java.lang.Object> parameters)
void
AdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems, ObjectTemplate asType)
void
AdvancedBrowserModel. setContextRootType(ObjectTemplate contextRootType)
void
BrowserModel. setRootType(ObjectTemplate rootType)
void
ListSectionModel. 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 ObjectTemplate
AbstractBrowserModel. rootType
protected ObjectTemplate
DefaultListBrowserSectionModel. rootType
protected ObjectTemplate
DefaultListSectionModel. rootType
Methods in de.hybris.platform.cockpit.session.impl that return ObjectTemplate Modifier and Type Method Description ObjectTemplate
AbstractAdvancedBrowserModel. getContextRootType()
ObjectTemplate
AbstractAdvancedBrowserModel. getLastType()
ObjectTemplate
AbstractSearchBrowserModel. getLastType()
ObjectTemplate
AbstractBrowserModel. getRootType()
Returns the root type of this browser.ObjectTemplate
CollectionBrowserModel. getRootType()
ObjectTemplate
DefaultListBrowserSectionModel. getRootType()
ObjectTemplate
DefaultListSectionModel. getRootType()
ObjectTemplate
DynamicQueryBrowserModel. getRootType()
ObjectTemplate
WorkflowItemsBrowserModel. getRootType()
ObjectTemplate
TemplateListEntry. getTemplate()
Methods in de.hybris.platform.cockpit.session.impl with parameters of type ObjectTemplate Modifier and Type Method Description void
BaseUICockpitPerspective. createNewItem(ObjectTemplate template)
void
BaseUICockpitPerspective. createNewItem(ObjectTemplate template, CreateContext createContext, java.util.Map<java.lang.String,java.lang.Object> initValues, boolean loadDefaultValues, boolean expandEditorArea, boolean popup)
Creates new item.void
BaseUICockpitPerspective. createNewItem(ObjectTemplate template, java.util.Map<java.lang.String,java.lang.Object> initValues)
void
BaseUICockpitPerspective. createNewItem(ObjectTemplate template, java.util.Map<java.lang.String,java.lang.Object> initValues, boolean loadDefaultValues)
protected ListViewConfiguration
AbstractAdvancedBrowserModel. getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String code)
void
BaseUICockpitPerspective. openReferenceCollectionInBrowserContext(java.util.Collection<TypedObject> objects, ObjectTemplate template, TypedObject rootItem, java.util.Map<java.lang.String,? extends java.lang.Object> parameters)
void
AbstractAdvancedBrowserModel. setContextItems(TypedObject item, java.util.Collection<TypedObject> contextItems, ObjectTemplate asType)
void
AbstractAdvancedBrowserModel. setContextRootType(ObjectTemplate contextRootType)
void
AbstractBrowserModel. setRootType(ObjectTemplate rootType)
void
AbstractSearchBrowserModel. setRootType(ObjectTemplate rootType)
void
DefaultListBrowserSectionModel. setRootType(ObjectTemplate rootType)
void
DefaultListSectionModel. 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 ObjectTemplate
TypeTools. 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 ObjectTemplate
NewItemWizard. currentType
Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type ObjectTemplate Modifier and Type Method Description protected void
AdvancedSearchPage. doSearch(ObjectTemplate objectType, AdvancedSearchParameterContainer parameterContainer, int currentPage)
protected AdvancedSearchConfiguration
AdvancedSearchPage. getAdvancedSearchConfiguration(ObjectTemplate objectTemplate, java.lang.String code)
protected ListViewConfiguration
AdvancedSearchPage. 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 void
BundleProductSearchBrowserModel. setRootType(ObjectTemplate rootType)
void
BundleRulesSearchBrowserModel. 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 UIComponentConfiguration
MappingLineConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
UIComponentConfiguration
TargetsConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
protected MappingLineConfiguration
MappingLineConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, MappingLine xmlMappingLine)
protected TargetsConfiguration
TargetsConfigurationFactory. 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 void
CatalogPerspective. createNewItem(ObjectTemplate template, java.util.Map<java.lang.String,java.lang.Object> initVals, boolean loadDefaultValues)
void
ProductPerspective. createNewItem(ObjectTemplate template, java.util.Map<java.lang.String,java.lang.Object> initVals, boolean loadDefaultValues)
void
DefaultProductSearchBrowserModel. setRootType(ObjectTemplate rootType)
-