com.ibm.commerce.catalog.facade.server.commands

Interface ComposeCatalogTaskCmd

  • All Superinterfaces:
    com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    ComposeCatalogDetailsTaskCmdImpl


    public interface ComposeCatalogTaskCmd
    extends com.ibm.websphere.command.Command
    This the command interface for the commands that compose the catalog type. The commands implementing this interface return the catalog information in CatalogType. The exact information to be returned will be determined by the access profile.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      static java.lang.String DEFAULTCOMMANDCLASSNAME
      The default implementation class name.
      static java.lang.String NAME
      The full class name for this interface file.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      CatalogType getCatalog()
      Return the ShowCatalog BOD.
      void setCatalogs(java.util.ArrayList avCatalogs)
      Set the input list of catalogs.
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
    • 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
        The full class name for this interface file.
      • DEFAULTCOMMANDCLASSNAME

        static final java.lang.String DEFAULTCOMMANDCLASSNAME
        The default implementation class name. This is used if there is no record found in the CMDREG table.
    • Method Detail

      • getCatalog

        CatalogType getCatalog()
        Return the ShowCatalog BOD.
        Returns:
        ShowCatalogType the ShowCatalogType BOD
      • setCatalogs

        void setCatalogs(java.util.ArrayList avCatalogs)
        Set the input list of catalogs.
        Parameters:
        avCatalogs - list of CatalogAccessBean objects