|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.mguennewig.pobjsearch.SearchFactory
public final class SearchFactory
Factory methods for the PObject search framework.
| Method Summary | |
|---|---|
static SearchColumn[] |
createColumns(TableExpr te,
boolean includeId,
java.lang.String... excludeColumns)
Creates a set of SearchColumns based on the meta-data of the
given table usable for a new SearchModel. |
static SearchModel |
createModel(TableExpr te,
boolean includeId,
java.lang.String... excludeColumns)
Creates a new SearchModel based on the meta-data of the
given table. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SearchColumn[] createColumns(TableExpr te,
boolean includeId,
java.lang.String... excludeColumns)
SearchColumns based on the meta-data of the
given table usable for a new SearchModel.
te - The table for which a model should be generated.includeId - Specifies whether the ID field should
be included.excludeColumns - Optionally specifies column names that will be
ignored.createModel(TableExpr, boolean, String[])
public static SearchModel createModel(TableExpr te,
boolean includeId,
java.lang.String... excludeColumns)
SearchModel based on the meta-data of the
given table.
te - The table for which a model should be generated.includeId - Specifies whether the ID field should
be included.excludeColumns - Optionally specifies column names that will be
ignored.createColumns(TableExpr, boolean, String[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||