Class EditCustomerExperienceFormProcessor

All Implemented Interfaces:
ObjectFormProcessor, com.ptc.windchill.enterprise.change2.forms.processors.ChangeFormProcessor

public class EditCustomerExperienceFormProcessor extends EditChangeItemFormProcessor
This is the processor class called when editing a CustomerExperience object. Typically used for the processing of a wizard.

Supported API: true

Extendable: true
  • Method Details

    • saveChangeItem

      protected WTList saveChangeItem(WTList changeItems) throws WTException
      Saves the CustomerExperience objects and return the persistable list using the change service. This method is called within a transaction and will roll back in case of exception occurs.

      Supported API: true
      Specified by:
      saveChangeItem in class EditChangeItemFormProcessor
      Parameters:
      changeItems - The persisted list of CustomerExperience change issue objects.
      Returns:
      list of CustomerExperience objects that are saved.
      Throws:
      WTException - is thrown if saving the change object fails.