|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseException | |
---|---|
org.ocap.hn.content.navigation | Manages the content listings. |
Uses of DatabaseException in org.ocap.hn.content.navigation |
---|
Methods in org.ocap.hn.content.navigation that throw DatabaseException | |
---|---|
abstract DatabaseQuery |
DatabaseQuery.and(DatabaseQuery query)
Create a new DatabaseQuery based upon the logical AND of the predicates represented by this query and the argument query. |
abstract DatabaseQuery |
DatabaseQuery.and(DatabaseQuery query,
String contextNode)
Create a new DatabaseQuery object based upon the logical AND of the predicates represented by this query and the argument query. |
ContentList |
ContentList.filterContentList(ContentDatabaseFilter filter)
Filters the ContentList. |
static DatabaseQuery |
DatabaseQuery.newInstance(String fieldName,
int comparison,
String value)
Make a new DatabaseQuery for a specific value in a specific field. |
abstract DatabaseQuery |
DatabaseQuery.or(DatabaseQuery query)
Create a new DatabaseQuery based upon the logical OR of the predicates represented by this query and the argument query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |