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

Interface ComposeCatalogEntryTaskCmd

    • 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
      CatalogEntryType getCatalogEntry()
      This method gets the CatalogEntryType object constructed from the first element of the list of CatalogEntryDataBean objects that was set using setCatalogEntry(ArrayList).
      void setCatalogEntry(java.util.ArrayList avCatalogEntry)
      This method sets the databean to be used by compose command
      • 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

      • setCatalogEntry

        void setCatalogEntry(java.util.ArrayList avCatalogEntry)
        This method sets the databean to be used by compose command
        Parameters:
        avCatalogEntry - a list of CatalogEntryDataBean returned by fetch task command
      • getCatalogEntry

        CatalogEntryType getCatalogEntry()
        This method gets the CatalogEntryType object constructed from the first element of the list of CatalogEntryDataBean objects that was set using setCatalogEntry(ArrayList).
        Returns:
        An object of type CatalogEntryType