| Modifier and Type | Method and Description |
|---|---|
List<CartRuleCustomerSegmentXref> |
CartRuleDao.readCustomerSegmentXrefsForCartRule(CartRule cartRule)
Returns a list of
CartRuleCustomerSegmentXrefs for a given CartRule |
List<CartRuleCustomerSegmentXref> |
CartRuleDaoImpl.readCustomerSegmentXrefsForCartRule(CartRule cartRule) |
| Modifier and Type | Field and Description |
|---|---|
protected List<CartRuleCustomerSegmentXref> |
CartRuleImpl.customerSegmentXrefs |
| Modifier and Type | Method and Description |
|---|---|
List<CartRuleCustomerSegmentXref> |
CartRuleImpl.getCustomerSegmentXrefs() |
List<CartRuleCustomerSegmentXref> |
CartRule.getCustomerSegmentXrefs()
Returns a list of
CartRuleCustomerSegmentXrefs associated with this CartRule |
| Modifier and Type | Method and Description |
|---|---|
void |
CartRuleImpl.setCustomerSegmentXrefs(List<CartRuleCustomerSegmentXref> customerSegmentXrefs) |
void |
CartRule.setCustomerSegmentXrefs(List<CartRuleCustomerSegmentXref> customerSegmentXrefs)
Sets the list of
CartRuleCustomerSegmentXrefs to be associated with this CartRule |
| Modifier and Type | Class and Description |
|---|---|
class |
CartRuleCustomerSegmentXrefImpl |
| Modifier and Type | Method and Description |
|---|---|
<G extends CartRuleCustomerSegmentXref> |
CartRuleCustomerSegmentXrefImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected List<com.broadleafcommerce.customersegment.domain.CustomerSegment> |
CartRuleServiceImpl.getCustomerSegmentsFromXrefs(List<CartRuleCustomerSegmentXref> xrefs) |
Copyright © 2019. All rights reserved.