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, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static 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.