com.ibm.commerce.contract.catalogfilter.command

Interface ResolveCatalogFilterSearchExpressionCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, ResolveProductSearchExpressionCmd, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    ResolveCatalogFilterSolrExpressionCmdImpl


    public interface ResolveCatalogFilterSearchExpressionCmd
    extends ResolveProductSearchExpressionCmd
    ResolveCatalogFilterSearchExpressionCmd is a interface that used to resolve the product entitlement search expression from a specific catalog filter.

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default name of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setCatalogFilterId

        void setCatalogFilterId(java.lang.Long catalogFilterId)
        Set catalog filter ID.
        Parameters:
        catalogFilterId - The catalog filter ID.
      • getCatalogFilterId

        java.lang.Long getCatalogFilterId()
        Get catalog filter ID.
        Returns:
        A catalog filter ID.