|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.utf.objects.RFQAccessBean
This bean provides access to the RFQ table.
The following is a description of this table:
This table holds the basic RFQ data.
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 |
public RFQAccessBean()
Default constructor. Maps to findByPrimaryKey.
public RFQAccessBean(javax.ejb.EJBObject aEJBObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJBObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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.
aTradingAgreementId
- the TradingAgreement IDaName
- the nameaMajorVersion
- the major versionaMinorVersion
- the minor versionaMemberId
- the Member IDaStartTime
- the start timeaEndTime
- the end timejavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic 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.
aName
- the nameaMajorVersion
- the major versionaMinorVersion
- the minor versionaMemberId
- the Member IDaStartTime
- the start timeaEndTime
- the end timejavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic 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.
aName
- the nameaMajorVersion
- the major versionaMinorVersion
- the minor versionaMemberId
- the Member IDaStartTime
- the start timeaEndTime
- the end timeaAccountId
- the Account IDjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
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.
aStoreId
- java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long createNewVersion() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Reserved for IBM internal use.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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)
aName
- the namejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aActivateTime
- the close timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aCreateTime
- the create timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
aName
- the namejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?
aName
- the nameaMajorVersion
- the major versionaMinorVersion
- the minor versionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
aMemberId
- the owner's Member IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
aMemberId
- the Participant's Member IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aState
- the stateaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aState
- the stateaActivateTime
- the activate timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aState
- the stateaCloseTime
- the close timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aState
- the stateaCompleteTime
- the complete timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaActivateTime
- the activate timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaCreateTime
- the create timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaStates
- the statesaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaMemberId
- the owner's Member IDaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaMemberId
- the owner's Member IDaActivateTime
- the activate timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaMemberId
- the owner's Member IDaCreateTime
- the create timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaMemberId
- the owner's Member IDaState
- the stateaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaState
- the stateaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaState
- the stateaActivateTime
- the activate timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaState
- the stateaCloseTime
- the close timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aStoreId
- the Store IDaState
- the stateaCompleteTime
- the complete timeaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aPartialName
- the partial nameaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aPartialName
- the partial nameaStoreId
- the Store IDaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aPartialName
- the partial nameaStoreId
- the Store IDaMemberId
- the owner's Member IDaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic boolean fulfills(java.lang.Long aMemberId, java.lang.String aRelationship) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
aMemberId
- the Member IDaRelationship
- the relationshipjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getAccessType
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getActivateTime
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCancelTime
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCloseTime
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCompleteTime
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCreateTime
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
aLanguageId
- the Language IDjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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.
getDuration
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
getEndResult
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getEndTime
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getEngineId
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getMajorVersion
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getMarkForDelete
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getMemberId
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getMinorVersion
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getName
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getNextOffId
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getNextOffType
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getNumOfResponses
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the owner of this resource.
java.lang.Exception
- The java.lang.Exception exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getPrevOffId
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getPrevOffType
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getReferenceNumber
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic ParticipantAccessBean[] getRFQParticipants() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the ParticipantAccessBeans of this RFQ.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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.
getRound
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getStage
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getStartTime
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getState
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getStoreId
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic TermConditionAccessBean[] getTCs() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the TermConditionAccessBeans of this RFQ.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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.
aTCSubTypeId
- the TCSubType IDjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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.
aTCTypeId
- the TCType IDjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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.
getUpdateTime
in interface RFQAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
aAccessType
- java.lang.Integerpublic 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.
setAccessType
in interface RFQAccessBeanData
aAccessType
- java.lang.Stringpublic 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.
setActivateTime
in interface RFQAccessBeanData
aActivateTime
- java.lang.Stringpublic 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.
aActivateTime
- java.sql.Timestamppublic 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.
setCancelTime
in interface RFQAccessBeanData
aCancelTime
- java.lang.Stringpublic 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.
aCancelTime
- java.sql.Timestamppublic 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.
setCloseTime
in interface RFQAccessBeanData
aCloseTime
- java.lang.Stringpublic 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.
aCloseTime
- java.sql.Timestamppublic 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.
setCompleteTime
in interface RFQAccessBeanData
aCompleteTime
- java.lang.Stringpublic 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.
aCompleteTime
- java.sql.Timestamppublic 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.
setCreateTime
in interface RFQAccessBeanData
aCreateTime
- java.lang.Stringpublic 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.
aCreateTime
- java.sql.Timestamppublic 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.
setDuration
in interface RFQAccessBeanData
aDuration
- java.lang.Stringpublic 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.
aDuration
- java.sql.Timestamppublic 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
aEndResult
- java.lang.Integerpublic 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
setEndResult
in interface RFQAccessBeanData
aEndResult
- java.lang.Stringpublic 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.
setEndTime
in interface RFQAccessBeanData
aEndTime
- java.lang.Stringpublic 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.
aEndTime
- java.sql.Timestamppublic 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.
aEngineId
- java.lang.Longpublic 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.
setEngineId
in interface RFQAccessBeanData
aEngineId
- java.lang.Stringpublic void setInitKey_referenceNumber(java.lang.Long aInitKey_referenceNumber)
Set the primary key for this object
aInitKey_referenceNumber
- java.lang.Longpublic 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.
aMajorVersion
- java.lang.Integerpublic 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.
setMajorVersion
in interface RFQAccessBeanData
aMajorVersion
- java.lang.Stringpublic 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.
aMarkForDelete
- java.lang.Integerpublic 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.
setMarkForDelete
in interface RFQAccessBeanData
aMarkForDelete
- java.lang.Stringpublic 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.
aMemberId
- java.lang.Longpublic 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.
setMemberId
in interface RFQAccessBeanData
aMemberId
- java.lang.Stringpublic 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.
aMinorVersion
- java.lang.Integerpublic 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.
setMinorVersion
in interface RFQAccessBeanData
aMinorVersion
- java.lang.Stringpublic 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.
setName
in interface RFQAccessBeanData
aName
- java.lang.Stringpublic 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.
aNextOffId
- java.lang.Longpublic 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.
setNextOffId
in interface RFQAccessBeanData
aNextOffId
- java.lang.Stringpublic 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.
aNextOffType
- java.lang.Integerpublic 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.
setNextOffType
in interface RFQAccessBeanData
aNextOffType
- java.lang.Stringpublic 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.
aNumOfResponses
- java.lang.Integerpublic 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.
setNumOfResponses
in interface RFQAccessBeanData
aNumOfResponses
- java.lang.Stringpublic 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.
aPrevOffId
- java.lang.Longpublic 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.
setPrevOffId
in interface RFQAccessBeanData
aPrevOffId
- java.lang.Stringpublic 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.
aPrevOffType
- java.lang.Integerpublic 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.
setPrevOffType
in interface RFQAccessBeanData
aPrevOffType
- java.lang.Stringpublic 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.
aReferenceNumber
- java.lang.Longpublic 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.
setReferenceNumber
in interface RFQAccessBeanData
aReferenceNumber
- java.lang.Stringpublic 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.
aRound
- java.lang.Integerpublic 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.
setRound
in interface RFQAccessBeanData
aRound
- java.lang.Stringpublic 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.
aStage
- java.lang.Integerpublic 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.
setStage
in interface RFQAccessBeanData
aStage
- java.lang.Stringpublic 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.
setStartTime
in interface RFQAccessBeanData
aStartTime
- java.lang.Stringpublic 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.
aStartTime
- java.sql.Timestamppublic 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.
aState
- java.lang.Integerpublic 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.
setState
in interface RFQAccessBeanData
aState
- java.lang.Stringpublic 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.
aStoreId
- java.lang.Integerpublic 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.
setStoreId
in interface RFQAccessBeanData
aStoreId
- java.lang.Stringpublic 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.
setUpdateTime
in interface RFQAccessBeanData
aUpdateTime
- java.lang.Stringpublic 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.
aUpdateTime
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |