atg.commerce.order.edit
Class CloneOrderStateContext

java.lang.Object
  extended by atg.commerce.order.edit.CloneOrderStateContext

public class CloneOrderStateContext
extends java.lang.Object

Sets and returns the CloneEditState as a local thread variable.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
static CloneEditState getCloneEditState()
          Get the CloneEditState associated with the current thread.
static void removeCloneEditState()
          Dis-associate any catalog from the current thread.
static void setCloneEditState(CloneEditState pCloneEditState)
          Set the CloneEditState associated with the current thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Method Detail

getCloneEditState

public static CloneEditState getCloneEditState()
Get the CloneEditState associated with the current thread.

Returns:
The CloneEditState to associated with the thread.

setCloneEditState

public static void setCloneEditState(CloneEditState pCloneEditState)
Set the CloneEditState associated with the current thread.

Parameters:
pCloneEditState - The CloneEditState to associate with the thread.

removeCloneEditState

public static void removeCloneEditState()
Dis-associate any catalog from the current thread.