Uses of Class
de.hybris.platform.personalizationservices.enums.CxUserType
-
Packages that use CxUserType Package Description de.hybris.platform.personalizationservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.personalizationservices.model.config Contains generated models for each type of de.hybris.platform.personalizationservices.jalo.config package. -
-
Uses of CxUserType in de.hybris.platform.personalizationservices.enums
Methods in de.hybris.platform.personalizationservices.enums that return CxUserType Modifier and Type Method Description static CxUserTypeCxUserType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CxUserType[]CxUserType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CxUserType in de.hybris.platform.personalizationservices.model.config
Methods in de.hybris.platform.personalizationservices.model.config that return CxUserType Modifier and Type Method Description CxUserTypeCxAbstractCalcConfigModel. getUserType()Generated method - Getter of theCxAbstractCalcConfig.userTypeattribute defined at extensionpersonalizationservices.Methods in de.hybris.platform.personalizationservices.model.config with parameters of type CxUserType Modifier and Type Method Description voidCxAbstractCalcConfigModel. setUserType(CxUserType value)Generated method - Setter ofCxAbstractCalcConfig.userTypeattribute defined at extensionpersonalizationservices.
-