com.ibm.commerce.scheduler.beans

Class BusinessLogicDataBean

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM Copyright Statement.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BusinessLogicDataBean

        public BusinessLogicDataBean()
        This is the default constructor for this class. It calls the constructor from the superclass.
    • Method Detail

      • getURL

        public java.lang.String getURL(int index)
        This method gets the name of the WebSphere Commerce command.
        Parameters:
        index - This is the position of the item to retrieve.
        Returns:
        This method returns a String that represents the WebSphere Commerce command.
      • populate

        public void populate()
                      throws java.lang.Exception
        This method retrieves all the defined WebSphere Commerce commands.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - This is thrown if there are any problems retrieving the defined WebSphere Commerce commands.
      • size

        public int size()
        This method gets the number of available business logic tasks.
        Returns:
        This method returns an int value that represents the number of business logic tasks.