public class FetchOrderInstallmentPriceCmdImpl extends AbstractFetchNounCmdImpl implements FetchOrderInstallmentPriceCmd
FetchOrderInstallmentPriceCmd
, which is used to fetch
InstallmentRule
nouns.This command dose not use the ReadOrderInstallmentPriceMediator
.Constructor and Description |
---|
FetchOrderInstallmentPriceCmdImpl()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getNouns()
This method returns the list of nouns retrieved by the fetch implementation.
|
void |
performExecute() |
void |
reset()
This method resets the instance variables so the command can be reused.
|
void |
setNouns(java.util.List alistNouns) |
getShow, isReadyToCallExecute, 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 FetchOrderInstallmentPriceCmdImpl()
public java.util.List getNouns()
AbstractFetchNounCmd
getNouns
in interface AbstractFetchNounCmd
public void setNouns(java.util.List alistNouns)
alistNouns
- public void reset()
AbstractFetchNounCmdImpl
reset
in interface com.ibm.websphere.command.Command
reset
in class AbstractFetchNounCmdImpl
Command.reset()
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