com.ibm.commerce.installment.facade.server.commands
Class InsertMoreOrderInstallmentPriceDataCmdImpl
- java.lang.Object
-
- com.ibm.websphere.command.TargetableCommandImpl
-
- com.ibm.websphere.command.CacheableCommandImpl
-
- com.ibm.commerce.foundation.server.command.bod.AbstractInsertMoreNounDataCmdImpl
-
- com.ibm.commerce.installment.facade.server.commands.InsertMoreOrderInstallmentPriceDataCmdImpl
-
- All Implemented Interfaces:
- AbstractInsertMoreNounDataCmd, InsertMoreOrderInstallmentPriceDataCmd, 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 InsertMoreOrderInstallmentPriceDataCmdImpl extends AbstractInsertMoreNounDataCmdImpl implements InsertMoreOrderInstallmentPriceDataCmd
Place holder for inserting moreOrderInstallmentPrice
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InsertMoreOrderInstallmentPriceDataCmdImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
performExecute()
-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractInsertMoreNounDataCmdImpl
isReadyToCallExecute, reset, setGet, setNouns, setSearchExpression, setShow
-
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.AbstractInsertMoreNounDataCmd
setGet, setNouns, setSearchExpression, setShow
-
-