public class PrepareInvoiceCmdImpl extends TaskCommandImpl implements PrepareInvoiceCmd
PrepareInvoiceCmd Task Command implementation class prepares an invoice for an
order release in the form of an XML String. Stores the String in the WebSphere Commerce database.
And sends the Invoice to the Buyer Contact of the Account in the form of an eMail. If the Account
has an Invoice Terms and Conditions that specify a delivery method using eMail.
This command uses the following AccessBeans:
AddressAccessBean
BusinessPolicyAccessBean
InvoiceAccessBean
InvoiceTCAccessBean
LanguageAccessBean
OrderAccessBean
OrderItemAccessBean
ParticipantAccessBean
TradingAgreementAccessBean
TermConditionAccessBean
StoreAccessBean
UserAccessBean
This command does not call other TaskCommand.
defaultCommandClassName, NAME| Constructor and Description |
|---|
PrepareInvoiceCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadyToCallExecute()
This method is called by the Command Framework to check if all basic mandatory
parameters have been set for this command.
|
void |
performExecute()
Performs the main business logic of the command.
|
void |
reset()
Resets the instance variables of the command.
|
void |
setOrderId(java.lang.Long aOrderId)
Sets the orderId property of the command.
|
void |
setOrderReleaseNum(java.lang.Integer newOrderReleaseNum)
Sets the orderReleaseNum property of the command.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractECTargetableCommandpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
This is useful if the command instance is to be called multiple times with different command parameters.
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setOrderId(java.lang.Long aOrderId)
setOrderId in interface PrepareInvoiceCmdaOrderId - the ID of the order for which an invoice
is to be prepared.public void setOrderReleaseNum(java.lang.Integer newOrderReleaseNum)
setOrderReleaseNum in interface PrepareInvoiceCmdnewOrderReleaseNum - the release number of the Order Release for which an invoice
is to be prepared.