public interface CartRuleDao
CartRules| Modifier and Type | Method and Description |
|---|---|
Long |
getCurrentDateResolution()
Returns the number of milliseconds that the current date/time will be cached for queries before refreshing.
|
List<CartRuleAction> |
readActionsForCartRule(CartRule cartRule)
Returns a list of
CartRuleActions for a given CartRule |
List<CartRule> |
readActiveCartRulesWithExecutionType(ExecutionTimeType executionTimeType)
Returns a list of all active
CartRules with a given ExecutionTimeType |
List<CartRule> |
readAllActiveCartRules()
Returns a list of all active
CartRules |
List<CartRuleCustomerSegmentXref> |
readCustomerSegmentXrefsForCartRule(CartRule cartRule)
Returns a list of
CartRuleCustomerSegmentXrefs for a given CartRule |
void |
setCurrentDateResolution(Long currentDateResolution)
Sets the number of milliseconds that the current date/time will be cached for queries before refreshing.
|
List<CartRule> readAllActiveCartRules()
CartRulesList<CartRule> readActiveCartRulesWithExecutionType(ExecutionTimeType executionTimeType)
CartRules with a given ExecutionTimeTypeexecutionTimeType - List<CartRuleAction> readActionsForCartRule(CartRule cartRule)
CartRuleActions for a given CartRulecartRule - List<CartRuleCustomerSegmentXref> readCustomerSegmentXrefsForCartRule(CartRule cartRule)
CartRuleCustomerSegmentXrefs for a given CartRulecartRule - Long getCurrentDateResolution()
void setCurrentDateResolution(Long currentDateResolution)
currentDateResolution - the milliseconds to cache the current date/timeCopyright © 2019. All rights reserved.