Uses of Class
lumis.util.query.QueryUpdate
-
Packages that use QueryUpdate Package Description lumis.content.source.field lumis.doui.table lumis.doui.table.field lumis.service.portalmanagement.group lumis.service.portalmanagement.grouptype Group type administration service.lumis.util.query lumis.util.query.jdbc -
-
Uses of QueryUpdate in lumis.content.source.field
Methods in lumis.content.source.field with parameters of type QueryUpdate Modifier and Type Method Description List<QueryAssignment>
CategorizationSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
List<QueryAssignment>
TagSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
-
Uses of QueryUpdate in lumis.doui.table
Methods in lumis.doui.table that return QueryUpdate Modifier and Type Method Description QueryUpdate
QueryBuilder. buildQueryUpdate()
Methods in lumis.doui.table with parameters of type QueryUpdate Modifier and Type Method Description void
ITableDao. executeUpdate(QueryUpdate queryUpdate, ITransaction transaction)
void
TableDaoJdbc. executeUpdate(QueryUpdate queryUpdate, ITransaction transaction)
-
Uses of QueryUpdate in lumis.doui.table.field
Methods in lumis.doui.table.field with parameters of type QueryUpdate Modifier and Type Method Description abstract List<QueryAssignment>
BaseTableSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
List<QueryAssignment>
FileTableSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
List<QueryAssignment>
GenericTableSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
List<QueryAssignment>
HtmlTableSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
List<QueryAssignment>
ITableSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
Returns a list of query assignments to be used in the given query update. -
Uses of QueryUpdate in lumis.service.portalmanagement.group
Methods in lumis.service.portalmanagement.group with parameters of type QueryUpdate Modifier and Type Method Description List<QueryAssignment>
GroupConfigurationButtonField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
-
Uses of QueryUpdate in lumis.service.portalmanagement.grouptype
Methods in lumis.service.portalmanagement.grouptype with parameters of type QueryUpdate Modifier and Type Method Description List<QueryAssignment>
GroupTypeConfigurationButtonField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
-
Uses of QueryUpdate in lumis.util.query
Methods in lumis.util.query with parameters of type QueryUpdate Modifier and Type Method Description IQueryStatement
IQueryAdapter. getUpdateStatement(QueryUpdate queryUpdate, ITransaction transaction)
-
Uses of QueryUpdate in lumis.util.query.jdbc
Methods in lumis.util.query.jdbc with parameters of type QueryUpdate Modifier and Type Method Description IQueryStatement
GenericQueryAdapterJdbc. getUpdateStatement(QueryUpdate queryUpdate, ITransaction transaction)
-