Interface RegulatorySubmissionDrivesTableHelper
public interface RegulatorySubmissionDrivesTableHelper
This is an Interface to get all Regulatory Submission which has drivers type same as the NmOid type.
For customization this interface should be implemented by the customization class and getDrivesSummary() should be overridden to implement customize logic. The example of the customization is CEMRegulatorySubmissionDrivesTableHelper. In which getDrivesSummary() is overridden to get the the CEM object. Also the customized class should be registered for the interface in xConf file in the customization module. put xconf entry in the file xxx.CEM.service.properties.xconf and register with Windchill.
<Service name="com.ptc.qualitymanagement.qms.regmstr.RegulatorySubmissionDrivesTableHelper">
<Option serviceClass=
"com.ptc.qualitymanagement.cem.activity.product.mvc.builders.CEMRegulatorySubmissionDrivesTableHelper" cardinality=
"duplicate" requestor="null" selector="com.ptc.qualitymanagement.cem.CustomerExperience" />
</Service>
RegSubmissionDrivesTable is the table that uses getDrivesSummary() to get all Regulatory Submissions that have the primary object defined as a driver.
Supported API: true
Extendable: true