com.ibm.commerce.utf.commands

Interface CreateRFQItemCmd

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


    public interface CreateRFQItemCmd
    extends TaskCommand
    Creates a catalog entry for a "made-to-order" item requested via an RFQ.
    • 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 implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • getItemId

        java.lang.Long getItemId()
        Retrieves the ID of the newly created item.
        Returns:
        The item ID.
      • setLanguageId

        void setLanguageId(java.lang.Integer newLanguageId)
        Stores the language identifier.
        Parameters:
        newLanguageId - The language identifier.
      • setName

        void setName(java.lang.String newName)
        Stores the item name.
        Parameters:
        newName - The name of the item.
      • setOfferingId

        void setOfferingId(java.lang.Long newOfferingId)
        Stores the RFQ ID.
        Parameters:
        newOfferingId - The RFQ ID.
      • setOwnerId

        void setOwnerId(java.lang.Long newOwnerId)
        Stores the ID of the item owner.
        Parameters:
        newOwnerId - The member ID of the item's owner.
      • setParentProductId

        void setParentProductId(java.lang.Long newParentProductId)
        Stores the ID of the parent catalog entry under which this item has been created.
        Parameters:
        newParentProductId - The parent product reference number.
      • setShortDescription

        void setShortDescription(java.lang.String newShortDescription)
        Stores a brief description of the item.
        Parameters:
        newShortDescription - The item's short description.