Uses of Interface
de.hybris.platform.cockpit.services.meta.PropertyService
Packages that use PropertyService
Package
Description
-
Uses of PropertyService in de.hybris.platform.cockpit.components.listview
Methods in de.hybris.platform.cockpit.components.listview that return PropertyServiceModifier and TypeMethodDescriptionprotected 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 PropertyServiceModifier and TypeMethodDescriptionvoidJAXBBasedUIComponentConfigurationFactory.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 PropertyServiceMethods in de.hybris.platform.cockpit.services.meta.impl that return PropertyServiceModifier and TypeMethodDescriptionprotected PropertyServiceAbstractTypeLoader.getPropertyService()protected PropertyServiceExtensibleTypeService.getPropertyService()Methods in de.hybris.platform.cockpit.services.meta.impl with parameters of type PropertyServiceModifier and TypeMethodDescriptionvoidAbstractTypeLoader.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 PropertyServiceModifier and TypeMethodDescriptionstatic Set<PropertyDescriptor>TypeTools.getMandatoryAttributes(ObjectType type, boolean creationMode, PropertyService propertyService) Same asTypeTools.getMandatoryAttributes(ObjectType, boolean)but usesPropertyServiceto check if mandatory.