Class CustomerExperiencesHelper

java.lang.Object
com.ptc.qualitymanagement.cem.rest.CustomerExperiencesHelper

public class CustomerExperiencesHelper extends Object
Supports the Creation of CustomerExperiences REST Endpoints

Supported API: true

Extendable: true
  • Method Details

    • operationPreProcess

      public com.ptc.qualitymanagement.cem.CustomerExperience operationPreProcess(com.ptc.qualitymanagement.cem.CustomerExperience cem, org.apache.olingo.commons.api.data.Entity entity, EntityProcessorData processorData, EntityObjectProcessor entityObjectProcessor) throws Exception
      Populates default values for CustomerExperience.

      Supported API: true
      Throws:
      Exception
    • operationPostProcess

      public void operationPostProcess(Object object, org.apache.olingo.commons.api.data.Entity entity, EntityProcessorData navData) throws org.apache.olingo.server.api.ODataApplicationException, WTException


      Supported API: true
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
      WTException
    • getRelatedEntityCollection

      public Map<com.ptc.qualitymanagement.cem.CustomerExperience,Collection<Object>> getRelatedEntityCollection(NavigationProcessorData processorData) throws Exception
      Processes all collections for CustomerExperience

      Supported API: true
      Throws:
      Exception