com.ibm.commerce.content.commands

Class EContentSpotCacheInvalCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • EContentSpotCacheInvalCmdImpl

        public EContentSpotCacheInvalCmdImpl()
        Deprecated. 
    • Method Detail

      • getESpotName

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

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

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

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

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

        public void setStoreEntId(java.lang.String string)
        Deprecated. 
        Sets the store entity ID that is used in this command.
        Specified by:
        setStoreEntId in interface EContentSpotCacheInvalCmd
        Parameters:
        string - The store entity ID that is used in this command.
      • performExecute

        public void performExecute()
                            throws ECException
        Deprecated. 
        This method performs the execution of this command, where parameters are set and the logic in dynamic cache component for invalidating the Content Spot cache is being run.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractECTargetableCommand
        Throws:
        ECException - Thrown when EContentSpotCacheInvalCmd cannot execute successfully.