com.ibm.commerce.catalog.commands

Interface StoreCatalogDisplayCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    StoreCatalogDisplayCmdImpl


    public interface StoreCatalogDisplayCmd
    extends ControllerCommand
    This command sets the view task that will display the Catalogs available to browse in the current Store. There are no explicit input parameters to this command. The current store information from the command context is used to determine the set of available catalogs for display.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of this interface is "com.ibm.commerce.catalog.commands.StoreCatalogDisplayCmd".
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class is "com.ibm.commerce.catalog.commands.StoreCatalogDisplayCmdImpl".
        See Also:
        Constant Field Values