Uses of Class
de.hybris.platform.util.StandardDateRange
Packages that use StandardDateRange
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.cronjob.jalo package.
Contains generated models for each type of de.hybris.platform.europe1.jalo package.
-
Uses of StandardDateRange in com.hybris.backoffice.excel.translators
Methods in com.hybris.backoffice.excel.translators with parameters of type StandardDateRangeModifier and TypeMethodDescriptionprotected StringExcelEurope1PricesTypeTranslator.getDateRange(StandardDateRange range) -
Uses of StandardDateRange in de.hybris.platform.b2b.jalo
Methods in de.hybris.platform.b2b.jalo that return StandardDateRangeModifier and TypeMethodDescriptionGeneratedB2BCreditLimit.getDatePeriod()Generated method - Getter of theB2BCreditLimit.datePeriodattribute.GeneratedB2BCreditLimit.getDatePeriod(SessionContext ctx) Generated method - Getter of theB2BCreditLimit.datePeriodattribute.GeneratedB2BBudget.getDateRange()Generated method - Getter of theB2BBudget.dateRangeattribute.GeneratedB2BBudget.getDateRange(SessionContext ctx) Generated method - Getter of theB2BBudget.dateRangeattribute.Methods in de.hybris.platform.b2b.jalo with parameters of type StandardDateRangeModifier and TypeMethodDescriptionvoidGeneratedB2BCreditLimit.setDatePeriod(SessionContext ctx, StandardDateRange value) Generated method - Setter of theB2BCreditLimit.datePeriodattribute.voidGeneratedB2BCreditLimit.setDatePeriod(StandardDateRange value) Generated method - Setter of theB2BCreditLimit.datePeriodattribute.voidGeneratedB2BBudget.setDateRange(SessionContext ctx, StandardDateRange value) Generated method - Setter of theB2BBudget.dateRangeattribute.voidGeneratedB2BBudget.setDateRange(StandardDateRange value) Generated method - Setter of theB2BBudget.dateRangeattribute. -
Uses of StandardDateRange in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return StandardDateRangeModifier and TypeMethodDescriptionB2BCreditLimitModel.getDatePeriod()Generated method - Getter of theB2BCreditLimit.datePeriodattribute defined at extensionb2bcommerce.B2BBudgetModel.getDateRange()Generated method - Getter of theB2BBudget.dateRangeattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.b2b.model with parameters of type StandardDateRangeModifier and TypeMethodDescriptionvoidB2BCreditLimitModel.setDatePeriod(StandardDateRange value) Generated method - Setter ofB2BCreditLimit.datePeriodattribute defined at extensionb2bcommerce.voidB2BBudgetModel.setDateRange(StandardDateRange value) Generated method - Setter ofB2BBudget.dateRangeattribute defined at extensionb2bcommerce. -
Uses of StandardDateRange in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl that return StandardDateRangeModifier and TypeMethodDescriptionprotected StandardDateRangeDefaultB2BCreditLimitEvaluationStrategy.getDateRangeForCreditLimit(B2BCreditLimitModel creditLimit) Methods in de.hybris.platform.b2b.strategies.impl with parameters of type StandardDateRangeModifier and TypeMethodDescriptionprotected booleanDefaultB2BCreditLimitEvaluationStrategy.alertSent(B2BCreditLimitModel creditLimit, StandardDateRange creditLimitDateRange) To determine if credit limit alert is already sent for current date range periodprotected DoubleDefaultB2BCreditLimitEvaluationStrategy.getTotalCost(List<B2BCostCenterModel> costCenters, StandardDateRange standardDateRange) protected booleanDefaultB2BCreditLimitEvaluationStrategy.shouldCreditLimitTriggerAlert(BigDecimal orderTotals, B2BCreditLimitModel creditLimit, StandardDateRange creditLimitDateRange) To determine if an alert is to be sent to the B2BCustomer based on exceeding a limit and alertSentDate and update alertSentDate -
Uses of StandardDateRange in de.hybris.platform.b2b.util
Methods in de.hybris.platform.b2b.util with type parameters of type StandardDateRangeModifier and TypeMethodDescription<T extends StandardDateRange>
TDateRangeFactory.createDateRange(B2BPeriodRange range) Methods in de.hybris.platform.b2b.util that return StandardDateRange -
Uses of StandardDateRange in de.hybris.platform.b2b.util.impl
Methods in de.hybris.platform.b2b.util.impl that return StandardDateRange -
Uses of StandardDateRange in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return StandardDateRangeModifier and TypeMethodDescriptionGeneratedTrigger.getDateRange()Generated method - Getter of theTrigger.dateRangeattribute.GeneratedTrigger.getDateRange(SessionContext ctx) Generated method - Getter of theTrigger.dateRangeattribute.Methods in de.hybris.platform.cronjob.jalo with parameters of type StandardDateRangeModifier and TypeMethodDescriptionvoidGeneratedTrigger.setDateRange(SessionContext ctx, StandardDateRange value) Generated method - Setter of theTrigger.dateRangeattribute.voidGeneratedTrigger.setDateRange(StandardDateRange value) Generated method - Setter of theTrigger.dateRangeattribute. -
Uses of StandardDateRange in de.hybris.platform.cronjob.model
Methods in de.hybris.platform.cronjob.model that return StandardDateRangeModifier and TypeMethodDescriptionTriggerModel.getDateRange()Generated method - Getter of theTrigger.dateRangeattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model with parameters of type StandardDateRangeModifier and TypeMethodDescriptionvoidTriggerModel.setDateRange(StandardDateRange value) Generated method - Setter ofTrigger.dateRangeattribute defined at extensionprocessing. -
Uses of StandardDateRange in de.hybris.platform.europe1.jalo
Methods in de.hybris.platform.europe1.jalo that return StandardDateRangeModifier and TypeMethodDescriptionEurope1PriceInformation.getDateRange()PDTRow.getDateRange()PDTRow.getDateRange(SessionContext ctx) The range of time which this row is valid within.Methods in de.hybris.platform.europe1.jalo with parameters of type StandardDateRangeModifier and TypeMethodDescriptionvoidPDTRow.setDateRange(SessionContext ctx, StandardDateRange dateRange) Method setDateRangevoidPDTRow.setDateRange(StandardDateRange dateRange) -
Uses of StandardDateRange in de.hybris.platform.europe1.model
Methods in de.hybris.platform.europe1.model that return StandardDateRangeModifier and TypeMethodDescriptionPDTRowModel.getDateRange()Generated method - Getter of thePDTRow.dateRangedynamic attribute defined at extensioneurope1.Methods in de.hybris.platform.europe1.model with parameters of type StandardDateRangeModifier and TypeMethodDescriptionvoidPDTRowModel.setDateRange(StandardDateRange value) Generated method - Setter ofPDTRow.dateRangedynamic attribute defined at extensioneurope1. -
Uses of StandardDateRange in de.hybris.platform.platformbackoffice.editors.standarddaterange
Method parameters in de.hybris.platform.platformbackoffice.editors.standarddaterange with type arguments of type StandardDateRangeModifier and TypeMethodDescriptionprotected voidDefaultStandardDateRangeEditor.processValueChange(com.hybris.cockpitng.editors.EditorListener<StandardDateRange> listener, com.hybris.cockpitng.editors.EditorContext<StandardDateRange> context) protected voidDefaultStandardDateRangeEditor.processValueChange(com.hybris.cockpitng.editors.EditorListener<StandardDateRange> listener, com.hybris.cockpitng.editors.EditorContext<StandardDateRange> context) voidDefaultStandardDateRangeEditor.render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<StandardDateRange> context, com.hybris.cockpitng.editors.EditorListener<StandardDateRange> listener) voidDefaultStandardDateRangeEditor.render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<StandardDateRange> context, com.hybris.cockpitng.editors.EditorListener<StandardDateRange> listener) -
Uses of StandardDateRange in de.hybris.platform.servicelayer.model.attribute
Methods in de.hybris.platform.servicelayer.model.attribute that return StandardDateRangeMethods in de.hybris.platform.servicelayer.model.attribute with parameters of type StandardDateRangeModifier and TypeMethodDescriptionvoidPDTRowDateRangeHandler.set(PDTRowModel model, StandardDateRange standardDateRange)