public class RFQAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements RFQAccessBeanData
Constructor and Description |
---|
RFQAccessBean()
RFQAccessBean
|
RFQAccessBean(javax.ejb.EJBObject o)
RFQAccessBean
|
RFQAccessBean(java.lang.Long argTradeId, java.lang.String argName, java.lang.Integer argMajorVersion, java.lang.Integer argMinorVersion, java.lang.Long argMemberId, java.sql.Timestamp argTradStartTime, java.sql.Timestamp argTradEndTime)
Creates an access bean with the specified attributes.
|
RFQAccessBean(java.lang.String argName, java.lang.Integer argMajorVersion, java.lang.Integer argMinorVersion, java.lang.Long argMemberId, java.sql.Timestamp argTradStartTime, java.sql.Timestamp argTradEndTime)
Creates an access bean with the specified attributes.
|
RFQAccessBean(java.lang.String argName, java.lang.Integer argMajorVersion, java.lang.Integer argMinorVersion, java.lang.Long argMemberId, java.sql.Timestamp argTradStartTime, java.sql.Timestamp argTradEndTime, java.lang.Long argAccountId)
Creates an access bean with the specified attributes.
|
Modifier and Type | Method and Description |
---|---|
void | addToStore(java.lang.Integer argStoreId)
Add this RFQ to the specified Store.
|
void | commitCopyHelper()
commitCopyHelper
|
java.lang.Long | createNewVersion()
Reserved for IBM internal use.
|
java.lang.String | defaultJNDIName()
defaultJNDIName
|
RFQAccessBean | findActiveRFQByName(java.lang.String argName)
Retrieves the active RFQAccessBeans that match the specified name.
|
java.util.Enumeration | findAllAfterActivateTime(java.sql.Timestamp activatetime, com.ibm.commerce.utf.helper.SortingAttribute sort)
Retrieves the RFQAccessBeans with activate times after the specified activate time, and ordered by the specified SortingAttribute.
|
java.util.Enumeration | findAllAfterCreateTime(java.sql.Timestamp createtime, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 sort)
Retrieves all RFQAccessBeans, ordered by the specified SortingAttribute.
|
java.util.Enumeration | findByName(java.lang.String name)
Retrieves the RFQAccessBeans that match the specified name.
|
RFQAccessBean | findByNameAndVersion(java.lang.String argName, java.lang.Integer argMajorVersion, java.lang.Integer argMinorVersion)
Retrieves the RFQAccessBean that matches the specified name and version.
|
java.util.Enumeration | findByOwnerId(java.lang.Long ownerId)
Retrieves the RFQAccessBeans that match the specified owner.
|
java.util.Enumeration | findByParticipantId(java.lang.Long participantReferenceNumber)
Retrieves the RFQAccessBeans that match the specified Participant.
|
RFQAccessBean | findByRFQIdForUpdate(java.lang.Long rfqId)
Deprecated.
This method is replaced by setInitKey_referenceNumber(java.lang.Long).
|
RFQAccessBean | findByRFQProductId(java.lang.Long rfqProductId)
findByRFQProductId
|
java.util.Enumeration | findByRFQProductPAttributeValueIds(java.lang.Long[] pAttrValueIds)
findByRFQProductPAttributeValueIds
|
java.util.Enumeration | findByState(java.lang.Integer argState, com.ibm.commerce.utf.helper.SortingAttribute sort)
Retrieves the RFQAccessBeans that match the specified state, and ordered by the specified SortingAttribute.
|
java.util.Enumeration | findByStateAndAfterActivateTime(java.lang.Integer state, java.sql.Timestamp activatetime, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 state, java.sql.Timestamp closetime, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 state, java.sql.Timestamp completetime, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 store_id, com.ibm.commerce.utf.helper.SortingAttribute sort)
Retrieves the RFQAccessBeans that match the specified Store, and ordered by the specified SortingAttribute.
|
java.util.Enumeration | findByStoreAndAfterActivateTime(java.lang.Integer store, java.sql.Timestamp activatetime, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 store, java.sql.Timestamp createtime, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 store_id, java.lang.Integer[] state, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 store_id, java.lang.Long member_id, com.ibm.commerce.utf.helper.SortingAttribute sort)
Retrieves the RFQAccessBeans that match the specified Store and owner, and ordered by the specified SortingAttribute.
|
java.util.Enumeration | findByStoreAndOwnerAndAfterActivateTime(java.lang.Integer store, java.lang.Long memberId, java.sql.Timestamp activatetime, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 store, java.lang.Long memberId, java.sql.Timestamp createtime, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 store_id, java.lang.Long member_id, java.lang.Integer state, com.ibm.commerce.utf.helper.SortingAttribute sort)
Retrieves the RFQAccessBeans that match the specified Store, owner and state, and ordered by the specified SortingAttribute.
|
java.util.Enumeration | findByStoreAndState(java.lang.Integer store_id, java.lang.Integer state, com.ibm.commerce.utf.helper.SortingAttribute sort)
Retrieves the RFQAccessBeans that match the specified Store and state, ordered by the specified SortingAttribute.
|
java.util.Enumeration | findByStoreAndStateAndAfterActivateTime(java.lang.Integer store, java.lang.Integer state, java.sql.Timestamp activatetime, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 store, java.lang.Integer state, java.sql.Timestamp closetime, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 store, java.lang.Integer state, java.sql.Timestamp completetime, com.ibm.commerce.utf.helper.SortingAttribute sort)
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 argName, com.ibm.commerce.utf.helper.SortingAttribute sort)
Retrieves the RFQAccessBeans that match the specified partial name, ordered by the specified SortingAttribute.
|
java.util.Enumeration | findMatchedNamesByStore(java.lang.String argName, java.lang.Integer argStore, com.ibm.commerce.utf.helper.SortingAttribute sort)
Retrieves the RFQAccessBeans that match the specified partial name and Store, ordered by the specified SortingAttribute.
|
java.util.Enumeration | findMatchedNamesByStoreAndOwner(java.lang.String argName, java.lang.Integer argStore, java.lang.Long argMember, com.ibm.commerce.utf.helper.SortingAttribute sort)
Retrieves the RFQAccessBeans that match the specified partial name, Store and owner, ordered by the specified SortingAttribute.
|
boolean | fulfills(java.lang.Long member, java.lang.String relationship)
fulfills
|
java.lang.String | getAccessType()
getAccessType
|
java.lang.Integer | getAccessTypeInEJBType()
getAccessTypeInEJBType
|
java.lang.String | getActivateTime()
getActivateTime
|
java.sql.Timestamp | getActivateTimeInEJBType()
getActivateTimeInEJBType
|
java.lang.String | getCancelTime()
getCancelTime
|
java.sql.Timestamp | getCancelTimeInEJBType()
getCancelTimeInEJBType
|
java.lang.String | getCloseTime()
getCloseTime
|
java.sql.Timestamp | getCloseTimeInEJBType()
getCloseTimeInEJBType
|
java.lang.String | getCompleteTime()
getCompleteTime
|
java.sql.Timestamp | getCompleteTimeInEJBType()
getCompleteTimeInEJBType
|
java.lang.String | getCreateTime()
getCreateTime
|
java.sql.Timestamp | getCreateTimeInEJBType()
getCreateTimeInEJBType
|
TradingDescriptionAccessBean | getDescription(java.lang.Integer argLanguageId)
Retrieves the TradingDescriptionAccessBean of the specified Language.
|
java.lang.String | getDuration()
getDuration
|
java.sql.Timestamp | getDurationInEJBType()
getDurationInEJBType
|
java.lang.String | getEndResult()
getEndResult
|
java.lang.Integer | getEndResultInEJBType()
getEndResultInEJBType
|
java.lang.String | getEndTime()
getEndTime
|
java.sql.Timestamp | getEndTimeInEJBType()
getEndTimeInEJBType
|
java.lang.String | getEngineId()
getEngineId
|
java.lang.Long | getEngineIdInEJBType()
getEngineIdInEJBType
|
java.lang.String | getExtRfqNum()
getExtRfqNum
|
java.lang.Long | getField1()
getField1
|
java.lang.Integer | getField2()
getField2
|
java.lang.String | getField3()
getField3
|
java.lang.String | getField4()
getField4
|
java.sql.Timestamp | getField5()
getField5
|
java.sql.Timestamp | getField6()
getField6
|
java.lang.Object | getGroupingAttributeValue(java.lang.String attributeName, GroupingContext context)
getGroupingAttributeValue
|
java.lang.String | getMajorVersion()
getMajorVersion
|
java.lang.Integer | getMajorVersionInEJBType()
getMajorVersionInEJBType
|
java.lang.String | getMarkForDelete()
getMarkForDelete
|
java.lang.Integer | getMarkForDeleteInEJBType()
getMarkForDeleteInEJBType
|
java.lang.String | getMemberId()
getMemberId
|
java.lang.Long | getMemberIdInEJBType()
getMemberIdInEJBType
|
java.lang.String | getMinorVersion()
getMinorVersion
|
java.lang.Integer | getMinorVersionInEJBType()
getMinorVersionInEJBType
|
java.lang.String | getName()
getName
|
java.lang.String | getNextOffId()
getNextOffId
|
java.lang.Long | getNextOffIdInEJBType()
getNextOffIdInEJBType
|
java.lang.String | getNextOffType()
getNextOffType
|
java.lang.Integer | getNextOffTypeInEJBType()
getNextOffTypeInEJBType
|
java.lang.String | getNumOfResponses()
getNumOfResponses
|
java.lang.Integer | getNumOfResponsesInEJBType()
getNumOfResponsesInEJBType
|
java.lang.Long | getOwner()
getOwner
|
java.lang.String | getPrevOffId()
getPrevOffId
|
java.lang.Long | getPrevOffIdInEJBType()
getPrevOffIdInEJBType
|
java.lang.String | getPrevOffType()
getPrevOffType
|
java.lang.Integer | getPrevOffTypeInEJBType()
getPrevOffTypeInEJBType
|
java.lang.String | getReferenceNumber()
getReferenceNumber
|
java.lang.Long | getReferenceNumberInEJBType()
getReferenceNumberInEJBType
|
ParticipantAccessBean[] | getRFQParticipants()
Retrieves the ParticipantAccessBeans of this RFQ.
|
java.lang.String | getRound()
getRound
|
java.lang.Integer | getRoundInEJBType()
getRoundInEJBType
|
java.lang.String | getRuleType()
Get accessor for persistent attribute: ruleType
|
java.lang.Integer | getRuleTypeInEJBType()
getRuleTypeInEJBType
|
java.lang.String | getStage()
getStage
|
java.lang.Integer | getStageInEJBType()
getStageInEJBType
|
java.lang.String | getStartTime()
getStartTime
|
java.sql.Timestamp | getStartTimeInEJBType()
getStartTimeInEJBType
|
java.lang.String | getState()
getState
|
java.lang.Integer | getStateInEJBType()
getStateInEJBType
|
java.lang.String | getStoreId()
getStoreId
|
java.lang.Integer | getStoreIdInEJBType()
getStoreIdInEJBType
|
TermConditionAccessBean[] | getTCs()
Retrieves the TermConditionAccessBeans of this RFQ.
|
TermConditionAccessBean[] | getTCsByTCSubType(java.lang.String argTCSubType)
Retrieves the TermConditionAccessBeans of the specified TCSubType.
|
TermConditionAccessBean[] | getTCsByTCType(java.lang.String argTCType)
Retrieves the TermConditionAccessBeans of the specified TCType.
|
java.lang.String | getUpdateTime()
getUpdateTime
|
java.sql.Timestamp | getUpdateTimeInEJBType()
getUpdateTimeInEJBType
|
java.lang.String | getVersionFlags()
Get accessor for persistent attribute: versionFlags
|
java.lang.Integer | getVersionFlagsInEJBType()
getVersionFlagsInEJBType
|
protected void | instantiateEJB()
instantiateEJB
|
protected boolean | instantiateEJBByPrimaryKey()
instantiateEJBByPrimaryKey
|
void | refreshCopyHelper()
refreshCopyHelper
|
void | setAccessType(java.lang.Integer newValue)
setAccessType
|
void | setAccessType(java.lang.String newValue)
setAccessType
|
void | setActivateTime(java.lang.String newValue)
setActivateTime
|
void | setActivateTime(java.sql.Timestamp newValue)
setActivateTime
|
void | setCancelTime(java.lang.String newValue)
setCancelTime
|
void | setCancelTime(java.sql.Timestamp newValue)
setCancelTime
|
void | setCloseTime(java.lang.String newValue)
setCloseTime
|
void | setCloseTime(java.sql.Timestamp newValue)
setCloseTime
|
void | setCompleteTime(java.lang.String newValue)
setCompleteTime
|
void | setCompleteTime(java.sql.Timestamp newValue)
setCompleteTime
|
void | setCreateTime(java.lang.String newValue)
setCreateTime
|
void | setCreateTime(java.sql.Timestamp newValue)
setCreateTime
|
void | setDuration(java.lang.String newValue)
setDuration
|
void | setDuration(java.sql.Timestamp newValue)
setDuration
|
void | setEndResult(java.lang.Integer newValue)
setEndResult
|
void | setEndResult(java.lang.String newValue)
setEndResult
|
void | setEndTime(java.lang.String newValue)
setEndTime
|
void | setEndTime(java.sql.Timestamp newValue)
setEndTime
|
void | setEngineId(java.lang.Long newValue)
setEngineId
|
void | setEngineId(java.lang.String newValue)
setEngineId
|
void | setExtRfqNum(java.lang.String newValue)
setExtRfqNum
|
void | setField1(java.lang.Long newValue)
setField1
|
void | setField2(java.lang.Integer newValue)
setField2
|
void | setField3(java.lang.String newValue)
setField3
|
void | setField4(java.lang.String newValue)
setField4
|
void | setField5(java.sql.Timestamp newValue)
setField5
|
void | setField6(java.sql.Timestamp newValue)
setField6
|
void | setInitKey_referenceNumber(java.lang.Long newValue)
setInitKey_referenceNumber
|
void | setMajorVersion(java.lang.Integer newValue)
setMajorVersion
|
void | setMajorVersion(java.lang.String newValue)
setMajorVersion
|
void | setMarkForDelete(java.lang.Integer newValue)
setMarkForDelete
|
void | setMarkForDelete(java.lang.String newValue)
setMarkForDelete
|
void | setMemberId(java.lang.Long newValue)
setMemberId
|
void | setMemberId(java.lang.String newValue)
setMemberId
|
void | setMinorVersion(java.lang.Integer newValue)
setMinorVersion
|
void | setMinorVersion(java.lang.String newValue)
setMinorVersion
|
void | setName(java.lang.String newValue)
setName
|
void | setNextOffId(java.lang.Long newValue)
setNextOffId
|
void | setNextOffId(java.lang.String newValue)
setNextOffId
|
void | setNextOffType(java.lang.Integer newValue)
setNextOffType
|
void | setNextOffType(java.lang.String newValue)
setNextOffType
|
void | setNumOfResponses(java.lang.Integer newValue)
setNumOfResponses
|
void | setNumOfResponses(java.lang.String newValue)
setNumOfResponses
|
void | setPrevOffId(java.lang.Long newValue)
setPrevOffId
|
void | setPrevOffId(java.lang.String newValue)
setPrevOffId
|
void | setPrevOffType(java.lang.Integer newValue)
setPrevOffType
|
void | setPrevOffType(java.lang.String newValue)
setPrevOffType
|
void | setReferenceNumber(java.lang.Long newValue)
setReferenceNumber
|
void | setReferenceNumber(java.lang.String newValue)
setReferenceNumber
|
void | setRound(java.lang.Integer newValue)
setRound
|
void | setRound(java.lang.String newValue)
setRound
|
void | setRuleType(java.lang.Integer newRuleType)
Set accessor for persistent attribute: ruleType
|
void | setRuleType(java.lang.String newValue)
setRuleType
|
void | setStage(java.lang.Integer newValue)
setStage
|
void | setStage(java.lang.String newValue)
setStage
|
void | setStartTime(java.lang.String newValue)
setStartTime
|
void | setStartTime(java.sql.Timestamp newValue)
setStartTime
|
void | setState(java.lang.Integer newValue)
setState
|
void | setState(java.lang.String newValue)
setState
|
void | setStoreId(java.lang.Integer newValue)
setStoreId
|
void | setStoreId(java.lang.String newValue)
setStoreId
|
void | setUpdateTime(java.lang.String newValue)
setUpdateTime
|
void | setUpdateTime(java.sql.Timestamp newValue)
setUpdateTime
|
void | setVersionFlags(java.lang.Integer newVersionFlags)
Set accessor for persistent attribute: versionFlags
|
void | setVersionFlags(java.lang.String newValue)
setVersionFlags
|
public RFQAccessBean()
public RFQAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public RFQAccessBean(java.lang.Long argTradeId, java.lang.String argName, java.lang.Integer argMajorVersion, java.lang.Integer argMinorVersion, java.lang.Long argMemberId, java.sql.Timestamp argTradStartTime, java.sql.Timestamp argTradEndTime) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Creates an access bean with the specified attributes.
public RFQAccessBean(java.lang.String argName, java.lang.Integer argMajorVersion, java.lang.Integer argMinorVersion, java.lang.Long argMemberId, java.sql.Timestamp argTradStartTime, java.sql.Timestamp argTradEndTime, java.lang.Long argAccountId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Creates an access bean with the specified attributes.
public RFQAccessBean(java.lang.String argName, java.lang.Integer argMajorVersion, java.lang.Integer argMinorVersion, java.lang.Long argMemberId, java.sql.Timestamp argTradStartTime, java.sql.Timestamp argTradEndTime) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Creates an access bean with the specified attributes.
public java.lang.String getMinorVersion() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMinorVersion(java.lang.Integer newValue)
public java.lang.String getDuration() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDuration(java.sql.Timestamp newValue)
public java.lang.String getActivateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setActivateTime(java.sql.Timestamp newValue)
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMemberId(java.lang.Long newValue)
public java.lang.String getEndTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setEndTime(java.sql.Timestamp newValue)
public java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setState(java.lang.Integer newValue)
public java.lang.String getCancelTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCancelTime(java.sql.Timestamp newValue)
public java.lang.String getReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setReferenceNumber(java.lang.Long newValue)
public java.lang.String getCompleteTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCompleteTime(java.sql.Timestamp newValue)
public java.lang.String getPrevOffType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPrevOffType(java.lang.Integer newValue)
public java.lang.String getMajorVersion() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMajorVersion(java.lang.Integer newValue)
public java.lang.String getEndResult() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setEndResult(java.lang.Integer newValue)
public java.lang.String getUpdateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUpdateTime(java.sql.Timestamp newValue)
public java.lang.String getStartTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStartTime(java.sql.Timestamp newValue)
public java.lang.String getCreateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCreateTime(java.sql.Timestamp newValue)
public java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMarkForDelete(java.lang.Integer newValue)
public java.lang.String getEngineId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setEngineId(java.lang.Long newValue)
public java.lang.String getAccessType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAccessType(java.lang.Integer newValue)
public java.lang.String getStage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStage(java.lang.Integer newValue)
public java.lang.String getNextOffType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setNextOffType(java.lang.Integer newValue)
public java.lang.String getRuleType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRuleType(java.lang.Integer newRuleType)
public java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStoreId(java.lang.Integer newValue)
public java.lang.String getPrevOffId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPrevOffId(java.lang.Long newValue)
public java.lang.String getCloseTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCloseTime(java.sql.Timestamp newValue)
public java.lang.String getRound() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRound(java.lang.Integer newValue)
public java.lang.String getNextOffId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setNextOffId(java.lang.Long newValue)
public java.lang.String getVersionFlags() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setVersionFlags(java.lang.Integer newVersionFlags)
public java.lang.String getNumOfResponses() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setNumOfResponses(java.lang.Integer newValue)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setName(java.lang.String newValue)
public void setInitKey_referenceNumber(java.lang.Long newValue)
public java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.util.Enumeration findByStateAndAfterCompleteTime(java.lang.Integer state, java.sql.Timestamp completetime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findAllAfterCreateTime(java.sql.Timestamp createtime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findMatchedNames(java.lang.String argName, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByStoreAndStateAndAfterActivateTime(java.lang.Integer store, java.lang.Integer state, java.sql.Timestamp activatetime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByStoreAndAfterActivateTime(java.lang.Integer store, java.sql.Timestamp activatetime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public RFQAccessBean findByNameAndVersion(java.lang.String argName, java.lang.Integer argMajorVersion, java.lang.Integer argMinorVersion) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 = ?
public java.util.Enumeration findByState(java.lang.Integer argState, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findMatchedNamesByStoreAndOwner(java.lang.String argName, java.lang.Integer argStore, java.lang.Long argMember, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByStoreAndOwnerAndAfterCreateTime(java.lang.Integer store, java.lang.Long memberId, java.sql.Timestamp createtime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByStoreAndMultipleStates(java.lang.Integer store_id, java.lang.Integer[] state, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public RFQAccessBean findActiveRFQByName(java.lang.String argName) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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)
public java.util.Enumeration findByStoreAndStateAndAfterCloseTime(java.lang.Integer store, java.lang.Integer state, java.sql.Timestamp closetime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByStoreAndStateAndAfterCompleteTime(java.lang.Integer store, java.lang.Integer state, java.sql.Timestamp completetime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByStoreAndAfterCreateTime(java.lang.Integer store, java.sql.Timestamp createtime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByStoreAndState(java.lang.Integer store_id, java.lang.Integer state, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findMatchedNamesByStore(java.lang.String argName, java.lang.Integer argStore, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByStore(java.lang.Integer store_id, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByParticipantId(java.lang.Long participantReferenceNumber) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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
public java.util.Enumeration findByStoreAndOwnerAndAfterActivateTime(java.lang.Integer store, java.lang.Long memberId, java.sql.Timestamp activatetime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findAllRFQs(com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByStoreAndOwnerAndState(java.lang.Integer store_id, java.lang.Long member_id, java.lang.Integer state, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByName(java.lang.String name) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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
public java.util.Enumeration findByStateAndAfterActivateTime(java.lang.Integer state, java.sql.Timestamp activatetime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByStateAndAfterCloseTime(java.lang.Integer state, java.sql.Timestamp closetime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findAllAfterActivateTime(java.sql.Timestamp activatetime, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByOwnerId(java.lang.Long ownerId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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
public java.util.Enumeration findByStoreAndOwner(java.lang.Integer store_id, java.lang.Long member_id, com.ibm.commerce.utf.helper.SortingAttribute sort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public ParticipantAccessBean[] getRFQParticipants() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Retrieves the ParticipantAccessBeans of this RFQ.
public TermConditionAccessBean[] getTCs() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Retrieves the TermConditionAccessBeans of this RFQ.
public java.lang.Long getOwner() throws javax.naming.NamingException, javax.ejb.FinderException, java.lang.Exception, java.rmi.RemoteException
public boolean fulfills(java.lang.Long member, java.lang.String relationship) throws javax.naming.NamingException, javax.ejb.FinderException, java.lang.Exception, java.rmi.RemoteException
public java.lang.Long createNewVersion() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Reserved for IBM internal use.
public TermConditionAccessBean[] getTCsByTCSubType(java.lang.String argTCSubType) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Retrieves the TermConditionAccessBeans of the specified TCSubType.
public TradingDescriptionAccessBean getDescription(java.lang.Integer argLanguageId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Retrieves the TradingDescriptionAccessBean of the specified Language.
public void addToStore(java.lang.Integer argStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Add this RFQ to the specified Store.
public TermConditionAccessBean[] getTCsByTCType(java.lang.String argTCType) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Retrieves the TermConditionAccessBeans of the specified TCType.
public java.lang.Integer getMinorVersionInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMinorVersion(java.lang.String newValue)
public java.sql.Timestamp getDurationInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDuration(java.lang.String newValue)
public java.sql.Timestamp getActivateTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setActivateTime(java.lang.String newValue)
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
public java.sql.Timestamp getEndTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setEndTime(java.lang.String newValue)
public java.lang.Integer getStateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setState(java.lang.String newValue)
public java.sql.Timestamp getCancelTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCancelTime(java.lang.String newValue)
public java.lang.Long getReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setReferenceNumber(java.lang.String newValue)
public java.sql.Timestamp getCompleteTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCompleteTime(java.lang.String newValue)
public java.lang.Integer getPrevOffTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPrevOffType(java.lang.String newValue)
public java.lang.Integer getMajorVersionInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMajorVersion(java.lang.String newValue)
public java.lang.Integer getEndResultInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setEndResult(java.lang.String newValue)
public java.sql.Timestamp getUpdateTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUpdateTime(java.lang.String newValue)
public java.sql.Timestamp getStartTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStartTime(java.lang.String newValue)
public java.sql.Timestamp getCreateTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCreateTime(java.lang.String newValue)
public java.lang.Integer getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMarkForDelete(java.lang.String newValue)
public java.lang.Long getEngineIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setEngineId(java.lang.String newValue)
public java.lang.Integer getAccessTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAccessType(java.lang.String newValue)
public java.lang.Integer getStageInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStage(java.lang.String newValue)
public java.lang.Integer getNextOffTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setNextOffType(java.lang.String newValue)
public java.lang.Integer getRuleTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRuleType(java.lang.String newValue)
public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStoreId(java.lang.String newValue)
public java.lang.Long getPrevOffIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPrevOffId(java.lang.String newValue)
public java.sql.Timestamp getCloseTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCloseTime(java.lang.String newValue)
public java.lang.Integer getRoundInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRound(java.lang.String newValue)
public java.lang.Long getNextOffIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setNextOffId(java.lang.String newValue)
public java.lang.Integer getVersionFlagsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setVersionFlags(java.lang.String newValue)
public java.lang.Integer getNumOfResponsesInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setNumOfResponses(java.lang.String newValue)
public RFQAccessBean findByRFQProductId(java.lang.Long rfqProductId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByRFQProductPAttributeValueIds(java.lang.Long[] pAttrValueIds) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.lang.Object getGroupingAttributeValue(java.lang.String attributeName, GroupingContext context) throws javax.naming.NamingException, javax.ejb.FinderException, java.lang.Exception, java.rmi.RemoteException
public java.lang.Long getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField1(java.lang.Long newValue)
public java.sql.Timestamp getField5() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField5(java.sql.Timestamp newValue)
public java.lang.String getField4() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField4(java.lang.String newValue)
public java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField3(java.lang.String newValue)
public java.lang.Integer getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField2(java.lang.Integer newValue)
public java.lang.String getExtRfqNum() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setExtRfqNum(java.lang.String newValue)
public java.sql.Timestamp getField6() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField6(java.sql.Timestamp newValue)
public RFQAccessBean findByRFQIdForUpdate(java.lang.Long rfqId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException