com.ibm.commerce.contract.catalogfilter.command

Class ResolveCatalogFilterSolrExpressionCmdImpl

    • Constructor Detail

      • ResolveCatalogFilterSolrExpressionCmdImpl

        public ResolveCatalogFilterSolrExpressionCmdImpl()
    • Method Detail

      • getObjectSize

        public long getObjectSize()
        Returns the estimated footprint size in bytes of this object and the objects it contains.
        Specified by:
        getObjectSize in interface com.ibm.websphere.cache.Sizeable
        Overrides:
        getObjectSize in class AbstractECTargetableCommand
        Returns:
        the estimated footprint size in bytes or -1 if a size cannot be determined.
      • setCatalogFilterId

        public void setCatalogFilterId(java.lang.Long catalogFilterId)
        Set catalog filter ID for the ResolveCatalogFilterSearchExpressionCmd command execution.
        Specified by:
        setCatalogFilterId in interface ResolveCatalogFilterSearchExpressionCmd
        Parameters:
        catalogFilterId - The catalog filter ID.
      • postExecute

        public void postExecute()

        This method is called by the Dynamic Cache when the execute method is called, and a cache miss occurs, after the performExecute method is called.

        Specified by:
        postExecute in interface com.ibm.websphere.command.CacheableCommand
        Overrides:
        postExecute in class com.ibm.websphere.command.CacheableCommandImpl
        See Also:
        CacheableCommand.postExecute()