com.ibm.commerce.installment.facade.server.commands
Class FetchOrderInstallmentPriceCmdImpl
- java.lang.Object
-
- com.ibm.websphere.command.TargetableCommandImpl
-
- com.ibm.websphere.command.CacheableCommandImpl
-
- com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmdImpl
-
- com.ibm.commerce.installment.facade.server.commands.FetchOrderInstallmentPriceCmdImpl
-
- All Implemented Interfaces:
- AbstractFetchNounCmd, FetchOrderInstallmentPriceCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable
public class FetchOrderInstallmentPriceCmdImpl extends AbstractFetchNounCmdImpl implements FetchOrderInstallmentPriceCmd
This command is the default implementation ofFetchOrderInstallmentPriceCmd
, which is used to fetchInstallmentRule
nouns.This command dose not use theReadOrderInstallmentPriceMediator
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description FetchOrderInstallmentPriceCmdImpl()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmdImpl
getShow, isReadyToCallExecute, setGet, setSearchExpression
-
Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
-
Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmd
getShow, setGet, setSearchExpression
-
-
-
-
Constructor Detail
-
FetchOrderInstallmentPriceCmdImpl
public FetchOrderInstallmentPriceCmdImpl()
Default constructor.
-
-
Method Detail
-
getNouns
public java.util.List getNouns()
Description copied from interface:AbstractFetchNounCmd
This method returns the list of nouns retrieved by the fetch implementation.- Specified by:
getNouns
in interfaceAbstractFetchNounCmd
- Returns:
- A list of nouns that matches the search expression.
-
setNouns
public void setNouns(java.util.List alistNouns)
- Parameters:
alistNouns
-
-
reset
public void reset()
Description copied from class:AbstractFetchNounCmdImpl
This method resets the instance variables so the command can be reused.- Specified by:
reset
in interfacecom.ibm.websphere.command.Command
- Overrides:
reset
in classAbstractFetchNounCmdImpl
- See Also:
Command.reset()
-
performExecute
public void performExecute() throws java.lang.Exception
- Specified by:
performExecute
in interfacecom.ibm.websphere.command.TargetableCommand
- Specified by:
performExecute
in classcom.ibm.websphere.command.TargetableCommandImpl
- Throws:
java.lang.Exception
-
-