public class TicklerUpdateCmdImpl extends ControllerCommandImpl implements TicklerUpdateCmd
Mandatory parameters: ticklerId, remindOnDate, URL
Optional parameters: comment
Behavior:
Exception 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 |
---|
TicklerUpdateCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getAssignToMemberId()
This method retrieves the identifier of the Customer Service Representative to whom this tickler is assigned.
|
java.sql.Timestamp | getRemindOnDate()
This method gets the date-time when this tickler should next pop into the queue.
|
AccessVector | getResources()
This method retrieves the resources that are accessed by this command.
|
java.lang.String | getStrRemindOnDate()
This method retrieves the date-time when this tickler should next pop into the queue.
|
java.lang.String | getTicklerComment()
This method retrieves the tickler comment.
|
java.lang.Long | getTicklerId()
This method retrieves the tickler identifier.
|
java.lang.String | getURL()
This method retrieves the redirect URL.
|
void | performExecute()
This method executes the business logic for this command.
|
void | reset()
This method resets all the command parameters.
|
void | setAssignToMemberId(java.lang.Long anAssignToMemberId)
This method sets the identifier of the Customer Service Representative to whom this tickler is assigned.
|
void | setRemindOnDate(java.sql.Timestamp aRemindOnDate)
This method sets the date-time when this tickler should next pop into the queue.
|
void | setRequestProperties(TypedProperty reqProperties)
This method sets the request properties.
|
void | setStrRemindOnDate(java.lang.String astrRemindOnDate)
This method sets the date-time when this tickler should next pop into the queue.
|
void | setTicklerComment(java.lang.String astrTicklerComment)
This method sets the tickler comment.
|
void | setTicklerId(java.lang.Long anTicklerId)
This method sets the tickler identifier.
|
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.String getTicklerComment()
public void setTicklerComment(java.lang.String astrTicklerComment)
public java.sql.Timestamp getRemindOnDate()
public void setRemindOnDate(java.sql.Timestamp aRemindOnDate)
public java.lang.String getStrRemindOnDate()
public void setStrRemindOnDate(java.lang.String astrRemindOnDate)
public java.lang.Long getAssignToMemberId()
public void setAssignToMemberId(java.lang.Long anAssignToMemberId)
public java.lang.Long getTicklerId()
public void setTicklerId(java.lang.Long anTicklerId)
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