public class GroupFinderImpl extends GroupFinderBaseImpl implements com.liferay.portal.kernel.service.persistence.GroupFinder
groupPersistenceCAST_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 |
|---|
GroupFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator) |
protected List<Long> |
countByC_PG_N_D(com.liferay.portal.kernel.dao.orm.Session session,
long companyId,
long parentGroupId,
String parentGroupIdComparator,
String[] names,
String[] descriptions,
Map<String,Object> params,
boolean andOperator) |
int |
countByG_U(long groupId,
long userId,
boolean inherit) |
protected int |
countByGroupId(com.liferay.portal.kernel.dao.orm.Session session,
long groupId,
Map<String,Object> params) |
int |
countByLayouts(long companyId,
long parentGroupId,
boolean site) |
int |
countByLayouts(long companyId,
long parentGroupId,
boolean site,
Boolean active) |
List<Long> |
findByActiveGroupIds(long userId) |
List<Long> |
findByC_A(long companyId,
boolean active) |
List<com.liferay.portal.kernel.model.Group> |
findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
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.Group> orderByComparator) |
com.liferay.portal.kernel.model.Group |
findByC_GK(long companyId,
String groupKey) |
List<Long> |
findByC_P(long companyId,
long parentGroupId,
long previousGroupId,
int size) |
List<com.liferay.portal.kernel.model.Group> |
findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator) |
List<com.liferay.portal.kernel.model.Group> |
findByL_TS_S_RSGC(long liveGroupId,
String typeSettings,
boolean site,
int remoteStagingGroupCount) |
List<com.liferay.portal.kernel.model.Group> |
findByLayouts(long companyId,
long parentGroupId,
boolean site,
Boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator) |
List<com.liferay.portal.kernel.model.Group> |
findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator) |
List<com.liferay.portal.kernel.model.Group> |
findByLiveGroups() |
List<com.liferay.portal.kernel.model.Group> |
findBySystem(long companyId) |
protected String |
getJoin(Map<String,Object> params) |
protected String |
getWhere(Map<String,Object> params) |
protected String |
replaceJoinAndWhere(String sql,
Map<String,Object> params) |
protected String |
replaceOrderBy(String sql,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator) |
protected void |
setJoin(com.liferay.portal.kernel.dao.orm.QueryPos queryPos,
Map<String,Object> params) |
getBadColumnNames, getGroupPersistence, setGroupPersistenceappendOrderByComparator, 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, updateImplpublic static final String COUNT_BY_LAYOUTS
public static final String COUNT_BY_GROUP_ID
public static final String COUNT_BY_C_PG_N_D
public static final String FIND_BY_ACTIVE_GROUPS
public static final String FIND_BY_COMPANY_ID
public static final String FIND_BY_LAYOUTS
public static final String FIND_BY_LIVE_GROUPS
public static final String FIND_BY_SYSTEM
public static final String FIND_BY_C_P
public static final String FIND_BY_C_GK
public static final String FIND_BY_C_A
public static final String FIND_BY_L_TS_S_RSGC
public static final String FIND_BY_C_PG_N_D
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_C_A
public static final String JOIN_BY_ACTION_ID
public static final String JOIN_BY_ACTIVE
public static final String JOIN_BY_CREATOR_USER_ID
public static final String JOIN_BY_GROUP_ORG
public static final String JOIN_BY_GROUPS_ORGS
public static final String JOIN_BY_GROUPS_ROLES
public static final String JOIN_BY_GROUPS_USER_GROUPS
public static final String JOIN_BY_LAYOUT
public static final String JOIN_BY_MANUAL_MEMBERSHIP
public static final String JOIN_BY_MEMBERSHIP_RESTRICTION
public static final String JOIN_BY_PAGE_COUNT
public static final String JOIN_BY_ROLE_RESOURCE_PERMISSIONS
public static final String JOIN_BY_SITE
public static final String JOIN_BY_TYPE
public static final String JOIN_BY_USER_GROUP_ROLE
public static final String JOIN_BY_USERS_GROUPS
public int countByLayouts(long companyId,
long parentGroupId,
boolean site)
countByLayouts in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic int countByLayouts(long companyId,
long parentGroupId,
boolean site,
Boolean active)
countByLayouts in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic int countByG_U(long groupId,
long userId,
boolean inherit)
countByG_U in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic int countByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator)
countByC_C_PG_N_D in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic List<Long> findByActiveGroupIds(long userId)
findByActiveGroupIds in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic List<com.liferay.portal.kernel.model.Group> findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator)
findByCompanyId in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic List<com.liferay.portal.kernel.model.Group> findByLayouts(long companyId,
long parentGroupId,
boolean site,
Boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator)
findByLayouts in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic List<com.liferay.portal.kernel.model.Group> findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator)
findByLayouts in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic List<com.liferay.portal.kernel.model.Group> findByLiveGroups()
findByLiveGroups in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic List<com.liferay.portal.kernel.model.Group> findBySystem(long companyId)
findBySystem in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic List<Long> findByC_P(long companyId,
long parentGroupId,
long previousGroupId,
int size)
findByC_P in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic com.liferay.portal.kernel.model.Group findByC_GK(long companyId,
String groupKey)
throws com.liferay.portal.kernel.exception.NoSuchGroupException
findByC_GK in interface com.liferay.portal.kernel.service.persistence.GroupFindercom.liferay.portal.kernel.exception.NoSuchGroupExceptionpublic List<Long> findByC_A(long companyId,
boolean active)
findByC_A in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic List<com.liferay.portal.kernel.model.Group> findByL_TS_S_RSGC(long liveGroupId,
String typeSettings,
boolean site,
int remoteStagingGroupCount)
findByL_TS_S_RSGC in interface com.liferay.portal.kernel.service.persistence.GroupFinderpublic List<com.liferay.portal.kernel.model.Group> findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
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.Group> orderByComparator)
findByC_C_PG_N_D in interface com.liferay.portal.kernel.service.persistence.GroupFinderprotected int countByGroupId(com.liferay.portal.kernel.dao.orm.Session session,
long groupId,
Map<String,Object> params)
throws Exception
Exceptionprotected List<Long> countByC_PG_N_D(com.liferay.portal.kernel.dao.orm.Session session,
long companyId,
long parentGroupId,
String parentGroupIdComparator,
String[] names,
String[] descriptions,
Map<String,Object> params,
boolean andOperator)
throws Exception
Exceptionprotected String getJoin(Map<String,Object> params)
protected String getWhere(Map<String,Object> params)
protected String replaceJoinAndWhere(String sql,
Map<String,Object> params)
protected String replaceOrderBy(String sql,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Group> orderByComparator)
protected void setJoin(com.liferay.portal.kernel.dao.orm.QueryPos queryPos,
Map<String,Object> params)
throws Exception
Exception