com.ibm.commerce.installment.facade.server.commands
Interface ProcessInstallmentRuleCmd
-
- All Superinterfaces:
- BusinessObjectDocumentCmd, com.ibm.websphere.command.Command, java.io.Serializable
- All Known Implementing Classes:
- ProcessInstallmentRuleCmdImpl
public interface ProcessInstallmentRuleCmd extends BusinessObjectDocumentCmd
The interface for command for SyncInstallmentRule
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.
-
Method Summary
All Methods Instance Methods Abstract 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 interface com.ibm.commerce.foundation.server.command.bod.BusinessObjectDocumentCmd
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
setProcessInstallmentRule
void setProcessInstallmentRule(com.ibm.commerce.installment.facade.datatypes.ProcessInstallmentRuleType processInstallmentRule)
A set method for ProcessInstallmentRule- Parameters:
processInstallmentRule
- the ProcessInstallmentRule BOD that ProcessInstallmentRuleCmd would execute
-
getAcknowledgeInstallmentRule
com.ibm.commerce.installment.facade.datatypes.AcknowledgeInstallmentRuleType getAcknowledgeInstallmentRule()
Provide a Process method to Process the result (AcknowledgeInstallmentRuleType BOD)- Returns:
- AcknowledgeInstallmentRuleType the AcknowledgeInstallmentRuleType BOD would return to the client
-
-