public class PPCListCreditsForPICmdImpl extends DataBeanCommandImpl implements PPCListCreditsForPICmd
PPCListCreditsForPICmd
.
PPCListCreditsForPIDataBean
.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString, EURO_CODE
defaultCommandClassName, NAME
Constructor and Description |
---|
PPCListCreditsForPICmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getLocale()
This method returns the locale from the command context.
|
void |
performExecute()
This method provides the main business logic of this command, which
invokes the
PaymentsJDBCHelperAccessor to get list of the
credit by a specified payment instruction identifier. |
getDataBean, populateDataBeanCommand, setDataBean, setRequestProperties
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, 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, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public static final java.lang.String COPYRIGHT
public void performExecute() throws ECException
PaymentsJDBCHelperAccessor
to get list of the
credit by a specified payment instruction identifier.performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
- In case of any ECExceptionpublic java.util.Locale getLocale()