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.
|
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.
|
public 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()
public void performExecute() throws ECException
public void setReqProp(TypedProperty newReqProp)
public void setRequestProperties(TypedProperty reqProp) throws ECApplicationException
public void setURL(java.lang.String newURL)
public void validateParameters() throws ECException
Check to exist the value of the URL parameter.