Uses of Class
de.hybris.platform.b2b.enums.B2BPeriodRange
-
Packages that use B2BPeriodRange Package Description de.hybris.platform.b2b.dao.impl de.hybris.platform.b2b.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.b2b.model Contains generated models for each type of de.hybris.platform.b2b.jalo package.de.hybris.platform.b2b.util de.hybris.platform.b2b.util.impl de.hybris.platform.b2bapprovalprocessfacades.company.data -
-
Uses of B2BPeriodRange in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl with parameters of type B2BPeriodRange Modifier and Type Method Description B2BBudgetModelB2BDaoTestUtils. createBudget(java.lang.String code, java.lang.String name, B2BUnitModel unit, java.math.BigDecimal budgetValue, B2BPeriodRange range) -
Uses of B2BPeriodRange in de.hybris.platform.b2b.enums
Methods in de.hybris.platform.b2b.enums that return B2BPeriodRange Modifier and Type Method Description static B2BPeriodRangeB2BPeriodRange. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static B2BPeriodRange[]B2BPeriodRange. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of B2BPeriodRange in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return B2BPeriodRange Modifier and Type Method Description B2BPeriodRangeB2BCreditLimitModel. getDateRange()Generated method - Getter of theB2BCreditLimit.dateRangeattribute defined at extensionb2bcommerce.B2BPeriodRangeB2BOrderThresholdTimespanPermissionModel. getRange()Generated method - Getter of theB2BOrderThresholdTimespanPermission.rangeattribute defined at extensionb2bapprovalprocess.Methods in de.hybris.platform.b2b.model with parameters of type B2BPeriodRange Modifier and Type Method Description voidB2BCreditLimitModel. 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 B2BPeriodRange Constructor Description B2BOrderThresholdTimespanPermissionModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency, B2BPeriodRange _range, java.lang.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, java.lang.String _code, CurrencyModel _currency, ItemModel _owner, B2BPeriodRange _range, java.lang.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.b2b.util
Methods in de.hybris.platform.b2b.util with parameters of type B2BPeriodRange Modifier and Type Method Description StandardDateRangeB2BDateUtils. createDateRange(B2BPeriodRange range)<T extends StandardDateRange>
TDateRangeFactory. createDateRange(B2BPeriodRange range) -
Uses of B2BPeriodRange in de.hybris.platform.b2b.util.impl
Methods in de.hybris.platform.b2b.util.impl with parameters of type B2BPeriodRange Modifier and Type Method Description StandardDateRangeDefaultDateRangeFactory. createDateRange(B2BPeriodRange range) -
Uses of B2BPeriodRange in de.hybris.platform.b2bapprovalprocessfacades.company.data
Methods in de.hybris.platform.b2bapprovalprocessfacades.company.data that return B2BPeriodRange Modifier and Type Method Description B2BPeriodRangeB2BPermissionData. getPeriodRange()Methods in de.hybris.platform.b2bapprovalprocessfacades.company.data with parameters of type B2BPeriodRange Modifier and Type Method Description voidB2BPermissionData. setPeriodRange(B2BPeriodRange periodRange)
-