com.ibm.commerce.beans

Interface SmartDataBean

    • Field Detail

      • COPYRIGHT

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

      • getCommandContext

        CommandContext getCommandContext()
        This method gets the command context.
        Returns:
        This method returns the command context.
      • populate

        void populate()
               throws java.lang.Exception
        This method populates the data bean with data elements.
        Throws:
        java.lang.Exception - This is thrown if there is a problem populating the data bean with data.
      • setCommandContext

        void setCommandContext(CommandContext commandContext)
        This method sets the command context.
        Parameters:
        commandContext - This is the command context.