Uses of Interface
de.hybris.platform.cockpit.services.meta.PropertyService
-
-
Uses of PropertyService in de.hybris.platform.cockpit.components.listview
Methods in de.hybris.platform.cockpit.components.listview that return PropertyService Modifier and Type Method Description protected PropertyServiceContextAreaListViewListener. getPropertyService() -
Uses of PropertyService in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type PropertyService Modifier and Type Method Description voidJAXBBasedUIComponentConfigurationFactory. setPropertyService(PropertyService propertyService) -
Uses of PropertyService in de.hybris.platform.cockpit.services.meta.impl
Classes in de.hybris.platform.cockpit.services.meta.impl that implement PropertyService Modifier and Type Class Description classDefaultPropertyServiceDefault implementation ofPropertyService.Methods in de.hybris.platform.cockpit.services.meta.impl that return PropertyService Modifier and Type Method Description protected PropertyServiceAbstractTypeLoader. getPropertyService()protected PropertyServiceExtensibleTypeService. getPropertyService()Methods in de.hybris.platform.cockpit.services.meta.impl with parameters of type PropertyService Modifier and Type Method Description voidAbstractTypeLoader. setCockpitPropertyService(PropertyService propertyService)voidExtensibleTypeService. setPropertyService(PropertyService propertyService) -
Uses of PropertyService in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util with parameters of type PropertyService Modifier and Type Method Description static java.util.Set<PropertyDescriptor>TypeTools. getMandatoryAttributes(ObjectType type, boolean creationMode, PropertyService propertyService)Same asTypeTools.getMandatoryAttributes(ObjectType, boolean)but usesPropertyServiceto check if mandatory.
-