com.ibm.commerce.utf.objects
Class RFQAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.utf.objects.RFQAccessBean
All Implemented Interfaces:
RFQAccessBeanData, java.io.Serializable

public class RFQAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements RFQAccessBeanData

This bean provides access to the RFQ table.

The following is a description of this table:

This table holds the basic RFQ data.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
RFQAccessBean()
          Default constructor.
RFQAccessBean(javax.ejb.EJBObject aEJBObject)
          Creates an access bean for the specified EJB.
RFQAccessBean(java.lang.Long aTradingAgreementId, java.lang.String aName, java.lang.Integer aMajorVersion, java.lang.Integer aMinorVersion, java.lang.Long aMemberId, java.sql.Timestamp aStartTime, java.sql.Timestamp aEndTime)
          Creates an access bean with the specified attributes.
RFQAccessBean(java.lang.String aName, java.lang.Integer aMajorVersion, java.lang.Integer aMinorVersion, java.lang.Long aMemberId, java.sql.Timestamp aStartTime, java.sql.Timestamp aEndTime)
          Creates an access bean with the specified attributes.
RFQAccessBean(java.lang.String aName, java.lang.Integer aMajorVersion, java.lang.Integer aMinorVersion, java.lang.Long aMemberId, java.sql.Timestamp aStartTime, java.sql.Timestamp aEndTime, java.lang.Long aAccountId)
          Creates an access bean with the specified attributes.
 
Method Summary
 void addToStore(java.lang.Integer aStoreId)
          Add this RFQ to the specified Store.
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.lang.Long createNewVersion()
          Reserved for IBM internal use.
 RFQAccessBean findActiveRFQByName(java.lang.String aName)
          Retrieves the active RFQAccessBeans that match the specified name.
 java.util.Enumeration findAllAfterActivateTime(java.sql.Timestamp aActivateTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans with activate times after the specified activate time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findAllAfterCreateTime(java.sql.Timestamp aCreateTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans with create times after the specified create time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findAllRFQs(com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves all RFQAccessBeans, ordered by the specified SortingAttribute.
 java.util.Enumeration findByName(java.lang.String aName)
          Retrieves the RFQAccessBeans that match the specified name.
 RFQAccessBean findByNameAndVersion(java.lang.String aName, java.lang.Integer aMajorVersion, java.lang.Integer aMinorVersion)
          Retrieves the RFQAccessBean that matches the specified name and version.
 java.util.Enumeration findByOwnerId(java.lang.Long aDByOwnerId)
          Retrieves the RFQAccessBeans that match the specified owner.
 java.util.Enumeration findByParticipantId(java.lang.Long aDByParticipantId)
          Retrieves the RFQAccessBeans that match the specified Participant.
 java.util.Enumeration findByState(java.lang.Integer aState, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified state, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStateAndAfterActivateTime(java.lang.Integer aState, java.sql.Timestamp aActivateTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified state, with activate times after the specified activate time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStateAndAfterCloseTime(java.lang.Integer aState, java.sql.Timestamp aCloseTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified state, with close times after the specified close time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStateAndAfterCompleteTime(java.lang.Integer aState, java.sql.Timestamp aCompleteTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified state, with complete times after the specified complete time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStore(java.lang.Integer aStoreId, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStoreAndAfterActivateTime(java.lang.Integer aStoreId, java.sql.Timestamp aActivateTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store, with activate times after the specified activate time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStoreAndAfterCreateTime(java.lang.Integer aStoreId, java.sql.Timestamp aCreateTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store, with create times after the specified create time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStoreAndMultipleStates(java.lang.Integer aStoreId, java.lang.Integer[] aStates, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store, and one of the specified states, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStoreAndOwner(java.lang.Integer aStoreId, java.lang.Long aMemberId, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store and owner, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStoreAndOwnerAndAfterActivateTime(java.lang.Integer aStoreId, java.lang.Long aMemberId, java.sql.Timestamp aActivateTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store and owner, with activate times after the specified activate time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStoreAndOwnerAndAfterCreateTime(java.lang.Integer aStoreId, java.lang.Long aMemberId, java.sql.Timestamp aCreateTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store and owner, with create times after the specified create time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStoreAndOwnerAndState(java.lang.Integer aStoreId, java.lang.Long aMemberId, java.lang.Integer aState, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store, owner and state, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStoreAndState(java.lang.Integer aStoreId, java.lang.Integer aState, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store and state, ordered by the specified SortingAttribute.
 java.util.Enumeration findByStoreAndStateAndAfterActivateTime(java.lang.Integer aStoreId, java.lang.Integer aState, java.sql.Timestamp aActivateTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store and state, with activate times after the specified activate time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStoreAndStateAndAfterCloseTime(java.lang.Integer aStoreId, java.lang.Integer aState, java.sql.Timestamp aCloseTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store and state, with close times after the specified close time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findByStoreAndStateAndAfterCompleteTime(java.lang.Integer aStoreId, java.lang.Integer aState, java.sql.Timestamp aCompleteTime, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified Store and state, with complete times after the specified complete time, and ordered by the specified SortingAttribute.
 java.util.Enumeration findMatchedNames(java.lang.String aPartialName, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified partial name, ordered by the specified SortingAttribute.
 java.util.Enumeration findMatchedNamesByStore(java.lang.String aPartialName, java.lang.Integer aStoreId, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified partial name and Store, ordered by the specified SortingAttribute.
 java.util.Enumeration findMatchedNamesByStoreAndOwner(java.lang.String aPartialName, java.lang.Integer aStoreId, java.lang.Long aMemberId, com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
          Retrieves the RFQAccessBeans that match the specified partial name, Store and owner, ordered by the specified SortingAttribute.
 boolean fulfills(java.lang.Long aMemberId, java.lang.String aRelationship)
          Returns true if the specified Member fulfills the specified relationship with this resource.
 java.lang.String getAccessType()
          This method provides access to the RFQ.ACCESSTYPE column of DB2 type INTEGER NULL.
 java.lang.Integer getAccessTypeInEJBType()
          This method provides access to the RFQ.ACCESSTYPE column of DB2 type INTEGER NULL.
 java.lang.String getActivateTime()
          This method provides access to the RFQ.ACTIVATETIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getActivateTimeInEJBType()
          This method provides access to the RFQ.ACTIVATETIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getCancelTime()
          This method provides access to the RFQ.CANCELTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getCancelTimeInEJBType()
          This method provides access to the RFQ.CANCELTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getCloseTime()
          This method provides access to the RFQ.CLOSETIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getCloseTimeInEJBType()
          This method provides access to the RFQ.CLOSETIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getCompleteTime()
          This method provides access to the RFQ.COMPLETETIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getCompleteTimeInEJBType()
          This method provides access to the RFQ.COMPLETETIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getCreateTime()
          This method provides access to the RFQ.CREATETIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getCreateTimeInEJBType()
          This method provides access to the RFQ.CREATETIME column of DB2 type TIMESTAMP NULL.
 TradingDescriptionAccessBean getDescription(java.lang.Integer aLanguageId)
          Retrieves the TradingDescriptionAccessBean of the specified Language.
 java.lang.String getDuration()
          This method provides access to the RFQ.DURATION column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getDurationInEJBType()
          This method provides access to the RFQ.DURATION column of DB2 type TIMESTAMP NULL.
 java.lang.String getEndResult()
          This method provides access to the RFQ.ENDRESULT column of DB2 type INTEGER NULL.
 java.lang.Integer getEndResultInEJBType()
          This method provides access to the RFQ.ENDRESULT column of DB2 type INTEGER NULL.
 java.lang.String getEndTime()
          This method provides access to the RFQ.ENDTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getEndTimeInEJBType()
          This method provides access to the RFQ.ENDTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getEngineId()
          This method provides access to the RFQ.TFTRADENG_ID column of DB2 type BIGINT NULL.
 java.lang.Long getEngineIdInEJBType()
          This method provides access to the RFQ.TFTRADENG_ID column of DB2 type BIGINT NULL.
 java.lang.String getMajorVersion()
          This method provides access to the RFQ.MAJORVERSION column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getMajorVersionInEJBType()
          This method provides access to the RFQ.MAJORVERSION column of DB2 type INTEGER NOT NULL.
 java.lang.String getMarkForDelete()
          This method provides access to the RFQ.MARKFORDELETE column of DB2 type INTEGER NULL.
 java.lang.Integer getMarkForDeleteInEJBType()
          This method provides access to the RFQ.MARKFORDELETE column of DB2 type INTEGER NULL.
 java.lang.String getMemberId()
          This method provides access to the RFQ.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getMemberIdInEJBType()
          This method provides access to the RFQ.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getMinorVersion()
          This method provides access to the RFQ.MINORVERSION column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getMinorVersionInEJBType()
          This method provides access to the RFQ.MINORVERSION column of DB2 type INTEGER NOT NULL.
 java.lang.String getName()
          This method provides access to the RFQ.NAME column of DB2 type VARCHAR(200) NOT NULL.
 java.lang.String getNextOffId()
          This method provides access to the RFQ.NEXTOFFID column of DB2 type BIGINT NULL.
 java.lang.Long getNextOffIdInEJBType()
          This method provides access to the RFQ.NEXTOFFID column of DB2 type BIGINT NULL.
 java.lang.String getNextOffType()
          This method provides access to the RFQ.NEXTOFFTYPE column of DB2 type INTEGER NULL.
 java.lang.Integer getNextOffTypeInEJBType()
          This method provides access to the RFQ.NEXTOFFTYPE column of DB2 type INTEGER NULL.
 java.lang.String getNumOfResponses()
          This method provides access to the RFQ.NUMRESPONSES column of DB2 type INTEGER NULL.
 java.lang.Integer getNumOfResponsesInEJBType()
          This method provides access to the RFQ.NUMRESPONSES column of DB2 type INTEGER NULL.
 java.lang.Long getOwner()
          Retrieves the owner of this resource.
 java.lang.String getPrevOffId()
          This method provides access to the RFQ.PREVOFFID column of DB2 type BIGINT NULL.
 java.lang.Long getPrevOffIdInEJBType()
          This method provides access to the RFQ.PREVOFFID column of DB2 type BIGINT NULL.
 java.lang.String getPrevOffType()
          This method provides access to the RFQ.PREVOFFTYPE column of DB2 type INTEGER NULL.
 java.lang.Integer getPrevOffTypeInEJBType()
          This method provides access to the RFQ.PREVOFFTYPE column of DB2 type INTEGER NULL.
 java.lang.String getReferenceNumber()
          This method provides access to the RFQ.RFQ_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getReferenceNumberInEJBType()
          This method provides access to the RFQ.RFQ_ID column of DB2 type BIGINT NOT NULL.
 ParticipantAccessBean[] getRFQParticipants()
          Retrieves the ParticipantAccessBeans of this RFQ.
 java.lang.String getRound()
          This method provides access to the RFQ.ROUND column of DB2 type INTEGER NULL.
 java.lang.Integer getRoundInEJBType()
          This method provides access to the RFQ.ROUND column of DB2 type INTEGER NULL.
 java.lang.String getStage()
          This method provides access to the RFQ.STAGE column of DB2 type INTEGER NULL.
 java.lang.Integer getStageInEJBType()
          This method provides access to the RFQ.STAGE column of DB2 type INTEGER NULL.
 java.lang.String getStartTime()
          This method provides access to the RFQ.STARTTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getStartTimeInEJBType()
          This method provides access to the RFQ.STARTTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getState()
          This method provides access to the RFQ.STATE column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStateInEJBType()
          This method provides access to the RFQ.STATE column of DB2 type INTEGER NOT NULL.
 java.lang.String getStoreId()
          This method provides access to the RFQ.STORE_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getStoreIdInEJBType()
          This method provides access to the RFQ.STORE_ID column of DB2 type INTEGER NULL.
 TermConditionAccessBean[] getTCs()
          Retrieves the TermConditionAccessBeans of this RFQ.
 TermConditionAccessBean[] getTCsByTCSubType(java.lang.String aTCSubTypeId)
          Retrieves the TermConditionAccessBeans of the specified TCSubType.
 TermConditionAccessBean[] getTCsByTCType(java.lang.String aTCTypeId)
          Retrieves the TermConditionAccessBeans of the specified TCType.
 java.lang.String getUpdateTime()
          This method provides access to the RFQ.UPDATETIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getUpdateTimeInEJBType()
          This method provides access to the RFQ.UPDATETIME column of DB2 type TIMESTAMP NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setAccessType(java.lang.Integer aAccessType)
          This method provides access to the RFQ.ACCESSTYPE column of DB2 type INTEGER NULL.
 void setAccessType(java.lang.String aAccessType)
          This method provides access to the RFQ.ACCESSTYPE column of DB2 type INTEGER NULL.
 void setActivateTime(java.lang.String aActivateTime)
          This method provides access to the RFQ.ACTIVATETIME column of DB2 type TIMESTAMP NULL.
 void setActivateTime(java.sql.Timestamp aActivateTime)
          This method provides access to the RFQ.ACTIVATETIME column of DB2 type TIMESTAMP NULL.
 void setCancelTime(java.lang.String aCancelTime)
          This method provides access to the RFQ.CANCELTIME column of DB2 type TIMESTAMP NULL.
 void setCancelTime(java.sql.Timestamp aCancelTime)
          This method provides access to the RFQ.CANCELTIME column of DB2 type TIMESTAMP NULL.
 void setCloseTime(java.lang.String aCloseTime)
          This method provides access to the RFQ.CLOSETIME column of DB2 type TIMESTAMP NULL.
 void setCloseTime(java.sql.Timestamp aCloseTime)
          This method provides access to the RFQ.CLOSETIME column of DB2 type TIMESTAMP NULL.
 void setCompleteTime(java.lang.String aCompleteTime)
          This method provides access to the RFQ.COMPLETETIME column of DB2 type TIMESTAMP NULL.
 void setCompleteTime(java.sql.Timestamp aCompleteTime)
          This method provides access to the RFQ.COMPLETETIME column of DB2 type TIMESTAMP NULL.
 void setCreateTime(java.lang.String aCreateTime)
          This method provides access to the RFQ.CREATETIME column of DB2 type TIMESTAMP NULL.
 void setCreateTime(java.sql.Timestamp aCreateTime)
          This method provides access to the RFQ.CREATETIME column of DB2 type TIMESTAMP NULL.
 void setDuration(java.lang.String aDuration)
          This method provides access to the RFQ.DURATION column of DB2 type TIMESTAMP NULL.
 void setDuration(java.sql.Timestamp aDuration)
          This method provides access to the RFQ.DURATION column of DB2 type TIMESTAMP NULL.
 void setEndResult(java.lang.Integer aEndResult)
          This method provides access to the RFQ.ENDRESULT column of DB2 type INTEGER NULL.
 void setEndResult(java.lang.String aEndResult)
          This method provides access to the RFQ.ENDRESULT column of DB2 type INTEGER NULL.
 void setEndTime(java.lang.String aEndTime)
          This method provides access to the RFQ.ENDTIME column of DB2 type TIMESTAMP NULL.
 void setEndTime(java.sql.Timestamp aEndTime)
          This method provides access to the RFQ.ENDTIME column of DB2 type TIMESTAMP NULL.
 void setEngineId(java.lang.Long aEngineId)
          This method provides access to the RFQ.TFTRADENG_ID column of DB2 type BIGINT NULL.
 void setEngineId(java.lang.String aEngineId)
          This method provides access to the RFQ.TFTRADENG_ID column of DB2 type BIGINT NULL.
 void setInitKey_referenceNumber(java.lang.Long aInitKey_referenceNumber)
          Set the primary key for this object
 void setMajorVersion(java.lang.Integer aMajorVersion)
          This method provides access to the RFQ.MAJORVERSION column of DB2 type INTEGER NOT NULL.
 void setMajorVersion(java.lang.String aMajorVersion)
          This method provides access to the RFQ.MAJORVERSION column of DB2 type INTEGER NOT NULL.
 void setMarkForDelete(java.lang.Integer aMarkForDelete)
          This method provides access to the RFQ.MARKFORDELETE column of DB2 type INTEGER NULL.
 void setMarkForDelete(java.lang.String aMarkForDelete)
          This method provides access to the RFQ.MARKFORDELETE column of DB2 type INTEGER NULL.
 void setMemberId(java.lang.Long aMemberId)
          This method provides access to the RFQ.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setMemberId(java.lang.String aMemberId)
          This method provides access to the RFQ.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setMinorVersion(java.lang.Integer aMinorVersion)
          This method provides access to the RFQ.MINORVERSION column of DB2 type INTEGER NOT NULL.
 void setMinorVersion(java.lang.String aMinorVersion)
          This method provides access to the RFQ.MINORVERSION column of DB2 type INTEGER NOT NULL.
 void setName(java.lang.String aName)
          This method provides access to the RFQ.NAME column of DB2 type VARCHAR(200) NOT NULL.
 void setNextOffId(java.lang.Long aNextOffId)
          This method provides access to the RFQ.NEXTOFFID column of DB2 type BIGINT NULL.
 void setNextOffId(java.lang.String aNextOffId)
          This method provides access to the RFQ.NEXTOFFID column of DB2 type BIGINT NULL.
 void setNextOffType(java.lang.Integer aNextOffType)
          This method provides access to the RFQ.NEXTOFFTYPE column of DB2 type INTEGER NULL.
 void setNextOffType(java.lang.String aNextOffType)
          This method provides access to the RFQ.NEXTOFFTYPE column of DB2 type INTEGER NULL.
 void setNumOfResponses(java.lang.Integer aNumOfResponses)
          This method provides access to the RFQ.NUMRESPONSES column of DB2 type INTEGER NULL.
 void setNumOfResponses(java.lang.String aNumOfResponses)
          This method provides access to the RFQ.NUMRESPONSES column of DB2 type INTEGER NULL.
 void setPrevOffId(java.lang.Long aPrevOffId)
          This method provides access to the RFQ.PREVOFFID column of DB2 type BIGINT NULL.
 void setPrevOffId(java.lang.String aPrevOffId)
          This method provides access to the RFQ.PREVOFFID column of DB2 type BIGINT NULL.
 void setPrevOffType(java.lang.Integer aPrevOffType)
          This method provides access to the RFQ.PREVOFFTYPE column of DB2 type INTEGER NULL.
 void setPrevOffType(java.lang.String aPrevOffType)
          This method provides access to the RFQ.PREVOFFTYPE column of DB2 type INTEGER NULL.
 void setReferenceNumber(java.lang.Long aReferenceNumber)
          This method provides access to the RFQ.RFQ_ID column of DB2 type BIGINT NOT NULL.
 void setReferenceNumber(java.lang.String aReferenceNumber)
          This method provides access to the RFQ.RFQ_ID column of DB2 type BIGINT NOT NULL.
 void setRound(java.lang.Integer aRound)
          This method provides access to the RFQ.ROUND column of DB2 type INTEGER NULL.
 void setRound(java.lang.String aRound)
          This method provides access to the RFQ.ROUND column of DB2 type INTEGER NULL.
 void setStage(java.lang.Integer aStage)
          This method provides access to the RFQ.STAGE column of DB2 type INTEGER NULL.
 void setStage(java.lang.String aStage)
          This method provides access to the RFQ.STAGE column of DB2 type INTEGER NULL.
 void setStartTime(java.lang.String aStartTime)
          This method provides access to the RFQ.STARTTIME column of DB2 type TIMESTAMP NULL.
 void setStartTime(java.sql.Timestamp aStartTime)
          This method provides access to the RFQ.STARTTIME column of DB2 type TIMESTAMP NULL.
 void setState(java.lang.Integer aState)
          This method provides access to the RFQ.STATE column of DB2 type INTEGER NOT NULL.
 void setState(java.lang.String aState)
          This method provides access to the RFQ.STATE column of DB2 type INTEGER NOT NULL.
 void setStoreId(java.lang.Integer aStoreId)
          This method provides access to the RFQ.STORE_ID column of DB2 type INTEGER NULL.
 void setStoreId(java.lang.String aStoreId)
          This method provides access to the RFQ.STORE_ID column of DB2 type INTEGER NULL.
 void setUpdateTime(java.lang.String aUpdateTime)
          This method provides access to the RFQ.UPDATETIME column of DB2 type TIMESTAMP NULL.
 void setUpdateTime(java.sql.Timestamp aUpdateTime)
          This method provides access to the RFQ.UPDATETIME column of DB2 type TIMESTAMP NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFQAccessBean

public RFQAccessBean()

Default constructor. Maps to findByPrimaryKey.


RFQAccessBean

public RFQAccessBean(javax.ejb.EJBObject aEJBObject)
              throws java.rmi.RemoteException

Creates an access bean for the specified EJB.

Parameters:
aEJBObject - The EJB Object used for the access bean construction.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

RFQAccessBean

public RFQAccessBean(java.lang.Long aTradingAgreementId,
                     java.lang.String aName,
                     java.lang.Integer aMajorVersion,
                     java.lang.Integer aMinorVersion,
                     java.lang.Long aMemberId,
                     java.sql.Timestamp aStartTime,
                     java.sql.Timestamp aEndTime)
              throws javax.naming.NamingException,
                     javax.ejb.CreateException,
                     javax.ejb.FinderException,
                     java.rmi.RemoteException

Creates an access bean with the specified attributes.

Parameters:
aTradingAgreementId - the TradingAgreement ID
aName - the name
aMajorVersion - the major version
aMinorVersion - the minor version
aMemberId - the Member ID
aStartTime - the start time
aEndTime - the end time
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

RFQAccessBean

public RFQAccessBean(java.lang.String aName,
                     java.lang.Integer aMajorVersion,
                     java.lang.Integer aMinorVersion,
                     java.lang.Long aMemberId,
                     java.sql.Timestamp aStartTime,
                     java.sql.Timestamp aEndTime)
              throws javax.naming.NamingException,
                     javax.ejb.CreateException,
                     javax.ejb.FinderException,
                     java.rmi.RemoteException

Creates an access bean with the specified attributes.

Parameters:
aName - the name
aMajorVersion - the major version
aMinorVersion - the minor version
aMemberId - the Member ID
aStartTime - the start time
aEndTime - the end time
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

RFQAccessBean

public RFQAccessBean(java.lang.String aName,
                     java.lang.Integer aMajorVersion,
                     java.lang.Integer aMinorVersion,
                     java.lang.Long aMemberId,
                     java.sql.Timestamp aStartTime,
                     java.sql.Timestamp aEndTime,
                     java.lang.Long aAccountId)
              throws javax.naming.NamingException,
                     javax.ejb.CreateException,
                     javax.ejb.FinderException,
                     java.rmi.RemoteException

Creates an access bean with the specified attributes.

Parameters:
aName - the name
aMajorVersion - the major version
aMinorVersion - the minor version
aMemberId - the Member ID
aStartTime - the start time
aEndTime - the end time
aAccountId - the Account ID
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

addToStore

public void addToStore(java.lang.Integer aStoreId)
                throws javax.naming.NamingException,
                       javax.ejb.CreateException,
                       javax.ejb.FinderException,
                       java.rmi.RemoteException

Add this RFQ to the specified Store.

Parameters:
aStoreId - java.lang.Integer
Returns:
void
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

createNewVersion

public java.lang.Long createNewVersion()
                                throws javax.naming.NamingException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       java.rmi.RemoteException

Reserved for IBM internal use.

Returns:
java.lang.Long
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

findActiveRFQByName

public RFQAccessBean findActiveRFQByName(java.lang.String aName)
                                  throws java.rmi.RemoteException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

Retrieves the active RFQAccessBeans that match the specified name.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.NAME = ? AND T1.STATE = 1 AND T1.MARKFORDELETE = 0
AND T1.RFQ_ID IN (SELECT TRADING.TRADING_ID FROM TRADING WHERE
(DAYS(TRADING.STARTTIME) - DAYS(CURRENT TIMESTAMP) < 0)
AND (DAYS(TRADING.ENDTIME) - DAYS(CURRENT TIMESTAMP) > 0)

Parameters:
aName - the name
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findAllAfterActivateTime

public java.util.Enumeration findAllAfterActivateTime(java.sql.Timestamp aActivateTime,
                                                      com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

Retrieves the RFQAccessBeans with activate times after the specified activate time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.ACTIVATETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aActivateTime - the close time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findAllAfterCreateTime

public java.util.Enumeration findAllAfterCreateTime(java.sql.Timestamp aCreateTime,
                                                    com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

Retrieves the RFQAccessBeans with create times after the specified create time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.CREATETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aCreateTime - the create time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findAllRFQs

public java.util.Enumeration findAllRFQs(com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                  throws java.rmi.RemoteException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

Retrieves all RFQAccessBeans, ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
1 = 1 ORDER BY ...

Parameters:
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByName

public java.util.Enumeration findByName(java.lang.String aName)
                                 throws java.rmi.RemoteException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified name.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.NAME = ? AND T1.MARKFORDELETE = 0 ORDER BY T1.MAJORVERSION, T1.MINORVERSION

Parameters:
aName - the name
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByNameAndVersion

public RFQAccessBean findByNameAndVersion(java.lang.String aName,
                                          java.lang.Integer aMajorVersion,
                                          java.lang.Integer aMinorVersion)
                                   throws java.rmi.RemoteException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

Retrieves the RFQAccessBean that matches the specified name and version.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.NAME = ? AND T1.MAJORVERSION = ? AND T1.MINORVERSION = ?

Parameters:
aName - the name
aMajorVersion - the major version
aMinorVersion - the minor version
Returns:
the RFQAccessBean representing the row that matches the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByOwnerId

public java.util.Enumeration findByOwnerId(java.lang.Long aDByOwnerId)
                                    throws java.rmi.RemoteException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified owner.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.MEMBER_ID = ? AND T1.MARKFORDELETE = 0 ORDER BY T1.NAME, T1.MAJORVERSION, T1.MINORVERSION

Parameters:
aMemberId - the owner's Member ID
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByParticipantId

public java.util.Enumeration findByParticipantId(java.lang.Long aDByParticipantId)
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Participant.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.RFQ_ID IN (SELECT DISTINCT PARTICIPNT.TRADING_ID from PARTICIPNT where PARTICIPNT.MEMBER_ID =?) ORDER BY T1.NAME, T1.MAJORVERSION, T1.MINORVERSION

Parameters:
aMemberId - the Participant's Member ID
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByState

public java.util.Enumeration findByState(java.lang.Integer aState,
                                         com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                  throws java.rmi.RemoteException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified state, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STATE = ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aState - the state
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStateAndAfterActivateTime

public java.util.Enumeration findByStateAndAfterActivateTime(java.lang.Integer aState,
                                                             java.sql.Timestamp aActivateTime,
                                                             com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                      throws java.rmi.RemoteException,
                                                             javax.ejb.FinderException,
                                                             javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified state, with activate times after the specified activate time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STATE = ? AND T1.ACTIVATETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aState - the state
aActivateTime - the activate time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStateAndAfterCloseTime

public java.util.Enumeration findByStateAndAfterCloseTime(java.lang.Integer aState,
                                                          java.sql.Timestamp aCloseTime,
                                                          com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                   throws java.rmi.RemoteException,
                                                          javax.ejb.FinderException,
                                                          javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified state, with close times after the specified close time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STATE = ? AND T1.CLOSETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aState - the state
aCloseTime - the close time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStateAndAfterCompleteTime

public java.util.Enumeration findByStateAndAfterCompleteTime(java.lang.Integer aState,
                                                             java.sql.Timestamp aCompleteTime,
                                                             com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                      throws java.rmi.RemoteException,
                                                             javax.ejb.FinderException,
                                                             javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified state, with complete times after the specified complete time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STATE = ? AND T1.COMPLETETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aState - the state
aCompleteTime - the complete time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStore

public java.util.Enumeration findByStore(java.lang.Integer aStoreId,
                                         com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                  throws java.rmi.RemoteException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STORE_ID = ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreAndAfterActivateTime

public java.util.Enumeration findByStoreAndAfterActivateTime(java.lang.Integer aStoreId,
                                                             java.sql.Timestamp aActivateTime,
                                                             com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                      throws java.rmi.RemoteException,
                                                             javax.ejb.FinderException,
                                                             javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store, with activate times after the specified activate time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STORE_ID = ? AND T1.ACTIVATETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aActivateTime - the activate time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreAndAfterCreateTime

public java.util.Enumeration findByStoreAndAfterCreateTime(java.lang.Integer aStoreId,
                                                           java.sql.Timestamp aCreateTime,
                                                           com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                    throws java.rmi.RemoteException,
                                                           javax.ejb.FinderException,
                                                           javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store, with create times after the specified create time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STORE_ID = ? AND T1.CLOSETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aCreateTime - the create time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreAndMultipleStates

public java.util.Enumeration findByStoreAndMultipleStates(java.lang.Integer aStoreId,
                                                          java.lang.Integer[] aStates,
                                                          com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                   throws java.rmi.RemoteException,
                                                          javax.ejb.FinderException,
                                                          javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store, and one of the specified states, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STATE IN (?, ...) AND T1.STORE_ID = ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aStates - the states
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreAndOwner

public java.util.Enumeration findByStoreAndOwner(java.lang.Integer aStoreId,
                                                 java.lang.Long aMemberId,
                                                 com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store and owner, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STORE_ID = ? AND T1.STATE = ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aMemberId - the owner's Member ID
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreAndOwnerAndAfterActivateTime

public java.util.Enumeration findByStoreAndOwnerAndAfterActivateTime(java.lang.Integer aStoreId,
                                                                     java.lang.Long aMemberId,
                                                                     java.sql.Timestamp aActivateTime,
                                                                     com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                              throws java.rmi.RemoteException,
                                                                     javax.ejb.FinderException,
                                                                     javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store and owner, with activate times after the specified activate time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STORE_ID = ? AND T1.MEMBER_ID = ? AND T1.ACTIVATETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aMemberId - the owner's Member ID
aActivateTime - the activate time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreAndOwnerAndAfterCreateTime

public java.util.Enumeration findByStoreAndOwnerAndAfterCreateTime(java.lang.Integer aStoreId,
                                                                   java.lang.Long aMemberId,
                                                                   java.sql.Timestamp aCreateTime,
                                                                   com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                            throws java.rmi.RemoteException,
                                                                   javax.ejb.FinderException,
                                                                   javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store and owner, with create times after the specified create time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STORE_ID = ? AND T1.MEMBER_ID = ? AND T1.CREATETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aMemberId - the owner's Member ID
aCreateTime - the create time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreAndOwnerAndState

public java.util.Enumeration findByStoreAndOwnerAndState(java.lang.Integer aStoreId,
                                                         java.lang.Long aMemberId,
                                                         java.lang.Integer aState,
                                                         com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                  throws java.rmi.RemoteException,
                                                         javax.ejb.FinderException,
                                                         javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store, owner and state, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STORE_ID = ? AND T1.MEMBER_ID = ? AND T1.STATE = ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aMemberId - the owner's Member ID
aState - the state
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreAndState

public java.util.Enumeration findByStoreAndState(java.lang.Integer aStoreId,
                                                 java.lang.Integer aState,
                                                 com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store and state, ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STORE_ID = ? AND T1.STATE = ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aState - the state
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreAndStateAndAfterActivateTime

public java.util.Enumeration findByStoreAndStateAndAfterActivateTime(java.lang.Integer aStoreId,
                                                                     java.lang.Integer aState,
                                                                     java.sql.Timestamp aActivateTime,
                                                                     com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                              throws java.rmi.RemoteException,
                                                                     javax.ejb.FinderException,
                                                                     javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store and state, with activate times after the specified activate time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STORE_ID = ? AND T1.STATE = ? AND T1.ACTIVATETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aState - the state
aActivateTime - the activate time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreAndStateAndAfterCloseTime

public java.util.Enumeration findByStoreAndStateAndAfterCloseTime(java.lang.Integer aStoreId,
                                                                  java.lang.Integer aState,
                                                                  java.sql.Timestamp aCloseTime,
                                                                  com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                           throws java.rmi.RemoteException,
                                                                  javax.ejb.FinderException,
                                                                  javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store and state, with close times after the specified close time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STORE_ID = ? AND T1.STATE = ? AND T1.CLOSETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aState - the state
aCloseTime - the close time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreAndStateAndAfterCompleteTime

public java.util.Enumeration findByStoreAndStateAndAfterCompleteTime(java.lang.Integer aStoreId,
                                                                     java.lang.Integer aState,
                                                                     java.sql.Timestamp aCompleteTime,
                                                                     com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                              throws java.rmi.RemoteException,
                                                                     javax.ejb.FinderException,
                                                                     javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified Store and state, with complete times after the specified complete time, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.STORE_ID = ? AND T1.STATE = ? AND T1.COMPLETETIME >= ? AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aStoreId - the Store ID
aState - the state
aCompleteTime - the complete time
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findMatchedNames

public java.util.Enumeration findMatchedNames(java.lang.String aPartialName,
                                              com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                       throws java.rmi.RemoteException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified partial name, ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.NAME LIKE '%...%' AND T1.MARKFORDELETE = 0 ORDER BY ...

Parameters:
aPartialName - the partial name
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findMatchedNamesByStore

public java.util.Enumeration findMatchedNamesByStore(java.lang.String aPartialName,
                                                     java.lang.Integer aStoreId,
                                                     com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified partial name and Store, ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.NAME LIKE '%...%' AND T1.MARKFORDELETE = 0 AND T1.STORE_ID = ? ORDER BY ...

Parameters:
aPartialName - the partial name
aStoreId - the Store ID
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findMatchedNamesByStoreAndOwner

public java.util.Enumeration findMatchedNamesByStoreAndOwner(java.lang.String aPartialName,
                                                             java.lang.Integer aStoreId,
                                                             java.lang.Long aMemberId,
                                                             com.ibm.commerce.utf.helper.SortingAttribute aSortingAttribute)
                                                      throws java.rmi.RemoteException,
                                                             javax.ejb.FinderException,
                                                             javax.naming.NamingException

Retrieves the RFQAccessBeans that match the specified partial name, Store and owner, ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.NAME LIKE '%...%' AND T1.MARKFORDELETE = 0 AND T1.STORE_ID = ? AND T1.MEMBER_ID = ? ORDER BY ...

Parameters:
aPartialName - the partial name
aStoreId - the Store ID
aMemberId - the owner's Member ID
aSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

fulfills

public boolean fulfills(java.lang.Long aMemberId,
                        java.lang.String aRelationship)
                 throws java.rmi.RemoteException,
                        java.lang.Exception,
                        javax.ejb.FinderException,
                        javax.naming.NamingException
Returns true if the specified Member fulfills the specified relationship with this resource.
Parameters:
aMemberId - the Member ID
aRelationship - the relationship
Returns:
boolean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
java.lang.Exception - The java.lang.Exception exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAccessType

public java.lang.String getAccessType()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the RFQ.ACCESSTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getAccessType in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAccessTypeInEJBType

public java.lang.Integer getAccessTypeInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the RFQ.ACCESSTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getActivateTime

public java.lang.String getActivateTime()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the RFQ.ACTIVATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was posted or activated.

Specified by:
getActivateTime in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getActivateTimeInEJBType

public java.sql.Timestamp getActivateTimeInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method provides access to the RFQ.ACTIVATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was posted or activated.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCancelTime

public java.lang.String getCancelTime()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the RFQ.CANCELTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was canceled.

Specified by:
getCancelTime in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCancelTimeInEJBType

public java.sql.Timestamp getCancelTimeInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the RFQ.CANCELTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was canceled.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCloseTime

public java.lang.String getCloseTime()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the RFQ.CLOSETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was closed.

Specified by:
getCloseTime in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCloseTimeInEJBType

public java.sql.Timestamp getCloseTimeInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the RFQ.CLOSETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was closed.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCompleteTime

public java.lang.String getCompleteTime()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the RFQ.COMPLETETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was completed.

Specified by:
getCompleteTime in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCompleteTimeInEJBType

public java.sql.Timestamp getCompleteTimeInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method provides access to the RFQ.COMPLETETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was completed.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCreateTime

public java.lang.String getCreateTime()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the RFQ.CREATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was created.

Specified by:
getCreateTime in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCreateTimeInEJBType

public java.sql.Timestamp getCreateTimeInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the RFQ.CREATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was created.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDescription

public TradingDescriptionAccessBean getDescription(java.lang.Integer aLanguageId)
                                            throws javax.naming.NamingException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   java.rmi.RemoteException

Retrieves the TradingDescriptionAccessBean of the specified Language.

Parameters:
aLanguageId - the Language ID
Returns:
com.ibm.commerce.contract.objects.TradingDescriptionAccessBean
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getDuration

public java.lang.String getDuration()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the RFQ.DURATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getDuration in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDurationInEJBType

public java.sql.Timestamp getDurationInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the RFQ.DURATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEndResult

public java.lang.String getEndResult()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the RFQ.ENDRESULT column of DB2 type INTEGER NULL.

The following is a description of this column:

0 - RFQ results in a contract. 1 - RFQ results in an order

Specified by:
getEndResult in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEndResultInEJBType

public java.lang.Integer getEndResultInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the RFQ.ENDRESULT column of DB2 type INTEGER NULL.

The following is a description of this column:

0 - RFQ results in a contract. 1 - RFQ results in an order

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEndTime

public java.lang.String getEndTime()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the RFQ.ENDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Scheduled end time for the RFQ.

Specified by:
getEndTime in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEndTimeInEJBType

public java.sql.Timestamp getEndTimeInEJBType()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

This method provides access to the RFQ.ENDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Scheduled end time for the RFQ.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEngineId

public java.lang.String getEngineId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the RFQ.TFTRADENG_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getEngineId in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEngineIdInEJBType

public java.lang.Long getEngineIdInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the RFQ.TFTRADENG_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMajorVersion

public java.lang.String getMajorVersion()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the RFQ.MAJORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getMajorVersion in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMajorVersionInEJBType

public java.lang.Integer getMajorVersionInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the RFQ.MAJORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarkForDelete

public java.lang.String getMarkForDelete()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the RFQ.MARKFORDELETE column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates if this RFQ is marked for deletion:
0 = No.
1 = Yes, this RFQ and its associated values may be deleted from the system.

Specified by:
getMarkForDelete in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarkForDeleteInEJBType

public java.lang.Integer getMarkForDeleteInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method provides access to the RFQ.MARKFORDELETE column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates if this RFQ is marked for deletion:
0 = No.
1 = Yes, this RFQ and its associated values may be deleted from the system.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberId

public java.lang.String getMemberId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the RFQ.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Identifier of the member who owns this RFQ.

Specified by:
getMemberId in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberIdInEJBType

public java.lang.Long getMemberIdInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the RFQ.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Identifier of the member who owns this RFQ.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMinorVersion

public java.lang.String getMinorVersion()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the RFQ.MINORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getMinorVersion in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMinorVersionInEJBType

public java.lang.Integer getMinorVersionInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the RFQ.MINORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException

This method provides access to the RFQ.NAME column of DB2 type VARCHAR(200) NOT NULL.

The following is a description of this column:

Unique alphanumeric name for the RFQ.

Specified by:
getName in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getNextOffId

public java.lang.String getNextOffId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the RFQ.NEXTOFFID column of DB2 type BIGINT NULL.

The following is a description of this column:

The ID of the next offering in the chain. If an RFQ results in a contract, the contract ID is stored in this column.

Specified by:
getNextOffId in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getNextOffIdInEJBType

public java.lang.Long getNextOffIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the RFQ.NEXTOFFID column of DB2 type BIGINT NULL.

The following is a description of this column:

The ID of the next offering in the chain. If an RFQ results in a contract, the contract ID is stored in this column.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getNextOffType

public java.lang.String getNextOffType()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

This method provides access to the RFQ.NEXTOFFTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

The type of the next offering. If the RFQ results in a contract, this column contains the contract type.

Specified by:
getNextOffType in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getNextOffTypeInEJBType

public java.lang.Integer getNextOffTypeInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the RFQ.NEXTOFFTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

The type of the next offering. If the RFQ results in a contract, this column contains the contract type.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getNumOfResponses

public java.lang.String getNumOfResponses()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the RFQ.NUMRESPONSES column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getNumOfResponses in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getNumOfResponsesInEJBType

public java.lang.Integer getNumOfResponsesInEJBType()
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.CreateException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

This method provides access to the RFQ.NUMRESPONSES column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

Retrieves the owner of this resource.

Returns:
the owner's Member ID
Throws:
java.lang.Exception - The java.lang.Exception exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPrevOffId

public java.lang.String getPrevOffId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the RFQ.PREVOFFID column of DB2 type BIGINT NULL.

The following is a description of this column:

The ID of the previous offering.

Specified by:
getPrevOffId in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPrevOffIdInEJBType

public java.lang.Long getPrevOffIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the RFQ.PREVOFFID column of DB2 type BIGINT NULL.

The following is a description of this column:

The ID of the previous offering.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPrevOffType

public java.lang.String getPrevOffType()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

This method provides access to the RFQ.PREVOFFTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

The type of the previous offering.

Specified by:
getPrevOffType in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPrevOffTypeInEJBType

public java.lang.Integer getPrevOffTypeInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the RFQ.PREVOFFTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

The type of the previous offering.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReferenceNumber

public java.lang.String getReferenceNumber()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the RFQ.RFQ_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ.

Specified by:
getReferenceNumber in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReferenceNumberInEJBType

public java.lang.Long getReferenceNumberInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the RFQ.RFQ_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRFQParticipants

public ParticipantAccessBean[] getRFQParticipants()
                                           throws javax.naming.NamingException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  java.rmi.RemoteException

Retrieves the ParticipantAccessBeans of this RFQ.

Returns:
com.ibm.commerce.contract.objects.ParticipantAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getRound

public java.lang.String getRound()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

This method provides access to the RFQ.ROUND column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getRound in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRoundInEJBType

public java.lang.Integer getRoundInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the RFQ.ROUND column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStage

public java.lang.String getStage()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

This method provides access to the RFQ.STAGE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getStage in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStageInEJBType

public java.lang.Integer getStageInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the RFQ.STAGE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStartTime

public java.lang.String getStartTime()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the RFQ.STARTTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Scheduled start time for the RFQ.

Specified by:
getStartTime in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStartTimeInEJBType

public java.sql.Timestamp getStartTimeInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the RFQ.STARTTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Scheduled start time for the RFQ.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getState

public java.lang.String getState()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

This method provides access to the RFQ.STATE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The state of the RFQ: Draft, active, canceled, complete, future.

Specified by:
getState in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStateInEJBType

public java.lang.Integer getStateInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the RFQ.STATE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The state of the RFQ: Draft, active, canceled, complete, future.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreId

public java.lang.String getStoreId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the RFQ.STORE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The identifier of the store that this RFQ was created in.

Specified by:
getStoreId in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreIdInEJBType

public java.lang.Integer getStoreIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the RFQ.STORE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The identifier of the store that this RFQ was created in.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTCs

public TermConditionAccessBean[] getTCs()
                                 throws javax.naming.NamingException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        java.rmi.RemoteException

Retrieves the TermConditionAccessBeans of this RFQ.

Returns:
com.ibm.commerce.contract.objects.TermConditionAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getTCsByTCSubType

public TermConditionAccessBean[] getTCsByTCSubType(java.lang.String aTCSubTypeId)
                                            throws javax.naming.NamingException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   java.rmi.RemoteException

Retrieves the TermConditionAccessBeans of the specified TCSubType.

Parameters:
aTCSubTypeId - the TCSubType ID
Returns:
com.ibm.commerce.contract.objects.TermConditionAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getTCsByTCType

public TermConditionAccessBean[] getTCsByTCType(java.lang.String aTCTypeId)
                                         throws javax.naming.NamingException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                java.rmi.RemoteException

Retrieves the TermConditionAccessBeans of the specified TCType.

Parameters:
aTCTypeId - the TCType ID
Returns:
com.ibm.commerce.contract.objects.TermConditionAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getUpdateTime

public java.lang.String getUpdateTime()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the RFQ.UPDATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time this RFQ was last updated.

Specified by:
getUpdateTime in interface RFQAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUpdateTimeInEJBType

public java.sql.Timestamp getUpdateTimeInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the RFQ.UPDATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time this RFQ was last updated.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setAccessType

public void setAccessType(java.lang.Integer aAccessType)

This method provides access to the RFQ.ACCESSTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aAccessType - java.lang.Integer
Returns:
void

setAccessType

public void setAccessType(java.lang.String aAccessType)

This method provides access to the RFQ.ACCESSTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setAccessType in interface RFQAccessBeanData
Parameters:
aAccessType - java.lang.String
Returns:
void

setActivateTime

public void setActivateTime(java.lang.String aActivateTime)

This method provides access to the RFQ.ACTIVATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was posted or activated.

Specified by:
setActivateTime in interface RFQAccessBeanData
Parameters:
aActivateTime - java.lang.String
Returns:
void

setActivateTime

public void setActivateTime(java.sql.Timestamp aActivateTime)

This method provides access to the RFQ.ACTIVATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was posted or activated.

Parameters:
aActivateTime - java.sql.Timestamp
Returns:
void

setCancelTime

public void setCancelTime(java.lang.String aCancelTime)

This method provides access to the RFQ.CANCELTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was canceled.

Specified by:
setCancelTime in interface RFQAccessBeanData
Parameters:
aCancelTime - java.lang.String
Returns:
void

setCancelTime

public void setCancelTime(java.sql.Timestamp aCancelTime)

This method provides access to the RFQ.CANCELTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was canceled.

Parameters:
aCancelTime - java.sql.Timestamp
Returns:
void

setCloseTime

public void setCloseTime(java.lang.String aCloseTime)

This method provides access to the RFQ.CLOSETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was closed.

Specified by:
setCloseTime in interface RFQAccessBeanData
Parameters:
aCloseTime - java.lang.String
Returns:
void

setCloseTime

public void setCloseTime(java.sql.Timestamp aCloseTime)

This method provides access to the RFQ.CLOSETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was closed.

Parameters:
aCloseTime - java.sql.Timestamp
Returns:
void

setCompleteTime

public void setCompleteTime(java.lang.String aCompleteTime)

This method provides access to the RFQ.COMPLETETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was completed.

Specified by:
setCompleteTime in interface RFQAccessBeanData
Parameters:
aCompleteTime - java.lang.String
Returns:
void

setCompleteTime

public void setCompleteTime(java.sql.Timestamp aCompleteTime)

This method provides access to the RFQ.COMPLETETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was completed.

Parameters:
aCompleteTime - java.sql.Timestamp
Returns:
void

setCreateTime

public void setCreateTime(java.lang.String aCreateTime)

This method provides access to the RFQ.CREATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was created.

Specified by:
setCreateTime in interface RFQAccessBeanData
Parameters:
aCreateTime - java.lang.String
Returns:
void

setCreateTime

public void setCreateTime(java.sql.Timestamp aCreateTime)

This method provides access to the RFQ.CREATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time the RFQ was created.

Parameters:
aCreateTime - java.sql.Timestamp
Returns:
void

setDuration

public void setDuration(java.lang.String aDuration)

This method provides access to the RFQ.DURATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setDuration in interface RFQAccessBeanData
Parameters:
aDuration - java.lang.String
Returns:
void

setDuration

public void setDuration(java.sql.Timestamp aDuration)

This method provides access to the RFQ.DURATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aDuration - java.sql.Timestamp
Returns:
void

setEndResult

public void setEndResult(java.lang.Integer aEndResult)

This method provides access to the RFQ.ENDRESULT column of DB2 type INTEGER NULL.

The following is a description of this column:

0 - RFQ results in a contract. 1 - RFQ results in an order

Parameters:
aEndResult - java.lang.Integer
Returns:
void

setEndResult

public void setEndResult(java.lang.String aEndResult)

This method provides access to the RFQ.ENDRESULT column of DB2 type INTEGER NULL.

The following is a description of this column:

0 - RFQ results in a contract. 1 - RFQ results in an order

Specified by:
setEndResult in interface RFQAccessBeanData
Parameters:
aEndResult - java.lang.String
Returns:
void

setEndTime

public void setEndTime(java.lang.String aEndTime)

This method provides access to the RFQ.ENDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Scheduled end time for the RFQ.

Specified by:
setEndTime in interface RFQAccessBeanData
Parameters:
aEndTime - java.lang.String
Returns:
void

setEndTime

public void setEndTime(java.sql.Timestamp aEndTime)

This method provides access to the RFQ.ENDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Scheduled end time for the RFQ.

Parameters:
aEndTime - java.sql.Timestamp
Returns:
void

setEngineId

public void setEngineId(java.lang.Long aEngineId)

This method provides access to the RFQ.TFTRADENG_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aEngineId - java.lang.Long
Returns:
void

setEngineId

public void setEngineId(java.lang.String aEngineId)

This method provides access to the RFQ.TFTRADENG_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setEngineId in interface RFQAccessBeanData
Parameters:
aEngineId - java.lang.String
Returns:
void

setInitKey_referenceNumber

public void setInitKey_referenceNumber(java.lang.Long aInitKey_referenceNumber)

Set the primary key for this object

Parameters:
aInitKey_referenceNumber - java.lang.Long
Returns:
void

setMajorVersion

public void setMajorVersion(java.lang.Integer aMajorVersion)

This method provides access to the RFQ.MAJORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aMajorVersion - java.lang.Integer
Returns:
void

setMajorVersion

public void setMajorVersion(java.lang.String aMajorVersion)

This method provides access to the RFQ.MAJORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setMajorVersion in interface RFQAccessBeanData
Parameters:
aMajorVersion - java.lang.String
Returns:
void

setMarkForDelete

public void setMarkForDelete(java.lang.Integer aMarkForDelete)

This method provides access to the RFQ.MARKFORDELETE column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates if this RFQ is marked for deletion:
0 = No.
1 = Yes, this RFQ and its associated values may be deleted from the system.

Parameters:
aMarkForDelete - java.lang.Integer
Returns:
void

setMarkForDelete

public void setMarkForDelete(java.lang.String aMarkForDelete)

This method provides access to the RFQ.MARKFORDELETE column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates if this RFQ is marked for deletion:
0 = No.
1 = Yes, this RFQ and its associated values may be deleted from the system.

Specified by:
setMarkForDelete in interface RFQAccessBeanData
Parameters:
aMarkForDelete - java.lang.String
Returns:
void

setMemberId

public void setMemberId(java.lang.Long aMemberId)

This method provides access to the RFQ.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Identifier of the member who owns this RFQ.

Parameters:
aMemberId - java.lang.Long
Returns:
void

setMemberId

public void setMemberId(java.lang.String aMemberId)

This method provides access to the RFQ.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Identifier of the member who owns this RFQ.

Specified by:
setMemberId in interface RFQAccessBeanData
Parameters:
aMemberId - java.lang.String
Returns:
void

setMinorVersion

public void setMinorVersion(java.lang.Integer aMinorVersion)

This method provides access to the RFQ.MINORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aMinorVersion - java.lang.Integer
Returns:
void

setMinorVersion

public void setMinorVersion(java.lang.String aMinorVersion)

This method provides access to the RFQ.MINORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setMinorVersion in interface RFQAccessBeanData
Parameters:
aMinorVersion - java.lang.String
Returns:
void

setName

public void setName(java.lang.String aName)

This method provides access to the RFQ.NAME column of DB2 type VARCHAR(200) NOT NULL.

The following is a description of this column:

Unique alphanumeric name for the RFQ.

Specified by:
setName in interface RFQAccessBeanData
Parameters:
aName - java.lang.String
Returns:
void

setNextOffId

public void setNextOffId(java.lang.Long aNextOffId)

This method provides access to the RFQ.NEXTOFFID column of DB2 type BIGINT NULL.

The following is a description of this column:

The ID of the next offering in the chain. If an RFQ results in a contract, the contract ID is stored in this column.

Parameters:
aNextOffId - java.lang.Long
Returns:
void

setNextOffId

public void setNextOffId(java.lang.String aNextOffId)

This method provides access to the RFQ.NEXTOFFID column of DB2 type BIGINT NULL.

The following is a description of this column:

The ID of the next offering in the chain. If an RFQ results in a contract, the contract ID is stored in this column.

Specified by:
setNextOffId in interface RFQAccessBeanData
Parameters:
aNextOffId - java.lang.String
Returns:
void

setNextOffType

public void setNextOffType(java.lang.Integer aNextOffType)

This method provides access to the RFQ.NEXTOFFTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

The type of the next offering. If the RFQ results in a contract, this column contains the contract type.

Parameters:
aNextOffType - java.lang.Integer
Returns:
void

setNextOffType

public void setNextOffType(java.lang.String aNextOffType)

This method provides access to the RFQ.NEXTOFFTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

The type of the next offering. If the RFQ results in a contract, this column contains the contract type.

Specified by:
setNextOffType in interface RFQAccessBeanData
Parameters:
aNextOffType - java.lang.String
Returns:
void

setNumOfResponses

public void setNumOfResponses(java.lang.Integer aNumOfResponses)

This method provides access to the RFQ.NUMRESPONSES column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aNumOfResponses - java.lang.Integer
Returns:
void

setNumOfResponses

public void setNumOfResponses(java.lang.String aNumOfResponses)

This method provides access to the RFQ.NUMRESPONSES column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setNumOfResponses in interface RFQAccessBeanData
Parameters:
aNumOfResponses - java.lang.String
Returns:
void

setPrevOffId

public void setPrevOffId(java.lang.Long aPrevOffId)

This method provides access to the RFQ.PREVOFFID column of DB2 type BIGINT NULL.

The following is a description of this column:

The ID of the previous offering.

Parameters:
aPrevOffId - java.lang.Long
Returns:
void

setPrevOffId

public void setPrevOffId(java.lang.String aPrevOffId)

This method provides access to the RFQ.PREVOFFID column of DB2 type BIGINT NULL.

The following is a description of this column:

The ID of the previous offering.

Specified by:
setPrevOffId in interface RFQAccessBeanData
Parameters:
aPrevOffId - java.lang.String
Returns:
void

setPrevOffType

public void setPrevOffType(java.lang.Integer aPrevOffType)

This method provides access to the RFQ.PREVOFFTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

The type of the previous offering.

Parameters:
aPrevOffType - java.lang.Integer
Returns:
void

setPrevOffType

public void setPrevOffType(java.lang.String aPrevOffType)

This method provides access to the RFQ.PREVOFFTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

The type of the previous offering.

Specified by:
setPrevOffType in interface RFQAccessBeanData
Parameters:
aPrevOffType - java.lang.String
Returns:
void

setReferenceNumber

public void setReferenceNumber(java.lang.Long aReferenceNumber)

This method provides access to the RFQ.RFQ_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ.

Parameters:
aReferenceNumber - java.lang.Long
Returns:
void

setReferenceNumber

public void setReferenceNumber(java.lang.String aReferenceNumber)

This method provides access to the RFQ.RFQ_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ.

Specified by:
setReferenceNumber in interface RFQAccessBeanData
Parameters:
aReferenceNumber - java.lang.String
Returns:
void

setRound

public void setRound(java.lang.Integer aRound)

This method provides access to the RFQ.ROUND column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aRound - java.lang.Integer
Returns:
void

setRound

public void setRound(java.lang.String aRound)

This method provides access to the RFQ.ROUND column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setRound in interface RFQAccessBeanData
Parameters:
aRound - java.lang.String
Returns:
void

setStage

public void setStage(java.lang.Integer aStage)

This method provides access to the RFQ.STAGE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aStage - java.lang.Integer
Returns:
void

setStage

public void setStage(java.lang.String aStage)

This method provides access to the RFQ.STAGE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setStage in interface RFQAccessBeanData
Parameters:
aStage - java.lang.String
Returns:
void

setStartTime

public void setStartTime(java.lang.String aStartTime)

This method provides access to the RFQ.STARTTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Scheduled start time for the RFQ.

Specified by:
setStartTime in interface RFQAccessBeanData
Parameters:
aStartTime - java.lang.String
Returns:
void

setStartTime

public void setStartTime(java.sql.Timestamp aStartTime)

This method provides access to the RFQ.STARTTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Scheduled start time for the RFQ.

Parameters:
aStartTime - java.sql.Timestamp
Returns:
void

setState

public void setState(java.lang.Integer aState)

This method provides access to the RFQ.STATE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The state of the RFQ: Draft, active, canceled, complete, future.

Parameters:
aState - java.lang.Integer
Returns:
void

setState

public void setState(java.lang.String aState)

This method provides access to the RFQ.STATE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The state of the RFQ: Draft, active, canceled, complete, future.

Specified by:
setState in interface RFQAccessBeanData
Parameters:
aState - java.lang.String
Returns:
void

setStoreId

public void setStoreId(java.lang.Integer aStoreId)

This method provides access to the RFQ.STORE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The identifier of the store that this RFQ was created in.

Parameters:
aStoreId - java.lang.Integer
Returns:
void

setStoreId

public void setStoreId(java.lang.String aStoreId)

This method provides access to the RFQ.STORE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The identifier of the store that this RFQ was created in.

Specified by:
setStoreId in interface RFQAccessBeanData
Parameters:
aStoreId - java.lang.String
Returns:
void

setUpdateTime

public void setUpdateTime(java.lang.String aUpdateTime)

This method provides access to the RFQ.UPDATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time this RFQ was last updated.

Specified by:
setUpdateTime in interface RFQAccessBeanData
Parameters:
aUpdateTime - java.lang.String
Returns:
void

setUpdateTime

public void setUpdateTime(java.sql.Timestamp aUpdateTime)

This method provides access to the RFQ.UPDATETIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Date and time this RFQ was last updated.

Parameters:
aUpdateTime - java.sql.Timestamp
Returns:
void