| java.lang.Object org.romaframework.aspect.view.form.SelectableInstance org.romaframework.module.crud.CRUDMain
DEF_PAGE_ELEMENTS | final public static int DEF_PAGE_ELEMENTS(Code) | | |
QUERY_ALL_MESSAGE | final protected static String QUERY_ALL_MESSAGE(Code) | | |
log | protected static Log log(Code) | | |
pageElements | protected int pageElements(Code) | | |
deselectAll | public void deselectAll()(Code) | | |
executePagingQuery | protected void executePagingQuery()(Code) | | |
executeQuery | protected void executeQuery()(Code) | | |
getPageElements | public int getPageElements()(Code) | | |
loadPage | public void loadPage(int iPage)(Code) | | |
onClassLoading | public void onClassLoading(Class> iClass)(Code) | | |
onDispose | public void onDispose()(Code) | | |
onShow | public void onShow()(Code) | | |
refresh | public void refresh()(Code) | | |
report | public void report()(Code) | | Generate a report for the current view using the ReportingAspect.
|
search | public void search()(Code) | | By default search uses the "Search By Example" pattern by invoking the searchByExample() method. Overwrite this to use the
searchByQuery() or any other mode.
|
searchByExample | public void searchByExample()(Code) | | Search entities using the "Search By Example" pattern. All filter's properties with value different by null are evaluated in
the query predicate.
|
searchByExample | public void searchByExample(QueryByFilter iAdditionalFilter)(Code) | | Search entities using the "Search By Example" pattern. All filter's properties with value different by null are evaluated in
the query predicate. iAdditionalFilter allow to specify additional constaints for the autogenerated QBE.
|
searchByFilter | public void searchByFilter(QueryByFilter iQueryFilter)(Code) | | Search entities using the "Search By Example" pattern. This variant uses a QueryFilter instance as filter. This allow a much
more powerful control over filtering by simple QBE upon.
|
searchByQuery | public void searchByQuery(String iText)(Code) | | Search entities by passing a query text. The language of query text must be understood by underline Persistence Aspect.
Parameters: iText - Query text in the language supported by underline Persistence Aspect |
selectAll | public void selectAll()(Code) | | |
setBackObject | public void setBackObject(Object backObject)(Code) | | |
setPageElements | public void setPageElements(int pageElements)(Code) | | |
setResult | abstract public void setResult(Object iValue)(Code) | | |
setSelection | public void setSelection(Object[] iSelectedObjects)(Code) | | Enable/Disable actions, based on current user profiling if any
|
|
|