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 (see EntityDuplicationHelpers ) and copy hints can be added
to implementations of EntityDuplicationHelper s |
<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 (see EntityDuplicationHelpers ) and copy hints can be added
to implementations of EntityDuplicationHelper s |
<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.offerDuplicateModifier
Deprecated.
Add
EntityDuplicateModifier s to blEntityDuplicationHelpers |
Copyright © 2022. All rights reserved.