| Package | Description | 
|---|---|
| com.jalios.jcms | 
 Contains the core JCMS classes. 
 | 
| com.jalios.jcms.db | 
| Modifier and Type | Method and Description | 
|---|---|
PageResult.Status | 
QueryResultSet.getStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
QueryResultSet.setStatus(PageResult.Status status)  | 
| Modifier and Type | Method and Description | 
|---|---|
static PageResult.Status | 
PageResult.Status.getFromString(java.lang.String str)  | 
PageResult.Status | 
PageResult.getStatus()  | 
static PageResult.Status | 
PageResult.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static PageResult.Status[] | 
PageResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PageResult.Status.isWorseThan(PageResult.Status status)  | 
void | 
PageResult.setStatus(PageResult.Status status)  | 
| Constructor and Description | 
|---|
PageResult(int totalSize,
          java.util.LinkedHashMap<E,java.lang.Float> resultMap,
          PageResult.Status status)  | 
PageResult(int totalSize,
          java.util.List<E> resultList,
          PageResult.Status status)  | 
PageResult(int totalSize,
          PageResult.Status status)  | 
Copyright © 2001-2010 Jalios SA. All Rights Reserved.