com.liferay.portal.service.persistence.impl
Class UserGroupFinderImpl
java.lang.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
| Fields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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 |
|
Method Summary |
int |
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)
|
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> obc)
|
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> obc)
|
com.liferay.portal.kernel.model.UserGroup |
findByC_N(long companyId,
String name)
Deprecated. As of 7.0.0, with no direct replacement |
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> obc)
|
protected String |
getJoin(LinkedHashMap<String,Object> params)
|
protected String |
getJoin(String key)
|
protected String |
getWhere(LinkedHashMap<String,Object> params)
|
protected String |
getWhere(String key,
Object value)
|
protected void |
setJoin(com.liferay.portal.kernel.dao.orm.QueryPos qPos,
LinkedHashMap<String,Object> params)
|
| Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImpl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_C_N_D
public static final String COUNT_BY_C_N_D
FIND_BY_C_N_D
public static final String FIND_BY_C_N_D
JOIN_BY_USER_GROUP_GROUP_ROLE
public static final String JOIN_BY_USER_GROUP_GROUP_ROLE
JOIN_BY_USER_GROUPS_GROUPS
public static final String JOIN_BY_USER_GROUPS_GROUPS
JOIN_BY_USER_GROUPS_ROLES
public static final String JOIN_BY_USER_GROUPS_ROLES
JOIN_BY_USER_GROUPS_TEAMS
public static final String JOIN_BY_USER_GROUPS_TEAMS
JOIN_BY_USER_GROUPS_USERS
public static final String JOIN_BY_USER_GROUPS_USERS
UserGroupFinderImpl
public UserGroupFinderImpl()
countByKeywords
public int countByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
- Specified by:
countByKeywords in interface com.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 interface com.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 interface com.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> obc)
- Specified by:
findByKeywords in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
findByC_N
@Deprecated
public com.liferay.portal.kernel.model.UserGroup findByC_N(long companyId,
String name)
throws com.liferay.portal.kernel.exception.NoSuchUserGroupException
- Deprecated. As of 7.0.0, with no direct replacement
- Specified by:
findByC_N in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
- Throws:
com.liferay.portal.kernel.exception.NoSuchUserGroupException
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> obc)
- Specified by:
findByC_N_D in interface com.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> obc)
- Specified by:
findByC_N_D in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
getJoin
protected String getJoin(LinkedHashMap<String,Object> params)
getJoin
protected String getJoin(String key)
getWhere
protected String getWhere(LinkedHashMap<String,Object> params)
getWhere
protected String getWhere(String key,
Object value)
setJoin
protected void setJoin(com.liferay.portal.kernel.dao.orm.QueryPos qPos,
LinkedHashMap<String,Object> params)