|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IQueryEntry | |
| com.sapportals.wcm.control.released.search | |
| com.sapportals.wcm.service.indexmanagement.retrieval.search | Provides functions for searching and textmining. |
| Uses of IQueryEntry in com.sapportals.wcm.control.released.search |
| Methods in com.sapportals.wcm.control.released.search that return IQueryEntry | |
IQueryEntry |
SearchQueryListBuilder.buildQueryEntryTimeWindow(IPropertyName propertyName,
java.util.Date startDate,
java.util.Date endDate)
Simple method for building a time window query entry list. |
IQueryEntry |
SearchQueryListBuilder.buildQueryEntryConnector(java.lang.String connector)
Builds a single query entry that can be used as the connection between two query entry lists. |
| Uses of IQueryEntry in com.sapportals.wcm.service.indexmanagement.retrieval.search |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search that return IQueryEntry | |
IQueryEntry |
IQueryEntryList.get(int index)
|
IQueryEntry |
IQueryEntryList.remove(int index)
Removes the query entry at the specified position in this list. |
IQueryEntry |
IQueryEntry.cloneEntry()
Clones itself. |
IQueryEntry |
ISearchIndex.getNewQueryEntry()
|
IQueryEntry |
ISearchIndexCollection.getNewQueryEntry()
|
IQueryEntry |
IQueryEntryListIterator.next()
|
IQueryEntry |
IQueryEntryListIterator.previous()
|
IQueryEntry |
AbstractSearchIndexCollection.getNewQueryEntry()
|
IQueryEntry |
IFederatedSearch.getNewQueryEntry()
Initial query entry as part of a search query. |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.search with parameters of type IQueryEntry | |
boolean |
IQueryEntryList.add(IQueryEntry queryEntry)
Adds a query entry to the query entry list |
int |
IQueryEntryList.indexOf(IQueryEntry queryEntry)
|
void |
IQueryEntryList.add(int index,
IQueryEntry queryEntry)
Inserts the query entry at the specified position in this list. |
boolean |
IQueryEntry.specialEqual1(IQueryEntry e2)
|
void |
IQueryEntryListIterator.set(IQueryEntry queryEntry)
sets the iterator to the position where the query entry is located |
void |
IQueryEntryListIterator.add(IQueryEntry queryEntry)
adds the query entry to the underlying query entry list |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||