Interface RegulatorySubmissionProxyCreatorIfc
- All Known Implementing Classes:
CEMRegulatoryReportProxyCreator
public interface RegulatorySubmissionProxyCreatorIfc
Interface that outlines the Regulatory Report Creator class.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptioncreateRegulatorySubmissionProxy(WTObject qualityManagable) Create aRegulatorySubmissionProxythat can be passed to the CREATE_REGSUB event.
-
Method Details
-
createRegulatorySubmissionProxy
RegulatorySubmissionProxy createRegulatorySubmissionProxy(WTObject qualityManagable) throws WTException Create aRegulatorySubmissionProxythat can be passed to the CREATE_REGSUB event.
Supported API: true- Parameters:
WTObject-- Returns:
RegulatorySubmissionProxy- Throws:
WTException
-