Uses of Enum Class
de.hybris.platform.basecommerce.enums.PointOfServiceTypeEnum
Packages that use PointOfServiceTypeEnum
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.storelocator.jalo package.
-
Uses of PointOfServiceTypeEnum in de.hybris.platform.basecommerce.enums
Methods in de.hybris.platform.basecommerce.enums that return PointOfServiceTypeEnumModifier and TypeMethodDescriptionstatic PointOfServiceTypeEnumReturns the enum constant of this class with the specified name.static PointOfServiceTypeEnum[]PointOfServiceTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PointOfServiceTypeEnum in de.hybris.platform.storelocator.model
Methods in de.hybris.platform.storelocator.model that return PointOfServiceTypeEnumModifier and TypeMethodDescriptionPointOfServiceModel.getType()Generated method - Getter of thePointOfService.typeattribute defined at extensionbasecommerce.Methods in de.hybris.platform.storelocator.model with parameters of type PointOfServiceTypeEnumModifier and TypeMethodDescriptionvoidPointOfServiceModel.setType(PointOfServiceTypeEnum value) Generated method - Setter ofPointOfService.typeattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.storelocator.model with parameters of type PointOfServiceTypeEnumModifierConstructorDescriptionPointOfServiceModel(String _name, PointOfServiceTypeEnum _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPointOfServiceModel(String _name, ItemModel _owner, PointOfServiceTypeEnum _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters