Class RegulatorySubmissionHelper

java.lang.Object
com.ptc.qualitymanagement.regmstr.RegulatorySubmissionHelper

public class RegulatorySubmissionHelper extends Object
Provides utility methods for working with regulatory submissions.



Supported API: true

Extendable: false

  • Field Details

    • service

      public static final RegulatorySubmissionService service
      The implemented com.ptc.qualitymanagement.regmstr.RegulatorySubmissionService.

      Supported API: true
  • Method Details

    • getRegulatorySubmission

      public static RegulatorySubmission getRegulatorySubmission(Persistable persistable)
      Finds the regulatory submissions related to the persistable.

      Persistable: RegulatorySubmission --> RegulatorySubmission

      When the persistable is a WorkItem, the primaryBusinessObject is retrieved, then the above algorithm is used.

      Returns null when no valid relationship is found.



      Supported API: true

      Parameters:
      persistable -
      Returns:
    • setSubmissionStage

      public static RegulatorySubmission setSubmissionStage(RegulatorySubmission regSub, com.ptc.qualitymanagement.regmstr.SubmissionStage submissionStage) throws WTPropertyVetoException, WTException
      This will set the Submission-Stage on Regulatory Submission. It will update the submission with out creating a new Iteration.

      Supported API: true
      Parameters:
      regSub -
      subStage -
      Returns:
      Throws:
      WTException
      WTPropertyVetoException