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, setSearchExpression
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getShow, setGet, setSearchExpression
public 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.Command
isReadyToCallExecute
in class AbstractFetchNounCmdImpl
Command.isReadyToCallExecute()
public void performExecute() throws java.lang.Exception
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class com.ibm.websphere.command.TargetableCommandImpl
java.lang.Exception
TargetableCommandImpl.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.Command
reset
in class AbstractFetchNounCmdImpl
Command.reset()
public ShowType getPagingParameter()
getPagingParameter
in interface FetchManagedDirectoryCmd
public void setPagingParameter(ShowType aPagingParameter)
setPagingParameter
in interface FetchManagedDirectoryCmd
aPagingParameter
- The paging parameter to set.public void setGetManagedDirectory(GetManagedDirectoryType aGetManagedDirectory)
GetManagedDirectoryType
.setGetManagedDirectory
in interface FetchManagedDirectoryCmd
aGetManagedDirectory
- The GetManagedDirectoryType
to be set which contains the parameters used to fetch.public GetManagedDirectoryType getGetManagedDirectoryType()
public java.util.List getManagedDirectories()
getManagedDirectories
in interface FetchManagedDirectoryCmd
public SelectionCriteriaMapper getSelectionCriteria()
public void setSelectionCriteria(SelectionCriteriaMapper aSelectionCriteria)
aSelectionCriteria
- The SelectionCriteriaMapper to set.public java.util.List getNouns()
getNouns
in interface AbstractFetchNounCmd