|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.domain.DomainQuery
com.arsdigita.domain.DomainCollection
com.arsdigita.glossary.WordCollection
Field Summary |
Fields inherited from class com.arsdigita.domain.DomainCollection |
m_dataCollection, versionId |
Fields inherited from class com.arsdigita.domain.DomainQuery |
m_dataQuery |
Method Summary | |
void |
contains(String search)
Filters the collection to search for the specified string in either the word or the definition. |
void |
duplicates(String word,
GlossaryWord gw)
Filters the collection to return exact matches to the specified String which are not the specified GlossaryWord |
void |
exactMatch(String word)
Filters the collection to return only exact matches to the specified word |
com.arsdigita.domain.DomainObject |
getDomainObject()
|
GlossaryWord |
getWord()
Wrapper to getDomainObject which casts to a GlossaryWord |
void |
startsWith(String start)
Filters the collection to only return GlossaryWords which start with the specified string. |
Methods inherited from class com.arsdigita.domain.DomainQuery |
addEqualsFilter, addFilter, addFilter, addInSubqueryFilter, addInSubqueryFilter, addNotEqualsFilter, addNotInSubqueryFilter, addOrder, addOrderWithNull, addPath, alias, clearFilter, clearOrder, close, first, get, getFilterFactory, getParameter, getPosition, getPropertyValues, getType, hasProperty, isAfterLast, isBeforeFirst, isEmpty, isFirst, isLast, last, next, previous, removeFilter, reset, rewind, setFilter, setOrder, setParameter, setRange, setRange, setReturnsLowerBound, setReturnsUpperBound, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void startsWith(String start)
public void exactMatch(String word)
public void duplicates(String word, GlossaryWord gw)
public void contains(String search)
public com.arsdigita.domain.DomainObject getDomainObject()
public GlossaryWord getWord()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |