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 String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class com.liferay.portal.service.persistence.impl.UserGroupFinderBaseImpl
userGroupPersistence
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
(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> 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) 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> 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 String
protected String
getJoin
(LinkedHashMap<String, Object> params) 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.UserGroupFinderBaseImpl
getBadColumnNames, getUserGroupPersistence, setUserGroupPersistence
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
-
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:
countByKeywords
in 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_D
in 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_D
in interfacecom.liferay.portal.kernel.service.persistence.UserGroupFinder
-
filterCountByKeywords
public int filterCountByKeywords(long companyId, String keywords, LinkedHashMap<String, Object> params) - Specified by:
filterCountByKeywords
in 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_D
in 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_D
in 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:
filterFindByKeywords
in 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_D
in 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_D
in 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:
findByKeywords
in 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_D
in 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_D
in 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)
-