public class TicklerUnlockMonitorCmdImpl extends ControllerCommandImpl implements TicklerUnlockMonitorCmd
Mandatory parameters: storeId
Optional parameters: inUnlockAfterNumberOfHours, URL
Behavior:
Exceptional conditions:
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The name of this class.
|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
TicklerUnlockMonitorCmdImpl() |
Modifier and Type | Method and Description |
---|---|
AccessVector | getResources()
This method retrieves the resources that are accessed by this command.
|
java.lang.Integer | getUnlockAfterNumberOfHours()
This method retrieves the number of hours after which a locked tickler is to be unlocked.
|
java.lang.String | getURL()
This method retrieves the value of redirect URL.
|
void | performExecute()
This method executes the business logic for this command.
|
void | reset()
This method resets all the command parameters.
|
void | setRequestProperties(TypedProperty reqProperties)
This method sets the request properties.
|
void | setUnlockAfterNumberOfHours(java.lang.Integer anUnlockAfterNumberOfHours)
This method sets the number of hours after which a locked tickler is to be unlocked.
|
void | setURL(java.lang.String astrURL)
This method sets the redirect URL.
|
void | validateParameters()
This method validates the command parameters.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public java.lang.String getURL()
public void setURL(java.lang.String astrURL)
public java.lang.Integer getUnlockAfterNumberOfHours()
public void setUnlockAfterNumberOfHours(java.lang.Integer anUnlockAfterNumberOfHours)
public AccessVector getResources() throws ECException
public void performExecute() throws ECException
public void reset()
public void setRequestProperties(TypedProperty reqProperties) throws ECApplicationException
public void validateParameters() throws ECException