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 original,
T copy,
MultiTenantCopyContext context) |
boolean canHandle(MultiTenantCloneable candidate)
Map<String,String> getCopyHints()
MultiTenantCloneable.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext)
implementations.void modifyInitialDuplicateState(T original, T copy, MultiTenantCopyContext context) throws CloneNotSupportedException
CloneNotSupportedException
Copyright © 2022. All rights reserved.