Class RoleFinderImpl
Object
com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Role>
com.liferay.portal.service.persistence.impl.RoleFinderBaseImpl
com.liferay.portal.service.persistence.impl.RoleFinderImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory
,com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Role>
,com.liferay.portal.kernel.service.persistence.RoleFinder
public class RoleFinderImpl
extends RoleFinderBaseImpl
implements com.liferay.portal.kernel.service.persistence.RoleFinder
- Author:
- Brian Wing Shun Chan, Marcellus Tavares, Connor McKay
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from class com.liferay.portal.service.persistence.impl.RoleFinderBaseImpl
rolePersistence
Fields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
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 name, List<String> excludedNames, String title, String description, 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 name, List<String> excludedNames, String title, String description, 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 name, List<String> excludedNames, String title, String description, 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 name, List<String> excludedNames, String title, String description, 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 name, List<String> excludedNames, String title, String description, 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 name, List<String> excludedNames, String title, String description, 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
protected String
getJoin
(LinkedHashMap<String, Object> params) protected String
getTypes
(int size) protected String
protected String
getWhere
(LinkedHashMap<String, Object> params) protected void
setJoin
(com.liferay.portal.kernel.dao.orm.QueryPos queryPos, LinkedHashMap<String, Object> params) Methods inherited from class com.liferay.portal.service.persistence.impl.RoleFinderBaseImpl
getBadColumnNames, getRolePersistence, setRolePersistence
Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
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, removeByFunction, removeConjunction, removeImpl, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update, updateImpl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, dslQueryCount
-
Field Details
-
COUNT_BY_C_N_D_T
-
COUNT_BY_C_N_T_D_T
-
FIND_BY_C_N_D_T
-
FIND_BY_C_N_T_D_T
-
JOIN_BY_USERS_ROLES
-
-
Constructor Details
-
RoleFinderImpl
public RoleFinderImpl()
-
-
Method Details
-
countByGroupRoleAndTeamRole
public int countByGroupRoleAndTeamRole(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId) - Specified by:
countByGroupRoleAndTeamRole
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
countByKeywords
- Specified by:
countByKeywords
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
countByKeywords
public int countByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params) - Specified by:
countByKeywords
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
countByC_N_D_T
public int countByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
countByC_N_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
countByC_N_D_T
public int countByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
countByC_N_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
countByC_N_T_D_T
public int countByC_N_T_D_T(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
countByC_N_T_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
countByC_N_T_D_T
public int countByC_N_T_D_T(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
countByC_N_T_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterCountByGroupRoleAndTeamRole
public int filterCountByGroupRoleAndTeamRole(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId) - Specified by:
filterCountByGroupRoleAndTeamRole
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterCountByKeywords
public int filterCountByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params) - Specified by:
filterCountByKeywords
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterCountByC_N_D_T
public int filterCountByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
filterCountByC_N_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterCountByC_N_D_T
public int filterCountByC_N_D_T(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
filterCountByC_N_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterCountByC_N_T_D_T
public int filterCountByC_N_T_D_T(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
filterCountByC_N_T_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterCountByC_N_T_D_T
public int filterCountByC_N_T_D_T(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
filterCountByC_N_T_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterFindByGroupRoleAndTeamRole
public List<com.liferay.portal.kernel.model.Role> filterFindByGroupRoleAndTeamRole(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) - Specified by:
filterFindByGroupRoleAndTeamRole
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterFindByKeywords
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) - Specified by:
filterFindByKeywords
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterFindByC_N_D_T
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) - Specified by:
filterFindByC_N_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterFindByC_N_D_T
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) - Specified by:
filterFindByC_N_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterFindByC_N_T_D_T
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) - Specified by:
filterFindByC_N_T_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
filterFindByC_N_T_D_T
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) - Specified by:
filterFindByC_N_T_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
findByGroupRoleAndTeamRole
public List<com.liferay.portal.kernel.model.Role> findByGroupRoleAndTeamRole(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) - Specified by:
findByGroupRoleAndTeamRole
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
findByKeywords
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) - Specified by:
findByKeywords
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
findByKeywords
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) - Specified by:
findByKeywords
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
findByC_N_D_T
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) - Specified by:
findByC_N_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
findByC_N_D_T
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) - Specified by:
findByC_N_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
findByC_N_T_D_T
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) - Specified by:
findByC_N_T_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
findByC_N_T_D_T
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) - Specified by:
findByC_N_T_D_T
in interfacecom.liferay.portal.kernel.service.persistence.RoleFinder
-
doCountByGroupRoleAndTeamRole
-
doCountByC_N_D_T
-
doCountByC_N_T_D_T
-
doFindByGroupRoleAndTeamRole
-
doFindByC_N_D_T
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) -
doFindByC_N_T_D_T
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) -
getExcludedNames
-
getJoin
-
getJoin
-
getTypes
-
getWhere
-
getWhere
-
setJoin
protected void setJoin(com.liferay.portal.kernel.dao.orm.QueryPos queryPos, LinkedHashMap<String, Object> params)
-