com.ptc.windchill.esi.tgt
Class ESITargetAssignmentLinkRIEDelegate

java.lang.Object
  extended bywt.fc.StandardReferentialIntegrityExceptionHandler
      extended bycom.ptc.windchill.esi.tgt.ESITargetAssignmentLinkRIEDelegate
All Implemented Interfaces:
ReferentialIntegrityExceptionHandler, Serializable

public class ESITargetAssignmentLinkRIEDelegate
extends StandardReferentialIntegrityExceptionHandler
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String ESI_RESOURCE
           
private static String RESOURCE
           
 
Fields inherited from interface wt.fc.ReferentialIntegrityExceptionHandler
DEFAULT_SELECTOR
 
Constructor Summary
ESITargetAssignmentLinkRIEDelegate()
           
 
Method Summary
 Object buildMessage(Persistable a_referencingObject, Persistable a_targetObject)
          The method builds a message for display as part of a ReferentialIntegrityException.
 
Methods inherited from class wt.fc.StandardReferentialIntegrityExceptionHandler
buildMessage
 
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

ESI_RESOURCE

private static final String ESI_RESOURCE
See Also:
Constant Field Values
Constructor Detail

ESITargetAssignmentLinkRIEDelegate

public ESITargetAssignmentLinkRIEDelegate()
Method Detail

buildMessage

public Object buildMessage(Persistable a_referencingObject,
                           Persistable a_targetObject)
                    throws WTException
The method builds a message for display as part of a ReferentialIntegrityException.

Supported API: false

Overrides:
buildMessage in class StandardReferentialIntegrityExceptionHandler
Parameters:
a_referencingObject - The object that contains the reference.
a_targetObject - The target object that was removed and is still reference by the referencing object.
Returns:
referential integrity message
Throws:
WTException