public class MfMailCfgWFActivator extends java.lang.Object implements MfMailCfgTargetTemplate
| Constructor and Description |
|---|
MfMailCfgWFActivator() |
| Modifier and Type | Method and Description |
|---|---|
MfMailValueContainer |
crateValueEntry(MboRemote valueCfg)
Crate value entry.
|
MfMailControlContainer |
createControlEntry(MboRemote ctrlCfg)
Creates the control entry.
|
java.lang.String |
getCtrlCfgBaseName()
Gets the ctrl cfg base name.
|
java.lang.String |
getDeactivationCheckWhereClause(MfMailCfgRemote config)
Gets the deactivation check where clause.
|
java.lang.String |
getDeactiveWhereClause(MfMailCfgRemote config)
Gets the where clause to select the recored to delete them.
|
java.lang.String |
getHasOtherActivatedCfgWhereClause(MfMailCfgRemote config)
Gets the checks for other activated cfg where clause.
|
java.lang.String |
getTargetTableBaseName()
Gets the target table base name.
|
java.lang.String |
getValueAttributeName()
Gets the value attribute name.
|
java.lang.String |
getValueCfgBaseName()
Gets the value cfg base name.
|
void |
mapValueToField(MboRemote mbo,
MfMailControlContainer origControl,
MfMailValueContainer origValue)
Map value to field.
|
void |
prepareObject(MfMailCfgRemote config)
Prepare object.
|
public void mapValueToField(MboRemote mbo, MfMailControlContainer origControl, MfMailValueContainer origValue) throws MXException, java.rmi.RemoteException
MfMailCfgTargetTemplatemapValueToField in interface MfMailCfgTargetTemplatembo - the add at endorigControl - the primaryorigValue - the secondaryMXExceptionjava.rmi.RemoteExceptionpublic MfMailValueContainer crateValueEntry(MboRemote valueCfg) throws java.rmi.RemoteException, MXException
MfMailCfgTargetTemplatecrateValueEntry in interface MfMailCfgTargetTemplatevalueCfg - the value cfgjava.rmi.RemoteExceptionMXExceptionpublic MfMailControlContainer createControlEntry(MboRemote ctrlCfg) throws java.rmi.RemoteException, MXException
MfMailCfgTargetTemplatecreateControlEntry in interface MfMailCfgTargetTemplatectrlCfg - the ctrl cfgjava.rmi.RemoteExceptionMXExceptionpublic java.lang.String getCtrlCfgBaseName()
MfMailCfgTargetTemplategetCtrlCfgBaseName in interface MfMailCfgTargetTemplatepublic java.lang.String getDeactiveWhereClause(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
MfMailCfgTargetTemplategetDeactiveWhereClause in interface MfMailCfgTargetTemplateconfig - the configjava.rmi.RemoteExceptionMXExceptionpublic java.lang.String getTargetTableBaseName()
MfMailCfgTargetTemplategetTargetTableBaseName in interface MfMailCfgTargetTemplatepublic java.lang.String getValueAttributeName()
MfMailCfgTargetTemplategetValueAttributeName in interface MfMailCfgTargetTemplatepublic java.lang.String getValueCfgBaseName()
MfMailCfgTargetTemplategetValueCfgBaseName in interface MfMailCfgTargetTemplatepublic void prepareObject(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
MfMailCfgTargetTemplateprepareObject in interface MfMailCfgTargetTemplatejava.rmi.RemoteExceptionMXExceptionpublic java.lang.String getDeactivationCheckWhereClause(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
MfMailCfgTargetTemplategetDeactivationCheckWhereClause in interface MfMailCfgTargetTemplateconfig - the configjava.rmi.RemoteException - the remote exceptionMXException - the mX exceptionpublic java.lang.String getHasOtherActivatedCfgWhereClause(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
MfMailCfgTargetTemplategetHasOtherActivatedCfgWhereClause in interface MfMailCfgTargetTemplatejava.rmi.RemoteExceptionMXException