Interface EntityDuplicationHelper<T>

All Known Implementing Classes:
AbstractEntityDuplicationHelper, OfferDuplicateModifier, ProductDuplicateModifier

public interface EntityDuplicationHelper<T>
Provides additional metadata and performs final modifications for an entity before persistence.

In order to perform duplication using EntityDuplicator, an EntityDuplicationHelper must be made for a specific entity.

Author:
Nathan Moore (nathanmoore).