com.ibm.commerce.content.commands

Class ContentEvaluationCmdImpl

  • All Implemented Interfaces:
    DataBeanCommand, ECCommand, ECTargetableCommand, com.ibm.commerce.command.TargetableECCommand, ContentEvaluationCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable

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

    public class ContentEvaluationCmdImpl
    extends DataBeanCommandImpl
    implements ContentEvaluationCmd
    This Command retrieves a set of valid content associated with a content spot.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Deprecated. 
        Copyright
        See Also:
        Constant Field Values
    • Constructor Detail

      • ContentEvaluationCmdImpl

        public ContentEvaluationCmdImpl()
        Deprecated. 
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated. 
        Gets the name.
        Returns:
        Collateral name.
      • setName

        public void setName(java.lang.String nam)
        Deprecated. 
        Sets the name.
        Parameters:
        Collateral - name.
      • getMaxResult

        public java.lang.Integer getMaxResult()
        Deprecated. 
        Gets the maximum results to be returned.
        Returns:
        Maximum results to be returned.
      • setMaxResult

        public void setMaxResult(java.lang.Integer maxRes)
        Deprecated. 
        Sets the Max results to be returned.
        Parameters:
        Maximum - result.
      • getCollDataBeans

        public CollateralDataBean[] getCollDataBeans()
        Deprecated. 
        Gets the list of collateral data bean.
        Returns:
        An array of CollateralDataBean.
      • setCollDataBeans

        public void setCollDataBeans(CollateralDataBean[] beans)
        Deprecated. 
        Sets the list of collateral data bean.
        Parameters:
        array - of CollateralDataBean.
      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        Deprecated. 
        Checks to see if the command is ready to call.
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Overrides:
        isReadyToCallExecute in class AbstractECTargetableCommand
        Returns:
        Always returns 'true'.
      • getCatalogId

        public java.lang.Long getCatalogId()
        Deprecated. 
        Returns:
        Returns the _catalogId.
      • setCatalogId

        public void setCatalogId(java.lang.Long catalogId)
        Deprecated. 
        Parameters:
        id - The _catalogId to set.