Uses of Class
de.hybris.platform.entitlementservices.enums.EntitlementTimeUnit
-
Packages that use EntitlementTimeUnit Package Description de.hybris.platform.entitlementfacades.data de.hybris.platform.entitlementservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.entitlementservices.model Contains generated models for each type of de.hybris.platform.entitlementservices.jalo package. -
-
Uses of EntitlementTimeUnit in de.hybris.platform.entitlementfacades.data
Methods in de.hybris.platform.entitlementfacades.data that return EntitlementTimeUnit Modifier and Type Method Description EntitlementTimeUnitEntitlementData. getTimeUnit()Methods in de.hybris.platform.entitlementfacades.data with parameters of type EntitlementTimeUnit Modifier and Type Method Description voidEntitlementData. setTimeUnit(EntitlementTimeUnit timeUnit) -
Uses of EntitlementTimeUnit in de.hybris.platform.entitlementservices.enums
Methods in de.hybris.platform.entitlementservices.enums that return EntitlementTimeUnit Modifier and Type Method Description static EntitlementTimeUnitEntitlementTimeUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EntitlementTimeUnit[]EntitlementTimeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntitlementTimeUnit in de.hybris.platform.entitlementservices.model
Methods in de.hybris.platform.entitlementservices.model that return EntitlementTimeUnit Modifier and Type Method Description EntitlementTimeUnitProductEntitlementModel. getTimeUnit()Generated method - Getter of theProductEntitlement.timeUnitattribute defined at extensionentitlementservices.Methods in de.hybris.platform.entitlementservices.model with parameters of type EntitlementTimeUnit Modifier and Type Method Description voidProductEntitlementModel. setTimeUnit(EntitlementTimeUnit value)Generated method - Setter ofProductEntitlement.timeUnitattribute defined at extensionentitlementservices.
-