com.ibm.commerce.contract.catalogfilter.command

Interface CheckCatalogEntryFilteringCmd

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


    public interface CheckCatalogEntryFilteringCmd
    extends TaskCommand
    This command is to do the entitlement check for the catalog group in catalog filter.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation class name
        See Also:
        Constant Field Values
    • Method Detail

      • setCatalogEntryIdList

        void setCatalogEntryIdList(java.util.List<java.lang.Long> catalogEntryIdList)
        Set catalog entry IDs for entitlement check.
        Parameters:
        catalogEntryIdList - A list of catalog entry ID.
      • getCatalogEntryIdList

        java.util.List<java.lang.Long> getCatalogEntryIdList()
        Get catalog entry ID List.
        Returns:
        Catalog entry ID List.
      • getEntitledCatalogEntryIdList

        java.util.List<java.lang.Long> getEntitledCatalogEntryIdList()
        Get entitled catalog entry ID list against the catalog filter list for this command.
        Returns:
        A list of entitled catalog entry ID.
      • setCatalogFilterIdList

        void setCatalogFilterIdList(java.util.List<java.lang.Long> catalogFilterIdList)
        Set Catalog Filter ID list.
        Parameters:
        catalogFilterIdList - A array of catalog filter IDs.
      • getCatalogFilterIdList

        java.util.List<java.lang.Long> getCatalogFilterIdList()
        Get Catalog Filter ID list.
        Returns:
        A list of catalog filter ID..