Class SqlGroupSelectorByCriteriaBuilder
- java.lang.Object
-
- org.silverpeas.core.admin.user.dao.SqlGroupSelectorByCriteriaBuilder
-
public class SqlGroupSelectorByCriteriaBuilder extends Object
A builder ofJdbcSqlQuery
to select some fields of the groups of users found from some given criteria.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JdbcSqlQuery
build(GroupsSearchCriteria criteria)
Builds the SQL query to find theGroupState.VALID
groups of users that match the specified criteria.
-
-
-
Method Detail
-
build
public JdbcSqlQuery build(GroupsSearchCriteria criteria)
Builds the SQL query to find theGroupState.VALID
groups of users that match the specified criteria.- Parameters:
criteria
- a set of criteria on the groups of users to find.- Returns:
- the SQL query matching the specified criteria.
-
-