public abstract class AbstractComposeManagedDirectoryCmdImpl extends AbstractInsertMoreNounDataCmdImpl implements ComposeManagedDirectoryCmd
ManagedDirectoryType and ShowManagedDirectoryType| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
AbstractComposeManagedDirectoryCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getManagedDirectories()
This method gets the list of ManagedDirectories.
|
ShowType |
getPagingParameter()
This method gets the paging parameters
|
ShowManagedDirectoryType |
getShowManagedDirectory()
This method returns the ShowManagedDirectory BOD.
|
boolean |
isReadyToCallExecute()
This method returns if this command is ready to execute
|
void |
reset()
This method resets this command.
|
void |
setManagedDirectories(java.util.List alstManagedDirectories)
This method sets the list of ManagedDirectories.
|
void |
setPagingParameter(ShowType aPagingParameter)
This method set the paging parameters
|
void |
setShowManagedDirectory(ShowManagedDirectoryType aManagedDirectory)
This method sets the instance of ShowManagedDirectoryType .
|
setGet, setNouns, setSearchExpression, setShowexecute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetGet, setNouns, setSearchExpression, setShowpublic static final java.lang.String COPYRIGHT
public AbstractComposeManagedDirectoryCmdImpl()
public void setManagedDirectories(java.util.List alstManagedDirectories)
setManagedDirectories in interface ComposeManagedDirectoryCmdalstManagedDirectories - The list of ManagedDirectoriespublic java.util.List getManagedDirectories()
public ShowManagedDirectoryType getShowManagedDirectory()
getShowManagedDirectory in interface ComposeManagedDirectoryCmdpublic void setShowManagedDirectory(ShowManagedDirectoryType aManagedDirectory)
aManagedDirectory - the instance value of ShowManagedDirectoryType .public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractInsertMoreNounDataCmdImplCommand.reset()public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractInsertMoreNounDataCmdImplCommand.isReadyToCallExecute()public ShowType getPagingParameter()
getPagingParameter in interface ComposeManagedDirectoryCmdpublic void setPagingParameter(ShowType aPagingParameter)
setPagingParameter in interface ComposeManagedDirectoryCmdaPagingParameter - The paging parameter to set.