public class DetermineAssignmentCmdImpl extends TaskCommandImpl implements DetermineAssignmentCmd
Behavior:
Exceptional conditions:
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The name of this class.
|
Constructor and Description |
---|
DetermineAssignmentCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getActionObjectId()
This method returns the identifier of the action object based on which tickler is created.
|
java.lang.String | getActionObjectType()
This method returns the type of the action object based on which this tickler is created.
|
java.lang.Long | getAssignToMemberId()
This method retrieves the identifier of the Customer Service Representative to whom this tickler is assigned to.
|
java.lang.Integer | getAssignToRole()
This method returns the Customer Service Representative role to which this tickler is assigned.
|
AccessVector | getResources()
This method returns the resources that are accessed by this command.
|
java.lang.Integer | getStoreId()
This method retrieves the identifier of the store in which this tickler was created.
|
java.lang.Integer | getTicklerReasonId()
This method returns the tickler reason identifier.
|
void | performExecute()
This method executes 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 | setRequestProperties(TypedProperty reqParms)
This method sets the request properties.
|
void | setStoreId(java.lang.Integer anStoreId)
This method sets the identifier of the store in which this tickler was created.
|
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.Integer getStoreId()
public void setStoreId(java.lang.Integer anStoreId)
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.lang.Long getAssignToMemberId()
public java.lang.Integer getAssignToRole()
public AccessVector getResources() throws ECException
public void performExecute() throws ECException
public void reset()
public void validateParameters() throws ECException
public void setRequestProperties(TypedProperty reqParms) throws ECApplicationException