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, setRequestPropertiesaccessControlCheck, 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, 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, waitgetDataBean, setDataBean, setRequestPropertiesgetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic java.util.Locale getLocale()
public QueryHandler getQueryHandler() throws J2EEException
QueryHandler.J2EEExceptionpublic java.lang.Integer getStoreId()
getStoreId in interface ECCommandgetStoreId in class AbstractECTargetableCommandpublic 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.