com.ibm.commerce.installment.facade.server.commands
Class ProcessInstallmentRuleCmdImpl
- java.lang.Object
-
- com.ibm.websphere.command.TargetableCommandImpl
-
- com.ibm.websphere.command.CacheableCommandImpl
-
- com.ibm.commerce.command.MeasuredCacheableCommandImpl
-
- com.ibm.commerce.foundation.server.command.bod.AbstractActionBusinessObjectDocumentCmdImpl
-
- com.ibm.commerce.foundation.server.command.bod.AbstractProcessBusinessObjectDocumentCmdImpl
-
- com.ibm.commerce.foundation.server.command.bod.bom.AbstractProcessNounUsingBusinessObjectMediatorCmdImpl
-
- com.ibm.commerce.installment.facade.server.commands.ProcessInstallmentRuleCmdImpl
-
- All Implemented Interfaces:
- BusinessObjectDocumentCmd, ProcessInstallmentRuleCmd, 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 ProcessInstallmentRuleCmdImpl extends AbstractProcessNounUsingBusinessObjectMediatorCmdImpl implements ProcessInstallmentRuleCmd
This class handles the processing of Installment activities. The applicable process action command will be called based on the action of the request.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.commerce.foundation.server.command.bod.bom.AbstractProcessNounUsingBusinessObjectMediatorCmdImpl
CHANGE_CONTROL_NOUN_MEDIATOR_OBJECT_KEY, CHANGE_NOUN_MEDIATOR_OBJECT_KEY
-
-
Constructor Summary
Constructors Constructor and Description ProcessInstallmentRuleCmdImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description com.ibm.commerce.installment.facade.datatypes.AcknowledgeInstallmentRuleType
getAcknowledgeInstallmentRule()
Provide a Process method to Process the result (AcknowledgeInstallmentRuleType BOD)void
setProcessInstallmentRule(com.ibm.commerce.installment.facade.datatypes.ProcessInstallmentRuleType processInstallmentRule)
A set method for ProcessInstallmentRule-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractProcessBusinessObjectDocumentCmdImpl
getNounName, setProcessNounActionCommandInterface
-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractActionBusinessObjectDocumentCmdImpl
getResultBusinessObjectDocument, getUniqueID, getUniqueIDXPath, handleException, isReadyToCallExecute, performExecute, setRequestBusinessObjectDocument, setUniqueIDXPath
-
Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl
executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, 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.BusinessObjectDocumentCmd
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
-
-
-
-
Method Detail
-
getAcknowledgeInstallmentRule
public com.ibm.commerce.installment.facade.datatypes.AcknowledgeInstallmentRuleType getAcknowledgeInstallmentRule()
Provide a Process method to Process the result (AcknowledgeInstallmentRuleType BOD)- Specified by:
getAcknowledgeInstallmentRule
in interfaceProcessInstallmentRuleCmd
- Returns:
- AcknowledgeInstallmentRuleType the AcknowledgeInstallmentRuleType BOD would return to the client
-
setProcessInstallmentRule
public void setProcessInstallmentRule(com.ibm.commerce.installment.facade.datatypes.ProcessInstallmentRuleType processInstallmentRule)
A set method for ProcessInstallmentRule- Specified by:
setProcessInstallmentRule
in interfaceProcessInstallmentRuleCmd
- Parameters:
processInstallmentRule
- the ProcessInstallmentRule BOD that ProcessInstallmentRuleCmd would execute
-
-