com.ibm.commerce.content.commands

Interface EContentSpotCacheInvalCmd

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

    Deprecated. 
    Content Spots have been deprecated. For more information, see Content Spots.

    public interface EContentSpotCacheInvalCmd
    extends TaskCommand
    This Command triggers EContent Spot cache removal.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        Deprecated. 
        The full class name for this interface file.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        Deprecated. 
        The default implementation class name. This is used if there is no record found in the CMDREG table.
        See Also:
        Constant Field Values
    • Method Detail

      • getESpotName

        java.lang.String getESpotName()
        Deprecated. 
        Gets the name of the Content Spot that is used in this command.
        Returns:
        The name of the Content Spot that is used in this command.
      • getLanguageId

        java.lang.String getLanguageId()
        Deprecated. 
        Gets the language ID that is used in this command.
        Returns:
        The language ID that is used in this command.
      • getStoreEntId

        java.lang.String getStoreEntId()
        Deprecated. 
        Gets the store entity ID that is used in this command.
        Returns:
        The store entity ID that is used in this command.
      • setESpotName

        void setESpotName(java.lang.String string)
        Deprecated. 
        Sets the name of the Content Spot that is used in this command.
        Parameters:
        string - The name of the Content Spot that is used in this command.
      • setLanguageId

        void setLanguageId(java.lang.String string)
        Deprecated. 
        Sets the language ID that is used in this command.
        Parameters:
        string - The language ID that is used in this command.
      • setStoreEntId

        void setStoreEntId(java.lang.String string)
        Deprecated. 
        Sets the store entity ID that is used in this command.
        Parameters:
        string - The store entity ID that is used in this command.