public class MfMailCfgWFController extends java.lang.Object implements MfMailCfgController
Constructor and Description |
---|
MfMailCfgWFController(MfMailCfgRemote config)
Instantiates a new mf mail cfg wf controller.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteAllChildren(long accessModifier)
Delete all children.
|
MfMailCfgActivator |
getActivator()
Gets the activator from ActivatorContext.
|
java.lang.String[] |
getBaseNames()
Gets the base names for control and value tables.
|
java.lang.String |
getChildBaseName()
Gets the child base name.
|
java.lang.String |
getGrandChildBaseName()
Gets the grand child base name.
|
void |
propagateActivateConfiguration(boolean isActive)
Propagate activate configuration to the children.
|
public MfMailCfgWFController(MfMailCfgRemote config)
config
- the configpublic MfMailCfgActivator getActivator() throws java.rmi.RemoteException, MXException
MfMailCfgController
getActivator
in interface MfMailCfgController
java.rmi.RemoteException
MXException
public java.lang.String[] getBaseNames()
MfMailCfgController
getBaseNames
in interface MfMailCfgController
public void propagateActivateConfiguration(boolean isActive) throws MXException, java.rmi.RemoteException
MfMailCfgController
propagateActivateConfiguration
in interface MfMailCfgController
isActive
- the is activeMXException
java.rmi.RemoteException
public void deleteAllChildren(long accessModifier) throws MXException, java.rmi.RemoteException
MfMailCfgController
deleteAllChildren
in interface MfMailCfgController
accessModifier
- the access modifierMXException
- the mX exceptionjava.rmi.RemoteException
- the remote exceptionpublic java.lang.String getChildBaseName()
MfMailCfgController
getChildBaseName
in interface MfMailCfgController
public java.lang.String getGrandChildBaseName()
MfMailCfgController
getGrandChildBaseName
in interface MfMailCfgController