com.ibm.commerce.utf.objects
Class RFQAccessBean

java.lang.Object
  AbstractEntityAccessBean
      com.ibm.commerce.utf.objects.RFQAccessBean
All Implemented Interfaces:
RFQAccessBeanData

public class RFQAccessBean
extends AbstractEntityAccessBean
implements RFQAccessBeanData

This table holds basic RFQ data. This access bean corresponds to the database table 'RFQ'. RFQAccessBean

See Also:
Serialized Form

Constructor Summary
RFQAccessBean()
constructor
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.
Method Summary
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 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.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)
This method accesses a non-CMP field
void setAccessType(java.lang.String newValue)
This method accesses a non-CMP field
void setActivateTime(java.lang.String newValue)
This method accesses a non-CMP field
void setActivateTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setCancelTime(java.lang.String newValue)
This method accesses a non-CMP field
void setCancelTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setCloseTime(java.lang.String newValue)
This method accesses a non-CMP field
void setCloseTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setCompleteTime(java.lang.String newValue)
This method accesses a non-CMP field
void setCompleteTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setCreateTime(java.lang.String newValue)
This method accesses a non-CMP field
void setCreateTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setDuration(java.lang.String newValue)
This method accesses a non-CMP field
void setDuration(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setEndResult(java.lang.Integer newValue)
This method accesses a non-CMP field
void setEndResult(java.lang.String newValue)
This method accesses a non-CMP field
void setEndTime(java.lang.String newValue)
This method accesses a non-CMP field
void setEndTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setEngineId(java.lang.Long newValue)
This method accesses a non-CMP field
void setEngineId(java.lang.String newValue)
This method accesses a non-CMP field
void setInitKey_referenceNumber(java.lang.Long newValue)
setInitKey_referenceNumber
void setMajorVersion(java.lang.Integer newValue)
This method accesses a non-CMP field
void setMajorVersion(java.lang.String newValue)
This method accesses a non-CMP field
void setMarkForDelete(java.lang.Integer newValue)
This method accesses a non-CMP field
void setMarkForDelete(java.lang.String newValue)
This method accesses a non-CMP field
void setMemberId(java.lang.Long newValue)
This method accesses a non-CMP field
void setMemberId(java.lang.String newValue)
This method accesses a non-CMP field
void setMinorVersion(java.lang.Integer newValue)
This method accesses a non-CMP field
void setMinorVersion(java.lang.String newValue)
This method accesses a non-CMP field
void setName(java.lang.String newValue)
This method accesses a non-CMP field
void setNextOffId(java.lang.Long newValue)
This method accesses a non-CMP field
void setNextOffId(java.lang.String newValue)
This method accesses a non-CMP field
void setNextOffType(java.lang.Integer newValue)
This method accesses a non-CMP field
void setNextOffType(java.lang.String newValue)
This method accesses a non-CMP field
void setNumOfResponses(java.lang.Integer newValue)
This method accesses a non-CMP field
void setNumOfResponses(java.lang.String newValue)
This method accesses a non-CMP field
void setPrevOffId(java.lang.Long newValue)
This method accesses a non-CMP field
void setPrevOffId(java.lang.String newValue)
This method accesses a non-CMP field
void setPrevOffType(java.lang.Integer newValue)
This method accesses a non-CMP field
void setPrevOffType(java.lang.String newValue)
This method accesses a non-CMP field
void setReferenceNumber(java.lang.Long newValue)
This method accesses a non-CMP field
void setReferenceNumber(java.lang.String newValue)
This method accesses a non-CMP field
void setRound(java.lang.Integer newValue)
This method accesses a non-CMP field
void setRound(java.lang.String newValue)
This method accesses a non-CMP field
void setRuleType(java.lang.Integer newRuleType)
Set accessor for persistent attribute: ruleType
void setRuleType(java.lang.String newValue)
This method accesses a non-CMP field
void setStage(java.lang.Integer newValue)
This method accesses a non-CMP field
void setStage(java.lang.String newValue)
This method accesses a non-CMP field
void setStartTime(java.lang.String newValue)
This method accesses a non-CMP field
void setStartTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setState(java.lang.Integer newValue)
This method accesses a non-CMP field
void setState(java.lang.String newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.String newValue)
This method accesses a non-CMP field
void setUpdateTime(java.lang.String newValue)
This method accesses a non-CMP field
void setUpdateTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setVersionFlags(java.lang.Integer newVersionFlags)
Set accessor for persistent attribute: versionFlags
void setVersionFlags(java.lang.String newValue)
This method accesses a non-CMP field
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

RFQAccessBean

public RFQAccessBean()
constructor

RFQAccessBean

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

RFQAccessBean

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.

Parameters:
argTradeId - the TradingAgreement ID
argName - the name
argMajorVersion - the major version
argMinorVersion - the minor version
argMemberId - the Member ID
argTradStartTime - the start time
argTradEndTime - the end time
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

RFQAccessBean

public RFQAccessBean(java.lang.String 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.

Parameters:
argName - the name
argMajorVersion - the major version
argMinorVersion - the minor version
argMemberId - the Member ID
argTradStartTime - the start time
argTradEndTime - the end time
argAccountId - the Account ID
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

RFQAccessBean

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.

Parameters:
argName - the name
argMajorVersion - the major version
argMinorVersion - the minor version
argMemberId - the Member ID
argTradStartTime - the start time
argTradEndTime - the end time
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

getMinorVersion

public java.lang.String getMinorVersion()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
getMinorVersion
Specified by:
getMinorVersion in interface RFQAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMinorVersion

public void setMinorVersion(java.lang.Integer newValue)
This method accesses a non-CMP field

getDuration

public java.lang.String getDuration()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
getDuration
Specified by:
getDuration in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDuration

public void setDuration(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getActivateTime

public java.lang.String getActivateTime()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
getActivateTime
Specified by:
getActivateTime in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setActivateTime

public void setActivateTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getMemberId

public java.lang.String getMemberId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
getMemberId
Specified by:
getMemberId in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMemberId

public void setMemberId(java.lang.Long newValue)
This method accesses a non-CMP field

getEndTime

public java.lang.String getEndTime()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException
getEndTime
Specified by:
getEndTime in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setEndTime

public void setEndTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getState

public java.lang.String getState()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException
getState
Specified by:
getState in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setState

public void setState(java.lang.Integer newValue)
This method accesses a non-CMP field

getCancelTime

public java.lang.String getCancelTime()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
getCancelTime
Specified by:
getCancelTime in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCancelTime

public void setCancelTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getReferenceNumber

public java.lang.String getReferenceNumber()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
getReferenceNumber
Specified by:
getReferenceNumber in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setReferenceNumber

public void setReferenceNumber(java.lang.Long newValue)
This method accesses a non-CMP field

getCompleteTime

public java.lang.String getCompleteTime()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
getCompleteTime
Specified by:
getCompleteTime in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCompleteTime

public void setCompleteTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getPrevOffType

public java.lang.String getPrevOffType()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getPrevOffType
Specified by:
getPrevOffType in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPrevOffType

public void setPrevOffType(java.lang.Integer newValue)
This method accesses a non-CMP field

getMajorVersion

public java.lang.String getMajorVersion()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
getMajorVersion
Specified by:
getMajorVersion in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMajorVersion

public void setMajorVersion(java.lang.Integer newValue)
This method accesses a non-CMP field

getEndResult

public java.lang.String getEndResult()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getEndResult
Specified by:
getEndResult in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setEndResult

public void setEndResult(java.lang.Integer newValue)
This method accesses a non-CMP field

getUpdateTime

public java.lang.String getUpdateTime()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
getUpdateTime
Specified by:
getUpdateTime in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUpdateTime

public void setUpdateTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getStartTime

public java.lang.String getStartTime()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getStartTime
Specified by:
getStartTime in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStartTime

public void setStartTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getCreateTime

public java.lang.String getCreateTime()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
getCreateTime
Specified by:
getCreateTime in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCreateTime

public void setCreateTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getMarkForDelete

public java.lang.String getMarkForDelete()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
getMarkForDelete
Specified by:
getMarkForDelete in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarkForDelete

public void setMarkForDelete(java.lang.Integer newValue)
This method accesses a non-CMP field

getEngineId

public java.lang.String getEngineId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
getEngineId
Specified by:
getEngineId in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setEngineId

public void setEngineId(java.lang.Long newValue)
This method accesses a non-CMP field

getAccessType

public java.lang.String getAccessType()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
getAccessType
Specified by:
getAccessType in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAccessType

public void setAccessType(java.lang.Integer newValue)
This method accesses a non-CMP field

getStage

public java.lang.String getStage()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException
getStage
Specified by:
getStage in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStage

public void setStage(java.lang.Integer newValue)
This method accesses a non-CMP field

getNextOffType

public java.lang.String getNextOffType()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getNextOffType
Specified by:
getNextOffType in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNextOffType

public void setNextOffType(java.lang.Integer newValue)
This method accesses a non-CMP field

getRuleType

public java.lang.String getRuleType()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
Get accessor for persistent attribute: ruleType
Specified by:
getRuleType in interface RFQAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRuleType

public void setRuleType(java.lang.Integer newRuleType)
Set accessor for persistent attribute: ruleType

getStoreId

public java.lang.String getStoreId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException
getStoreId
Specified by:
getStoreId in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStoreId

public void setStoreId(java.lang.Integer newValue)
This method accesses a non-CMP field

getPrevOffId

public java.lang.String getPrevOffId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getPrevOffId
Specified by:
getPrevOffId in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPrevOffId

public void setPrevOffId(java.lang.Long newValue)
This method accesses a non-CMP field

getCloseTime

public java.lang.String getCloseTime()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getCloseTime
Specified by:
getCloseTime in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCloseTime

public void setCloseTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getRound

public java.lang.String getRound()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException
getRound
Specified by:
getRound in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRound

public void setRound(java.lang.Integer newValue)
This method accesses a non-CMP field

getNextOffId

public java.lang.String getNextOffId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getNextOffId
Specified by:
getNextOffId in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNextOffId

public void setNextOffId(java.lang.Long newValue)
This method accesses a non-CMP field

getVersionFlags

public java.lang.String getVersionFlags()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
Get accessor for persistent attribute: versionFlags
Specified by:
getVersionFlags in interface RFQAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setVersionFlags

public void setVersionFlags(java.lang.Integer newVersionFlags)
Set accessor for persistent attribute: versionFlags

getNumOfResponses

public java.lang.String getNumOfResponses()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException
getNumOfResponses
Specified by:
getNumOfResponses in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNumOfResponses

public void setNumOfResponses(java.lang.Integer newValue)
This method accesses a non-CMP field

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException
getName
Specified by:
getName in interface RFQAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setName

public void setName(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setName in interface RFQAccessBeanData

setInitKey_referenceNumber

public void setInitKey_referenceNumber(java.lang.Long newValue)
setInitKey_referenceNumber

Set the primary key for this object

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

defaultJNDIName

public java.lang.String defaultJNDIName()
defaultJNDIName
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws javax.naming.NamingException,
                              javax.ejb.FinderException,
                              java.rmi.RemoteException
instantiateEJB
Returns:
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws javax.ejb.CreateException,
                                             java.rmi.RemoteException,
                                             javax.naming.NamingException
instantiateEJBByPrimaryKey
Returns:
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException

refreshCopyHelper

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

commitCopyHelper

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

findByStateAndAfterCompleteTime

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 ...

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

findAllAfterCreateTime

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 ...

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

findMatchedNames

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 ...

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

findByStoreAndStateAndAfterActivateTime

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 ...

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

findByStoreAndAfterActivateTime

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 ...

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

findByNameAndVersion

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 = ?

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

findByState

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 ...

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

findMatchedNamesByStoreAndOwner

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 ...

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

findByStoreAndOwnerAndAfterCreateTime

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 ...

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

findByStoreAndMultipleStates

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 ...

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

findActiveRFQByName

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)

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

findByStoreAndStateAndAfterCloseTime

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 ...

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

findByStoreAndStateAndAfterCompleteTime

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 ...

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

findByStoreAndAfterCreateTime

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 ...

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

findByStoreAndState

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 ...

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

findMatchedNamesByStore

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 ...

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

findByStore

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 ...

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

findByParticipantId

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

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

findByStoreAndOwnerAndAfterActivateTime

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 ...

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

findAllRFQs

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 ...

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

findByStoreAndOwnerAndState

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 ...

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

findByName

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

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

findByStateAndAfterActivateTime

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 ...

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

findByStateAndAfterCloseTime

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 ...

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

findAllAfterActivateTime

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 ...

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

findByOwnerId

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

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

findByStoreAndOwner

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 ...

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

getRFQParticipants

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

Retrieves the ParticipantAccessBeans of this RFQ.

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

getTCs

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

Retrieves the TermConditionAccessBeans of this RFQ.

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

getOwner

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

fulfills

public boolean fulfills(java.lang.Long member,
                        java.lang.String relationship)
                 throws javax.naming.NamingException,
                        javax.ejb.FinderException,
                        java.lang.Exception,
                        java.rmi.RemoteException
fulfills
Returns:
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.lang.Exception
java.rmi.RemoteException

createNewVersion

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

Reserved for IBM internal use.

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

getTCsByTCSubType

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.

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

getDescription

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.

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

addToStore

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.

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

getTCsByTCType

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.

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

getMinorVersionInEJBType

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

setMinorVersion

public void setMinorVersion(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setMinorVersion in interface RFQAccessBeanData

getDurationInEJBType

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

setDuration

public void setDuration(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setDuration in interface RFQAccessBeanData

getActivateTimeInEJBType

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

setActivateTime

public void setActivateTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setActivateTime in interface RFQAccessBeanData

getMemberIdInEJBType

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

setMemberId

public void setMemberId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setMemberId in interface RFQAccessBeanData

getEndTimeInEJBType

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

setEndTime

public void setEndTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setEndTime in interface RFQAccessBeanData

getStateInEJBType

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

setState

public void setState(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setState in interface RFQAccessBeanData

getCancelTimeInEJBType

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

setCancelTime

public void setCancelTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCancelTime in interface RFQAccessBeanData

getReferenceNumberInEJBType

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

setReferenceNumber

public void setReferenceNumber(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setReferenceNumber in interface RFQAccessBeanData

getCompleteTimeInEJBType

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

setCompleteTime

public void setCompleteTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCompleteTime in interface RFQAccessBeanData

getPrevOffTypeInEJBType

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

setPrevOffType

public void setPrevOffType(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setPrevOffType in interface RFQAccessBeanData

getMajorVersionInEJBType

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

setMajorVersion

public void setMajorVersion(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setMajorVersion in interface RFQAccessBeanData

getEndResultInEJBType

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

setEndResult

public void setEndResult(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setEndResult in interface RFQAccessBeanData

getUpdateTimeInEJBType

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

setUpdateTime

public void setUpdateTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setUpdateTime in interface RFQAccessBeanData

getStartTimeInEJBType

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

setStartTime

public void setStartTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setStartTime in interface RFQAccessBeanData

getCreateTimeInEJBType

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

setCreateTime

public void setCreateTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCreateTime in interface RFQAccessBeanData

getMarkForDeleteInEJBType

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

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setMarkForDelete in interface RFQAccessBeanData

getEngineIdInEJBType

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

setEngineId

public void setEngineId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setEngineId in interface RFQAccessBeanData

getAccessTypeInEJBType

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

setAccessType

public void setAccessType(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setAccessType in interface RFQAccessBeanData

getStageInEJBType

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

setStage

public void setStage(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setStage in interface RFQAccessBeanData

getNextOffTypeInEJBType

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

setNextOffType

public void setNextOffType(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setNextOffType in interface RFQAccessBeanData

getRuleTypeInEJBType

public java.lang.Integer getRuleTypeInEJBType()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException
getRuleTypeInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRuleType

public void setRuleType(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRuleType in interface RFQAccessBeanData

getStoreIdInEJBType

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

setStoreId

public void setStoreId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setStoreId in interface RFQAccessBeanData

getPrevOffIdInEJBType

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

setPrevOffId

public void setPrevOffId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setPrevOffId in interface RFQAccessBeanData

getCloseTimeInEJBType

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

setCloseTime

public void setCloseTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCloseTime in interface RFQAccessBeanData

getRoundInEJBType

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

setRound

public void setRound(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRound in interface RFQAccessBeanData

getNextOffIdInEJBType

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

setNextOffId

public void setNextOffId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setNextOffId in interface RFQAccessBeanData

getVersionFlagsInEJBType

public java.lang.Integer getVersionFlagsInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException
getVersionFlagsInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setVersionFlags

public void setVersionFlags(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setVersionFlags in interface RFQAccessBeanData

getNumOfResponsesInEJBType

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

setNumOfResponses

public void setNumOfResponses(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setNumOfResponses in interface RFQAccessBeanData

findByRFQProductId

public RFQAccessBean findByRFQProductId(java.lang.Long rfqProductId)
                                 throws javax.naming.NamingException,
                                        javax.ejb.FinderException,
                                        java.rmi.RemoteException
findByRFQProductId
Returns:
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

findByRFQProductPAttributeValueIds

public java.util.Enumeration findByRFQProductPAttributeValueIds(java.lang.Long[] pAttrValueIds)
                                                         throws javax.naming.NamingException,
                                                                javax.ejb.FinderException,
                                                                java.rmi.RemoteException
findByRFQProductPAttributeValueIds
Returns:
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

getGroupingAttributeValue

public java.lang.Object getGroupingAttributeValue(java.lang.String attributeName,
                                                  GroupingContext context)
                                           throws javax.naming.NamingException,
                                                  javax.ejb.FinderException,
                                                  java.lang.Exception,
                                                  java.rmi.RemoteException
getGroupingAttributeValue
Returns:
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.lang.Exception
java.rmi.RemoteException

Feedback