com.ptc.windchill.uwgm.cadx.disassociate
Class DisassociateActionHelper

java.lang.Object
  extended bycom.ptc.windchill.uwgm.cadx.disassociate.DisassociateActionHelper

public class DisassociateActionHelper
extends Object


Field Summary
private static String ACTION_KEY
           
static int DISASSOCIATE_FROM_DOC
           
static int DISASSOCIATE_FROM_PART
           
static int NO_ACTION
           
 
Constructor Summary
DisassociateActionHelper()
           
 
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

DISASSOCIATE_FROM_PART

public static final int DISASSOCIATE_FROM_PART
See Also:
Constant Field Values

DISASSOCIATE_FROM_DOC

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

DisassociateActionHelper

public DisassociateActionHelper()
Method Detail

setCurrentAction

public static void setCurrentAction(int action)

getCurrentAction

public static int getCurrentAction()

getHelpContext

public static String getHelpContext()

getBodySubTemplate

public static String getBodySubTemplate()