public class RFQListBean extends com.ibm.commerce.tools.util.CommonSearchHelperBean implements RFQListInputDataBean, RFQListSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
com.ibm.commerce.base.util.SortingAttribute |
sortingAtt
The sorting attribute
|
emptyString| Constructor and Description |
|---|
RFQListBean()
Constructs an RFQListBean object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
buildQuery()
Builds quick search Sql
|
void |
buildResultDataBean(java.util.Vector resultVector)
Construct the list of data beans
|
java.lang.String |
getActivateTime()
Gets the activate time.
|
java.lang.String |
getCloseTime()
Gets the close time.
|
java.lang.String |
getCompleteTime()
Gets the complete time.
|
java.lang.String |
getCreateTime()
Gets the create time.
|
int |
getLength()
Get List length.
|
java.lang.String |
getMatchName()
Gets the match name.
|
java.lang.Integer[] |
getMultiStates()
Gets the states.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getOwnerId()
Gets the owner ID.
|
java.lang.String |
getParticipantId()
Gets the participant ID.
|
boolean |
getQuickSearch()
Gets boolean value whether should this listdata bean use quick search.
|
RFQDataLight[] |
getRFQLights()
Gets an array of RFQLights.
|
RFQDataBean[] |
getRFQs()
Gets an array of RFQs.
|
int |
getRowCount()
Get the number of total records
|
com.ibm.commerce.base.util.SortingAttribute |
getSortAtt()
Gets sorting attribute
|
java.lang.String |
getState()
Gets the state.
|
java.lang.String |
getStoreId()
Gets the store id.
|
int |
getTotalSize()
Gets total number of records which match the query condition
|
void |
populate()
Looks up a list of RFQs, then uses the list
contents to populate an array of RFQDataBean objects.
|
void |
quickPopulate()
Builds sql statement for quick search
|
void |
setActivateTime(java.lang.String newActivateTime)
Sets the activate time.
|
void |
setCloseTime(java.lang.String newCloseTime)
Sets the close time.
|
void |
setCompleteTime(java.lang.String newCompleteTime)
Sets the complete time.
|
void |
setCreateTime(java.lang.String newCreateTime)
Sets the create time.
|
void |
setInitialPosition(int initialPosition)
Sets the cursor initial positions
|
void |
setMatchName(java.lang.String newName)
Sets the match name.
|
void |
setMatchNameForCaseInsensitiveSearch(java.lang.String newName)
Sets the match name.
|
void |
setMultiStates(java.lang.Integer[] newMultiStates)
Sets the states.
|
void |
setName(java.lang.String newName)
Sets the name.
|
void |
setOwnerId(java.lang.String newOwnerId)
Sets the owner ID.
|
void |
setParticipantId(java.lang.String newParticipantId)
Sets the participant ID field.
|
void |
setQuickSearch()
Uses quick search method
|
void |
setRFQLights(RFQDataLight[] newRFQLite)
Loads the array RFQLights.
|
void |
setRFQs(RFQDataBean[] newRFQ)
Loads the array RFQs.
|
void |
setSize(int size)
Sets the number of record to retrieve
|
void |
setSortAtt(com.ibm.commerce.base.util.SortingAttribute newSortAtt)
Set SortingAttribute.
|
void |
setState(java.lang.String newState)
Sets the state.
|
void |
setStoreId(java.lang.String newStore)
Sets the store.
|
escapeSQLstring, getDefaultLanguageId, getIndexBegin, getIndexEnd, getLanguageId, getListSize, getResultList, getResultSetSize, getStoreIds, getStoreIdsInEntityType, getStoreRelType, getUpperCaseFunction, getUseCursor, setIndexBegin, setIndexEnd, setLanguageId, setResultList, setResultSetSize, setStoreIds, setStoreIdsInEntityType, setStoreRelType, setUseCursorfulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.base.util.SortingAttribute sortingAtt
public java.lang.String getActivateTime()
getActivateTime in interface RFQListSmartDataBeanpublic java.lang.String getCloseTime()
getCloseTime in interface RFQListSmartDataBeanpublic java.lang.String getCompleteTime()
getCompleteTime in interface RFQListSmartDataBeanpublic java.lang.String getCreateTime()
getCreateTime in interface RFQListSmartDataBeanpublic java.lang.String getMatchName()
getMatchName in interface RFQListSmartDataBeanpublic java.lang.Integer[] getMultiStates()
getMultiStates in interface RFQListSmartDataBeanpublic java.lang.String getName()
getName in interface RFQListSmartDataBeanpublic java.lang.String getOwnerId()
getOwnerId in interface RFQListSmartDataBeanpublic java.lang.String getParticipantId()
getParticipantId in interface RFQListSmartDataBeanpublic RFQDataBean[] getRFQs()
getRFQs in interface RFQListSmartDataBeanpublic RFQDataLight[] getRFQLights()
public java.lang.String getState()
getState in interface RFQListSmartDataBeanpublic java.lang.String getStoreId()
getStoreId in interface RFQListSmartDataBeangetStoreId in class com.ibm.commerce.tools.util.CommonSearchHelperBeanpublic void populate()
populate in interface SmartDataBeanpopulate in class com.ibm.commerce.tools.util.CommonSearchHelperBeanjava.lang.Exception - if the access bean could not be created.public void setActivateTime(java.lang.String newActivateTime)
setActivateTime in interface RFQListInputDataBeannewActivateTime - activate timepublic void setCloseTime(java.lang.String newCloseTime)
setCloseTime in interface RFQListInputDataBeannewCloseTime - close timepublic void setCompleteTime(java.lang.String newCompleteTime)
setCompleteTime in interface RFQListInputDataBeannewCompleteTime - complete timepublic void setCreateTime(java.lang.String newCreateTime)
setCreateTime in interface RFQListInputDataBeannewCreateTime - create timepublic void setMatchName(java.lang.String newName)
setMatchName in interface RFQListInputDataBeannewName - new namepublic void setMatchNameForCaseInsensitiveSearch(java.lang.String newName)
newName - new namepublic void setMultiStates(java.lang.Integer[] newMultiStates)
setMultiStates in interface RFQListInputDataBeannewMultiStates - statespublic void setName(java.lang.String newName)
setName in interface RFQListInputDataBeannewName - namepublic void setOwnerId(java.lang.String newOwnerId)
setOwnerId in interface RFQListInputDataBeannewOwnerId - owner IDpublic void setParticipantId(java.lang.String newParticipantId)
setParticipantId in interface RFQListInputDataBeannewParticipantId - participant ID.public void setRFQs(RFQDataBean[] newRFQ)
setRFQs in interface RFQListInputDataBeannewRFQ - the list of RFQ databeanpublic void setRFQLights(RFQDataLight[] newRFQLite)
newRFQLight - the list of RFQ datalightpublic void setState(java.lang.String newState)
setState in interface RFQListInputDataBeannewState - statepublic void setStoreId(java.lang.String newStore)
setStoreId in interface RFQListInputDataBeansetStoreId in class com.ibm.commerce.tools.util.CommonSearchHelperBeannewStore - storepublic void setInitialPosition(int initialPosition)
initialPosition - initial positionpublic void setSize(int size)
size - sizepublic com.ibm.commerce.base.util.SortingAttribute getSortAtt()
public void setSortAtt(com.ibm.commerce.base.util.SortingAttribute newSortAtt)
newSortAtt - the sort attributepublic int getRowCount()
public java.lang.String buildQuery()
buildQuery in class com.ibm.commerce.tools.util.CommonSearchHelperBeanpublic int getTotalSize()
public void quickPopulate()
public void buildResultDataBean(java.util.Vector resultVector)
buildResultDataBean in class com.ibm.commerce.tools.util.CommonSearchHelperBeanjava.util.Vector - - the result vector returned from the query executionpublic void setQuickSearch()
public boolean getQuickSearch()
public int getLength()