public class RoleFinderImpl extends RoleFinderBaseImpl implements com.liferay.portal.kernel.service.persistence.RoleFinder
Modifier and Type | Field and Description |
---|---|
static String |
COUNT_BY_C_N_D_T |
static String |
COUNT_BY_C_N_T_D_T |
static String |
COUNT_BY_GROUP_ROLE_AND_TEAM_ROLE |
static String |
FIND_BY_C_N_D_T |
static String |
FIND_BY_C_N_T_D_T |
static String |
FIND_BY_GROUP_ROLE_AND_TEAM_ROLE |
static String |
JOIN_BY_USERS_ROLES |
rolePersistence
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, 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 |
---|
RoleFinderImpl() |
Modifier and Type | Method and Description |
---|---|
int |
countByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
countByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
countByC_N_T_D_T(long companyId,
String[] names,
String[] titles,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
countByC_N_T_D_T(long companyId,
String name,
String title,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
countByGroupRoleAndTeamRole(long companyId,
String keywords,
List<String> excludedNames,
int[] types,
long excludedTeamRoleId,
long teamGroupId) |
int |
countByKeywords(long companyId,
String keywords,
Integer[] types) |
int |
countByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params) |
protected int |
doCountByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
boolean inlineSQLHelper) |
protected int |
doCountByC_N_T_D_T(long companyId,
String[] names,
String[] titles,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
boolean inlineSQLHelper) |
protected int |
doCountByGroupRoleAndTeamRole(long companyId,
String keywords,
List<String> excludedNames,
int[] types,
long excludedTeamRoleId,
long teamGroupId,
boolean inlineSQLHelper) |
protected List<com.liferay.portal.kernel.model.Role> |
doFindByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean inlineSQLHelper) |
protected List<com.liferay.portal.kernel.model.Role> |
doFindByC_N_T_D_T(long companyId,
String[] names,
String[] titles,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator,
boolean inlineSQLHelper) |
protected List<com.liferay.portal.kernel.model.Role> |
doFindByGroupRoleAndTeamRole(long companyId,
String keywords,
List<String> excludedNames,
int[] types,
long excludedTeamRoleId,
long teamGroupId,
int start,
int end,
boolean inlineSQLHelper) |
int |
filterCountByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
filterCountByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
filterCountByC_N_T_D_T(long companyId,
String[] names,
String[] titles,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
filterCountByC_N_T_D_T(long companyId,
String name,
String title,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
filterCountByGroupRoleAndTeamRole(long companyId,
String keywords,
List<String> excludedNames,
int[] types,
long excludedTeamRoleId,
long teamGroupId) |
int |
filterCountByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params) |
List<com.liferay.portal.kernel.model.Role> |
filterFindByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
List<com.liferay.portal.kernel.model.Role> |
filterFindByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
List<com.liferay.portal.kernel.model.Role> |
filterFindByC_N_T_D_T(long companyId,
String[] names,
String[] titles,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
List<com.liferay.portal.kernel.model.Role> |
filterFindByC_N_T_D_T(long companyId,
String name,
String title,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
List<com.liferay.portal.kernel.model.Role> |
filterFindByGroupRoleAndTeamRole(long companyId,
String keywords,
List<String> excludedNames,
int[] types,
long excludedTeamRoleId,
long teamGroupId,
int start,
int end) |
List<com.liferay.portal.kernel.model.Role> |
filterFindByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
List<com.liferay.portal.kernel.model.Role> |
findByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
List<com.liferay.portal.kernel.model.Role> |
findByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
List<com.liferay.portal.kernel.model.Role> |
findByC_N_T_D_T(long companyId,
String[] names,
String[] titles,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
List<com.liferay.portal.kernel.model.Role> |
findByC_N_T_D_T(long companyId,
String name,
String title,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
List<com.liferay.portal.kernel.model.Role> |
findByGroupRoleAndTeamRole(long companyId,
String keywords,
List<String> excludedNames,
int[] types,
long excludedTeamRoleId,
long teamGroupId,
int start,
int end) |
List<com.liferay.portal.kernel.model.Role> |
findByKeywords(long companyId,
String keywords,
Integer[] types,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
List<com.liferay.portal.kernel.model.Role> |
findByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator) |
protected String |
getExcludedNames(List<String> excludedNames) |
protected String |
getJoin(LinkedHashMap<String,Object> params) |
protected String |
getJoin(String key) |
protected String |
getTypes(int size) |
protected String |
getWhere(LinkedHashMap<String,Object> params) |
protected String |
getWhere(String key) |
protected void |
setJoin(com.liferay.portal.kernel.dao.orm.QueryPos queryPos,
LinkedHashMap<String,Object> params) |
getBadColumnNames, getRolePersistence, setRolePersistence
appendOrderByComparator, appendOrderByComparator, cacheResult, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getEntityCache, getFinderCache, getListeners, getModelClass, getPKDBName, getSelectSQL, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update, updateImpl
public static final String COUNT_BY_GROUP_ROLE_AND_TEAM_ROLE
public static final String COUNT_BY_C_N_D_T
public static final String COUNT_BY_C_N_T_D_T
public static final String FIND_BY_GROUP_ROLE_AND_TEAM_ROLE
public static final String FIND_BY_C_N_D_T
public static final String FIND_BY_C_N_T_D_T
public static final String JOIN_BY_USERS_ROLES
public int countByGroupRoleAndTeamRole(long companyId, String keywords, List<String> excludedNames, int[] types, long excludedTeamRoleId, long teamGroupId)
countByGroupRoleAndTeamRole
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int countByKeywords(long companyId, String keywords, Integer[] types)
countByKeywords
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int countByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params)
countByKeywords
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int countByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator)
countByC_N_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int countByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator)
countByC_N_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int countByC_N_T_D_T(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator)
countByC_N_T_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int countByC_N_T_D_T(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator)
countByC_N_T_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int filterCountByGroupRoleAndTeamRole(long companyId, String keywords, List<String> excludedNames, int[] types, long excludedTeamRoleId, long teamGroupId)
filterCountByGroupRoleAndTeamRole
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int filterCountByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params)
filterCountByKeywords
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int filterCountByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator)
filterCountByC_N_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int filterCountByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator)
filterCountByC_N_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int filterCountByC_N_T_D_T(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator)
filterCountByC_N_T_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public int filterCountByC_N_T_D_T(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator)
filterCountByC_N_T_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> filterFindByGroupRoleAndTeamRole(long companyId, String keywords, List<String> excludedNames, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end)
filterFindByGroupRoleAndTeamRole
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> filterFindByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
filterFindByKeywords
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> filterFindByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
filterFindByC_N_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> filterFindByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
filterFindByC_N_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> filterFindByC_N_T_D_T(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
filterFindByC_N_T_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> filterFindByC_N_T_D_T(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
filterFindByC_N_T_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> findByGroupRoleAndTeamRole(long companyId, String keywords, List<String> excludedNames, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end)
findByGroupRoleAndTeamRole
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> findByKeywords(long companyId, String keywords, Integer[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
findByKeywords
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> findByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
findByKeywords
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> findByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
findByC_N_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> findByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
findByC_N_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> findByC_N_T_D_T(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
findByC_N_T_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
public List<com.liferay.portal.kernel.model.Role> findByC_N_T_D_T(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator)
findByC_N_T_D_T
in interface com.liferay.portal.kernel.service.persistence.RoleFinder
protected int doCountByGroupRoleAndTeamRole(long companyId, String keywords, List<String> excludedNames, int[] types, long excludedTeamRoleId, long teamGroupId, boolean inlineSQLHelper)
protected int doCountByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, boolean inlineSQLHelper)
protected int doCountByC_N_T_D_T(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, boolean inlineSQLHelper)
protected List<com.liferay.portal.kernel.model.Role> doFindByGroupRoleAndTeamRole(long companyId, String keywords, List<String> excludedNames, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end, boolean inlineSQLHelper)
protected List<com.liferay.portal.kernel.model.Role> doFindByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean inlineSQLHelper)
protected List<com.liferay.portal.kernel.model.Role> doFindByC_N_T_D_T(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Role> orderByComparator, boolean inlineSQLHelper)
protected String getExcludedNames(List<String> excludedNames)
protected String getJoin(LinkedHashMap<String,Object> params)
protected String getJoin(String key)
protected String getTypes(int size)
protected String getWhere(LinkedHashMap<String,Object> params)
protected String getWhere(String key)
protected void setJoin(com.liferay.portal.kernel.dao.orm.QueryPos queryPos, LinkedHashMap<String,Object> params)