public class RequisitionListBaseCmdImpl extends ControllerCommandImpl
When the command is called from the URL, the web controller will call the following methods in sequence:
setRequestProperties(TypedProperty) validateParameters() getResources() performExecute() | Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
defaultCommandClassName| Constructor and Description |
|---|
RequisitionListBaseCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteRequisitionListHelper(OrderAccessBean orderAB)
This method deletes the requisition list for specified order access bean.
|
java.lang.String |
getStatus()
This method returns the status of the requisition list.
|
java.lang.String |
getType()
This method returns the type of requisition list.
|
void |
reset()
This method resets all instance variables.
|
void |
setRequestProperties(TypedProperty reqProperties)
This method sets the request properties.
|
static void |
setRequisitionListStatus(java.lang.String status,
OrderAccessBean orderAB,
CommandContext commandContext)
This method sets the status of the requisition list.
|
static void |
setRequisitionListType(java.lang.String type,
OrderAccessBean orderAB,
CommandContext commandContext)
This method sets the type of the requisition list.
|
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, 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, waitexecuteexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, setAccCheckcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public java.lang.String getStatus()
public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setRequestProperties(TypedProperty reqProperties) throws ECException
setRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplreqProperties - request properties.ECApplicationExceptionECExceptionpublic java.lang.String getType()
public static void setRequisitionListStatus(java.lang.String status,
OrderAccessBean orderAB,
CommandContext commandContext)
throws ECException
status - of the requisition list.orderAB - order access beancommandContext - CommandContextECExceptionpublic static void setRequisitionListType(java.lang.String type,
OrderAccessBean orderAB,
CommandContext commandContext)
throws ECException
type - the type of the requisition list.orderAB - order access beancommandContext - CommandContextECExceptionpublic void deleteRequisitionListHelper(OrderAccessBean orderAB) throws java.sql.SQLException, ECException
orderAB - the order access bean.java.sql.SQLExceptionECException