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)
Create a production duplicate of the entity specified in the params.
|
<T> T |
EntityDuplicatorImpl.copy(Class<T> entityClass,
Long id,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers) |
<T> T |
EntityDuplicator.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers)
Create a production duplicate of the entity specified in the params.
|
<T> T |
EntityDuplicatorImpl.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers) |
protected <T> T |
EntityDuplicatorImpl.performCopy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers) |
Modifier and Type | Class and Description |
---|---|
class |
OfferDuplicateModifier
Modify new Offer duplicates before persistence
|
Modifier and Type | Field and Description |
---|---|
protected EntityDuplicateModifier<Offer> |
OfferServiceImpl.offerDuplicateModifier |
Copyright © 2019. All rights reserved.