Uses of Enum Class
de.hybris.platform.b2b.enums.B2BPeriodRange
Packages that use B2BPeriodRange
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.b2b.jalo package.
-
Uses of B2BPeriodRange in de.hybris.platform.b2b.enums
Methods in de.hybris.platform.b2b.enums that return B2BPeriodRangeModifier and TypeMethodDescriptionstatic B2BPeriodRangeReturns the enum constant of this class with the specified name.static B2BPeriodRange[]B2BPeriodRange.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of B2BPeriodRange in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return B2BPeriodRangeModifier and TypeMethodDescriptionB2BCreditLimitModel.getDateRange()Generated method - Getter of theB2BCreditLimit.dateRangeattribute defined at extensionb2bcommerce.B2BOrderThresholdTimespanPermissionModel.getRange()Generated method - Getter of theB2BOrderThresholdTimespanPermission.rangeattribute defined at extensionb2bapprovalprocess.Methods in de.hybris.platform.b2b.model with parameters of type B2BPeriodRangeModifier and TypeMethodDescriptionvoidB2BCreditLimitModel.setDateRange(B2BPeriodRange value) Generated method - Setter ofB2BCreditLimit.dateRangeattribute defined at extensionb2bcommerce.voidB2BOrderThresholdTimespanPermissionModel.setRange(B2BPeriodRange value) Generated method - Setter ofB2BOrderThresholdTimespanPermission.rangeattribute defined at extensionb2bapprovalprocess.Constructors in de.hybris.platform.b2b.model with parameters of type B2BPeriodRangeModifierConstructorDescriptionB2BOrderThresholdTimespanPermissionModel(B2BUnitModel _Unit, String _code, CurrencyModel _currency, B2BPeriodRange _range, Double _threshold) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BOrderThresholdTimespanPermissionModel(B2BUnitModel _Unit, String _code, CurrencyModel _currency, ItemModel _owner, B2BPeriodRange _range, Double _threshold) 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 -
Uses of B2BPeriodRange in de.hybris.platform.b2bapprovalprocessfacades.company.data
Methods in de.hybris.platform.b2bapprovalprocessfacades.company.data that return B2BPeriodRangeMethods in de.hybris.platform.b2bapprovalprocessfacades.company.data with parameters of type B2BPeriodRangeModifier and TypeMethodDescriptionvoidB2BPermissionData.setPeriodRange(B2BPeriodRange periodRange)