public interface IEDPTickler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
void |
addComments(java.lang.String comment)
This method adds the tickler comment.
|
CommandContext |
getCommandContext()
This method returns the command context of the command where the tickler is sent.
|
java.lang.String[] |
getComments()
This method returns the tickler comments.
|
javax.swing.AbstractAction |
getEDPAction()
This method returns the action that created this tickler.
|
java.lang.Long |
getEDPOrderId()
This method returns the EDPOrder ID the tickler refered to.
|
java.lang.Long |
getEDPPaymentInstructionId()
This method returns the Payment Rules Payment Instruction ID the tickler refered to.
|
java.lang.Long |
getOrderId()
This method returns the order identifier in order system, Note that it is
different from EDPOrderId.
|
java.lang.String |
getReason()
This method returns the short representation of the reason.
|
java.lang.String |
getReasonCode()
This method returns the reason code, and this is optional field.
|
java.lang.Integer |
getStoreId()
This method returns the identifier of store this order belongs to in order system.
|
void |
sendTickler()
This method asks this tickler to send itself to the tickler queue
|
void |
setCommandContext(CommandContext context)
This method sets the command context of the command where the tickler is sent.
|
void |
setComments(java.lang.String[] comments)
This method sets the tickler comments.
|
void |
setEDPAction(javax.swing.AbstractAction edpAction)
This method sets the action that created this tickler.
|
void |
setEDPOrderId(java.lang.Long orderId)
This method sets the EDPOrder ID the tickler refered to.
|
void |
setEDPPaymentInstructionId(java.lang.Long piId)
This method sets the Payment Rules Payment Instruction ID the tickler refered to.
|
void |
setOrderId(java.lang.Long orderId)
This method sets the order identifier in order system.
|
void |
setReason(java.lang.String reason)
This method sets the tickler reason using the string representation.
|
void |
setReasonCode(java.lang.String reasonCode)
This method sets the string representation of the reason code.
|
void |
setStoreId(java.lang.Integer storeId)
This method sets the identifier of store this order belongs to in order system.
|
static final java.lang.String COPYRIGHT
java.lang.String[] getComments()
void setComments(java.lang.String[] comments)
comments
- Comments array of Stringvoid setEDPAction(javax.swing.AbstractAction edpAction)
edpAction
- The action that created this ticklerjavax.swing.AbstractAction getEDPAction()
void setEDPOrderId(java.lang.Long orderId)
orderId
- The EDPOrder IDjava.lang.Long getEDPOrderId()
void setEDPPaymentInstructionId(java.lang.Long piId)
piId
- The Payment Rules Payment Instruction IDjava.lang.Long getEDPPaymentInstructionId()
void setReason(java.lang.String reason)
reason
- The reason of the ticklerjava.lang.String getReason()
void setReasonCode(java.lang.String reasonCode)
reasonCode
- The string representation of the reason codejava.lang.String getReasonCode()
void setOrderId(java.lang.Long orderId)
orderId
- The order ID in order systemjava.lang.Long getOrderId()
void setStoreId(java.lang.Integer storeId)
storeId
- The store ID this order belongs to in order systemjava.lang.Integer getStoreId()
void addComments(java.lang.String comment)
comment
- The comment to be added to the ticklervoid sendTickler() throws EDPException
EDPException
- If the tickler cannot be sentCommandContext getCommandContext()
void setCommandContext(CommandContext context)
context
- The command context of the command where the tickler is sent