com.ibm.commerce.tickler.commands

Interface LockTicklerCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    LockTicklerCmdImpl


    public interface LockTicklerCmd
    extends TaskCommand
    Locks a tickler. 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.
    • 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
    • Method Detail

      • getTicklerId

        java.lang.Long getTicklerId()
        This method is used to retrieve the tickler identifier.
        Returns:
        the tickler identifier.
      • setTicklerId

        void setTicklerId(java.lang.Long anTickler)
        This method is used to set the tickler identifier.
        Parameters:
        anTickler - identifier of the tickler to be locked.