public interface PPCPaymentechBatchCtrlCmd extends ToolsControllerCommand
PPCPaymentechBatchCtrlCmdImpl.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME
The full name of this command.
|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
NAME| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBatchId()
This method returns the batch identifier.
|
java.lang.String |
getMerchConfId()
This method returns the merchant configuration identifier.
|
void |
setBatchId(java.lang.String batchId)
This method sets the batch identifier.
|
void |
setMerchConfId(java.lang.String merchConfId)
This method sets the merchant configuration identifier.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String CLASS_NAME
static final java.lang.String defaultCommandClassName
void setBatchId(java.lang.String batchId)
batchId - the batch identifier to set.java.lang.String getBatchId()
java.lang.String getMerchConfId()
void setMerchConfId(java.lang.String merchConfId)
merchConfId - the merchant configuration identifier to set.