com.ptc.windchill.uwgm.cadx.associate
Class AssociateActionHelper

java.lang.Object
  extended bycom.ptc.windchill.uwgm.cadx.associate.AssociateActionHelper

public class AssociateActionHelper
extends Object


Field Summary
private static String ACTION_KEY
           
static int ASSOCIATE_TO_DOC
           
static int ASSOCIATE_TO_PART
           
static int NO_ACTION
           
 
Constructor Summary
AssociateActionHelper()
           
 
Method Summary
static String getBodySubTemplate()
           
static int getCurrentAction()
           
static String getHelpContext()
           
static void setCurrentAction(int action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_KEY

private static final String ACTION_KEY
See Also:
Constant Field Values

NO_ACTION

public static final int NO_ACTION
See Also:
Constant Field Values

ASSOCIATE_TO_PART

public static final int ASSOCIATE_TO_PART
See Also:
Constant Field Values

ASSOCIATE_TO_DOC

public static final int ASSOCIATE_TO_DOC
See Also:
Constant Field Values
Constructor Detail

AssociateActionHelper

public AssociateActionHelper()
Method Detail

setCurrentAction

public static void setCurrentAction(int action)

getCurrentAction

public static int getCurrentAction()

getHelpContext

public static String getHelpContext()

getBodySubTemplate

public static String getBodySubTemplate()