Class EditProfileFormProcessor

All Implemented Interfaces:
ObjectFormProcessor

public class EditProfileFormProcessor extends DefaultEditFormProcessor


Supported API: true Supported for Configuration purpose
  • Method Details

    • preProcess

      public FormResult preProcess(NmCommandBean clientData, List<ObjectBean> objectBeans) throws WTException
      Retrieve the object from the database and update or set its attributes from the form data.

      Supported API: true
      Specified by:
      preProcess in interface ObjectFormProcessor
      Overrides:
      preProcess in class DefaultEditFormProcessor
      Parameters:
      clientData - - Contains request form data and other context information. Input.
      objectBeans - - Contains an instance of the object to be updated. Output but should be instantiated on entry.
      Returns:
      - FormResult indicating outcome of method
      Throws:
      WTException