Uses of Interface
de.hybris.platform.cockpit.model.meta.ObjectType
Packages that use ObjectType
Package
Description
-
Uses of ObjectType in de.hybris.platform.cms2.services.meta.impl
Methods in de.hybris.platform.cms2.services.meta.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected CMSComponentTypeModelObjectTemplates4ContentSlotFilterTest.mockTypeModel(String code, ObjectType type) -
Uses of ObjectType in de.hybris.platform.cmscockpit.components.editor.impl
Methods in de.hybris.platform.cmscockpit.components.editor.impl that return ObjectTypeModifier and TypeMethodDescriptionBaseStoreCheckboxUIEditor.getRootSearchType()CategoryVersionRadioEditor.getRootSearchType()BaseStoreCheckboxUIEditor.getRootType()CategoryVersionRadioEditor.getRootType()Methods in de.hybris.platform.cmscockpit.components.editor.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidBaseStoreCheckboxUIEditor.setRootSearchType(ObjectType rootSearchType) voidCategoryVersionRadioEditor.setRootSearchType(ObjectType rootSearchType) voidBaseStoreCheckboxUIEditor.setRootType(ObjectType rootType) voidCategoryVersionRadioEditor.setRootType(ObjectType rootType) Constructors in de.hybris.platform.cmscockpit.components.editor.impl with parameters of type ObjectTypeModifierConstructorDescriptionBaseStoreCheckboxUIEditor(ObjectType rootType) CategoryVersionRadioEditor(ObjectType rootType) -
Uses of ObjectType in de.hybris.platform.cmscockpit.components.editorarea
Methods in de.hybris.platform.cmscockpit.components.editorarea with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidPageUrlCustomSection.allInitialized(EditorConfiguration config, ObjectType type, TypedObject object) voidPageUrlCustomSection.initialize(EditorConfiguration config, ObjectType type, TypedObject object) voidPageUrlCustomSection.loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidPageUrlCustomSection.saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
Uses of ObjectType in de.hybris.platform.cmscockpit.services.config
Methods in de.hybris.platform.cmscockpit.services.config that return types with arguments of type ObjectType -
Uses of ObjectType in de.hybris.platform.cmscockpit.services.config.impl
Methods in de.hybris.platform.cmscockpit.services.config.impl that return ObjectTypeMethods in de.hybris.platform.cmscockpit.services.config.impl that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected Map<ObjectType,ContentElementConfiguration> ContentElementConfigurationFactory.createElementMap(ContentElements xmlContentElements) DefaultContentElementListConfiguration.getContentElements()Methods in de.hybris.platform.cmscockpit.services.config.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidDefaultContentElementConfiguration.setType(ObjectType type) Method parameters in de.hybris.platform.cmscockpit.services.config.impl with type arguments of type ObjectTypeModifier and TypeMethodDescriptionvoidDefaultContentElementListConfiguration.setContentElements(Map<ObjectType, ContentElementConfiguration> contentElements) Constructors in de.hybris.platform.cmscockpit.services.config.impl with parameters of type ObjectTypeModifierConstructorDescriptionDefaultContentElementConfiguration(ObjectType type, String name) DefaultContentElementConfiguration(ObjectType type, String name, String description) DefaultContentElementConfiguration(ObjectType type, String name, String description, String image) DefaultContentElementConfiguration(ObjectType type, String name, String description, String image, String refImage) DefaultContentElementConfiguration(ObjectType type, String name, String description, String image, String refImage, String imageSmall) Constructor parameters in de.hybris.platform.cmscockpit.services.config.impl with type arguments of type ObjectTypeModifierConstructorDescriptionDefaultContentElementListConfiguration(Map<ObjectType, ContentElementConfiguration> contentElements) -
Uses of ObjectType in de.hybris.platform.cmscockpit.services.security.impl
Methods in de.hybris.platform.cmscockpit.services.security.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionbooleanCMSCockpitUIAccessRightService.isWritable(ObjectType type, PropertyDescriptor propDescr, boolean creationMode) booleanCMSCockpitUIAccessRightService.isWritable(ObjectType type, TypedObject item) booleanCMSCockpitUIAccessRightService.isWritable(ObjectType type, TypedObject item, PropertyDescriptor propDescr, boolean creationMode) -
Uses of ObjectType in de.hybris.platform.cmscockpit.session.impl
Fields in de.hybris.platform.cmscockpit.session.impl with type parameters of type ObjectTypeModifier and TypeFieldDescriptionprotected List<ObjectType>CmsListBrowserSectionModel.creatableTypesMethods in de.hybris.platform.cmscockpit.session.impl that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionCmsPageBrowserModel.getAdditableType()CmsListBrowserSectionModel.getCreatableTypes()Method parameters in de.hybris.platform.cmscockpit.session.impl with type arguments of type ObjectTypeModifier and TypeMethodDescriptionvoidCmsListBrowserSectionModel.setCreatableTypes(List<ObjectType> creatableTypes) -
Uses of ObjectType in de.hybris.platform.cmscockpit.wizard
Fields in de.hybris.platform.cmscockpit.wizard declared as ObjectTypeMethods in de.hybris.platform.cmscockpit.wizard that return ObjectTypeMethods in de.hybris.platform.cmscockpit.wizard with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidCmsWizard.initialize(ObjectType currentType, Map<String, Object> predefinedValues) voidCmsWizard.setCurrentType(ObjectType currentType) -
Uses of ObjectType in de.hybris.platform.cmscockpit.wizard.page
Fields in de.hybris.platform.cmscockpit.wizard.page declared as ObjectTypeModifier and TypeFieldDescriptionprotected ObjectTypeTypeSelectorPage.chosenTypeprotected ObjectTypeReferencePage.rootSelectorTypeprotected ObjectTypeReferenceSelectorPage.rootSelectorTypeprotected ObjectTypeTypeSelectorPage.rootSelectorTypeMethods in de.hybris.platform.cmscockpit.wizard.page that return ObjectTypeModifier and TypeMethodDescriptionAdvancedSearchPage.getRootSearchType()ReferencePage.getRootSelectorType()ReferenceSelectorPage.getRootSelectorType()TypeSelectorPage.getRootSelectorType()Methods in de.hybris.platform.cmscockpit.wizard.page that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected List<ObjectType>TypeSelectorPage.getAllSubTypes(String typeCode) Recursively gets subtypes of typeprotected Set<ObjectType>TypeSelectorPage.mergeGivenTypes(Collection<ObjectType> wizardConfigExcludedTypes, List<String> additionalExcluded) Methods in de.hybris.platform.cmscockpit.wizard.page with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected List<ObjectTemplate>TypeSelectorPage.getInstanceableObjectTypes(ObjectType objectType) protected booleanTypeSelectorPage.isValidForActiveSite(ObjectType type) voidAdvancedSearchPage.setRootSearchType(ObjectType rootSearchType) voidCmsComponentSelectorPage.setRootSelectorType(ObjectType rootSelectorType) voidCmsPageSelectorPage.setRootSelectorType(ObjectType rootSelectorType) voidReferencePage.setRootSelectorType(ObjectType rootSelectorType) voidReferenceSelectorPage.setRootSelectorType(ObjectType rootSelectorType) voidTypeSelectorPage.setRootSelectorType(ObjectType rootSelectorType) Method parameters in de.hybris.platform.cmscockpit.wizard.page with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected Set<ObjectType>TypeSelectorPage.mergeGivenTypes(Collection<ObjectType> wizardConfigExcludedTypes, List<String> additionalExcluded) -
Uses of ObjectType in de.hybris.platform.cockpit.components.duallistbox.impl
Methods in de.hybris.platform.cockpit.components.duallistbox.impl that return ObjectTypeModifier and TypeMethodDescriptionprotected ObjectTypeDefaultReferenceDualListboxEditor.getRootSearchType()protected ObjectTypeDefaultReferenceDualListboxEditor.getRootType()Methods in de.hybris.platform.cockpit.components.duallistbox.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected voidDefaultReferenceDualListboxEditor.setRootSearchType(ObjectType rootSearchType) protected voidDefaultReferenceDualListboxEditor.setRootType(ObjectType rootType) -
Uses of ObjectType in de.hybris.platform.cockpit.components.listview
Methods in de.hybris.platform.cockpit.components.listview with parameters of type ObjectTypeModifier and TypeMethodDescriptionContextAreaActionColumnConfigurationRegistry.getActionColumnConfigurationForType(ObjectType type) Returns the ActionColumnConfiguration for an ObjectType or its SuperType for ContextArea The ActionColumnConfiguration if present for the given ObjectType is returned. -
Uses of ObjectType in de.hybris.platform.cockpit.model.config
Methods in de.hybris.platform.cockpit.model.config that return ObjectTypeConstructors in de.hybris.platform.cockpit.model.config with parameters of type ObjectType -
Uses of ObjectType in de.hybris.platform.cockpit.model.editor
Methods in de.hybris.platform.cockpit.model.editor that return ObjectTypeModifier and TypeMethodDescriptionReferenceUIEditor.getRootSearchType()Returns the type for which this reference collection editor should search for.ReferenceUIEditor.getRootType()Returns the root type of this reference collection editor i.e.Methods in de.hybris.platform.cockpit.model.editor that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic final Set<ObjectType>EditorHelper.parseTemplateCodes(String input, TypeService typeService) Methods in de.hybris.platform.cockpit.model.editor with parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic voidEditorHelper.initializeSections(EditorConfiguration cfg, ObjectType type, TypedObject object, TypeService typeService) voidReferenceUIEditor.setRootSearchType(ObjectType rootSearchType) Sets the type for which this reference selector should search for.voidReferenceUIEditor.setRootType(ObjectType rootType) Sets the root type of this reference editor i.e. -
Uses of ObjectType in de.hybris.platform.cockpit.model.editor.impl
Methods in de.hybris.platform.cockpit.model.editor.impl that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic final Set<ObjectType>AbstractUIEditor.parseTemplateCodes(String input, TypeService typeService) Deprecated. -
Uses of ObjectType in de.hybris.platform.cockpit.model.listview.impl
Methods in de.hybris.platform.cockpit.model.listview.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionDefaultValueHandler.getValueContainer(ObjectType type, TypedObject object) -
Uses of ObjectType in de.hybris.platform.cockpit.model.meta
Subinterfaces of ObjectType in de.hybris.platform.cockpit.model.metaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceType object which can have re-declared properties.Methods in de.hybris.platform.cockpit.model.meta that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionObjectType.getSubtypes()Direct sub types of this object type.ObjectType.getSupertypes()Direct super types of this object type.Methods in de.hybris.platform.cockpit.model.meta with parameters of type ObjectTypeModifier and TypeMethodDescriptionbooleanTypedObject.instanceOf(ObjectType type) booleanObjectType.isAssignableFrom(ObjectType type) -
Uses of ObjectType in de.hybris.platform.cockpit.model.meta.impl
Classes in de.hybris.platform.cockpit.model.meta.impl that implement ObjectTypeModifier and TypeClassDescriptionclassAn abstract class that implements a few methods you may not want to code when creating a new extended type.classRepresents classification class as an object type.classclassclassclassMethods in de.hybris.platform.cockpit.model.meta.impl that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionAbstractExtendedType.getSubtypes()DefaultObjectType.getSubtypes()ItemTemplate.getSubtypes()AbstractExtendedType.getSupertypes()DefaultObjectType.getSupertypes()ItemTemplate.getSupertypes()Methods in de.hybris.platform.cockpit.model.meta.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected voidDefaultObjectType.addToSubtypesInternal(ObjectType type) protected voidDefaultObjectType.addToSupertypesInternal(ObjectType type) booleanDefaultTypedObject.instanceOf(ObjectType type) booleanAbstractExtendedType.isAssignableFrom(ObjectType type) booleanDefaultObjectType.isAssignableFrom(ObjectType type) protected voidDefaultObjectType.removeFromSubtypesInternal(ObjectType type) protected voidDefaultObjectType.removeFromSupertypesInternal(ObjectType type) Method parameters in de.hybris.platform.cockpit.model.meta.impl with type arguments of type ObjectTypeModifier and TypeMethodDescriptionvoidDefaultObjectType.setSubtypes(Set<? extends ObjectType> types) voidDefaultObjectType.setSupertypes(Set<? extends ObjectType> types) -
Uses of ObjectType in de.hybris.platform.cockpit.model.referenceeditor
Methods in de.hybris.platform.cockpit.model.referenceeditor that return ObjectTypeModifier and TypeMethodDescriptionCollectionEditorModel.getRootSearchType()Returns the type for which this reference collection editor should search for.ReferenceSelectorModel.getRootSearchType()Returns the type for which this reference collection editor should search for.CollectionEditorModel.getRootType()Returns the root type of this reference collection editor i.e.ReferenceSelectorModel.getRootType()Returns the root type of this reference collection editor i.e.Methods in de.hybris.platform.cockpit.model.referenceeditor with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected voidAbstractReferenceSelector.fireShowItemEditorPopup(ObjectType type, TypedObject sourceItem, CreateContext context) voidReferenceSelectorListener.showAddItemPopupEditor(ObjectType type, TypedObject sourceItem, CreateContext context) -
Uses of ObjectType in de.hybris.platform.cockpit.model.referenceeditor.collection
Methods in de.hybris.platform.cockpit.model.referenceeditor.collection that return ObjectTypeModifier and TypeMethodDescriptionCollectionUIEditor.getRootSearchType()CollectionUIEditor.getRootType()Methods in de.hybris.platform.cockpit.model.referenceeditor.collection with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidCollectionEditor.setAutocompletionSearchType(ObjectType autocompletionSearchType) voidCollectionUIEditor.setRootSearchType(ObjectType rootSearchType) voidCollectionUIEditor.setRootType(ObjectType rootType) Constructors in de.hybris.platform.cockpit.model.referenceeditor.collection with parameters of type ObjectTypeModifierConstructorDescriptionCollectionUIEditor(ObjectType rootType) CollectionUIEditorMedia(ObjectType rootType) DefaultCollectionEditorListener(DefaultCollectionEditorModel model, ObjectType rooType) -
Uses of ObjectType in de.hybris.platform.cockpit.model.referenceeditor.collection.controller
Constructors in de.hybris.platform.cockpit.model.referenceeditor.collection.controller with parameters of type ObjectTypeModifierConstructorDescriptionCollectionUIEditorController(AbstractCollectionEditor collectionEditor, DefaultCollectionEditorModel model, EditorListener editorListener, ObjectType rootType) -
Uses of ObjectType in de.hybris.platform.cockpit.model.referenceeditor.collection.model
Methods in de.hybris.platform.cockpit.model.referenceeditor.collection.model that return ObjectTypeModifier and TypeMethodDescriptionCollectionEditorModel.getRootSearchType()Returns the type for which this reference collection editor should search for.DefaultCollectionEditorModel.getRootSearchType()CollectionEditorModel.getRootType()Returns the root type of this reference collection editor i.e.DefaultCollectionEditorModel.getRootType()Methods in de.hybris.platform.cockpit.model.referenceeditor.collection.model with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected voidDefaultCollectionEditorModel.initializeReferenceSelectorModel(ObjectType rootType) voidDefaultCollectionEditorModel.setRootSearchType(ObjectType rootSearchType) Sets the type for which this reference selector should search for.voidDefaultCollectionEditorModel.setRootType(ObjectType rootType) Sets the root type of this reference selector i.e.Constructors in de.hybris.platform.cockpit.model.referenceeditor.collection.model with parameters of type ObjectType -
Uses of ObjectType in de.hybris.platform.cockpit.model.referenceeditor.collection.model.media
Methods in de.hybris.platform.cockpit.model.referenceeditor.collection.model.media with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected voidDefaultMediaCollectionEditorModel.initializeReferenceSelectorModel(ObjectType rootType) Constructors in de.hybris.platform.cockpit.model.referenceeditor.collection.model.media with parameters of type ObjectType -
Uses of ObjectType in de.hybris.platform.cockpit.model.referenceeditor.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.impl that return ObjectTypeModifier and TypeMethodDescriptionDefaultReferenceSelectorModel.getAutocompleteSearchType()DefaultMediaReferenceCollectionUIEditor.getRootSearchType()Deprecated.DefaultMediaReferenceUIEditor.getRootSearchType()DefaultReferenceCollectionEditorModel.getRootSearchType()Deprecated.DefaultReferenceCollectionUIEditor.getRootSearchType()Deprecated.DefaultReferenceSelectorModel.getRootSearchType()DefaultReferenceUIEditor.getRootSearchType()ListViewCollectionEditor.getRootSearchType()SimpleReferenceUIEditor.getRootSearchType()DefaultMediaReferenceCollectionUIEditor.getRootType()Deprecated.DefaultMediaReferenceUIEditor.getRootType()DefaultReferenceCollectionEditorModel.getRootType()Deprecated.DefaultReferenceCollectionUIEditor.getRootType()Deprecated.DefaultReferenceSelectorModel.getRootType()DefaultReferenceUIEditor.getRootType()ListViewCollectionEditor.getRootType()SimpleReferenceUIEditor.getRootType()Methods in de.hybris.platform.cockpit.model.referenceeditor.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected voidDefaultMediaReferenceCollectionEditorModel.initializeReferenceSelectorModel(ObjectType rootType) Deprecated.protected voidDefaultReferenceCollectionEditorModel.initializeReferenceSelectorModel(ObjectType rootType) Deprecated.voidDefaultReferenceSelectorModel.setAutocompleteSearchType(ObjectType autocompletionSearchType) voidDefaultReferenceUIEditor.setAutocompletionSearchType(ObjectType autocompletionSearchType) voidReferenceCollectionEditor.setAutocompletionSearchType(ObjectType autocompletionSearchType) Deprecated.voidDefaultMediaReferenceCollectionUIEditor.setRootSearchType(ObjectType rootSearchType) Deprecated.voidDefaultMediaReferenceUIEditor.setRootSearchType(ObjectType rootSearchType) voidDefaultReferenceCollectionEditorModel.setRootSearchType(ObjectType rootSearchType) Deprecated.Sets the type for which this reference selector should search for.voidDefaultReferenceCollectionUIEditor.setRootSearchType(ObjectType rootSearchType) Deprecated.voidDefaultReferenceSelectorModel.setRootSearchType(ObjectType rootSearchType) Sets the type for which this reference selector should search for.voidDefaultReferenceUIEditor.setRootSearchType(ObjectType rootSearchType) voidListViewCollectionEditor.setRootSearchType(ObjectType rootSearchType) voidSimpleReferenceUIEditor.setRootSearchType(ObjectType rootSearchType) voidDefaultMediaReferenceCollectionUIEditor.setRootType(ObjectType rootType) Deprecated.voidDefaultMediaReferenceUIEditor.setRootType(ObjectType rootType) voidDefaultReferenceCollectionEditorModel.setRootType(ObjectType rootType) Deprecated.Sets the root type of this reference selector i.e.voidDefaultReferenceCollectionUIEditor.setRootType(ObjectType rootType) Deprecated.voidDefaultReferenceSelectorModel.setRootType(ObjectType rootType) Sets the root type of this reference selector i.e.voidDefaultReferenceUIEditor.setRootType(ObjectType rootType) voidListViewCollectionEditor.setRootType(ObjectType rootType) voidSimpleReferenceUIEditor.setRootType(ObjectType rootType) voidDefaultReferenceSelectorListener.showAddItemPopupEditor(ObjectType type, TypedObject sourceItem, CreateContext context) Deprecated.since 6.3Constructors in de.hybris.platform.cockpit.model.referenceeditor.impl with parameters of type ObjectTypeModifierConstructorDescriptionDeprecated.Deprecated.DefaultMediaReferenceSelectorModel(ObjectType rootType) DefaultMediaReferenceUIEditor(ObjectType rootType) DefaultReferenceCollectionEditorListener(DefaultReferenceCollectionEditorModel model, ObjectType rooType) Deprecated.DefaultReferenceCollectionUIEditor(ObjectType rootType) Deprecated.DefaultReferenceSelectorModel(ObjectType rootType) DefaultReferenceUIEditor(ObjectType rootType) ListViewCollectionEditor(ObjectType rootType) ReferenceCollectionEditorController(UIReferenceCollectionEditor collectionEditor, DefaultReferenceCollectionEditorModel model, EditorListener editorListener, ObjectType rootType) Deprecated. -
Uses of ObjectType in de.hybris.platform.cockpit.model.referenceeditor.simple
Methods in de.hybris.platform.cockpit.model.referenceeditor.simple that return ObjectTypeModifier and TypeMethodDescriptionSimpleReferenceSelectorModel.getRootSearchType()Returns the type for which this reference collection editor should search for.SimpleReferenceSelectorModel.getRootType()Returns the root type of this reference collection editor i.e.Methods in de.hybris.platform.cockpit.model.referenceeditor.simple with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidSimpleReferenceSelectorListener.showAddItemPopupEditor(ObjectType type, TypedObject sourceItem, CreateContext context) Shows popup in order to create new value -
Uses of ObjectType in de.hybris.platform.cockpit.model.referenceeditor.simple.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.simple.impl that return ObjectTypeModifier and TypeMethodDescriptionDefaultSimpleReferenceSelectorModel.getAutocompleteSearchType()DefaultSimpleReferenceSelectorModel.getRootSearchType()DefaultSimpleReferenceUIEditor.getRootSearchType()DefaultSimpleReferenceSelectorModel.getRootType()DefaultSimpleReferenceUIEditor.getRootType()Methods in de.hybris.platform.cockpit.model.referenceeditor.simple.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidDefaultSimpleReferenceSelectorModel.setAutocompleteSearchType(ObjectType autocompletionSearchType) voidDefaultSimpleReferenceUIEditor.setAutocompletionSearchType(ObjectType autocompletionSearchType) voidDefaultSimpleReferenceSelectorModel.setRootSearchType(ObjectType rootSearchType) Sets the type for which this reference selector should search for.voidDefaultSimpleReferenceUIEditor.setRootSearchType(ObjectType rootSearchType) voidDefaultSimpleReferenceSelectorModel.setRootType(ObjectType rootType) Sets the root type of this reference selector i.e.voidDefaultSimpleReferenceUIEditor.setRootType(ObjectType rootType) voidDefaultSimpleReferenceSelectorListener.showAddItemPopupEditor(ObjectType type, TypedObject sourceItem, CreateContext context) Deprecated.since 6.3Constructors in de.hybris.platform.cockpit.model.referenceeditor.simple.impl with parameters of type ObjectType -
Uses of ObjectType in de.hybris.platform.cockpit.model.search
Subinterfaces of ObjectType in de.hybris.platform.cockpit.model.search -
Uses of ObjectType in de.hybris.platform.cockpit.model.search.impl
Classes in de.hybris.platform.cockpit.model.search.impl that implement ObjectTypeMethods in de.hybris.platform.cockpit.model.search.impl with parameters of type ObjectType -
Uses of ObjectType in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services with parameters of type ObjectTypeMethod parameters in de.hybris.platform.cockpit.services with type arguments of type ObjectTypeModifier and TypeMethodDescriptionPropertyBasedService.getAllSupportedPropertyDescriptors(Collection<ObjectType> rootTypes) Returns all supported property descriptors for a given set of root types. -
Uses of ObjectType in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config that return types with arguments of type ObjectTypeMethods in de.hybris.platform.cockpit.services.config with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidCustomEditorSectionConfiguration.allInitialized(EditorConfiguration config, ObjectType type, TypedObject object) voidCustomEditorSectionConfiguration.initialize(EditorConfiguration config, ObjectType type, TypedObject object) voidCustomEditorSectionConfiguration.loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidCustomEditorSectionConfiguration.saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
Uses of ObjectType in de.hybris.platform.cockpit.services.config.impl
Fields in de.hybris.platform.cockpit.services.config.impl declared as ObjectTypeModifier and TypeFieldDescriptionprotected ObjectTypeWidgetParamEditorSectionConfiguration.objectTypeMethods in de.hybris.platform.cockpit.services.config.impl that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected List<ObjectType>DefaultUIConfigurationService.getTypePath(ObjectTemplate template) CommentsSectionConfiguration.getUpdateTriggerTypes()Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidClassAttrEditorSectionConfiguration.allInitialized(EditorConfiguration config, ObjectType type, TypedObject currentObject) voidCommentsSectionConfiguration.allInitialized(EditorConfiguration config, ObjectType type, TypedObject object) voidInitialAttrEditorSectionConfiguration.allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject) voidLastChangesSectionConfiguration.allInitialized(EditorConfiguration config, ObjectType type, TypedObject object) voidMediaEditorSectionConfiguration.allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject) voidUnassignedEditorSectionConfiguration.allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject) voidWidgetParamEditorSectionConfiguration.allInitialized(EditorConfiguration config, ObjectType type, TypedObject currentObject) protected Set<PropertyDescriptor>InitialAttrEditorSectionConfiguration.getPropertiesWithDefaultValues(ObjectType type) voidClassAttrEditorSectionConfiguration.initialize(EditorConfiguration config, ObjectType type, TypedObject object) voidCommentsSectionConfiguration.initialize(EditorConfiguration config, ObjectType type, TypedObject object) voidInitialAttrEditorSectionConfiguration.initialize(EditorConfiguration config, ObjectType type, TypedObject object) voidLastChangesSectionConfiguration.initialize(EditorConfiguration config, ObjectType type, TypedObject object) voidMediaEditorSectionConfiguration.initialize(EditorConfiguration config, ObjectType objectType, TypedObject object) voidUnassignedEditorSectionConfiguration.initialize(EditorConfiguration config, ObjectType objectType, TypedObject object) voidWidgetParamEditorSectionConfiguration.initialize(EditorConfiguration config, ObjectType type, TypedObject object) voidClassAttrEditorSectionConfiguration.loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidCommentsSectionConfiguration.loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidInitialAttrEditorSectionConfiguration.loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidLastChangesSectionConfiguration.loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidMediaEditorSectionConfiguration.loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidUnassignedEditorSectionConfiguration.loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidWidgetParamEditorSectionConfiguration.loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidClassAttrEditorSectionConfiguration.saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidCommentsSectionConfiguration.saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidInitialAttrEditorSectionConfiguration.saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidLastChangesSectionConfiguration.saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidMediaEditorSectionConfiguration.saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidUnassignedEditorSectionConfiguration.saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidWidgetParamEditorSectionConfiguration.saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
Uses of ObjectType in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl with parameters of type ObjectType -
Uses of ObjectType in de.hybris.platform.cockpit.services.media.impl
Classes in de.hybris.platform.cockpit.services.media.impl with type parameters of type ObjectTypeModifier and TypeClassDescriptionclassAbstractObjectTypeFilter<TYPE extends ObjectType,TARGET> Abstract implementation ofObjectTypeFilterthat filters object types according to abstractAbstractObjectTypeFilter.isValidType(ObjectType, Object)method. -
Uses of ObjectType in de.hybris.platform.cockpit.services.meta
Classes in de.hybris.platform.cockpit.services.meta with type parameters of type ObjectTypeModifier and TypeInterfaceDescriptioninterfaceObjectTypeFilter<TYPE extends ObjectType,TARGET> ValidatesObjectTypeinstances in the context of the TARGET instance.Methods in de.hybris.platform.cockpit.services.meta that return ObjectTypeModifier and TypeMethodDescriptionTypeService.getObjectType(String code) Gets the object type.TypeService.getObjectTypeFromPropertyQualifier(String propertyQualifier) Gets the object type from property qualifier.Methods in de.hybris.platform.cockpit.services.meta that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionTypeService.getAllSubtypes(ObjectType type) Gets the all subtypes.TypeService.getAllSupertypes(ObjectType type) Gets the all supertypes.Methods in de.hybris.platform.cockpit.services.meta with parameters of type ObjectTypeModifier and TypeMethodDescriptionintTypeService.countAllInstancesOf(ObjectType type) Count all instances of the given typeTypeService.getAllInstancesOf(ObjectType type) Gets all instances of the given type.TypeService.getAllInstancesOf(ObjectType type, String sortBy, String ascending) Gets all instances of the given type according to given sort criteria.TypeService.getAllSubtypes(ObjectType type) Gets the all subtypes.TypeService.getAllSupertypes(ObjectType type) Gets the all supertypes.TypeService.getPropertyDescriptor(ObjectType type, String qualifier) Gets the property descriptor.ExtendedTypeLoader.getValueType(ObjectType enclosingType, PropertyDescriptor propertyDescriptor, TypeService typeService) Returns the value type for the given property descriptor. -
Uses of ObjectType in de.hybris.platform.cockpit.services.meta.impl
Classes in de.hybris.platform.cockpit.services.meta.impl that implement ObjectTypeModifier and TypeClassDescriptionprotected classprotected classprotected classprotected classprotected classprotected classMethods in de.hybris.platform.cockpit.services.meta.impl with type parameters of type ObjectTypeMethods in de.hybris.platform.cockpit.services.meta.impl that return ObjectTypeModifier and TypeMethodDescriptionDefaultTypeService.getObjectType(String code) ExtensibleTypeService.getObjectType(String code) DefaultTypeService.getObjectTypeFromPropertyQualifier(String propertyQualifier) ExtensibleTypeService.getObjectTypeFromPropertyQualifier(String propertyQualifier) TypeCache.removeType(String code) Methods in de.hybris.platform.cockpit.services.meta.impl that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionDefaultTypeService.getAllSubtypes(ObjectType type) ExtensibleTypeService.getAllSubtypes(ObjectType type) DefaultTypeService.getAllSupertypes(ObjectType type) ExtensibleTypeService.getAllSupertypes(ObjectType type) ClassificationTypeLoader.MyClassificationType.getSubtypes()DefaultTypeService.MyClassificationType.getSubtypes()DefaultTypeService.MyItemType.getSubtypes()DefaultTypeService.MyWidgetType.getSubtypes()ExtensibleTypeService.MyItemType.getSubtypes()WidgetTypeLoader.MyWidgetType.getSubtypes()ClassificationTypeLoader.MyClassificationType.getSupertypes()DefaultTypeService.MyClassificationType.getSupertypes()DefaultTypeService.MyItemType.getSupertypes()DefaultTypeService.MyWidgetType.getSupertypes()ExtensibleTypeService.MyItemType.getSupertypes()WidgetTypeLoader.MyWidgetType.getSupertypes()Methods in de.hybris.platform.cockpit.services.meta.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected voidDefaultTypeService.addToCache(ObjectType type) protected voidExtensibleTypeService.addToCache(ObjectType type) intDefaultTypeService.countAllInstancesOf(ObjectType type) intExtensibleTypeService.countAllInstancesOf(ObjectType type) DefaultTypeService.getAllInstancesOf(ObjectType type) DefaultTypeService.getAllInstancesOf(ObjectType type, String sortBy, String sortOrder) ExtensibleTypeService.getAllInstancesOf(ObjectType type) ExtensibleTypeService.getAllInstancesOf(ObjectType type, String sortBy, String sortOrder) DefaultTypeService.getAllSubtypes(ObjectType type) ExtensibleTypeService.getAllSubtypes(ObjectType type) DefaultTypeService.getAllSupertypes(ObjectType type) ExtensibleTypeService.getAllSupertypes(ObjectType type) DefaultTypeService.getPropertyDescriptor(ObjectType type, String qualifier) ExtensibleTypeService.getPropertyDescriptor(ObjectType type, String qualifier) AbstractTypeLoader.getValueType(ObjectType enclosingType, PropertyDescriptor propertyDescriptor, TypeService typeService) ClassificationTypeLoader.getValueType(ObjectType enclosingType, PropertyDescriptor propertyDescriptor, TypeService typeService) DefaultExtendedTypeChain.getValueType(ObjectType enclosingType, PropertyDescriptor propertyDescriptor, TypeService typeService) WidgetTypeLoader.getValueType(ObjectType enclosingType, PropertyDescriptor propertyDescriptor, TypeService typeService) -
Uses of ObjectType in de.hybris.platform.cockpit.services.search
Methods in de.hybris.platform.cockpit.services.search with parameters of type ObjectTypeModifier and TypeMethodDescriptionSearchService.getSearchType(ObjectType objectType) Gets the search type for given object type. -
Uses of ObjectType in de.hybris.platform.cockpit.services.search.impl
Methods in de.hybris.platform.cockpit.services.search.impl with parameters of type ObjectType -
Uses of ObjectType in de.hybris.platform.cockpit.services.security
Methods in de.hybris.platform.cockpit.services.security with parameters of type ObjectTypeModifier and TypeMethodDescriptionbooleanUIAccessRightService.isReadable(ObjectType type) Returns whether the current user has read access to the specified type.booleanUIAccessRightService.isReadable(ObjectType type, PropertyDescriptor propDescr, boolean creationMode) Returns whether the current user has read access to the specified property.booleanUIAccessRightService.isWritable(ObjectType type) Returns whether the current user has write access to the specified type.booleanUIAccessRightService.isWritable(ObjectType type, PropertyDescriptor propDescr, boolean creationMode) Returns whether the current user has write access to the specified item property.booleanUIAccessRightService.isWritable(ObjectType type, TypedObject item) Returns whether the current user has write access to the specified item.booleanUIAccessRightService.isWritable(ObjectType type, TypedObject item, PropertyDescriptor propDescr, boolean creationMode) Returns whether the current user has write access to the specified item property. -
Uses of ObjectType in de.hybris.platform.cockpit.services.security.impl
Methods in de.hybris.platform.cockpit.services.security.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected StringDefaultUIAccessRightService.getBaseTypeCode(ObjectType type, ItemAttributePropertyDescriptor descr) booleanDefaultUIAccessRightService.isReadable(ObjectType type) booleanDefaultUIAccessRightService.isReadable(ObjectType type, PropertyDescriptor propDescr, boolean creationMode) booleanDefaultUIAccessRightService.isWritable(ObjectType type) booleanDefaultUIAccessRightService.isWritable(ObjectType type, PropertyDescriptor propDescr, boolean creationMode) booleanDefaultUIAccessRightService.isWritable(ObjectType type, TypedObject item) booleanDefaultUIAccessRightService.isWritable(ObjectType type, TypedObject item, PropertyDescriptor propDescr, boolean creationMode) -
Uses of ObjectType in de.hybris.platform.cockpit.services.sync
Methods in de.hybris.platform.cockpit.services.sync with parameters of type ObjectTypeModifier and TypeMethodDescriptionSynchronizationService.getSyncJobs(ItemModel sourceCatalogVersion, ObjectType objectType) Methods retrieves all matching catalog version (at first position - all accessible, at second position - all forbidden) -
Uses of ObjectType in de.hybris.platform.cockpit.services.sync.impl
Methods in de.hybris.platform.cockpit.services.sync.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionSynchronizationServiceImpl.getSyncJobs(ItemModel source, ObjectType objectType) -
Uses of ObjectType in de.hybris.platform.cockpit.services.values
Methods in de.hybris.platform.cockpit.services.values that return ObjectTypeModifier and TypeMethodDescriptionObjectValueContainer.getType()Returns the object type of the associated object.Methods in de.hybris.platform.cockpit.services.values with parameters of type ObjectTypeModifier and TypeMethodDescriptionObjectValueHandlerRegistry.getValueHandlerChain(ObjectType type) voidObjectValueHandler.loadValues(ObjectValueContainer valueContainer, ObjectType type, Object source, Set<PropertyDescriptor> descriptors, Set<String> languageIsoCodes) Loads values of given descriptors and in given languages.Constructors in de.hybris.platform.cockpit.services.values with parameters of type ObjectTypeModifierConstructorDescriptionObjectValueContainer(ObjectType type, Object object) ObjectValueContainer(ObjectType type, Object object, Set<PropertyDescriptor> descriptorsToLoad, Set<String> languagesToLoad, ObjectValueLazyLoader lazyLoader) -
Uses of ObjectType in de.hybris.platform.cockpit.services.values.impl
Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionDefaultObjectValueHandlerRegistry.getValueHandlerChain(ObjectType type) voidClassificationObjectValueHandler.loadValues(ObjectValueContainer valueContainer, ObjectType type, Object source, Set<PropertyDescriptor> descriptors, Set<String> languageIsoCodes) voidGenericItemObjectValueHandler.loadValues(ObjectValueContainer valueContainer, ObjectType type, Object source, Set<PropertyDescriptor> descriptors, Set<String> languageIsoCodes) voidWidgetParamObjectValueHandler.loadValues(ObjectValueContainer valueContainer, ObjectType type, Object source, Set<PropertyDescriptor> descriptors, Set<String> languageIsoCodes) -
Uses of ObjectType in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return ObjectTypeModifier and TypeMethodDescriptionEditorAreaController.getCreateFromTemplate()UIEditorArea.getCurrentObjectType()Methods in de.hybris.platform.cockpit.session with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidUICockpitPerspective.createItemInPopupEditor(ObjectType type, Map<String, ? extends Object> initialValues, BrowserModel browser) voidUICockpitPerspective.createItemInPopupEditor(ObjectType type, Map<String, ? extends Object> initialValues, BrowserModel browser, boolean loadDefaultValues) voidUICockpitPerspective.createItemInPopupEditor(ObjectType type, Map<String, ? extends Object> initialValues, BrowserModel browser, boolean loadDefaultValues, boolean initialValidation) voidUICockpitPerspective.createItemInPopupEditor(ObjectType type, Map<String, ? extends Object> initialValues, CreateContext createContext) voidUICockpitPerspective.createItemInPopupEditor(ObjectType type, Map<String, ? extends Object> initialValues, CreateContext createContext, boolean loadDefaultValues) BrowserFilterFactory.getBrowserFilters(ObjectType searchObjectType) voidEditorAreaController.setCreateFromTemplate(ObjectType createFromTemplate) voidEditorAreaController.setCreateFromTemplate(ObjectType createFromTemplate, Map<String, ? extends Object> initialValues) voidEditorAreaController.setCreateFromTemplate(ObjectType createFromTemplate, Map<String, ? extends Object> initialValues, boolean loadDefaultValues) voidUIEditorArea.setCurrentObjectType(ObjectType currentObjectType) -
Uses of ObjectType in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return ObjectTypeModifier and TypeMethodDescriptionCreateContext.getBaseType()AbstractEditorAreaController.getCreateFromTemplate()EditorArea.getCurrentObjectType()Methods in de.hybris.platform.cockpit.session.impl that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionCreateContext.getAllowedTypes()CreateContext.getExcludedTypes()Methods in de.hybris.platform.cockpit.session.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidBaseUICockpitPerspective.createItemInPopupEditor(ObjectType type, Map<String, ? extends Object> initialValues, BrowserModel browser) Deprecated.since 6.3voidBaseUICockpitPerspective.createItemInPopupEditor(ObjectType type, Map<String, ? extends Object> initialValues, BrowserModel browser, boolean loadDefaultValues) Deprecated.since 6.3voidBaseUICockpitPerspective.createItemInPopupEditor(ObjectType type, Map<String, ? extends Object> initialValues, BrowserModel browser, boolean loadDefaultValues, boolean initialValidation) Deprecated.since 6.3protected voidBaseUICockpitPerspective.createItemInPopupEditor(ObjectType type, Map<String, ? extends Object> initialValues, BrowserModel browser, CreateContext ctx, boolean loadDefaultValues, boolean initialValidation) voidBaseUICockpitPerspective.createItemInPopupEditor(ObjectType type, Map<String, ? extends Object> initialValues, CreateContext context) voidBaseUICockpitPerspective.createItemInPopupEditor(ObjectType type, Map<String, ? extends Object> initialValues, CreateContext context, boolean loadDefaultValues) voidCreateContext.setBaseType(ObjectType baseType) voidAbstractEditorAreaController.setCreateFromTemplate(ObjectType createFromTemplate) voidAbstractEditorAreaController.setCreateFromTemplate(ObjectType createFromTemplate, Map<String, ? extends Object> initialValues) voidAbstractEditorAreaController.setCreateFromTemplate(ObjectType createFromTemplate, Map<String, ? extends Object> initValues, boolean loadDefaultValues) voidEditorArea.setCurrentObjectType(ObjectType currentObjectType) protected voidAbstractEditorAreaController.updateRegisteredSections(ObjectType type, PropertyDescriptor propertyDescriptor) Method parameters in de.hybris.platform.cockpit.session.impl with type arguments of type ObjectTypeModifier and TypeMethodDescriptionvoidCreateContext.setAllowedTypes(Set<ObjectType> allowedTypes) voidCreateContext.setExcludedTypes(Set<ObjectType> excludedTypes) Constructors in de.hybris.platform.cockpit.session.impl with parameters of type ObjectTypeModifierConstructorDescriptionCreateContext(ObjectType baseType, TypedObject sourceObject, PropertyDescriptor propertyDescriptor, String langIso) -
Uses of ObjectType in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic Set<ObjectType>TypeTools.getAllSubtypes(ObjectType type) Gets the all subtypes.static List<ObjectType>TypeTools.getAllSupertypes(ObjectType type) Gets the all supertypes.Methods in de.hybris.platform.cockpit.util with parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic Set<ObjectType>TypeTools.getAllSubtypes(ObjectType type) Gets the all subtypes.static List<ObjectType>TypeTools.getAllSupertypes(ObjectType type) Gets the all supertypes.TypeTools.getInitialValues(ObjectType type, TypedObject baseItem, TypeService typeService, UIConfigurationService configurationService) Gets the initial values.static Set<PropertyDescriptor>TypeTools.getMandatoryAttributes(ObjectType type, boolean creationMode) Gets the mandatory attributes.static Set<PropertyDescriptor>TypeTools.getMandatoryAttributes(ObjectType type, boolean creationMode, PropertyService propertyService) Same asTypeTools.getMandatoryAttributes(ObjectType, boolean)but usesPropertyServiceto check if mandatory.static booleanTypeTools.hasSupertype(ObjectType type, ObjectType supertype) Checks for supertype.static booleanTypeTools.isEditable(SystemService systemService, ObjectType type, PropertyDescriptor propertyDescriptor, boolean creationMode) Deprecated.since 6.3, useUIAccessRightServiceisWritable methods instead.static booleanTypeTools.isReadable(SystemService systemService, ObjectType type, PropertyDescriptor propertyDescriptor, boolean creationMode) Deprecated.since 6.3, useUIAccessRightServiceisReadable methods instead.Method parameters in de.hybris.platform.cockpit.util with type arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic booleanTypeTools.propertyBelongsTo(TypeService typeService, Set<ObjectType> types, PropertyDescriptor propertyDescriptor) Property belongs to. -
Uses of ObjectType in de.hybris.platform.cockpit.wizards.generic
Fields in de.hybris.platform.cockpit.wizards.generic declared as ObjectTypeModifier and TypeFieldDescriptionprotected ObjectTypeGenericTypeSelectorPage.chosenTypeprotected ObjectTypeGenericItemWizard.currentTypeprotected ObjectTypeGenericTypeSelectorPage.rootSelectorTypeMethods in de.hybris.platform.cockpit.wizards.generic that return ObjectTypeModifier and TypeMethodDescriptionGenericItemWizard.getCurrentType()AdvancedSearchPage.getRootSearchType()GenericTypeSelectorPage.getRootSelectorType()Methods in de.hybris.platform.cockpit.wizards.generic that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected List<ObjectType>GenericTypeSelectorPage.getAllSubTypes(String typeCode) Recursively gets subtypes of typeprotected Set<ObjectType>GenericTypeSelectorPage.mergeGivenTypes(Collection<ObjectType> wizardConfigExcludedTypes, List<String> additionalExcluded) Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type ObjectTypeModifier and TypeMethodDescriptionCreateItemWizardRegistry.getCustomWizardID(ObjectType type, UICockpitPerspective perspective, PropertyDescriptor propertyDescriptor) protected booleanDefaultGenericItemMandatoryPageController.hasAllMandatoryFields(Map<String, Object> initialParameters, ObjectType objectType) voidGenericItemWizard.initialize(ObjectType currentType, Map<String, Object> predefinedValues) voidGenericItemWizard.setCurrentType(ObjectType currentType) voidAdvancedSearchPage.setRootSearchType(ObjectType rootSearchType) voidGenericTypeSelectorPage.setRootSelectorType(ObjectType rootSelectorType) Method parameters in de.hybris.platform.cockpit.wizards.generic with type arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected Set<ObjectType>GenericTypeSelectorPage.mergeGivenTypes(Collection<ObjectType> wizardConfigExcludedTypes, List<String> additionalExcluded) -
Uses of ObjectType in de.hybris.platform.cockpit.wizards.generic.strategies
Methods in de.hybris.platform.cockpit.wizards.generic.strategies that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionRestrictToCreateTypesStrategy.getAllowedTypes()Returns allowed types to be displayed in create new item window -
Uses of ObjectType in de.hybris.platform.configurablebundlecockpits.admincockpit.services.security.impl
Methods in de.hybris.platform.configurablebundlecockpits.admincockpit.services.security.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionbooleanBundleUIAccessRightService.isWritable(ObjectType type, TypedObject item, PropertyDescriptor propDescr, boolean creationMode) Overrides the super method to evaluate the injected list of dependencies before the standard method is called. -
Uses of ObjectType in de.hybris.platform.configurablebundlecockpits.productcockpit.model.referenceeditor.simple.impl
Constructors in de.hybris.platform.configurablebundlecockpits.productcockpit.model.referenceeditor.simple.impl with parameters of type ObjectType -
Uses of ObjectType in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionprotected Set<ObjectType>BundleNavigationNodeContentMainComponent.getAllowedProductTypes()Returns aSetof product types (configured via spring bean 'allowedProductTypesList') that can be added to a bundle component. -
Uses of ObjectType in de.hybris.platform.productcockpit.components.editorarea
Methods in de.hybris.platform.productcockpit.components.editorarea with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidProductPDFDataSheetSectionConfiguration.allInitialized(EditorConfiguration config, ObjectType type, TypedObject object) voidProductPDFDataSheetSectionConfiguration.initialize(EditorConfiguration config, ObjectType type, TypedObject object) voidProductPDFDataSheetSectionConfiguration.loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidProductPDFDataSheetSectionConfiguration.saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
Uses of ObjectType in de.hybris.platform.yacceleratorcockpits.productcockpit.editor
Methods in de.hybris.platform.yacceleratorcockpits.productcockpit.editor that return types with arguments of type ObjectTypeMethods in de.hybris.platform.yacceleratorcockpits.productcockpit.editor with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidExternalTaxesSectionConfiguration.allInitialized(EditorConfiguration config, ObjectType type, TypedObject object) voidExternalTaxesSectionConfiguration.initialize(EditorConfiguration config, ObjectType type, TypedObject object) voidExternalTaxesSectionConfiguration.loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidExternalTaxesSectionConfiguration.saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)