Uses of Class
de.hybris.platform.cockpit.model.meta.PropertyDescriptor.Occurrence
-
Packages that use PropertyDescriptor.Occurrence Package Description de.hybris.platform.cockpit.model.meta de.hybris.platform.cockpit.model.meta.impl de.hybris.platform.cockpit.services.search.impl -
-
Uses of PropertyDescriptor.Occurrence in de.hybris.platform.cockpit.model.meta
Methods in de.hybris.platform.cockpit.model.meta that return PropertyDescriptor.Occurrence Modifier and Type Method Description PropertyDescriptor.OccurrencePropertyDescriptor. getOccurence()Tells if this property is mandatory, recommended or optional.static PropertyDescriptor.OccurrencePropertyDescriptor.Occurrence. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PropertyDescriptor.Occurrence[]PropertyDescriptor.Occurrence. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertyDescriptor.Occurrence in de.hybris.platform.cockpit.model.meta.impl
Methods in de.hybris.platform.cockpit.model.meta.impl that return PropertyDescriptor.Occurrence Modifier and Type Method Description PropertyDescriptor.OccurrenceAbstractPropertyDescriptor. getOccurence()PropertyDescriptor.OccurrenceClassAttributePropertyDescriptor. getOccurence()PropertyDescriptor.OccurrenceItemAttributePropertyDescriptor. getOccurence()PropertyDescriptor.OccurrenceMediaStreamPropertyMarker. getOccurence()PropertyDescriptor.OccurrenceWidgetParameterPropertyDescriptor. getOccurence()Methods in de.hybris.platform.cockpit.model.meta.impl with parameters of type PropertyDescriptor.Occurrence Modifier and Type Method Description voidAbstractPropertyDescriptor. setOccurence(PropertyDescriptor.Occurrence occurence)voidClassAttributePropertyDescriptor. setOccurence(PropertyDescriptor.Occurrence occ)voidItemAttributePropertyDescriptor. setOccurence(PropertyDescriptor.Occurrence occ) -
Uses of PropertyDescriptor.Occurrence in de.hybris.platform.cockpit.services.search.impl
Methods in de.hybris.platform.cockpit.services.search.impl that return PropertyDescriptor.Occurrence Modifier and Type Method Description PropertyDescriptor.OccurrenceClassAttributeSearchDescriptor. getOccurence()PropertyDescriptor.OccurrenceItemAttributeSearchDescriptor. getOccurence()
-