Class AbstractEntityDuplicationHelper<T>

java.lang.Object
org.broadleafcommerce.common.persistence.AbstractEntityDuplicationHelper<T>
All Implemented Interfaces:
EntityDuplicationHelper<T>
Direct Known Subclasses:
OfferDuplicateModifier, ProductDuplicateModifier

public abstract class AbstractEntityDuplicationHelper<T> extends Object implements EntityDuplicationHelper<T>
Implements getCopyHints() and addCopyHint(String, String), using a HashMap as the underlying data structure for storing the hints. Also provides a helper method getCopySuffix() for the usual use-case of changing the name of the duplicated entity.
Author:
Nathan Moore (nathanmoore).