public abstract class AEDPDataBeanCommandImpl extends DataBeanCommandImpl implements AEDPDataBeanCommand
emptyString, EURO_CODE
Constructor and Description |
---|
AEDPDataBeanCommandImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getLocale()
This method gets the locale from the globalization context.
|
java.lang.String |
getOrderChannel()
This method gets the order channel.
|
java.lang.Long |
getOrderId()
This method gets the order ID.
|
QueryHandler |
getQueryHandler()
This method gets the query handler of payment rules system.
|
java.lang.Long |
getRmaId()
This method gets RMA ID.
|
java.lang.Integer |
getStoreId()
This method gets the store ID of the order
|
void |
setOrderChannel(java.lang.String string)
This method sets the order channel.
|
void |
setOrderId(java.lang.Long _orderId)
This method sets the order ID.
|
void |
setRmaId(java.lang.Long _rmaId)
This method sets the RMA ID.
|
getDataBean, populateDataBeanCommand, setDataBean, setRequestProperties
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataBean, setDataBean, setRequestProperties
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public java.util.Locale getLocale()
public QueryHandler getQueryHandler() throws J2EEException
QueryHandler
.J2EEException
public java.lang.Integer getStoreId()
getStoreId
in interface ECCommand
getStoreId
in class AbstractECTargetableCommand
public java.lang.Long getOrderId()
public void setOrderId(java.lang.Long _orderId)
_orderId
- A Long that specifies the order id.public void setRmaId(java.lang.Long _rmaId)
_rmaId
- A Long that specifies the RMA ID.public java.lang.Long getRmaId()
public java.lang.String getOrderChannel()
public void setOrderChannel(java.lang.String string)
string
- A String that specifies the current order channel.