Uses of Class
de.hybris.platform.commerceservices.enums.CustomerType
-
Packages that use CustomerType Package Description de.hybris.platform.commerceservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.core.model.user 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 CustomerType Modifier and Type Field Description static CustomerTypeCustomerType. GUESTGenerated enum value for CustomerType.GUEST declared at extension commerceservices.static CustomerTypeCustomerType. REGISTEREDGenerated enum value for CustomerType.REGISTERED declared at extension commerceservices.Methods in de.hybris.platform.commerceservices.enums that return CustomerType Modifier and Type Method Description static CustomerTypeCustomerType. valueOf(java.lang.String code)Returns 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 CustomerType Modifier and Type Method Description CustomerTypeCustomerModel. getType()Generated method - Getter of theCustomer.typeattribute defined at extensioncommerceservices.Methods in de.hybris.platform.core.model.user with parameters of type CustomerType Modifier and Type Method Description voidCustomerModel. setType(CustomerType value)Generated method - Setter ofCustomer.typeattribute defined at extensioncommerceservices.
-