Class UserGroupFinderImpl
Object
com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>
com.liferay.portal.service.persistence.impl.UserGroupFinderBaseImpl
com.liferay.portal.service.persistence.impl.UserGroupFinderImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory,com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserGroup>,com.liferay.portal.kernel.service.persistence.UserGroupFinder
public class UserGroupFinderImpl
extends UserGroupFinderBaseImpl
implements com.liferay.portal.kernel.service.persistence.UserGroupFinder
- Author:
- Charles May
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.liferay.portal.service.persistence.impl.UserGroupFinderBaseImpl
userGroupPersistenceFields 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 TypeMethodDescriptionintcountByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator) intcountByC_N_D(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator) intcountByKeywords(long companyId, String keywords, LinkedHashMap<String, Object> params) protected intdoCountByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, boolean inlineSQLHelper) protected intdoCountByKeywords(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> orderByComparator, 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> orderByComparator, boolean inlineSQLHelper) intfilterCountByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator) intfilterCountByC_N_D(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator) intfilterCountByKeywords(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> orderByComparator) 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> orderByComparator) 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> orderByComparator) 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> orderByComparator) 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> orderByComparator) 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> orderByComparator) protected Stringprotected StringgetJoin(LinkedHashMap<String, Object> params) protected Stringprotected StringgetWhere(LinkedHashMap<String, Object> params) protected voidsetJoin(com.liferay.portal.kernel.dao.orm.QueryPos queryPos, LinkedHashMap<String, Object> params) Methods inherited from class com.liferay.portal.service.persistence.impl.UserGroupFinderBaseImpl
getBadColumnNames, getUserGroupPersistence, setUserGroupPersistenceMethods 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, updateImplMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, dslQueryCount
-
Field Details
-
COUNT_BY_C_N_D
-
FIND_BY_C_N_D
-
JOIN_BY_USER_GROUP_GROUP_ROLE
-
JOIN_BY_USER_GROUPS_GROUPS
-
JOIN_BY_USER_GROUPS_ROLES
-
JOIN_BY_USER_GROUPS_TEAMS
-
JOIN_BY_USER_GROUPS_USERS
-
-
Constructor Details
-
UserGroupFinderImpl
public UserGroupFinderImpl()
-
-
Method Details
-
countByKeywords
- Specified by:
countByKeywordsin interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
countByC_N_D
public int countByC_N_D(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
countByC_N_Din interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
countByC_N_D
public int countByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
countByC_N_Din interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
filterCountByKeywords
public int filterCountByKeywords(long companyId, String keywords, LinkedHashMap<String, Object> params) - Specified by:
filterCountByKeywordsin interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
filterCountByC_N_D
public int filterCountByC_N_D(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
filterCountByC_N_Din interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
filterCountByC_N_D
public int filterCountByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator) - Specified by:
filterCountByC_N_Din interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
filterFindByKeywords
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> orderByComparator) - Specified by:
filterFindByKeywordsin interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
filterFindByC_N_D
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> orderByComparator) - Specified by:
filterFindByC_N_Din interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
filterFindByC_N_D
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> orderByComparator) - Specified by:
filterFindByC_N_Din interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
findByKeywords
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> orderByComparator) - Specified by:
findByKeywordsin interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
findByC_N_D
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> orderByComparator) - Specified by:
findByC_N_Din interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
findByC_N_D
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> orderByComparator) - Specified by:
findByC_N_Din interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
doCountByKeywords
protected int doCountByKeywords(long companyId, String keywords, LinkedHashMap<String, Object> params, boolean inlineSQLHelper) -
doCountByC_N_D
protected int doCountByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, boolean inlineSQLHelper) -
doFindByKeywords
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> orderByComparator, boolean inlineSQLHelper) -
doFindByC_N_D
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> orderByComparator, boolean inlineSQLHelper) -
getJoin
-
getJoin
-
getWhere
-
getWhere
-
setJoin
protected void setJoin(com.liferay.portal.kernel.dao.orm.QueryPos queryPos, LinkedHashMap<String, Object> params)
-