Uses of Class
atg.commerce.csr.order.ManualAdjustmentsFormHandler.Operation

Packages that use ManualAdjustmentsFormHandler.Operation
atg.commerce.csr.order   
 

Uses of ManualAdjustmentsFormHandler.Operation in atg.commerce.csr.order
 

Methods in atg.commerce.csr.order that return ManualAdjustmentsFormHandler.Operation
static ManualAdjustmentsFormHandler.Operation ManualAdjustmentsFormHandler.Operation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ManualAdjustmentsFormHandler.Operation[] ManualAdjustmentsFormHandler.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in atg.commerce.csr.order with parameters of type ManualAdjustmentsFormHandler.Operation
protected  void ManualAdjustmentsFormHandler.sendEvents(ManualAdjustmentsFormHandler.Operation pOp, ManualAdjustmentsFormHandler.Handler pHandler)
          Send events related to the completed operation.
protected  void ManualAdjustmentsFormHandler.updateOrderAfterAdjustment(ManualAdjustmentsFormHandler.Operation pOp, ManualAdjustmentsFormHandler.Handler pHandler)
          Method called to update order after all changes have been applied.