com.ibm.commerce.rfq.commands

Interface DeletePAttributeValueCmd

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


    public interface DeletePAttributeValueCmd
    extends TaskCommand
    Deletes a personalization attribute value.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The full class name for this interface file.
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name. This is used if there is no record found in the CMDREG table.
    • Method Detail

      • setPAttrValueId

        void setPAttrValueId(java.lang.Long pAttrValueId)
        Sets the personalization attribute value ID.
        Parameters:
        pAttrValueId - The personalization attributes value ID.
      • getRfqProductId

        java.lang.Long getRfqProductId()
        Gets the RFQ product ID of the deleted personalization attribute value.
        Returns:
        The RFQ product ID of the deleted personalization attribute value.
      • getRspProductId

        java.lang.Long getRspProductId()
        Gets the response product ID of the deleted personalization attribute value.
        Returns:
        The response product ID of the deleted personalization attribute value.
      • getPAttributeId

        java.lang.Long getPAttributeId()
        Gets the personalization attribute ID of the deleted personalization attribute value.
        Returns:
        The personalization attribute ID of the deleted personalization attribute value.