public class UserGroupFinderImpl extends UserGroupFinderBaseImpl implements com.liferay.portal.kernel.service.persistence.UserGroupFinder
Modifier and Type | Field and Description |
---|---|
static String |
COUNT_BY_C_N_D |
static String |
FIND_BY_C_N_D |
static String |
JOIN_BY_USER_GROUP_GROUP_ROLE |
static String |
JOIN_BY_USER_GROUPS_GROUPS |
static String |
JOIN_BY_USER_GROUPS_ROLES |
static String |
JOIN_BY_USER_GROUPS_TEAMS |
static String |
JOIN_BY_USER_GROUPS_USERS |
userGroupPersistence
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
Constructor and Description |
---|
UserGroupFinderImpl() |
Modifier and Type | Method and Description |
---|---|
int |
countByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
countByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
countByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params) |
protected int |
doCountByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
boolean inlineSQLHelper) |
protected int |
doCountByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
boolean inlineSQLHelper) |
protected List<com.liferay.portal.kernel.model.UserGroup> |
doFindByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc,
boolean inlineSQLHelper) |
protected List<com.liferay.portal.kernel.model.UserGroup> |
doFindByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc,
boolean inlineSQLHelper) |
int |
filterCountByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
filterCountByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
filterCountByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params) |
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc) |
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc) |
List<com.liferay.portal.kernel.model.UserGroup> |
filterFindByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc) |
List<com.liferay.portal.kernel.model.UserGroup> |
findByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc) |
List<com.liferay.portal.kernel.model.UserGroup> |
findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc) |
com.liferay.portal.kernel.model.UserGroup |
findByC_N(long companyId,
String name)
Deprecated.
As of 7.0.0, with no direct replacement
|
List<com.liferay.portal.kernel.model.UserGroup> |
findByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc) |
protected String |
getJoin(LinkedHashMap<String,Object> params) |
protected String |
getJoin(String key) |
protected String |
getWhere(LinkedHashMap<String,Object> params) |
protected String |
getWhere(String key,
Object value) |
protected void |
setJoin(com.liferay.portal.kernel.dao.orm.QueryPos qPos,
LinkedHashMap<String,Object> params) |
getBadColumnNames, getUserGroupPersistence, setUserGroupPersistence
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, updateImpl
public static final String COUNT_BY_C_N_D
public static final String FIND_BY_C_N_D
public static final String JOIN_BY_USER_GROUP_GROUP_ROLE
public static final String JOIN_BY_USER_GROUPS_GROUPS
public static final String JOIN_BY_USER_GROUPS_ROLES
public static final String JOIN_BY_USER_GROUPS_TEAMS
public static final String JOIN_BY_USER_GROUPS_USERS
public int countByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params)
countByKeywords
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
public int countByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
countByC_N_D
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
public int countByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
countByC_N_D
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
public int filterCountByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params)
filterCountByKeywords
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
public int filterCountByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
filterCountByC_N_D
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
public int filterCountByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
filterCountByC_N_D
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
public List<com.liferay.portal.kernel.model.UserGroup> filterFindByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc)
filterFindByKeywords
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
public List<com.liferay.portal.kernel.model.UserGroup> filterFindByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc)
filterFindByC_N_D
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
public List<com.liferay.portal.kernel.model.UserGroup> filterFindByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc)
filterFindByC_N_D
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
public List<com.liferay.portal.kernel.model.UserGroup> findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc)
findByKeywords
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
@Deprecated public com.liferay.portal.kernel.model.UserGroup findByC_N(long companyId, String name) throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
findByC_N
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
com.liferay.portal.kernel.exception.NoSuchUserGroupException
public List<com.liferay.portal.kernel.model.UserGroup> findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc)
findByC_N_D
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
public List<com.liferay.portal.kernel.model.UserGroup> findByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc)
findByC_N_D
in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
protected int doCountByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, boolean inlineSQLHelper)
protected int doCountByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, boolean inlineSQLHelper)
protected List<com.liferay.portal.kernel.model.UserGroup> doFindByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc, boolean inlineSQLHelper)
protected List<com.liferay.portal.kernel.model.UserGroup> doFindByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> obc, boolean inlineSQLHelper)
protected String getJoin(LinkedHashMap<String,Object> params)
protected String getJoin(String key)
protected String getWhere(LinkedHashMap<String,Object> params)
protected String getWhere(String key, Object value)
protected void setJoin(com.liferay.portal.kernel.dao.orm.QueryPos qPos, LinkedHashMap<String,Object> params)