| com.flexive.faces.model.FxResultSetDataModel
FxResultSetDataModel | public class FxResultSetDataModel extends DataModel (Code) | | |
FxResultSetDataModel | public FxResultSetDataModel(FxResultSet result)(Code) | | Initialize a result set model.
Parameters: result - the result set |
FxResultSetDataModel | public FxResultSetDataModel(SearchEngine searchEngine, SqlQueryBuilder queryBuilder, int startRow, int fetchRows)(Code) | | Initialize a result set model. A query builder is used to actually return the
requested rows.
Parameters: queryBuilder - the query builder to be used for submitting queries Parameters: startRow - the first row to be fetched (if not accessed via UIData) Parameters: fetchRows - the default number of rows to be fetched when the first row is accessed(should match the number of rows accessed, e.g. in the UI) Parameters: searchEngine - the search engine |
fetchResult | public void fetchResult(int index)(Code) | | Check if the current result contains the row with the given index, or
submit a new search starting at index if it doesn't.
Parameters: index - the row index to be accessed |
getBriefcaseAcl | public ACL getBriefcaseAcl()(Code) | | |
getBriefcaseDescription | public String getBriefcaseDescription()(Code) | | |
getContentTypes | public List<FxFoundType> getContentTypes()(Code) | | Return the content types present in the result set (independent of the current view).
the content types present in the result set (independent of the current view). |
getFetchRows | public int getFetchRows()(Code) | | |
getGridColumns | public int getGridColumns()(Code) | | |
getResult | public FxResultSet getResult()(Code) | | Return the wrapped result set.
the wrapped result set. |
getRowCount | public int getRowCount()(Code) | | |
getRowIndex | public int getRowIndex()(Code) | | |
getStartRow | public int getStartRow()(Code) | | |
isRowAvailable | public boolean isRowAvailable()(Code) | | |
setBriefcaseAcl | public void setBriefcaseAcl(ACL briefcaseAcl)(Code) | | |
setBriefcaseDescription | public void setBriefcaseDescription(String briefcaseDescription)(Code) | | |
setBriefcaseName | public void setBriefcaseName(String briefcaseName)(Code) | | |
setGridColumns | public void setGridColumns(int gridColumns)(Code) | | |
setRowCount | public void setRowCount(int rowCount)(Code) | | |
setRowIndex | public void setRowIndex(int rowIndex)(Code) | | |
|
|