wt.part
Interface CopyWTProductInstance2Delegate

All Known Implementing Classes:
DefaultCopyWTProductInstance2Delegate

public interface CopyWTProductInstance2Delegate

Delegate to make a copy of the given WTProductInstance2 object. The resulting copy is not persisted in the database.

Supported API: true

Extendable: false


Method Summary
 WTProductInstance2 newCopy(WTProductInstance2 baseInstance)
          Creates a new WTProductInstance2 object and copies the attributes from the original WTProductInstance2 to this new one.
 

Method Detail

newCopy

public WTProductInstance2 newCopy(WTProductInstance2 baseInstance)
                           throws WTException
Creates a new WTProductInstance2 object and copies the attributes from the original WTProductInstance2 to this new one.

Supported API: true

Parameters:
baseInstance -
Returns:
WTProductInstance2
Throws:
WTException