com.ibm.commerce.tickler.commands

Interface TicklerCreateCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    TicklerCreateCmdImpl


    public interface TicklerCreateCmd
    extends ControllerCommand
    Creates a tickler based on an action object (such as a quote or an order). A tickler reminds a Customer Service Supervisor or Customer Service Representative to perform an action. Example actions are calling a customer to get a replacement payment instruction or to review a price override. A tickler action classifies work that is performed in an effort to resolve a tickler. The action object are the types of object to which to-do item is associated. Valid values are as follows:
     ORDER=Order
     QUOTE=Quote
     RMA=Return
     USER=Customer
     
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        static final java.lang.String CLASSNAME
        The name of this class.
        See Also:
        Constant Field Values