com.ibm.commerce.tickler.commands

Interface DetermineAssignmentCmd

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


    public interface DetermineAssignmentCmd
    extends TaskCommand
    Determines the assignee for 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

      • getStoreId

        java.lang.Integer getStoreId()
        This method retrieves the identifier of the store in which this tickler was created.
        Specified by:
        getStoreId in interface ECCommand
        Returns:
        the store identifier.
      • setStoreId

        void setStoreId(java.lang.Integer anStoreId)
        This method sets the identifier of the store in which this tickler was created.
        Parameters:
        anStoreId - store identifier.
      • getTicklerReasonId

        java.lang.Integer getTicklerReasonId()
        This method retrieves the tickler reason identifier. ticklerReasonIdThe unique Identifier for Tickler reason. Tickler reason defines the purpose for a tickler.
        Returns:
        the tickler reason identifier.
        See Also:
        createTickler
      • setTicklerReasonId

        void setTicklerReasonId(java.lang.Integer anTicklerReasonId)
        This method sets the tickler reason identifier. ticklerReasonIdThe unique Identifier for Tickler reason. Tickler reason defines the purpose for a tickler.
        Parameters:
        anTicklerReasonId - tickler reason identifier.
        See Also:
        createTickler
      • getActionObjectId

        java.lang.Long getActionObjectId()
        This method retrieves the identifier of the action object based on which this tickler is created. 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
         
        Returns:
        the action object identifier.
        See Also:
        createTickler
      • setActionObjectId

        void setActionObjectId(java.lang.Long anActionObjectId)
        This method sets the identifier of the action object based on which this tickler is created. 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
         
        Parameters:
        anActionObjectId - action object identifier.
        See Also:
        createTickler
      • getActionObjectType

        java.lang.String getActionObjectType()
        This method retrieves the type of the action object based on which this tickler is created. The action object type 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
         
        Returns:
        the action object type.
        See Also:
        createTickler
      • setActionObjectType

        void setActionObjectType(java.lang.String astrActionObjectType)
        This method sets the type of the action object based on which this tickler is created. The action object type 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
         
        Parameters:
        astrActionObjectType - action object type.
        See Also:
        createTickler
      • getAssignToMemberId

        java.lang.Long getAssignToMemberId()
        This method retrieves the identifier of the Customer Service Representative to whom this tickler is assigned.
        Returns:
        the Customer Service Representative identifier.
      • getAssignToRole

        java.lang.Integer getAssignToRole()
        This method returns the Customer Service Representative role to which this tickler is assigned.
        Returns:
        the code of Customer Service Representative role.
        See Also:
        createTickler