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

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

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

Methods in atg.commerce.csr.order with parameters of type ManualAdjustmentsFormHandler.Handler
protected  atg.repository.RepositoryItem ManualAdjustmentsFormHandler.addAdjustment(ManualAdjustmentsFormHandler.Handler pHandler)
          Add a new manual order adjustment.
protected  boolean ManualAdjustmentsFormHandler.deleteAdjustment(ManualAdjustmentsFormHandler.Handler pHandler)
          Delete a manual adjustment identified by the adjustmentId property.
protected  boolean ManualAdjustmentsFormHandler.handleRequest(atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse, ManualAdjustmentsFormHandler.Handler pHandler)
          Boilerplate request handler, all specialization occurs in the Handler implementation.
protected  void ManualAdjustmentsFormHandler.postAddAdjustment(ManualAdjustmentsFormHandler.Handler pHandler)
          Post process opportunity for the add adjustment action.
protected  void ManualAdjustmentsFormHandler.postDeleteAdjustment(ManualAdjustmentsFormHandler.Handler pHandler)
          Post process opportunity for the delete adjustment action.
protected  void ManualAdjustmentsFormHandler.postProcessAddAdjustment(ManualAdjustmentsFormHandler.Handler pHandler)
          Do things that need to be done after a manual order adjustment has been added.
protected  void ManualAdjustmentsFormHandler.postProcessDeleteAdjustment(ManualAdjustmentsFormHandler.Handler pHandler)
          Do things that need to be done after a manual order adjustment has been removed.
protected  void ManualAdjustmentsFormHandler.preAddAdjustment(ManualAdjustmentsFormHandler.Handler pHandler)
          Pre process opportunity for the add adjustment action.
protected  void ManualAdjustmentsFormHandler.preDeleteAdjustment(ManualAdjustmentsFormHandler.Handler pHandler)
          Pre process opportunity for the delete adjustment action.
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.