| Package | Description | 
|---|---|
| org.broadleafcommerce.common.persistence | |
| org.broadleafcommerce.core.offer.service | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | EntityDuplicator. copy(Class<T> entityClass,
    Long id,
    Map<String,String> copyHints,
    EntityDuplicateModifier... modifiers)Deprecated. 
 use  EntityDuplicator.copy(Class, Long). Modifiers have been moved to a list bean 
 to allow easier inclusion (seeEntityDuplicationHelpers) and copy hints can be added 
 to implementations ofEntityDuplicationHelpers | 
| <T> T | EntityDuplicatorImpl. copy(Class<T> entityClass,
    Long id,
    Map<String,String> copyHints,
    EntityDuplicateModifier... modifiers)Deprecated.  | 
| <T> T | EntityDuplicator. copy(MultiTenantCopyContext context,
    MultiTenantCloneable<T> entity,
    Map<String,String> copyHints,
    EntityDuplicateModifier... modifiers)Deprecated. 
 use  EntityDuplicator.copy(MultiTenantCopyContext, MultiTenantCloneable).
 Modifiers have been moved to a list bean 
 to allow easier inclusion (seeEntityDuplicationHelpers) and copy hints can be added 
 to implementations ofEntityDuplicationHelpers | 
| <T> T | EntityDuplicatorImpl. copy(MultiTenantCopyContext context,
    MultiTenantCloneable<T> entity,
    Map<String,String> copyHints,
    EntityDuplicateModifier... modifiers)Deprecated.  | 
| protected <T> T | EntityDuplicatorImpl. performCopy(MultiTenantCopyContext context,
           MultiTenantCloneable<T> entity,
           Map<String,String> copyHints,
           EntityDuplicateModifier... modifiers)Deprecated.  | 
| Modifier and Type | Field and Description | 
|---|---|
| protected EntityDuplicateModifier<Offer> | OfferServiceImpl. offerDuplicateModifierDeprecated. 
 Add  EntityDuplicateModifiers toblEntityDuplicationHelpers | 
Copyright © 2020. All rights reserved.