def postProcess(self, _edObject=None): EDPluginExec.postProcess(self) self.DEBUG("EDPluginISPyBStoreAutoProcv1_4.postProcess") xsDataResultStoreAutoProc = XSDataResultStoreAutoProc() if self.iAutoProcId is not None: xsDataResultStoreAutoProc.setAutoProcId(XSDataInteger(self.iAutoProcId)) self.setDataOutput(xsDataResultStoreAutoProc)
def postProcess(self, _edObject=None): EDPluginExec.postProcess(self) self.DEBUG("EDPluginISPyBStoreAutoProcv1_4.postProcess") xsDataResultStoreAutoProc = XSDataResultStoreAutoProc() if self.iAutoProcId is not None: xsDataResultStoreAutoProc.setAutoProcId( XSDataInteger(self.iAutoProcId)) self.setDataOutput(xsDataResultStoreAutoProc)
def finallyProcess(self, _edObject=None): EDPluginExec.finallyProcess(self) self.DEBUG("EDPluginISPyBStoreAutoProcv1_4.finallyProcess") xsDataResultStoreAutoProc = XSDataResultStoreAutoProc() if self.iAutoProcId is not None: xsDataResultStoreAutoProc.setAutoProcId(XSDataInteger(self.iAutoProcId)) if self.iAutoProcScalingId is not None: xsDataResultStoreAutoProc.setAutoProcScalingId(XSDataInteger(self.iAutoProcScalingId)) if self.iAutoProcProgramId is not None: xsDataResultStoreAutoProc.setAutoProcProgramId(XSDataInteger(self.iAutoProcProgramId)) self.setDataOutput(xsDataResultStoreAutoProc)
def finallyProcess(self, _edObject=None): EDPluginISPyBv1_4.finallyProcess(self) self.DEBUG("EDPluginISPyBStoreAutoProcv1_4.finallyProcess") xsDataResultStoreAutoProc = XSDataResultStoreAutoProc() if self.iAutoProcId is not None: xsDataResultStoreAutoProc.setAutoProcId( XSDataInteger(self.iAutoProcId)) if self.iAutoProcIntegrationId is not None: xsDataResultStoreAutoProc.setAutoProcIntegrationId( XSDataInteger(self.iAutoProcIntegrationId)) if self.iAutoProcScalingId is not None: xsDataResultStoreAutoProc.setAutoProcScalingId( XSDataInteger(self.iAutoProcScalingId)) if self.iAutoProcProgramId is not None: xsDataResultStoreAutoProc.setAutoProcProgramId( XSDataInteger(self.iAutoProcProgramId)) self.setDataOutput(xsDataResultStoreAutoProc)