public interface MfMailCfgTargetTemplate
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 addAtEnd,
MfMailControlContainer primary,
MfMailValueContainer secondary)
Map value to field.
|
void |
prepareObject(MfMailCfgRemote config)
Prepare object.
|
MfMailValueContainer crateValueEntry(MboRemote valueCfg) throws java.rmi.RemoteException, MXException
valueCfg
- the value cfgMXException
java.rmi.RemoteException
MfMailControlContainer createControlEntry(MboRemote ctrlCfg) throws java.rmi.RemoteException, MXException
ctrlCfg
- the ctrl cfgMXException
java.rmi.RemoteException
java.lang.String getCtrlCfgBaseName()
java.lang.String getDeactiveWhereClause(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
config
- the configMXException
java.rmi.RemoteException
java.lang.String getTargetTableBaseName()
java.lang.String getValueAttributeName()
java.lang.String getValueCfgBaseName()
void mapValueToField(MboRemote addAtEnd, MfMailControlContainer primary, MfMailValueContainer secondary) throws MXException, java.rmi.RemoteException
addAtEnd
- the add at endprimary
- the primarysecondary
- the secondaryjava.rmi.RemoteException
MXException
void prepareObject(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
config
- MXException
java.rmi.RemoteException
java.lang.String getDeactivationCheckWhereClause(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
config
- the configjava.rmi.RemoteException
- the remote exceptionMXException
- the mX exceptionjava.lang.String getHasOtherActivatedCfgWhereClause(MfMailCfgRemote config) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException