com.ibm.commerce.scheduler.commands

Interface CheckForWorkCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        This is the name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        This is the default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • checkProcessingNeeded

        boolean checkProcessingNeeded()
        This method will determine whether the work is needed to be done for a particular store. A value true will indicate that work needs to be done. A value of false indicates that work is not needed.
        Returns:
        This method returns a boolean value to indicate whether works needs to be done.
      • setStoreId

        void setStoreId(java.lang.Integer storeId)
        This method sets the store id of the store that will be used to determine whether there is work that needs to be done.
        Parameters:
        storeId - A java.lang.Long object that indicates whether there is work that needs to be done.