wt.part
Class DefaultCopyWTProductInstance2LinksDelegate

java.lang.Object
  extended bywt.part.DefaultCopyWTProductInstance2LinksDelegate
All Implemented Interfaces:
CopyWTProductInstance2LinksDelegate

public class DefaultCopyWTProductInstance2LinksDelegate
extends Object
implements CopyWTProductInstance2LinksDelegate

Standard delegate to handle copying the links of the out-of-the-box WTProductInstance2 object.

Supported API: true

Extendable: true


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
DefaultCopyWTProductInstance2LinksDelegate()
           
 
Method Summary
 WTProductInstance2 copyLinks(WTProductInstance2 baseInstance, WTProductInstance2 newInstance)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

DefaultCopyWTProductInstance2LinksDelegate

public DefaultCopyWTProductInstance2LinksDelegate()
Method Detail

copyLinks

public WTProductInstance2 copyLinks(WTProductInstance2 baseInstance,
                                    WTProductInstance2 newInstance)
                             throws WTException


Supported API: false

Specified by:
copyLinks in interface CopyWTProductInstance2LinksDelegate
Parameters:
baseInstance -
newInstance -
Returns:
WTProductInstance2
Throws:
WTException