public interface EntityDuplicationHelper<T>
EntityDuplicator, an 
 EntityDuplicationHelper must be made for a specific entity.| Modifier and Type | Method and Description | 
|---|---|
| void | addCopyHint(String name,
           String hint) | 
| boolean | canHandle(MultiTenantCloneable candidate) | 
| Map<String,String> | getCopyHints() | 
| void | modifyInitialDuplicateState(T copy) | 
boolean canHandle(MultiTenantCloneable candidate)
Map<String,String> getCopyHints()
MultiTenantCloneable.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext) implementations.void modifyInitialDuplicateState(T copy)
Copyright © 2020. All rights reserved.