public abstract class AEDPTickler extends java.lang.Object implements IEDPTickler
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
AEDPTickler() |
Modifier and Type | Method and Description |
---|---|
void | addComments(java.lang.String oneComment)
This method adds a comment for current tickler.
|
CommandContext | getCommandContext()
This method returns the command context of the command where the tickler is sent.
|
java.lang.String[] | getComments()
This mehtod returns the comments of current tickler.
|
javax.swing.AbstractAction | getEDPAction()
This method sets the current Payment Rules action decided by the payment rules configuration.
|
java.lang.Long | getEDPOrderId()
This method returns the current EDPOrder ID involved in current tickler.
|
java.lang.Long | getEDPPaymentInstructionId()
This method returns the ID of payment instruction in Payment Rules involved in current tickler.
|
java.util.Locale | getLocale()
This method returns the locale information from the command context.
|
java.lang.Long | getOrderId()
This method returns the order identifier in order system, Note that it is different from EDPOrderId.
|
java.lang.String | getReason()
The method returns current reason that causes this tickler to create.
|
java.lang.String | getReasonCode()
This method returns the reason code of the reason that causes this tickler to crreate.
|
java.lang.Integer | getStoreId()
This method returns the identifier of store this order belongs to in order system.
|
abstract void | sendTickler()
This method sents the tickler after it is created, which is abstract and must be implemented by the sub class.
|
void | setCommandContext(CommandContext context)
This method sets the command context of the command where the tickler is sent.
|
void | setComments(java.util.Collection collection)
This mehtod sets the comments of current tickler.
|
void | setComments(java.lang.String[] cmts)
This method sets the comments of current tickler.
|
void | setEDPAction(javax.swing.AbstractAction pedpAction)
This method sets the current Payment Rules action decided by the payment rules configuration.
|
void | setEDPOrderId(java.lang.Long aedpOrderId)
This method sets the current EDPOrder ID involved in current tickler.
|
void | setEDPPaymentInstructionId(java.lang.Long id)
This method sets the ID of payment instruction in Payment Rules involved in current tickler.
|
void | setLocale(java.util.Locale _locale)
This method sets the current locale information.
|
void | setOrderId(java.lang.Long aorderId)
This method sets the order identifier in order system.
|
void | setReason(java.lang.String preason)
The method sets current reason that causes this tickler to create.
|
void | setReasonCode(java.lang.String preasonCode)
This method sets the reason code of the reason that causes this tickler to crreate.
|
void | setStoreId(java.lang.Integer astoreId)
This method sets the identifier of store this order belongs to in order system.
|
java.lang.String | toString()
This method returns a readable form of the edp tickler object.
|
public static final java.lang.String COPYRIGHT
public java.lang.String[] getComments()
public void setEDPAction(javax.swing.AbstractAction pedpAction)
public javax.swing.AbstractAction getEDPAction()
public void setReason(java.lang.String preason)
public java.lang.String getReason()
public void setReasonCode(java.lang.String preasonCode)
public java.lang.String getReasonCode()
public void addComments(java.lang.String oneComment)
public abstract void sendTickler()
public void setEDPOrderId(java.lang.Long aedpOrderId)
public java.lang.Long getEDPOrderId()
public void setEDPPaymentInstructionId(java.lang.Long id)
public java.lang.Long getEDPPaymentInstructionId()
public java.lang.String toString()
This method returns a readable form of the edp tickler object.
Warning: not localized, for debugging purposes only!
public java.lang.Long getOrderId()
public java.lang.Integer getStoreId()
public void setOrderId(java.lang.Long aorderId)
public void setStoreId(java.lang.Integer astoreId)
public void setComments(java.util.Collection collection)
public void setComments(java.lang.String[] cmts)
public CommandContext getCommandContext()
public void setCommandContext(CommandContext context)
public java.util.Locale getLocale()
public void setLocale(java.util.Locale _locale)