com.liferay.portal.service.persistence
Class UserGroupFinder
java.lang.Object
com.liferay.portal.service.persistence.UserGroupFinder
- public class UserGroupFinder
- extends java.lang.Object
View Source
- Author:
- Charles May
Method Summary |
static int |
countByC_N_D(long companyId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap params)
|
static java.util.List |
findByC_N_D(long companyId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap params,
int begin,
int end)
|
static com.liferay.portal.model.UserGroup |
findByC_N(long companyId,
java.lang.String name)
|
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 java.lang.String COUNT_BY_C_N_D
FIND_BY_C_N
public static java.lang.String FIND_BY_C_N
FIND_BY_C_N_D
public static java.lang.String FIND_BY_C_N_D
JOIN_BY_GROUPS_PERMISSIONS
public static java.lang.String JOIN_BY_GROUPS_PERMISSIONS
JOIN_BY_USER_GROUPS_GROUPS
public static java.lang.String JOIN_BY_USER_GROUPS_GROUPS
JOIN_BY_USER_GROUPS_ROLES
public static java.lang.String JOIN_BY_USER_GROUPS_ROLES
UserGroupFinder
public UserGroupFinder()
countByC_N_D
public static int countByC_N_D(long companyId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap params)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_N
public static com.liferay.portal.model.UserGroup findByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.NoSuchUserGroupException
com.liferay.portal.SystemException
findByC_N_D
public static java.util.List findByC_N_D(long companyId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap params,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException