nl.gx.webmanager.handler.forms
Interface QueryMapping
public interface QueryMapping
Models querymappings that may be used to map resourceentries to queryparameters. Currently this is only used in the
DBEntryFormHandler. This handler was written to handle the special query formpart where the result of a select query
is presented to the user and the user is allowed to manipulate the results. The querymappings link columnnumbers in
these results to a resource entry, the local parameter name it had in the query and on the page and, if applicable
a columnvalue.
getResourceEntry
ResourceEntry getResourceEntry()
- Returns:
- the resourceentry that is associated with this column or null if no resourceentry is associated.
getColumnnr
int getColumnnr()
- Returns:
- the number of the column in the results of the specialformpart
getColVal
java.lang.String getColVal()
- Returns:
- null or a value for that was set for the whole column
getPageparname
java.lang.String getPageparname()
- Returns:
- the name that is used in webmanager for this column (may be different from queryparname
getQueryparname
java.lang.String getQueryparname()
- Returns:
- the name the column has in the query
Copyright © 2007-2011 GX Software BV. All Rights Reserved.