Uses of Class
de.hybris.platform.basecommerce.enums.IntervalResolution
-
Packages that use IntervalResolution Package Description de.hybris.platform.basecommerce.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.fraud.model Contains generated models for each type of de.hybris.platform.fraud.jalo package. -
-
Uses of IntervalResolution in de.hybris.platform.basecommerce.enums
Fields in de.hybris.platform.basecommerce.enums declared as IntervalResolution Modifier and Type Field Description static IntervalResolutionIntervalResolution. DAYGenerated enum value for IntervalResolution.DAY declared at extension basecommerce.static IntervalResolutionIntervalResolution. HOURGenerated enum value for IntervalResolution.HOUR declared at extension basecommerce.static IntervalResolutionIntervalResolution. MINUTEGenerated enum value for IntervalResolution.MINUTE declared at extension basecommerce.static IntervalResolutionIntervalResolution. MONTHGenerated enum value for IntervalResolution.MONTH declared at extension basecommerce.static IntervalResolutionIntervalResolution. WEEKGenerated enum value for IntervalResolution.WEEK declared at extension basecommerce.static IntervalResolutionIntervalResolution. YEARGenerated enum value for IntervalResolution.YEAR declared at extension basecommerce.Methods in de.hybris.platform.basecommerce.enums that return IntervalResolution Modifier and Type Method Description static IntervalResolutionIntervalResolution. valueOf(java.lang.String code)Returns a IntervalResolution instance representing the specified enum value. -
Uses of IntervalResolution in de.hybris.platform.fraud.model
Methods in de.hybris.platform.fraud.model that return IntervalResolution Modifier and Type Method Description IntervalResolutionProductOrderLimitModel. getIntervalResolution()Generated method - Getter of theProductOrderLimit.intervalResolutionattribute defined at extensionbasecommerce.Methods in de.hybris.platform.fraud.model with parameters of type IntervalResolution Modifier and Type Method Description voidProductOrderLimitModel. setIntervalResolution(IntervalResolution value)Generated method - Initial setter ofProductOrderLimit.intervalResolutionattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.fraud.model with parameters of type IntervalResolution Constructor Description ProductOrderLimitModel(java.lang.String _code, java.lang.Integer _intervalMaxOrdersNumber, IntervalResolution _intervalResolution, java.lang.Integer _intervalValue, java.lang.Integer _maxNumberPerOrder)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductOrderLimitModel(java.lang.String _code, java.lang.Integer _intervalMaxOrdersNumber, IntervalResolution _intervalResolution, java.lang.Integer _intervalValue, java.lang.Integer _maxNumberPerOrder, ItemModel _owner)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
-