com.ibm.commerce.tickler.commands

Interface UnlockTicklerCmd

  • 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:
    UnlockTicklerCmdImpl


    public interface UnlockTicklerCmd
    extends TaskCommand
    Unlocks ticklers from the supplied list. 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

      • setRequestProperties

        void setRequestProperties(TypedProperty reqParms)
                           throws ECApplicationException
        This method sets the request properties. requestProperties provides additional methods for retrieving properties. It is wrapper to java.util.Map
        Parameters:
        reqParms - request properties.
        Throws:
        ECApplicationException
      • getTicklerIds

        java.lang.Long[] getTicklerIds()
        This method returns the list of tickler identifiers. Tickler id is the unique number to identify the to-do item.
        Returns:
        array of tickler identifiers.
      • setTicklerIds

        void setTicklerIds(java.lang.Long[] aarrnTickler)
        This method sets the list of tickler identifiers. Tickler id is the unique number to identify the to-do item.
        Parameters:
        aarrnTickler - array of tickler identifiers.