Interface RegulatorySubmissionSummaryTableHelper
For customization this interface should be implemented by the customization class and getSubjectsSummary() should be overridden to implement customize logic. The example of the customization is CEMRegulatorySubmissionSummaryTableHelper. In which getSubjectSummary() is overridden to get all types of activity of 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.RegulatorySubmissionSummaryTableHelper">
<Option serviceClass="com.ptc.qualitymanagement.cem.activity.product.mvc.builders.CEMRegulatorySubmissionSummaryTableHelper" cardinality="duplicate" requestor="null" selector="com.ptc.qualitymanagement.cem.CustomerExperience" />
</Service>
RegSubmissionSummaryTable is the table that uses getSubjectsSummary() to get all NmOids based on the objectType that is defined as selector in the xconf entry. The default implementation of this interface is DefaultRegulatorySubmissionSummaryTableHelper.
Supported API: true
Extendable: true