com.ptc.windchill.uwgm.proesrv.util
Class NeutralDataHelper

java.lang.Object
  extended bycom.ptc.windchill.uwgm.proesrv.util.NeutralDataHelper

public class NeutralDataHelper
extends Object


Field Summary
static String J01_ND
           
static String J03_ND
           
private static Log log
          logging
 
Constructor Summary
NeutralDataHelper()
           
 
Method Summary
private static Hashtable createConversionMap(AbstractValueView[] attrValues)
           
static com.ptc.windchill.uwgm.soap.uwgmdb.EpmGenericNeutralData createEpmGenericNeutralData(EPMNDFamilyTableMember ftMember, String ndVersion)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmGenericNeutralData createEpmGenericNeutralDataJ01(EPMNDFamilyTableMember ftMember)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmGenericNeutralData createEpmGenericNeutralDataJ03(EPMNDFamilyTableMember ftMember)
           
static com.ptc.windchill.uwgm.soap.uwgmdb.EpmInstanceNeutralData createEpmInstanceNeutralData(EPMNDFamilyTableMember ftMember, String ndVersion)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmInstanceNeutralData createEpmInstanceNeutralDataJ01(EPMNDFamilyTableMember ftMember)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmInstanceNeutralData createEpmInstanceNeutralDataJ03(EPMNDFamilyTableMember ftMember)
           
static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData createEpmIterationNeutralData(EPMNDDocument ndDoc, EPMDocument doc, String ndVersion)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData createEpmIterationNeutralDataJ01(EPMNDDocument ndDoc, EPMDocument doc)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData createEpmIterationNeutralDataJ03(EPMNDDocument ndDoc, EPMDocument doc)
           
static com.ptc.windchill.uwgm.soap.uwgmdb.EpmMemberDependencyNeutralData createEpmMemberDependencyNeutralData(EPMNDMemberLink memLink, String ndVersion)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmMemberDependencyNeutralData createEpmMemberDependencyNeutralDataJ01(EPMNDMemberLink memLink)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmMemberDependencyNeutralData createEpmMemberDependencyNeutralDataJ03(EPMNDMemberLink memLink)
           
private static com.ptc.prowt.impl.nd.nd_famtable_j03.Item_J03_i createItem_J03(EPMNDFamilyTableColumn ftCol)
           
private static com.ptc.prowt.nd.ndpobject_j01.ModelParameters_J01 createModelParametersJ01(Collection attrs, EPMDocument doc)
           
private static com.ptc.prowt.nd.nd_parameter_j03.ParamSet_J03 createModelParametersJ03(Collection attrs, EPMDocument doc)
           
private static com.ptc.prowt.nd.nd_modelprop_j03.ModelProperties_J03 createModelPropertiesJ03(EPMNDDocument ndDoc)
           
private static com.ptc.prowt.impl.nd.nd_value_j03.Value_J03_i createValue_J03(EPMNDFTValue epmFTVal, String colName)
           
static com.ptc.windchill.uwgm.soap.uwgmdb.EpmVerifyStatus createVerifyStatus(EPMNDFamilyTableMember ftMember)
           
private static HashMap getExistingAttributes(AbstractValueView[] attrValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static Log log
logging


J01_ND

public static final String J01_ND
See Also:
Constant Field Values

J03_ND

public static final String J03_ND
See Also:
Constant Field Values
Constructor Detail

NeutralDataHelper

public NeutralDataHelper()
Method Detail

createEpmIterationNeutralData

public static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData createEpmIterationNeutralData(EPMNDDocument ndDoc,
                                                                                                       EPMDocument doc,
                                                                                                       String ndVersion)
                                                                                                throws WTException,
                                                                                                       com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createEpmIterationNeutralDataJ03

private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData createEpmIterationNeutralDataJ03(EPMNDDocument ndDoc,
                                                                                                           EPMDocument doc)
                                                                                                    throws WTException,
                                                                                                           com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createEpmIterationNeutralDataJ01

private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData createEpmIterationNeutralDataJ01(EPMNDDocument ndDoc,
                                                                                                           EPMDocument doc)
                                                                                                    throws WTException,
                                                                                                           com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createEpmGenericNeutralData

public static com.ptc.windchill.uwgm.soap.uwgmdb.EpmGenericNeutralData createEpmGenericNeutralData(EPMNDFamilyTableMember ftMember,
                                                                                                   String ndVersion)
                                                                                            throws WTException,
                                                                                                   com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createEpmGenericNeutralDataJ03

private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmGenericNeutralData createEpmGenericNeutralDataJ03(EPMNDFamilyTableMember ftMember)
                                                                                                throws WTException,
                                                                                                       com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createItem_J03

private static com.ptc.prowt.impl.nd.nd_famtable_j03.Item_J03_i createItem_J03(EPMNDFamilyTableColumn ftCol)
                                                                        throws UwgmErrorException
Throws:
UwgmErrorException

createEpmGenericNeutralDataJ01

private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmGenericNeutralData createEpmGenericNeutralDataJ01(EPMNDFamilyTableMember ftMember)

createEpmInstanceNeutralData

public static com.ptc.windchill.uwgm.soap.uwgmdb.EpmInstanceNeutralData createEpmInstanceNeutralData(EPMNDFamilyTableMember ftMember,
                                                                                                     String ndVersion)
                                                                                              throws WTException,
                                                                                                     com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createEpmInstanceNeutralDataJ03

private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmInstanceNeutralData createEpmInstanceNeutralDataJ03(EPMNDFamilyTableMember ftMember)
                                                                                                  throws WTException,
                                                                                                         com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createEpmInstanceNeutralDataJ01

private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmInstanceNeutralData createEpmInstanceNeutralDataJ01(EPMNDFamilyTableMember ftMember)

createValue_J03

private static com.ptc.prowt.impl.nd.nd_value_j03.Value_J03_i createValue_J03(EPMNDFTValue epmFTVal,
                                                                              String colName)
                                                                       throws UwgmErrorException
Throws:
UwgmErrorException

createEpmMemberDependencyNeutralData

public static com.ptc.windchill.uwgm.soap.uwgmdb.EpmMemberDependencyNeutralData createEpmMemberDependencyNeutralData(EPMNDMemberLink memLink,
                                                                                                                     String ndVersion)
                                                                                                              throws WTException,
                                                                                                                     com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createEpmMemberDependencyNeutralDataJ03

private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmMemberDependencyNeutralData createEpmMemberDependencyNeutralDataJ03(EPMNDMemberLink memLink)
                                                                                                                  throws WTException,
                                                                                                                         com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createEpmMemberDependencyNeutralDataJ01

private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmMemberDependencyNeutralData createEpmMemberDependencyNeutralDataJ01(EPMNDMemberLink memLink)
                                                                                                                  throws WTException,
                                                                                                                         com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createModelPropertiesJ03

private static com.ptc.prowt.nd.nd_modelprop_j03.ModelProperties_J03 createModelPropertiesJ03(EPMNDDocument ndDoc)
                                                                                       throws WTException,
                                                                                              com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createModelParametersJ03

private static com.ptc.prowt.nd.nd_parameter_j03.ParamSet_J03 createModelParametersJ03(Collection attrs,
                                                                                       EPMDocument doc)
                                                                                throws WTException,
                                                                                       com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createModelParametersJ01

private static com.ptc.prowt.nd.ndpobject_j01.ModelParameters_J01 createModelParametersJ01(Collection attrs,
                                                                                           EPMDocument doc)
                                                                                    throws WTException,
                                                                                           com.ptc.cipjava.jxthrowable
Throws:
WTException
com.ptc.cipjava.jxthrowable

createConversionMap

private static Hashtable createConversionMap(AbstractValueView[] attrValues)

getExistingAttributes

private static HashMap getExistingAttributes(AbstractValueView[] attrValues)

createVerifyStatus

public static com.ptc.windchill.uwgm.soap.uwgmdb.EpmVerifyStatus createVerifyStatus(EPMNDFamilyTableMember ftMember)