Uses of Interface
de.hybris.platform.cockpit.model.meta.PropertyDescriptor
Packages that use PropertyDescriptor
Package
Description
-
Uses of PropertyDescriptor in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionComponentInjectorHelper.getAllEditorRowConfigurations(EditorConfiguration config) static List<PropertyDescriptor>ComponentInjectorHelper.getEditorPropertyDescriptors(TypedObject item, TypeService typeService, CMSAdminComponentService compService) protected Comparator<PropertyDescriptor>CMSContentEditorInjector.getPropertyListComparator()Methods in de.hybris.platform.cmscockpit.components.contentbrowser with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionstatic EditorListenerComponentInjectorHelper.createEditorListener(TypedObject item, ObjectValueContainer objectValueContainer, Map<String, ? extends Object> params, PropertyDescriptor propDescr, String editorCode, org.zkoss.zk.ui.HtmlBasedComponent parent, org.zkoss.zk.ui.HtmlBasedComponent rootComponent, boolean autoPersist) protected static ObjectValueContainer.ObjectValueHolderComponentInjectorHelper.getObjectValueHolder(ObjectValueContainer valueContainer, PropertyDescriptor descr, String langIso) static StringComponentInjectorHelper.getPropertyLabel(PropertyDescriptor propDescr) protected ObjectCMSContentEditorInjector.getValue(PropertyDescriptor propDescr) protected ObjectCMSContentEditorInjector.getValue(PropertyDescriptor propDescr, ObjectValueContainer valueContainer) protected voidCMSContentEditorInjector.openCreateNewReferenceWizard(org.zkoss.zk.ui.Component parent, ObjectTemplate template, TypedObject item, PropertyDescriptor propertyDescriptor, WizardConfiguration wizardConfiguration) protected voidCMSContentEditorInjector.setValue(PropertyDescriptor propDescr, Object value) protected voidCMSContentEditorInjector.setValue(PropertyDescriptor propDescr, Object value, boolean persist) protected voidCMSContentEditorInjector.setValue(PropertyDescriptor propDescr, Object value, boolean persist, Object eventSource) Method parameters in de.hybris.platform.cmscockpit.components.contentbrowser with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidCMSContentEditorSectionComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) voidCmsPageContentBrowser.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties, Object reason) Constructors in de.hybris.platform.cmscockpit.components.contentbrowser with parameters of type PropertyDescriptorModifierConstructorDescriptionContentEditorListener(UIEditor editor, ObjectValueContainer objectValueContainer, PropertyDescriptor propDescr, Map<String, ? extends Object> params, TypedObject item, org.zkoss.zk.ui.HtmlBasedComponent parent, org.zkoss.zk.ui.HtmlBasedComponent rootComponent, boolean autoPersist) -
Uses of PropertyDescriptor in de.hybris.platform.cmscockpit.components.liveedit
Method parameters in de.hybris.platform.cmscockpit.components.liveedit with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidLiveEditView.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties, Object reason) Performs update according to given item modifications -
Uses of PropertyDescriptor in de.hybris.platform.cmscockpit.services.security.impl
Methods in de.hybris.platform.cmscockpit.services.security.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionbooleanCMSCockpitUIAccessRightService.isWritable(ObjectType type, PropertyDescriptor propDescr, boolean creationMode) booleanCMSCockpitUIAccessRightService.isWritable(ObjectType type, TypedObject item, PropertyDescriptor propDescr, boolean creationMode) -
Uses of PropertyDescriptor in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected SearchTypeLiveEditContentBrowser.DefaultLiveEditCaptionComponent.getRootSearchType(PropertyDescriptor propDescr) Method parameters in de.hybris.platform.cmscockpit.session.impl with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidLiveEditContentBrowser.DefaultLiveEditMainAreaComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) voidLiveEditContentBrowser.DefaultLiveEditMainAreaComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties, Object reason) -
Uses of PropertyDescriptor in de.hybris.platform.cmscockpit.wizard
Fields in de.hybris.platform.cmscockpit.wizard declared as PropertyDescriptorModifier and TypeFieldDescriptionprotected PropertyDescriptorCmsContentEdiotrRelatedTypeWizard.parentPropertyDescriptorMethods in de.hybris.platform.cmscockpit.wizard with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionstatic voidCmsWizardUtils.openRestrictionWizard(String title, org.zkoss.zk.ui.Component parent, TypedObject item, PropertyDescriptor propDescr, UISession session) voidCmsWizard.setValue(PropertyDescriptor descriptor, Object value) Constructors in de.hybris.platform.cmscockpit.wizard with parameters of type PropertyDescriptorModifierConstructorDescriptionCmsContentEdiotrRelatedTypeWizard(org.zkoss.zk.ui.Component parent, ObjectTemplate currentObjectTemplate, TypedObject parentCompoenent, PropertyDescriptor parentPropertyDescriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cmscockpit.wizard.controller
Methods in de.hybris.platform.cmscockpit.wizard.controller that return PropertyDescriptorModifier and TypeMethodDescriptionDefaultAdvancedSearchPageController.getParentPropertyDescriptor()Constructors in de.hybris.platform.cmscockpit.wizard.controller with parameters of type PropertyDescriptorModifierConstructorDescriptionCmsContentEditorRelatedTypeWizardController(TypedObject typedObject, PropertyDescriptor parentPropertyDescriptor) DefaultAdvancedSearchPageController(TypedObject parentObject, PropertyDescriptor parentPropertyDescriptor) DefaultAdvancedSearchPageController(TypedObject parentObject, PropertyDescriptor parentPropertyDescriptor, boolean allowDuplicatesInResult) RelatedTypeAdvancedSearchPageController(TypedObject parentObject, PropertyDescriptor parentPropertyDescriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cmscockpit.wizard.page
Methods in de.hybris.platform.cmscockpit.wizard.page that return PropertyDescriptorModifier and TypeMethodDescriptionTypeSelectorPage.getParentPropertyDescriptor()abstract PropertyDescriptorReferenceSelectorPage.getPropertyDescriptor()Methods in de.hybris.platform.cmscockpit.wizard.page with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected final org.zkoss.zk.ui.ComponentMandatoryPage.createGroupRow(org.zkoss.zk.ui.Component parent, PropertyDescriptor descriptor, TypedObject currentObject, String editorCode, boolean error, Map<String, String> params) Creates one single row for group on that page.booleanAbstractCmsWizardPage.isCauseError(PropertyDescriptor descriptor) protected voidMandatoryPage.loadInitConfigValues(PropertyDescriptor descriptor, WizardConfiguration wizardConfig) Method loads initial values that can be defined withinWizardConfigurationvoidAdvancedSearchPage.DefaultSelectorListViewListener.openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) voidTypeSelectorPage.setParentPropertyDescriptor(PropertyDescriptor parentPropertyDescriptor) Method parameters in de.hybris.platform.cmscockpit.wizard.page with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionMandatoryPage.extractPropertyQualifiers(List<PropertyDescriptor> propertyDescriptors) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.components.contentbrowser
Methods in de.hybris.platform.cockpit.components.contentbrowser that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionprotected Set<PropertyDescriptor>ContextAreaBrowserComponent.getRequiredPropertyDescriptors(ObjectTemplate template) Method parameters in de.hybris.platform.cockpit.components.contentbrowser with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionabstract voidAbstractBrowserComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) Re-renders the item.voidAbstractBrowserComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties, Object reason) Override if you want to react on the reason for the updatevoidAbstractContentBrowser.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) abstract voidAbstractContentBrowser.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties, Object reason) This method makes it possible to force the view to re-render a list of items.voidAbstractMainAreaBrowserComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) voidAbstractMultiViewToolbarBrowserComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) voidAbstractSectionMainAreaBrowserComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) voidAbstractSectionMainAreaBrowserComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties, Object reason) voidAbstractSimpleContentBrowser.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties, Object reason) voidCaptionBrowserComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) voidCaptionBrowserComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties, Object reason) voidCockpitComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) Re-renders the items specified.voidCommentMainAreaBrowserComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) voidContextAreaBrowserComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) voidDefaultAdvancedContentBrowser.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties, Object reason) voidListSectionComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents
Fields in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents declared as PropertyDescriptorMethods in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents that return types with arguments of type PropertyDescriptorMethods in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoidCompareView.CompareGroupbox.addDiffInfo(PropertyDescriptor descriptor, BitSet changeSet) voidCompareView.validate(ObjectValuePair valueInfo, PropertyDescriptor propertyDescriptor, UIEditor uiEditor, Object value, org.zkoss.zul.Div editorContainer, Set<String> forceWritePks) Method parameters in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidCompareView.setComparedAttributes(Map<PropertyDescriptor, PropertyComparisonInfo> comparedAttributes) voidCompareMainAreaBrowserComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) voidWidgetDashboardToolbarComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) Constructor parameters in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with type arguments of type PropertyDescriptorModifierConstructorDescriptionCompareView(TypedObject sourceObject, List<TypedObject> allItems, Map<PropertyDescriptor, PropertyComparisonInfo> comparedAttributes, CompareView.CompareViewListener listener) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.components.editor
Methods in de.hybris.platform.cockpit.components.editor with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected EditorListenerCockpitEditorContainer.createEditorListener(PropertyDescriptor propertyDescriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.components.listview.impl
Methods in de.hybris.platform.cockpit.components.listview.impl that return PropertyDescriptorMethods in de.hybris.platform.cockpit.components.listview.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoidContextAreaValueContainer.setRootProperty(PropertyDescriptor propertyDescriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.components.sectionpanel
Methods in de.hybris.platform.cockpit.components.sectionpanel with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected booleanSectionPanel.isCollectionReference(PropertyDescriptor propertyDescriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.events.impl
Methods in de.hybris.platform.cockpit.events.impl that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionItemChangedEvent.getProperties()Returns the properties which have changed ornullif all need to be reloaded.Constructor parameters in de.hybris.platform.cockpit.events.impl with type arguments of type PropertyDescriptorModifierConstructorDescriptionItemChangedEvent(Object source, TypedObject item, Collection<? extends PropertyDescriptor> properties) Creates a newItemChangedEvent.ItemChangedEvent(Object source, TypedObject item, Collection<? extends PropertyDescriptor> properties, ItemChangedEvent.ChangeType changeType) Creates a newItemChangedEvent.ItemChangedEvent(Object source, TypedObject item, Collection<? extends PropertyDescriptor> properties, ItemChangedEvent.ChangeType changeType, Map<String, ? extends Object> params) Creates a newItemChangedEvent.ItemChangedEvent(Object source, TypedObject item, Collection<? extends PropertyDescriptor> properties, Map<String, ? extends Object> params) Creates a newItemChangedEvent. -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.helpers.validation
Methods in de.hybris.platform.cockpit.helpers.validation with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionValidationUIHelper.createModelFromContainer(TypedObject typedObject, String languageIso, PropertyDescriptor propertyDescriptor, UIEditor editor) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.advancedsearch
Methods in de.hybris.platform.cockpit.model.advancedsearch that return PropertyDescriptorModifier and TypeMethodDescriptionAdvancedSearchModel.getPropertyDescriptor(SearchField field) AdvancedSearchModel.getSortedByProperty()Returns the property by which search result should be sorted.AdvancedSearchParameterContainer.getSortProperty()Methods in de.hybris.platform.cockpit.model.advancedsearch that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionAdvancedSearchModel.getSortableProperties()Returns all the properties which can currently be used for sorting.Methods in de.hybris.platform.cockpit.model.advancedsearch with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoidAdvancedSearchParameterContainer.setSortProperty(PropertyDescriptor sortProperty) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.advancedsearch.impl
Methods in de.hybris.platform.cockpit.model.advancedsearch.impl that return PropertyDescriptorModifier and TypeMethodDescriptionDefaultAdvancedSearchModel.getPropertyDescriptor(SearchField field) DefaultAdvancedSearchModel.getSortedByProperty()DefaultParameterContainer.getSortProperty()Methods in de.hybris.platform.cockpit.model.advancedsearch.impl that return types with arguments of type PropertyDescriptorMethods in de.hybris.platform.cockpit.model.advancedsearch.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionbooleanDefaultAdvancedSearchModel.addSortableProperty(PropertyDescriptor sortProp) protected voidAdvancedSearchView.createSimpleRowComponent(org.zkoss.zk.ui.Component parent, Object rawInitialValue, PropertyDescriptor propertyDescriptor, SearchField field, UIEditor editor) DefaultAdvancedSearchModel.getEditorMode(SearchField searchField, PropertyDescriptor propDescr) protected SearchTypeDefaultAdvancedSearchModel.getRootSearchType(PropertyDescriptor propDescr) DefaultAdvancedSearchModel.getSearchField(PropertyDescriptor descriptor) booleanDefaultAdvancedSearchModel.removeSortableProperty(PropertyDescriptor sortProp) voidDefaultAdvancedSearchModel.setSortCriterion(PropertyDescriptor sortProperty, boolean asc) voidDefaultAdvancedSearchModel.setSortedByProperty(PropertyDescriptor sortProperty) voidDefaultParameterContainer.setSortProperty(PropertyDescriptor sortProp) Method parameters in de.hybris.platform.cockpit.model.advancedsearch.impl with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidDefaultAdvancedSearchModel.setSortableProperties(List<PropertyDescriptor> sortProps) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.config
Methods in de.hybris.platform.cockpit.model.config that return PropertyDescriptorMethods in de.hybris.platform.cockpit.model.config with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionPropertyGroup.createEntry(int pos, PropertyDescriptor property, boolean editable) Constructors in de.hybris.platform.cockpit.model.config with parameters of type PropertyDescriptor -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.editor
Methods in de.hybris.platform.cockpit.model.editor with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionstatic CreateContextEditorHelper.applyReferenceRelatedAttributes(ReferenceUIEditor referenceEditor, PropertyDescriptor propertyDescriptor, Map<String, ? extends Object> parameters, TypedObject currentObject, Object currentValue, String isoCode, UICockpitArea cockpitArea, UISession session) static voidEditorHelper.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist) Convenience method for creating and rendering aUIEditor.static voidEditorHelper.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, EditorListener editorListener, String editorCode) Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode) Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode, Map<String, ? extends Object> params) Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode, Map<String, ? extends Object> params, boolean focus) Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode, Map<String, ? extends Object> params, EditorListener editorListener) Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode, Map<String, ? extends Object> params, EditorListener editorListener, boolean focus) Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, EditorListener editorListener, boolean autoPersist) Convenience method for creating and rendering aUIEditor.static <T> List<? extends T>EditorHelper.filterValues(PropertyDescriptor propDescr, List<? extends T> values) Deprecated.since 6.3EditorHelper.getAvailableValues(Map<String, ? extends Object> params, PropertyDescriptor propertyDescriptor) Gets available values for a ListUIEditor using configuredAvailableValuesProviderspring bean.static SearchTypeEditorHelper.getRootSearchType(PropertyDescriptor propDescr, UISession session) static UIEditorEditorHelper.getUIEditor(PropertyDescriptor propDescr, String editorCode) Convenience method for creating and retrieving aUIEditor.static booleanEditorHelper.isEditable(PropertyDescriptor propDescr, boolean creationMode) Deprecated.since 6.3, useUIAccessRightService's isWritable methods instead.static ObjectTemplateEditorHelper.processVariantTypeCheck(ObjectTemplate type, TypedObject object, PropertyDescriptor propertyDescriptor, TypeService typeService) static voidEditorHelper.renderLocalizedEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode, Map<String, ? extends Object> params, boolean focus) static voidEditorHelper.renderLocalizedEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode, Map<String, ? extends Object> params, boolean focus, EditorListener editorListener) static voidEditorHelper.renderSingleEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode, Map<String, ? extends Object> params, String isoCode, boolean focus) static voidEditorHelper.renderSingleEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode, Map<String, ? extends Object> params, String isoCode, boolean focus, EditorListener editorListener) static voidEditorHelper.setAvailableValuesInListEditor(ListUIEditor editor, PropertyDescriptor propertyDescriptor, Map<String, ? extends Object> params) Helper method to set available values inListUIEditoreditor.static voidEditorHelper.tryOpenContextAreaEditor(UICockpitPerspective perspective, ObjectTemplate type, Collection value, TypedObject currentObject, PropertyDescriptor propertyDescriptor, Map<String, ? extends Object> parameters) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.editor.impl
Methods in de.hybris.platform.cockpit.model.editor.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionstatic CreateContextAbstractUIEditor.applyReferenceRelatedAttributes(ReferenceUIEditor referenceEditor, PropertyDescriptor propertyDescriptor, Map<String, ? extends Object> parameters, TypedObject currentObject, Object currentValue, String isoCode, UICockpitArea cockpitArea, UISession session) Deprecated.since 6.3static voidAbstractUIEditor.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist) Deprecated.since 6.3static voidAbstractUIEditor.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode) Deprecated.since 6.3static voidAbstractUIEditor.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode, Map<String, ? extends Object> params) Deprecated.since 6.3static voidAbstractUIEditor.createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, String editorCode, Map<String, ? extends Object> params, boolean focus) Deprecated.since 6.3static <T> List<? extends T>AbstractUIEditor.filterValues(PropertyDescriptor propDescr, List<? extends T> values) Deprecated.since 6.3protected AttributeDescriptorModelMapUIEditorRowRenderer.getAttributeDescriptor(PropertyDescriptor propertyDescriptor) static SearchTypeAbstractUIEditor.getRootSearchType(PropertyDescriptor propDescr, UISession session) Deprecated.since 6.3static UIEditorAbstractUIEditor.getUIEditor(PropertyDescriptor propDescr, String editorCode) Deprecated.since 6.3static booleanAbstractUIEditor.isEditable(PropertyDescriptor propDescr, boolean creationMode) Deprecated.since 6.3, useUIAccessRightService's isWritable methods instead. -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.general
Method parameters in de.hybris.platform.cockpit.model.general with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionintUIItemView.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) try to update rows containing the specified items -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.gridview.impl
Methods in de.hybris.platform.cockpit.model.gridview.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected StringGridValueHolder.getValue(PropertyDescriptor descriptor) Method parameters in de.hybris.platform.cockpit.model.gridview.impl with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionintGridView.updateItem(TypedObject item, Set<PropertyDescriptor> propertyDescriptors) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.listview
Methods in de.hybris.platform.cockpit.model.listview that return PropertyDescriptorModifier and TypeMethodDescriptionColumnModel.getPropertyDescriptor(ColumnDescriptor colDescr) Gets the property descriptor.Methods in de.hybris.platform.cockpit.model.listview with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoidListViewListener.openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.listview.impl
Methods in de.hybris.platform.cockpit.model.listview.impl that return PropertyDescriptorModifier and TypeMethodDescriptionDefaultColumnModel.getPropertyDescriptor(ColumnDescriptor colDescr) Returns the property descriptor for a specific column.Methods in de.hybris.platform.cockpit.model.listview.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected voidAbstractListView.fireOpenExternal(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) voidDefaultBrowserListViewListener.openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) voidDefaultBrowserSectionListViewListener.openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) voidDefaultListViewListener.openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) voidListView.validate(Set<String> forceWritePks, PropertyDescriptor propertyDescriptor, UIEditor editor, int rowIndex, int columnIndex, List<Object> initialEditValueList, org.zkoss.zk.ui.HtmlBasedComponent parent) Method parameters in de.hybris.platform.cockpit.model.listview.impl with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionintListView.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) Constructors in de.hybris.platform.cockpit.model.listview.impl with parameters of type PropertyDescriptor -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.meta
Methods in de.hybris.platform.cockpit.model.meta that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionObjectType.getDeclaredPropertyDescriptors()Returns all property descriptors which are declared at this type (not inherited).ObjectType.getPropertyDescriptors()Returns all property descriptorsRedeclarableObjectType.getRedeclaredPropertyDescriptors()Returns all property descriptors which are inherited but re-declared at this type. -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.meta.impl
Classes in de.hybris.platform.cockpit.model.meta.impl that implement PropertyDescriptorModifier and TypeClassDescriptionclassclassclassclassclassMethods in de.hybris.platform.cockpit.model.meta.impl that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionDefaultObjectType.getDeclaredPropertyDescriptors()ItemTemplate.getDeclaredPropertyDescriptors()AbstractExtendedType.getPropertyDescriptors()DefaultObjectType.getPropertyDescriptors()ItemTemplate.getPropertyDescriptors()DefaultObjectType.getRedeclaredPropertyDescriptors()Method parameters in de.hybris.platform.cockpit.model.meta.impl with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidDefaultObjectType.setDeclaredPropertyDescriptors(Set<PropertyDescriptor> propertyDescriptors) voidDefaultObjectType.setRedeclaredPropertyDescriptors(Set<PropertyDescriptor> propertyDescriptors) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.referenceeditor.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoidDefaultSelectorListViewListener.openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.referenceeditor.simple.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.simple.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoidDefaultSimpleSelectorListViewListener.openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.search
Subinterfaces of PropertyDescriptor in de.hybris.platform.cockpit.model.searchMethods in de.hybris.platform.cockpit.model.search that return types with arguments of type PropertyDescriptorMethods in de.hybris.platform.cockpit.model.search with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoidQuery.addSortCriterion(PropertyDescriptor sortProperty, boolean asc) voidQuery.removeSortCriterion(PropertyDescriptor sortProperty) Method parameters in de.hybris.platform.cockpit.model.search with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidQuery.setSortCriteria(Map<PropertyDescriptor, Boolean> criteria) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.model.search.impl
Classes in de.hybris.platform.cockpit.model.search.impl that implement PropertyDescriptorMethods in de.hybris.platform.cockpit.model.search.impl that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionDefaultSearchType.getSortProperties()ItemSearchType.getSortProperties()Method parameters in de.hybris.platform.cockpit.model.search.impl with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidDefaultSearchType.setDeclaredPropertyDescriptors(Set<PropertyDescriptor> propertyDescriptors) voidItemSearchType.setDeclaredPropertyDescriptors(Set<PropertyDescriptor> propertyDescriptors) voidDefaultSearchType.setSortProperties(List<PropertyDescriptor> sortDescriptors) voidItemSearchType.setSortProperties(List<PropertyDescriptor> sortProperties) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.reports.components.contentbrowser
Method parameters in de.hybris.platform.cockpit.reports.components.contentbrowser with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidReportDashboardCaptionComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.reports.wizards
Methods in de.hybris.platform.cockpit.reports.wizards that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionprotected List<PropertyDescriptor>UploadJasperMediaPage.getProperties()Methods in de.hybris.platform.cockpit.reports.wizards with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected org.zkoss.zk.ui.ComponentUploadJasperMediaPage.createEditorRow(PropertyDescriptor propertyDescriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionPropertyBasedService.getAllSupportedPropertyDescriptors(Collection<ObjectType> rootTypes) Returns all supported property descriptors for a given set of root types.NewItemService.getMandatoryAttributes(ObjectType type) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config that return PropertyDescriptorModifier and TypeMethodDescriptionDefaultPropertySettings.getPropertyDescriptor()Returns a PropertyDescriptor of the property that this instance ofDefaultPropertySettingsrepresents.EditorRowConfiguration.getPropertyDescriptor()SearchFieldConfiguration.getPropertyDescriptor()Returns this field's property descriptor.Methods in de.hybris.platform.cockpit.services.config that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionEditorConfiguration.getAllPropertyDescriptors()UpdateAwareCustomSectionConfiguration.getUpdateTriggerProperties()Methods in de.hybris.platform.cockpit.services.config with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionAvailableValuesProvider.getAvailableValues(PropertyDescriptor propertyDescriptor) Provides a list of available values for given PropertyDescriptor;BaseConfiguration.getDefaultPropertySettings(PropertyDescriptor propertyDescriptor) Returns default property settings for a property of the type represented by thisBaseConfigurationinstance. -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.config.impl
Fields in de.hybris.platform.cockpit.services.config.impl declared as PropertyDescriptorModifier and TypeFieldDescriptionprotected PropertyDescriptorAbstractConfigurationPersistingStrategyTest.propCatalogVersionprotected PropertyDescriptorAbstractConfigurationPersistingStrategyTest.propCodeprotected PropertyDescriptorAbstractConfigurationPersistingStrategyTest.propMinimalprotected PropertyDescriptorAbstractConfigurationPersistingStrategyTest.propNameprotected PropertyDescriptorAbstractConfigurationPersistingStrategyTest.propUnitNameMethods in de.hybris.platform.cockpit.services.config.impl that return PropertyDescriptorModifier and TypeMethodDescriptionDefaultPropertySettingsImpl.getPropertyDescriptor()PropertyColumnConfiguration.getPropertyDescriptor()PropertyEditorRowConfiguration.getPropertyDescriptor()PropertySearchFieldConfiguration.getPropertyDescriptor()Methods in de.hybris.platform.cockpit.services.config.impl that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionDefaultEditorConfiguration.getAllPropertyDescriptors()protected Set<PropertyDescriptor>UnassignedEditorSectionConfiguration.getAllPropertyDescriptors()static Set<PropertyDescriptor>BaseFallbackConfigHelper.getBaseProperties(BaseConfiguration baseConfiguration) Gets all the properties from a base configs default properties which are marked as baseProperty.protected Map<String,List<PropertyDescriptor>> JAXBBasedUIComponentConfigurationFactory.getDefaultPropertyGroups(ObjectTemplate objectTemplate, BaseConfiguration baseConfiguration) protected Set<PropertyDescriptor>InitialAttrEditorSectionConfiguration.getInitialPropertyDescriptors()static Set<PropertyDescriptor>BaseFallbackConfigHelper.getLabelProperties(BaseConfiguration baseConfiguration) Gets all the properties from a base configs label specification.protected List<PropertyDescriptor>JAXBBasedUIComponentConfigurationFactory.getOtherProperties(Collection<PropertyDescriptor> props, ObjectTemplate template) protected Set<PropertyDescriptor>InitialAttrEditorSectionConfiguration.getPropertiesWithDefaultValues(ObjectType type) static Set<PropertyDescriptor>BaseFallbackConfigHelper.getSearchProperties(BaseConfiguration baseConfiguration, TypeService typeService) Gets all search properties defined in the base config.static Set<PropertyDescriptor>BaseFallbackConfigHelper.getSortProperties(BaseConfiguration baseConfiguration, TypeService typeService) Gets all sort properties defined in the base config.CommentsSectionConfiguration.getUpdateTriggerProperties()Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionDefaultBaseConfiguration.getDefaultPropertySettings(PropertyDescriptor propertyDescriptor) protected SearchTypePropertyColumnConfiguration.getRootSearchType(PropertyDescriptor propDescr) Method parameters in de.hybris.platform.cockpit.services.config.impl with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionprotected EditorSectionConfigurationEditorConfigurationFactory.createGroupForProperties(List<PropertyDescriptor> properties, String label) protected List<PropertyDescriptor>JAXBBasedUIComponentConfigurationFactory.getOtherProperties(Collection<PropertyDescriptor> props, ObjectTemplate template) Constructors in de.hybris.platform.cockpit.services.config.impl with parameters of type PropertyDescriptorModifierConstructorDescriptionDefaultPropertySettingsImpl(String defaultEditorCode, Map<String, String> parameters, PropertyDescriptor propertyDescriptor, boolean baseProperty) PropertyColumnConfiguration(PropertyDescriptor propertyDescriptor) PropertyEditorRowConfiguration(PropertyDescriptor propertyDescriptor, boolean visible, boolean editable) PropertySearchFieldConfiguration(PropertyDescriptor propertyDescriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return types with arguments of type PropertyDescriptor -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl that return types with arguments of type PropertyDescriptorConstructor parameters in de.hybris.platform.cockpit.services.label.impl with type arguments of type PropertyDescriptor -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.meta
Methods in de.hybris.platform.cockpit.services.meta that return PropertyDescriptorModifier and TypeMethodDescriptionTypeService.getPropertyDescriptor(ObjectType type, String qualifier) Gets the property descriptor.TypeService.getPropertyDescriptor(String propertyQualifier) Gets the property descriptor.TypeService.getSelectionOf(PropertyDescriptor descriptor) returns the "selectionOf" property of the given property descriptorMethods in de.hybris.platform.cockpit.services.meta that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionTypeService.getReverseSelectionOf(PropertyDescriptor descriptor) returns the list of all property descriptors that the give property descriptor is "selectionOf"Methods in de.hybris.platform.cockpit.services.meta with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionExtendedTypeLoader.getAvailableValues(TypeModel valueType, PropertyDescriptor propertyDescriptor, TypeService typeService) Returns all possible values for the given property, e.g.TypeService.getAvailableValues(PropertyDescriptor propertyDescriptor) Gets the available values.TypeService.getAvailableValues(PropertyDescriptor propertyDescriptor, TypedObject object) Gets the available values.PropertyService.getMultiplicityString(PropertyDescriptor propertyDescriptor) Get the multiplicity for aPropertyDescriptoras a string.TypeService.getReverseSelectionOf(PropertyDescriptor descriptor) returns the list of all property descriptors that the give property descriptor is "selectionOf"TypeService.getSelectionOf(PropertyDescriptor descriptor) returns the "selectionOf" property of the given property descriptorExtendedTypeLoader.getValueType(ObjectType enclosingType, PropertyDescriptor propertyDescriptor, TypeService typeService) Returns the value type for the given property descriptor.TypeService.getValueTypeCode(PropertyDescriptor propertyDescriptor) Gets the value type code.booleanPropertyService.isInitial(PropertyDescriptor propertyDescriptor) Checks if aPropertyDescriptoris initial.booleanPropertyService.isMandatory(PropertyDescriptor propertyDescriptor, boolean creationMode) Checks if aPropertyDescriptoris mandatory.booleanPropertyService.isPartof(PropertyDescriptor propertyDescriptor) Checks if aPropertyDescriptoris partOf. -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.meta.impl
Methods in de.hybris.platform.cockpit.services.meta.impl with type parameters of type PropertyDescriptorModifier and TypeMethodDescription<T extends PropertyDescriptor>
voidPropertyCache.addProperty(String qualifier, T propertyDescriptor) <T extends PropertyDescriptor>
TPropertyCache.getProperty(String qualifier) Methods in de.hybris.platform.cockpit.services.meta.impl that return PropertyDescriptorModifier and TypeMethodDescriptionprotected PropertyDescriptorDefaultTypeService.getBaseTypePropertyCached(String qualifier) protected PropertyDescriptorExtensibleTypeService.getBaseTypePropertyCached(String qualifier) DefaultTypeService.getPropertyDescriptor(ObjectType type, String qualifier) DefaultTypeService.getPropertyDescriptor(String propertyQualifier) ExtensibleTypeService.getPropertyDescriptor(ObjectType type, String qualifier) ExtensibleTypeService.getPropertyDescriptor(String propertyQualifier) DefaultTypeService.getSelectionOf(PropertyDescriptor descriptor) ExtensibleTypeService.getSelectionOf(PropertyDescriptor descriptor) Methods in de.hybris.platform.cockpit.services.meta.impl that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionDefaultTypeService.getReverseSelectionOf(PropertyDescriptor descriptor) ExtensibleTypeService.getReverseSelectionOf(PropertyDescriptor descriptor) Methods in de.hybris.platform.cockpit.services.meta.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected voidDefaultTypeService.addBaseTypePropertyToCache(String qualifier, PropertyDescriptor propDesc) protected voidExtensibleTypeService.addBaseTypePropertyToCache(String qualifier, PropertyDescriptor propDesc) AbstractTypeLoader.getAvailableValues(TypeModel valueType, PropertyDescriptor propertyDescriptor, TypeService typeService) ClassificationTypeLoader.getAvailableValues(TypeModel type, PropertyDescriptor propertyDescriptor, TypeService typeService) DefaultExtendedTypeChain.getAvailableValues(TypeModel type, PropertyDescriptor propertyDescriptor, TypeService typeService) DefaultTypeService.getAvailableValues(PropertyDescriptor propertyDescriptor) DefaultTypeService.getAvailableValues(PropertyDescriptor propertyDescriptor, TypedObject object) ExtensibleTypeService.getAvailableValues(PropertyDescriptor propertyDescriptor) ExtensibleTypeService.getAvailableValues(PropertyDescriptor propertyDescriptor, TypedObject object) WidgetTypeLoader.getAvailableValues(TypeModel type, PropertyDescriptor propertyDescriptor, TypeService typeService) DefaultPropertyService.getMultiplicityString(PropertyDescriptor propertyDescriptor) DefaultTypeService.getReverseSelectionOf(PropertyDescriptor descriptor) ExtensibleTypeService.getReverseSelectionOf(PropertyDescriptor descriptor) DefaultTypeService.getSelectionOf(PropertyDescriptor descriptor) ExtensibleTypeService.getSelectionOf(PropertyDescriptor descriptor) AbstractTypeLoader.getValueType(ObjectType enclosingType, PropertyDescriptor propertyDescriptor, TypeService typeService) ClassificationTypeLoader.getValueType(ObjectType enclosingType, PropertyDescriptor propertyDescriptor, TypeService typeService) DefaultExtendedTypeChain.getValueType(ObjectType enclosingType, PropertyDescriptor propertyDescriptor, TypeService typeService) protected TypeModelDefaultTypeService.getValueType(PropertyDescriptor propertyDescriptor) protected TypeModelExtensibleTypeService.getValueType(PropertyDescriptor propertyDescriptor) WidgetTypeLoader.getValueType(ObjectType enclosingType, PropertyDescriptor propertyDescriptor, TypeService typeService) DefaultTypeService.getValueTypeCode(PropertyDescriptor propertyDescriptor) ExtensibleTypeService.getValueTypeCode(PropertyDescriptor propertyDescriptor) booleanDefaultPropertyService.isInitial(PropertyDescriptor propertyDescriptor) booleanDefaultPropertyService.isMandatory(PropertyDescriptor propertyDescriptor, boolean creationMode) booleanDefaultPropertyService.isPartof(PropertyDescriptor propertyDescriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.search
Methods in de.hybris.platform.cockpit.services.search with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionSearchService.getSearchDescriptor(PropertyDescriptor propDescr) Gets the search descriptor for the given property descriptorSearchParameterDescriptorcontains the list ofOperatorobjects.SearchService.getSearchDescriptor(PropertyDescriptor propertyDescriptor, boolean simpleSearch) Gets the search descriptor for the given property descriptorSearchParameterDescriptorcontains the list ofOperatorobjects.booleanSearchService.isSortable(PropertyDescriptor propDescr) Checks if given property is sortable, so it can later be used to sort by. -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.search.impl
Subinterfaces of PropertyDescriptor in de.hybris.platform.cockpit.services.search.implModifier and TypeInterfaceDescriptioninterfaceThe interface GenericSearchParameterDescriptor.Classes in de.hybris.platform.cockpit.services.search.impl that implement PropertyDescriptorModifier and TypeClassDescriptionclassclassclassclassclassMethods in de.hybris.platform.cockpit.services.search.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionDefaultSearchService.getSearchDescriptor(PropertyDescriptor propDescr) DefaultSearchService.getSearchDescriptor(PropertyDescriptor propDescr, boolean simpleSearch) booleanDefaultSearchService.isSortable(PropertyDescriptor propDescr) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.security
Methods in de.hybris.platform.cockpit.services.security with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionbooleanUIAccessRightService.isReadable(ObjectType type, PropertyDescriptor propDescr, boolean creationMode) Returns whether the current user has read access to the specified property.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, PropertyDescriptor propDescr, boolean creationMode) Returns whether the current user has write access to the specified item property. -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.security.impl
Methods in de.hybris.platform.cockpit.services.security.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionbooleanDefaultUIAccessRightService.isReadable(ObjectType type, PropertyDescriptor propDescr, boolean creationMode) booleanDefaultUIAccessRightService.isWritable(ObjectType type, PropertyDescriptor propDescr, boolean creationMode) booleanDefaultUIAccessRightService.isWritable(ObjectType type, TypedObject item, PropertyDescriptor propDescr, boolean creationMode) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.validation
Methods in de.hybris.platform.cockpit.services.validation with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionCockpitValidationService.getValidationDescriptors(Set<CockpitValidationDescriptor> violations, PropertyDescriptor propertyDescriptor) Gets the validation descriptors for passed in propertyDescriptor.CockpitValidationService.validateProperty(T object, PropertyDescriptor property) Validate property. -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.validation.impl
Methods in de.hybris.platform.cockpit.services.validation.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionDefaultCockpitValidationService.getValidationDescriptors(Set<CockpitValidationDescriptor> violations, PropertyDescriptor propertyDescriptor) DefaultCockpitValidationService.validateProperty(T object, PropertyDescriptor propertyDescr) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.validation.pojos
Methods in de.hybris.platform.cockpit.services.validation.pojos that return PropertyDescriptorModifier and TypeMethodDescriptionCockpitValidationDescriptor.getPropertyDescriptor()Gets the property descriptor.Methods in de.hybris.platform.cockpit.services.validation.pojos with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoidCockpitValidationDescriptor.setPropertyDescriptor(PropertyDescriptor propertyDescriptor) Sets the property descriptor.Constructors in de.hybris.platform.cockpit.services.validation.pojos with parameters of type PropertyDescriptorModifierConstructorDescriptionCockpitValidationDescriptor(PropertyDescriptor propertyDescriptor, int cockpitMessageLevel, String validationMessage, AbstractConstraintModel constraint) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.values
Methods in de.hybris.platform.cockpit.services.values that return PropertyDescriptorModifier and TypeMethodDescriptionObjectValueContainer.ObjectValueHolder.getPropertyDescriptor()PropertyComparisonInfo.getPropertyDescriptor()Methods in de.hybris.platform.cockpit.services.values that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionObjectCompareService.getComparedAttributes(TypedObject referenceObject, List<TypedObject> compareObjects) ObjectCompareService.getComparedAttributes(TypedObject referenceObject, List<TypedObject> compareObjects, ObjectAttributeComparator comparator) ObjectCompareService.getComparedAttributes(ObjectValueContainer referenceValueContainer, List<ObjectValueContainer> compareValueContainers) ObjectCompareService.getComparedAttributes(ObjectValueContainer referenceValueContainer, List<ObjectValueContainer> compareValueContainers, ObjectAttributeComparator comparator) ObjectValueContainer.getPropertyDescriptors()ValueHandlerException.getRelatedProperties()Deprecated.since 6.3, useValueHandlerException.getProperties()insteadMethods in de.hybris.platform.cockpit.services.values with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionObjectValueContainer.addValue(PropertyDescriptor propertyDescriptor, String languageIso, Object originalValue) ObjectValueContainer.getValue(PropertyDescriptor propertyDescriptor, String languageIso) ValueService.getValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor) Reads value of a single property descriptor.booleanObjectValueContainer.hasProperty(PropertyDescriptor propertyDescriptor) booleanObjectValueContainer.hasProperty(PropertyDescriptor propertyDescriptor, String language) voidObjectValueLazyLoader.loadValue(ObjectValueContainer valueContainer, PropertyDescriptor propertyDesc, String langIso) voidValueService.setValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor, Object value) Stores value of a single property descriptor.voidValueService.setValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor, Object value, String langIso) Stores value of a single property descriptor for a given language.Method parameters in de.hybris.platform.cockpit.services.values with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionValueService.getValues(TypedObject typedObject, Set<PropertyDescriptor> propertyDescriptors, Set<String> languageIsos) Reads values of a given property descriptors.voidObjectValueHandler.loadValues(ObjectValueContainer valueContainer, ObjectType type, Object source, Set<PropertyDescriptor> descriptors, Set<String> languageIsoCodes) Loads values of given descriptors and in given languages.Constructor parameters in de.hybris.platform.cockpit.services.values with type arguments of type PropertyDescriptorModifierConstructorDescriptionObjectValueContainer(ObjectType type, Object object, Set<PropertyDescriptor> descriptorsToLoad, Set<String> languagesToLoad, ObjectValueLazyLoader lazyLoader) ValueHandlerException(String message, Throwable cause, Set<PropertyDescriptor> properties) Deprecated.since 6.3ValueHandlerException(String message, Set<PropertyDescriptor> properties) Deprecated.since 6.3ValueHandlerNotPersistedException(String message, Set<PropertyDescriptor> descriptors) ValueHandlerPermissionException(String message, Throwable cause, Set<PropertyDescriptor> relatedProperties) ValueHandlerPermissionException(String message, Set<? extends PropertyDescriptor> relatedProperties) ValueHandlerWorkflowException(String message, Throwable cause, Set<PropertyDescriptor> relatedProperties) ValueHandlerWorkflowException(String message, Set<PropertyDescriptor> relatedProperties) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.values.impl
Methods in de.hybris.platform.cockpit.services.values.impl that return PropertyDescriptorModifier and TypeMethodDescriptionDefaultObjectAttributeComparator.AttributeComparisonContext.getPropertyDescriptor()PropertyComparisonInfoImpl.getPropertyDescriptor()Methods in de.hybris.platform.cockpit.services.values.impl that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionDefaultObjectCompareService.getComparedAttributes(TypedObject referenceObject, List<TypedObject> compareObjects) DefaultObjectCompareService.getComparedAttributes(TypedObject referenceObject, List<TypedObject> compareObjects, ObjectAttributeComparator comparator) DefaultObjectCompareService.getComparedAttributes(ObjectValueContainer referenceValueContainer, List<ObjectValueContainer> compareValueContainers) DefaultObjectCompareService.getComparedAttributes(ObjectValueContainer referenceValueContainer, List<ObjectValueContainer> compareValueContainers, ObjectAttributeComparator comparator) Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionDefaultValueService.getValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor) voidDefaultValueService.setValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor, Object value) voidDefaultValueService.setValue(TypedObject typedObject, PropertyDescriptor propertyDescriptor, Object value, String langIso) Method parameters in de.hybris.platform.cockpit.services.values.impl with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionprotected Set<ClassAttributePropertyDescriptor>ClassificationObjectValueHandler.getMatchingDescriptors(ItemModel itemModel, Set<PropertyDescriptor> descriptors) protected Set<ItemAttributePropertyDescriptor>GenericItemObjectValueHandler.getMatchingDescriptors(ItemModel itemModel, Set<PropertyDescriptor> descriptors) DefaultValueService.getValues(TypedObject typedObject, Set<PropertyDescriptor> propertyDescriptors, Set<String> languageIsos) 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) Constructors in de.hybris.platform.cockpit.services.values.impl with parameters of type PropertyDescriptorModifierConstructorDescriptionAttributeComparisonContext(TypedObject firstArgRootObject, TypedObject secondArgRootObject, PropertyDescriptor propertyDescriptor) PropertyComparisonInfoImpl(PropertyDescriptor descriptor) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.services.xmlprovider.impl
Methods in de.hybris.platform.cockpit.services.xmlprovider.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected RowTypeDefaultXmlDataProvider.createCollectionRow(PropertyDescriptor descriptor, RowType xmlRow, Collection<TypedObject> val) protected voidDefaultXmlDataProvider.createDeeperReferenceTableRow(RowType xmlRow, String refTableTitle, Collection<TypedObject> rowsValues, Map<String, ColumnConfiguration> columnsTitles, PropertyDescriptor descriptor) protected voidDefaultXmlDataProvider.createMediaRow(PropertyDescriptor descriptor, RowType xmlRow, MediaModel mediaModel) protected RowTypeDefaultXmlDataProvider.createOneLevelReferenceTableRow(RowType xmlRow, Collection<TypedObject> coll, List<? extends ColumnConfiguration> columnsConf, PropertyDescriptor descriptor) creates xml snipet with reference tableprotected voidDefaultXmlDataProvider.createOtherRow(PropertyDescriptor descriptor, RowType xmlRow, TypedObject val) protected RowTypeDefaultXmlDataProvider.createSimpleRow(PropertyDescriptor descriptor, RowType xmlRow, String value) Creates simple name-value row for xmlprotected StringLocalizedXmlDataProvider.getLocalizedValue(TypedObject curObj, PropertyDescriptor descriptor, String iso) protected StringDefaultXmlDataProvider.getName(PropertyDescriptor descriptor) protected ObjectTemplateDefaultXmlDataProvider.getObjectTemplate(PropertyDescriptor propDesc) protected ObjectDefaultXmlDataProvider.getPropertyValue(TypedObject curObj, PropertyDescriptor descriptor) protected ObjectTemplateDefaultXmlDataProvider.processVariantTypeCheck(TypedObject curObj, PropertyDescriptor propDesc, ObjectTemplate template) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return PropertyDescriptorMethods in de.hybris.platform.cockpit.session with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoidUIEditorArea.doOnChange(PropertyDescriptor propertyDescriptor) voidBrowserModel.multiEdit(PropertyDescriptor propertyDesc, String languageIso, List<TypedObject> objects, Object value) voidBrowserModel.multiEdit(PropertyDescriptor propertyDesc, List<TypedObject> objects, Object value) voidAdvancedBrowserModel.setContextRootTypePropertyDescriptor(PropertyDescriptor descriptor) voidEditorAreaController.updateEditorRequest(TypedObject item, PropertyDescriptor propertyDescriptor) request update of a special editor area row or allvoidEditorAreaListener.valueChanged(ObjectValueContainer valueContainer, PropertyDescriptor propertyDescriptor) Method parameters in de.hybris.platform.cockpit.session with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidUIEditorArea.updateValues(Set<PropertyDescriptor> properties) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return PropertyDescriptorModifier and TypeMethodDescriptionAbstractAdvancedBrowserModel.getContextRootTypePropertyDescriptor()protected PropertyDescriptorCelumEventHandler.getPropertyDescriptor(Map<String, String[]> params) CreateContext.getPropertyDescriptor()Methods in de.hybris.platform.cockpit.session.impl that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionprotected Set<PropertyDescriptor>EditorArea.getLoadPropertyDescriptors()protected Map<PropertyDescriptor,Boolean> AbstractSearchBrowserModel.getSortCriterion(Query query) Returns the sort criterion to be used for sorting.abstract List<PropertyDescriptor>AbstractSearchBrowserModel.getSortProperties()DefaultSearchBrowserModel.getSortProperties()Methods in de.hybris.platform.cockpit.session.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected voidAbstractEditorAreaController.addValue(PropertyDescriptor propertyDescriptor, Object value) protected voidAbstractEditorAreaController.addValue(PropertyDescriptor propertyDescriptor, Object value, String langIso) protected voidAbstractEditorAreaController.doOnChange(PropertyDescriptor propertyDescriptor) voidEditorArea.doOnChange(PropertyDescriptor propertyDescriptor) protected voidEditorArea.fireValueChanged(ObjectValueContainer cont, PropertyDescriptor propertyDescriptor) voidAbstractBrowserModel.multiEdit(PropertyDescriptor propertyDesc, String languageIso, List<TypedObject> objects, Object value) voidAbstractBrowserModel.multiEdit(PropertyDescriptor propertyDesc, List<TypedObject> objects, Object value) voidAbstractAdvancedBrowserModel.setContextRootTypePropertyDescriptor(PropertyDescriptor descriptor) voidCreateContext.setPropertyDescriptor(PropertyDescriptor propertyDescriptor) voidAbstractSearchBrowserModel.setSortedByProperty(PropertyDescriptor sortProp) protected voidDefaultSearchBrowserModel.updateAdvancedSearchModel(Query query, PropertyDescriptor sortProp, boolean asc) voidAbstractEditorAreaController.updateEditorRequest(TypedObject typedObject, PropertyDescriptor descriptor) protected voidAbstractEditorAreaController.updateRegisteredSections(ObjectType type, PropertyDescriptor propertyDescriptor) voidDefaultEditorAreaListener.valueChanged(ObjectValueContainer valueContainer, PropertyDescriptor propertyDescriptor) Method parameters in de.hybris.platform.cockpit.session.impl with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionprotected voidEditorArea.addMissingMessage(Set<PropertyDescriptor> relatedProps) voidAbstractEditorAreaController.registerSectionUpdateHandler(Set<PropertyDescriptor> propertyDescriptors, Set<ObjectType> types, Section section) voidAbstractSearchBrowserModel.setSortableProperties(List<PropertyDescriptor> sortProps) voidEditorArea.updateValues(Set<PropertyDescriptor> properties) Constructors in de.hybris.platform.cockpit.session.impl with parameters of type PropertyDescriptorModifierConstructorDescriptionCreateContext(ObjectType baseType, TypedObject sourceObject, PropertyDescriptor propertyDescriptor, String langIso) -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionstatic Map<PropertyDescriptor,Object> TypeTools.getAllDefaultValues(TypeService typeService, ObjectTemplate template, Set<String> languageIsos) Gets the all default 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 Set<PropertyDescriptor>TypeTools.getOmittedProperties(ObjectValueContainer valueContainer, ObjectTemplate template, boolean creationMode) Gets the omitted properties.static Set<PropertyDescriptor>TypeTools.getOmittedProperties(ObjectValueContainer valueContainer, Set<PropertyDescriptor> descriptors, boolean creationMode) Gets the omitted properties basing on given set of property descriptors.Methods in de.hybris.platform.cockpit.util with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionstatic StringTypeTools.getMultiplicityString(PropertyDescriptor propertyDescriptor) Deprecated.since 6.3, usePropertyService.getMultiplicityString(PropertyDescriptor)instead.static ObjectTypeTools.getPropertyValue(ValueService valueService, TypedObject object, PropertyDescriptor propertyDescriptor) Reads the value of the given pd.static StringTypeTools.getPropertyValueAsString(ValueService valueService, TypedObject object, PropertyDescriptor propertyDescriptor) Reads the value of the given pd and retuns is as a String.static ObjectTemplateTypeTools.getValueTypeAsObjectTemplate(PropertyDescriptor propertyDescriptor, TypeService typeService) Gets the value type as object template.static booleanTypeTools.isEditable(SystemService systemService, ObjectType type, PropertyDescriptor propertyDescriptor, boolean creationMode) Deprecated.since 6.3, useUIAccessRightServiceisWritable methods instead.static booleanTypeTools.isInitial(PropertyDescriptor propertyDescriptor) Deprecated.since 6.3, usePropertyService.isInitial(PropertyDescriptor)instead.static booleanTypeTools.isMandatory(PropertyDescriptor propertyDescriptor, boolean creationMode) Deprecated.since 6.3, usePropertyService.isMandatory(PropertyDescriptor, boolean)instead.static booleanViewUpdateUtils.isMatchingItemPropertyContext(Map<String, Object> ctx, TypedObject item, PropertyDescriptor propertyDescriptor) Checks, if a TypedObject and PropertyDescriptor is contained in the given contextstatic booleanTypeTools.isPartof(PropertyDescriptor propertyDescriptor) Deprecated.since 6.3, usePropertyService.isPartof(PropertyDescriptor)instead.static booleanTypeTools.isReadable(SystemService systemService, ObjectType type, PropertyDescriptor propertyDescriptor, boolean creationMode) Deprecated.since 6.3, useUIAccessRightServiceisReadable methods instead.static booleanViewUpdateUtils.isUpdateNeeded(Map<String, Object> ctx, TypedObject item, PropertyDescriptor propertyDescriptor, TypeService typeService, ValueService valueService) Utility method to check, if an update is needed regarding to changes of an item.TypeTools.multiEdit(PropertyDescriptor propertyDesc, String languageIso, List<TypedObject> items, Object value) Multi edit.static booleanTypeTools.propertyBelongsTo(TypeService typeService, Set<ObjectType> types, PropertyDescriptor propertyDescriptor) Property belongs to.Method parameters in de.hybris.platform.cockpit.util with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionViewUpdateUtils.createItemPropertyContext(TypedObject item, Collection<PropertyDescriptor> modifiedProperties) Convenience method to create a context map that can be checked later byViewUpdateUtils.isMatchingItemPropertyContext(Map, TypedObject, PropertyDescriptor)andViewUpdateUtils.isUpdateNeeded(Map, TypedObject, PropertyDescriptor, TypeService, ValueService).static ObjectValueContainerTypeTools.createValueContainer(TypedObject typedObject, Set<PropertyDescriptor> propertyDescriptors, Set<String> langIsos) Creates the value container.static ObjectValueContainerTypeTools.createValueContainer(TypedObject typedObject, Set<PropertyDescriptor> propertyDescriptors, Set<String> langIsos, boolean lazyLoad) egacy API relying on ZK dependency injectionstatic ObjectValueContainerTypeTools.createValueContainer(ObjectValueHandlerRegistry valueHandlerRegistry, TypedObject typedObject, Set<PropertyDescriptor> propertyDescriptors, Set<String> langIsos, boolean lazyLoad) Creates the value container.static Set<PropertyDescriptor>TypeTools.getOmittedProperties(ObjectValueContainer valueContainer, Set<PropertyDescriptor> descriptors, boolean creationMode) Gets the omitted properties basing on given set of property descriptors. -
Uses of PropertyDescriptor in de.hybris.platform.cockpit.wizards.generic
Methods in de.hybris.platform.cockpit.wizards.generic that return PropertyDescriptorModifier and TypeMethodDescriptionDefaultAdvancedSearchPageController.getParentPropertyDescriptor()Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected final org.zkoss.zk.ui.ComponentGenericItemMandatoryPage.createGroupRow(org.zkoss.zk.ui.Component parent, PropertyDescriptor descriptor, TypedObject currentObject, String editorCode, int errorLevel, Map<String, String> params) Creates one single row for group on that page.CreateItemWizardRegistry.getCustomWizardID(ObjectType type, UICockpitPerspective perspective, PropertyDescriptor propertyDescriptor) intAbstractGenericItemPage.isCauseError(PropertyDescriptor descriptor) protected voidGenericItemMandatoryPage.loadInitConfigValues(PropertyDescriptor descriptor, WizardConfiguration wizardConfig) Method loads initial values that can be defined withinWizardConfigurationvoidAdvancedSearchPage.DefaultSelectorListViewListener.openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) voidGenericItemWizard.setValue(PropertyDescriptor descriptor, Object value) Method parameters in de.hybris.platform.cockpit.wizards.generic with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionGenericItemMandatoryPage.extractPropertyQualifiers(List<PropertyDescriptor> propertyDescriptors) Constructors in de.hybris.platform.cockpit.wizards.generic with parameters of type PropertyDescriptorModifierConstructorDescriptionDefaultAdvancedSearchPageController(TypedObject parentObject, PropertyDescriptor parentPropertyDescriptor, boolean fireSearch) -
Uses of PropertyDescriptor in de.hybris.platform.configurablebundlecockpits.admincockpit.services.security.impl
Methods in de.hybris.platform.configurablebundlecockpits.admincockpit.services.security.impl with parameters of type PropertyDescriptorModifier 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 PropertyDescriptor in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Method parameters in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionprotected voidBundleProductSearchBrowserModel.addCriterionToSearchQuery(Map<PropertyDescriptor, Boolean> sortCriterion, Query searchQuery) -
Uses of PropertyDescriptor in de.hybris.platform.productcockpit.components.macfinder
Method parameters in de.hybris.platform.productcockpit.components.macfinder with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionvoidMacFinderTreeComponent.updateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) -
Uses of PropertyDescriptor in de.hybris.platform.productcockpit.services.product.impl
Methods in de.hybris.platform.productcockpit.services.product.impl that return types with arguments of type PropertyDescriptor -
Uses of PropertyDescriptor in de.hybris.platform.productcockpit.session.impl
Methods in de.hybris.platform.productcockpit.session.impl with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoidEditorAreaControllerImpl.updateEditorRequest(TypedObject typedObject, PropertyDescriptor descriptor) voidPopupEditorAreaControllerImpl.updateEditorRequest(TypedObject typedObject, PropertyDescriptor descriptor) -
Uses of PropertyDescriptor in de.hybris.platform.yacceleratorcockpits.productcockpit.editor
Methods in de.hybris.platform.yacceleratorcockpits.productcockpit.editor that return types with arguments of type PropertyDescriptor