Uses of Class
de.hybris.platform.commerceservices.enums.CustomerType
Packages that use CustomerType
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.jalo.user package.
-
Uses of CustomerType in de.hybris.platform.commerceservices.enums
Fields in de.hybris.platform.commerceservices.enums declared as CustomerTypeModifier and TypeFieldDescriptionstatic final CustomerTypeCustomerType.GUESTGenerated enum value for CustomerType.GUEST declared at extension commerceservices.static final CustomerTypeCustomerType.REGISTEREDGenerated enum value for CustomerType.REGISTERED declared at extension commerceservices.Methods in de.hybris.platform.commerceservices.enums that return CustomerTypeModifier and TypeMethodDescriptionstatic CustomerTypeReturns a CustomerType instance representing the specified enum value. -
Uses of CustomerType in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return CustomerTypeModifier and TypeMethodDescriptionCustomerModel.getType()Generated method - Getter of theCustomer.typeattribute defined at extensioncommerceservices.Methods in de.hybris.platform.core.model.user with parameters of type CustomerTypeModifier and TypeMethodDescriptionvoidCustomerModel.setType(CustomerType value) Generated method - Setter ofCustomer.typeattribute defined at extensioncommerceservices.