public class CreateTicklerCmdImpl extends TaskCommandImpl implements CreateTicklerCmd
Behavior:
Exceptional conditions:
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The name of this class.
|
Constructor and Description |
---|
CreateTicklerCmdImpl() |
Modifier and Type | Method and Description |
---|---|
TicklerAccessBean | createTickler(java.lang.Integer storeId, java.lang.String actionObjectType, java.lang.Long actionObjectIndentifier, java.lang.Integer ticklerReasonIndentifier, java.lang.Long createdByUserIndentifier, java.lang.String comment, java.lang.Integer languageIdentifier, java.sql.Timestamp remindOnDate, java.lang.Long assignToMember, java.lang.Integer assignToRole)
This method creates and returns a new tickler.
|
java.lang.Long | getActionObjectId()
This method retrieves the identifier of the action object based on which this tickler is created.
|
java.lang.String | getActionObjectType()
This method retrieves the type of the action object based on which this tickler is created.
|
java.lang.Long | getAssignToMemberId()
This method returns the identifier of the Customer Service Representative(CSR) to whom this tickler is assigned.
|
java.lang.Integer | getAssignToRole()
This method retrieves the Customer Service Representative(CSR) role to which the tickler is assigned.
|
java.sql.Timestamp | getRemindOnDate()
This method retrieves 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 | getTicklerComment()
This method retrieves the tickler comment.
|
java.lang.Long | getTicklerId()
This method retrieves the tickler identifier.
|
java.lang.Integer | getTicklerReasonId()
This method retrieves the tickler reason identifier.
|
void | performExecute()
This method contains the business logic for this command.
|
void | reset()
This method resets all the command parameters.
|
void | setActionObjectId(java.lang.Long anActionObjectId)
This method sets the identifier of the action object based on which this tickler is created.
|
void | setActionObjectType(java.lang.String astrActionObjectType)
This method sets the type of the action object based on which this tickler is created.
|
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 of the responsible member.
|
void | setRequestProperties(TypedProperty reqParms)
This method sets the request properties.
|
void | setTicklerComment(java.lang.String astrComment)
This method sets the tickler comment.
|
void | setTicklerReasonId(java.lang.Integer anTicklerReasonId)
This method sets the tickler reason identifier.
|
void | validateParameters()
This method validates the command parameters.
|
public static final java.lang.String CLASSNAME
public java.lang.String getTicklerComment()
public void setTicklerComment(java.lang.String astrComment)
public java.lang.Integer getTicklerReasonId()
public void setTicklerReasonId(java.lang.Integer anTicklerReasonId)
public java.lang.Long getActionObjectId()
ORDER=Order QUOTE=Quote RMA=Return USER=Customer
public void setActionObjectId(java.lang.Long anActionObjectId)
ORDER=Order QUOTE=Quote RMA=Return USER=Customer
public java.lang.String getActionObjectType()
ORDER=Order QUOTE=Quote RMA=Return USER=Customer
public void setActionObjectType(java.lang.String astrActionObjectType)
ORDER=Order QUOTE=Quote RMA=Return USER=Customer
public java.sql.Timestamp getRemindOnDate()
public void setRemindOnDate(java.sql.Timestamp aRemindOnDate)
public java.lang.Long getAssignToMemberId()
public void setAssignToMemberId(java.lang.Long anAssignToMemberId)
public AccessVector getResources() throws ECException
public void performExecute() throws ECException
public TicklerAccessBean createTickler(java.lang.Integer storeId, java.lang.String actionObjectType, java.lang.Long actionObjectIndentifier, java.lang.Integer ticklerReasonIndentifier, java.lang.Long createdByUserIndentifier, java.lang.String comment, java.lang.Integer languageIdentifier, java.sql.Timestamp remindOnDate, java.lang.Long assignToMember, java.lang.Integer assignToRole) throws ECException
public void reset()
public void validateParameters() throws ECException
public void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
public java.lang.Long getTicklerId()
public java.lang.Integer getAssignToRole()