public class PVCRegistrationCmdImpl extends ControllerCommandImpl implements PVCRegistrationCmd
Behaviour
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
The name of this class for logging purposes.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field
|
static java.lang.String |
ERRTASK_NAME
The viewname called when an error occurs.
|
NAMEdefaultCommandClassName| Constructor and Description |
|---|
PVCRegistrationCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
TypedProperty |
getReqProp()
Get the requestProperties value for this command.
|
java.lang.String |
getURL()
Get the redirect URL for this command.
|
boolean |
isGeneric()
Check to see if this is a generic command.
|
void |
performExecute()
The business logic for this command.
|
void |
setReqProp(TypedProperty newReqProp)
Set request properties for the UserRegistration command to be executed internally.
|
void |
setRequestProperties(TypedProperty reqProp)
Extracts parameters in the request, and stored them locally.
|
void |
setURL(java.lang.String newURL)
Set the redirect URL for this command.
|
void |
validateParameters()
Checks validity of specified parameters.
|
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, 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, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, 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, waitcheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesfulfills, getOwnerpublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public static final java.lang.String ERRTASK_NAME
public TypedProperty getReqProp()
public java.lang.String getURL()
public boolean isGeneric()
isGeneric in interface ControllerCommandisGeneric in class ControllerCommandImplpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException - If an error occures while processing this method.public void setReqProp(TypedProperty newReqProp)
setReqProp in interface PVCRegistrationCmdnewReqProp - The requestProperties value.public void setRequestProperties(TypedProperty reqProp) throws ECApplicationException
setRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplreqProp - The parameters for this command.ECApplicationException - If an error occurs while processing this method.public void setURL(java.lang.String newURL)
setURL in interface PVCRegistrationCmdnewURL - The redirect URL.public void validateParameters()
throws ECException
Check to exist the value of the URL parameter.
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException - If an error occurs while checking parameters