com.ibm.commerce.marketing.commands.ranking

Interface InvalidateRankingServletCmd

  • 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:
    InvalidateRankingServletCmdImpl


    public interface InvalidateRankingServletCmd
    extends TaskCommand
    This is the interface for InvalidateRankingServletCmd command. This command can be used in a cachespec invalidation policy in order to invalidate any JSP or command dynacache entries that have cached a ranking list for display in the storefront. For example:
    
        servlet
        /Madisions/Snippets/Marketing/ESpot/RightSidebarRankingESpotDisplay.jsp
        true
        false
        ......                      
        RankingServlet
    
    
        command
        com.ibm.commerce.marketing.commands.ranking.InvalidateRankingServletCmdImpl
        RankingServlet
    
     
    • 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.
      • CLASS_NAME

        static final java.lang.String CLASS_NAME
        The name of this command.