com.ibm.commerce.rfq.commands

Class RFQModifyBasicCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • RFQModifyBasicCmdImpl

        public RFQModifyBasicCmdImpl()
    • Method Detail

      • reset

        public void reset()
        Reset the command
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • performExecute

        public void performExecute()
                            throws ECException
        Update an RFQ basic information.

        Behaviour

        • Checks if the RFQ is in the draft state.
        • Calls ModifyRFQBasicInfo to update RFQ basic information.
          Specified by:
          performExecute in interface ECCommand
          Specified by:
          performExecute in interface com.ibm.websphere.command.TargetableCommand
          Overrides:
          performExecute in class AbstractECTargetableCommand
          Throws:
          ECException.
          ECException
          See Also:
          ECCommand#performExecute()
        • getErrorContent

          public java.util.Hashtable getErrorContent()
          Returns the errorContent hashtable
          Returns:
          The hashtable containing error codes.
        • getRFQId

          public java.lang.Long getRFQId()
          Returns the RFQ Id.
          Returns:
          The RFQ identifier.
        • setErrorContent

          public void setErrorContent(java.util.Hashtable newErrorContent)
          Copies the incoming hashtable into a member variable.
          Parameters:
          newErrorContent - The incoming hashtable containing errorcodes.
        • setRFQId

          public void setRFQId(java.lang.Long newRFQ)
          Sets the value of the member variable, rfqId, to the incoming value.
          Parameters:
          newRFQ - The incoming value for an RFQ identifier.
        • getStartdate

          public java.lang.String getStartdate()
          Gets the startdate
          Returns:
          Returns a String
        • setStartdate

          public void setStartdate(java.lang.String startdate)
          Sets the startdate
          Parameters:
          startdate - The startdate to set
        • getShortdesc

          public java.lang.String getShortdesc()
          Gets the shortdesc
          Returns:
          Returns a String
        • setShortdesc

          public void setShortdesc(java.lang.String shortdesc)
          Sets the shortdesc
          Parameters:
          shortdesc - The shortdesc to set
        • getLongdesc

          public java.lang.String getLongdesc()
          Gets the longdesc
          Returns:
          Returns a String
        • setLongdesc

          public void setLongdesc(java.lang.String longdesc)
          Sets the longdesc
          Parameters:
          longdesc - The longdesc to set
        • getEndtime

          public java.lang.String getEndtime()
          Gets the endtime
          Returns:
          Returns a String
        • setEndtime

          public void setEndtime(java.lang.String endtime)
          Sets the endtime
          Parameters:
          endtime - The endtime to set
        • getEndresult

          public java.lang.Integer getEndresult()
          Gets the endresult
          Returns:
          Returns a String
        • setEndresult

          public void setEndresult(java.lang.Integer endresult)
          Sets the endresult
          Parameters:
          endresult - The endresult to set
        • getEnddate

          public java.lang.String getEnddate()
          Gets the enddate
          Returns:
          Returns a String
        • setEnddate

          public void setEnddate(java.lang.String enddate)
          Sets the enddate
          Parameters:
          enddate - The enddate to set
        • getStarttime

          public java.lang.String getStarttime()
          Gets the begintime
          Returns:
          Returns a String
        • setStarttime

          public void setStarttime(java.lang.String starttime)
          Sets the begintime
          Parameters:
          begintime - The begintime to set
        • getStartTimestamp

          public java.sql.Timestamp getStartTimestamp()
          Gets the startTimestamp
          Returns:
          Returns a java.sql.Timestamp
        • setStartTimestamp

          public void setStartTimestamp(java.sql.Timestamp startTimestamp)
          Sets the startTimestamp
          Parameters:
          startTimestamp - The startTimestamp to set
        • getEndTimestamp

          public java.sql.Timestamp getEndTimestamp()
          Gets the endTimestamp
          Returns:
          Returns a java.sql.Timestamp
        • setEndTimestamp

          public void setEndTimestamp(java.sql.Timestamp endTimestamp)
          Sets the endTimestamp
          Parameters:
          endTimestamp - The endTimestamp to set
        • getAccessType

          public java.lang.Integer getAccessType()
          Gets the accessType
          Returns:
          Returns a java.lang.Integer
        • setAccessType

          public void setAccessType(java.lang.Integer accessType)
          Sets the accessType
          Parameters:
          accessType - The accessType to set
        • getAccountId

          public java.lang.Long getAccountId()
          Gets the accountId
          Returns:
          Returns a java.lang.Long
        • setAccountId

          public void setAccountId(java.lang.Long accountId)
          Sets the accountId
          Parameters:
          accountId - The accountId to set
        • getField1

          public java.lang.Long getField1()
          Gets the field1 value
          Returns:
          Returns a java.lang.Long
        • getField2

          public java.lang.Integer getField2()
          Gets the field2 value
          Returns:
          Returns a java.lang.Integer
        • getField3

          public java.lang.String getField3()
          Gets the field3 value
          Returns:
          Returns a java.lang.String
        • getField4

          public java.lang.String getField4()
          Gets the field4 value
          Returns:
          Returns a java.lang.String
        • getField5

          public java.sql.Timestamp getField5()
          Gets the field5 value
          Returns:
          Returns a java.sql.Timestamp
        • getField6

          public java.sql.Timestamp getField6()
          Gets the field6 value
          Returns:
          Returns a java.sql.Timestamp
        • setField1

          public void setField1(java.lang.Long newField1)
          Sets the field1 value
          Parameters:
          field1 - The field1 value to set
        • setField2

          public void setField2(java.lang.Integer newField2)
          Sets the field2 value
          Parameters:
          field2 - The field2 value to set
        • setField3

          public void setField3(java.lang.String newField3)
          Sets the field3 value
          Parameters:
          field3 - The field3 value to set
        • setField4

          public void setField4(java.lang.String newField4)
          Sets the field4 value
          Parameters:
          field4 - The field4 value to set
        • setField5

          public void setField5(java.lang.String newField5)
          Sets the field5 value
          Parameters:
          field5 - The field5 value to set
        • setField6

          public void setField6(java.lang.String newField6)
          Sets the field6 value
          Parameters:
          field6 - The field6 value to set