com.ptc.windchill.uwgm.proesrv.c11n
Class DefaultModeledAttributesDelegate

java.lang.Object
  extended bycom.ptc.windchill.uwgm.proesrv.c11n.DefaultModeledAttributesDelegate
All Implemented Interfaces:
ModeledAttributesDelegate

public class DefaultModeledAttributesDelegate
extends Object
implements ModeledAttributesDelegate


Field Summary
private static String associatedPartName
           
private static String associatedPartNumber
           
private static String cadDocNumber
           
private static String ecnNumber
           
private static HashMap ModeledAttrList
           
 
Constructor Summary
DefaultModeledAttributesDelegate()
           
 
Method Summary
private  QueryResult getActivelyAssociatedParts(EPMDocument doc)
           
 HashMap getAvailableAttributes()
           
 HashMap getModeledAttributes(Collection docs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ModeledAttrList

private static HashMap ModeledAttrList

cadDocNumber

private static String cadDocNumber

associatedPartNumber

private static String associatedPartNumber

associatedPartName

private static String associatedPartName

ecnNumber

private static String ecnNumber
Constructor Detail

DefaultModeledAttributesDelegate

public DefaultModeledAttributesDelegate()
Method Detail

getAvailableAttributes

public HashMap getAvailableAttributes()
Specified by:
getAvailableAttributes in interface ModeledAttributesDelegate

getModeledAttributes

public HashMap getModeledAttributes(Collection docs)
                             throws WTException
Specified by:
getModeledAttributes in interface ModeledAttributesDelegate
Throws:
WTException

getActivelyAssociatedParts

private QueryResult getActivelyAssociatedParts(EPMDocument doc)
                                        throws WTException
Throws:
WTException