public abstract class AbstractFetchManagedDirectoryCmdImpl extends AbstractFetchNounCmdImpl implements FetchManagedDirectoryCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.util.logging.Logger |
LOGGER
The logger of the class.
|
| Constructor and Description |
|---|
AbstractFetchManagedDirectoryCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
GetManagedDirectoryType |
getGetManagedDirectoryType()
This method gets the value of GetManagedDirectoryType.
|
java.util.List |
getManagedDirectories()
Returns the list of ManagedDirectories that where retrieved when executing
the fetch.
|
java.util.List |
getManagedDirectories(java.util.List lstManagedDirectories,
java.math.BigInteger recordSetStartNumber,
java.math.BigInteger maxItems)
This methods gets a certain number of managed directories.
|
java.util.List |
getNouns()
This method gets a list of managed directory nouns.
|
ShowType |
getPagingParameter()
This method gets the paging parameters
|
SelectionCriteriaMapper |
getSelectionCriteria()
This is a get method for SelectionCriteriaMapper;
|
boolean |
isReadyToCallExecute()
This method returns if this command is ready to execute
|
void |
performExecute()
This method is to get the result using the parameter of GetManagedDirectoryType by calling the Abstract method fetch().
|
void |
reset()
This method resets this command.
|
void |
setGetManagedDirectory(GetManagedDirectoryType aGetManagedDirectory)
This method sets the
GetManagedDirectoryType. |
void |
setPagingParameter(ShowType aPagingParameter)
This method set the paging parameters
|
void |
setSelectionCriteria(SelectionCriteriaMapper aSelectionCriteria)
This method is to set the SelectionCriteriaMapper.
|
getShow, setGet, setSearchExpressionexecute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetShow, setGet, setSearchExpressionpublic static final java.lang.String COPYRIGHT
public static final java.util.logging.Logger LOGGER
public AbstractFetchManagedDirectoryCmdImpl()
public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractFetchNounCmdImplCommand.isReadyToCallExecute()public void performExecute()
throws java.lang.Exception
performExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class com.ibm.websphere.command.TargetableCommandImpljava.lang.ExceptionTargetableCommandImpl.performExecute()public java.util.List getManagedDirectories(java.util.List lstManagedDirectories,
java.math.BigInteger recordSetStartNumber,
java.math.BigInteger maxItems)
lstManagedDirectories - a list of managed directoriesrecordSetStartNumber - record set start numbermaxItems - the maximum of managed directories returnedpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractFetchNounCmdImplCommand.reset()public ShowType getPagingParameter()
getPagingParameter in interface FetchManagedDirectoryCmdpublic void setPagingParameter(ShowType aPagingParameter)
setPagingParameter in interface FetchManagedDirectoryCmdaPagingParameter - The paging parameter to set.public void setGetManagedDirectory(GetManagedDirectoryType aGetManagedDirectory)
GetManagedDirectoryType.setGetManagedDirectory in interface FetchManagedDirectoryCmdaGetManagedDirectory - The GetManagedDirectoryType to be set which contains the parameters used to fetch.public GetManagedDirectoryType getGetManagedDirectoryType()
public java.util.List getManagedDirectories()
getManagedDirectories in interface FetchManagedDirectoryCmdpublic SelectionCriteriaMapper getSelectionCriteria()
public void setSelectionCriteria(SelectionCriteriaMapper aSelectionCriteria)
aSelectionCriteria - The SelectionCriteriaMapper to set.public java.util.List getNouns()
getNouns in interface AbstractFetchNounCmd