|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.UserGroupGroupRoleUtil
public class UserGroupGroupRoleUtil
The persistence utility for the user group group role service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
UserGroupGroupRolePersistence,
UserGroupGroupRolePersistenceImpl| Constructor Summary | |
|---|---|
UserGroupGroupRoleUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<UserGroupGroupRole> userGroupGroupRoles)
Caches the user group group roles in the entity cache if it is enabled. |
static void |
cacheResult(UserGroupGroupRole userGroupGroupRole)
Caches the user group group role in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(UserGroupGroupRole userGroupGroupRole)
|
static int |
countAll()
Counts all the user group group roles. |
static int |
countByG_R(long groupId,
long roleId)
Counts all the user group group roles where groupId = ? and roleId = ?. |
static int |
countByGroupId(long groupId)
Counts all the user group group roles where groupId = ?. |
static int |
countByRoleId(long roleId)
Counts all the user group group roles where roleId = ?. |
static int |
countByU_G(long userGroupId,
long groupId)
Counts all the user group group roles where userGroupId = ? and groupId = ?. |
static int |
countByUserGroupId(long userGroupId)
Counts all the user group group roles where userGroupId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static UserGroupGroupRole |
create(UserGroupGroupRolePK userGroupGroupRolePK)
Creates a new user group group role with the primary key. |
static UserGroupGroupRole |
fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
Finds the user group group role with the primary key or returns null if it could not be found. |
static List<UserGroupGroupRole> |
findAll()
Finds all the user group group roles. |
static List<UserGroupGroupRole> |
findAll(int start,
int end)
Finds a range of all the user group group roles. |
static List<UserGroupGroupRole> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user group group roles. |
static UserGroupGroupRole |
findByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
Finds the first user group group role in the ordered set where groupId = ? and roleId = ?. |
static UserGroupGroupRole |
findByG_R_Last(long groupId,
long roleId,
OrderByComparator orderByComparator)
Finds the last user group group role in the ordered set where groupId = ? and roleId = ?. |
static UserGroupGroupRole[] |
findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
long roleId,
OrderByComparator orderByComparator)
Finds the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?. |
static List<UserGroupGroupRole> |
findByG_R(long groupId,
long roleId)
Finds all the user group group roles where groupId = ? and roleId = ?. |
static List<UserGroupGroupRole> |
findByG_R(long groupId,
long roleId,
int start,
int end)
Finds a range of all the user group group roles where groupId = ? and roleId = ?. |
static List<UserGroupGroupRole> |
findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user group group roles where groupId = ? and roleId = ?. |
static UserGroupGroupRole |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first user group group role in the ordered set where groupId = ?. |
static UserGroupGroupRole |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last user group group role in the ordered set where groupId = ?. |
static UserGroupGroupRole[] |
findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
OrderByComparator orderByComparator)
Finds the user group group roles before and after the current user group group role in the ordered set where groupId = ?. |
static List<UserGroupGroupRole> |
findByGroupId(long groupId)
Finds all the user group group roles where groupId = ?. |
static List<UserGroupGroupRole> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the user group group roles where groupId = ?. |
static List<UserGroupGroupRole> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user group group roles where groupId = ?. |
static UserGroupGroupRole |
findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
Finds the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found. |
static UserGroupGroupRole |
findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Finds the first user group group role in the ordered set where roleId = ?. |
static UserGroupGroupRole |
findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Finds the last user group group role in the ordered set where roleId = ?. |
static UserGroupGroupRole[] |
findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long roleId,
OrderByComparator orderByComparator)
Finds the user group group roles before and after the current user group group role in the ordered set where roleId = ?. |
static List<UserGroupGroupRole> |
findByRoleId(long roleId)
Finds all the user group group roles where roleId = ?. |
static List<UserGroupGroupRole> |
findByRoleId(long roleId,
int start,
int end)
Finds a range of all the user group group roles where roleId = ?. |
static List<UserGroupGroupRole> |
findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user group group roles where roleId = ?. |
static UserGroupGroupRole |
findByU_G_First(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Finds the first user group group role in the ordered set where userGroupId = ? and groupId = ?. |
static UserGroupGroupRole |
findByU_G_Last(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Finds the last user group group role in the ordered set where userGroupId = ? and groupId = ?. |
static UserGroupGroupRole[] |
findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Finds the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?. |
static List<UserGroupGroupRole> |
findByU_G(long userGroupId,
long groupId)
Finds all the user group group roles where userGroupId = ? and groupId = ?. |
static List<UserGroupGroupRole> |
findByU_G(long userGroupId,
long groupId,
int start,
int end)
Finds a range of all the user group group roles where userGroupId = ? and groupId = ?. |
static List<UserGroupGroupRole> |
findByU_G(long userGroupId,
long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user group group roles where userGroupId = ? and groupId = ?. |
static UserGroupGroupRole |
findByUserGroupId_First(long userGroupId,
OrderByComparator orderByComparator)
Finds the first user group group role in the ordered set where userGroupId = ?. |
static UserGroupGroupRole |
findByUserGroupId_Last(long userGroupId,
OrderByComparator orderByComparator)
Finds the last user group group role in the ordered set where userGroupId = ?. |
static UserGroupGroupRole[] |
findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
OrderByComparator orderByComparator)
Finds the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?. |
static List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId)
Finds all the user group group roles where userGroupId = ?. |
static List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId,
int start,
int end)
Finds a range of all the user group group roles where userGroupId = ?. |
static List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user group group roles where userGroupId = ?. |
static List<UserGroupGroupRole> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<UserGroupGroupRole> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<UserGroupGroupRole> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static UserGroupGroupRolePersistence |
getPersistence()
|
static UserGroupGroupRole |
remove(UserGroupGroupRole userGroupGroupRole)
|
static UserGroupGroupRole |
remove(UserGroupGroupRolePK userGroupGroupRolePK)
Removes the user group group role with the primary key from the database. |
static void |
removeAll()
Removes all the user group group roles from the database. |
static void |
removeByG_R(long groupId,
long roleId)
Removes all the user group group roles where groupId = ? and roleId = ? from the database. |
static void |
removeByGroupId(long groupId)
Removes all the user group group roles where groupId = ? from the database. |
static void |
removeByRoleId(long roleId)
Removes all the user group group roles where roleId = ? from the database. |
static void |
removeByU_G(long userGroupId,
long groupId)
Removes all the user group group roles where userGroupId = ? and groupId = ? from the database. |
static void |
removeByUserGroupId(long userGroupId)
Removes all the user group group roles where userGroupId = ? from the database. |
void |
setPersistence(UserGroupGroupRolePersistence persistence)
|
static UserGroupGroupRole |
update(UserGroupGroupRole userGroupGroupRole,
boolean merge)
|
static UserGroupGroupRole |
update(UserGroupGroupRole userGroupGroupRole,
boolean merge,
ServiceContext serviceContext)
|
static UserGroupGroupRole |
updateImpl(UserGroupGroupRole userGroupGroupRole,
boolean merge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserGroupGroupRoleUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(UserGroupGroupRole userGroupGroupRole)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<UserGroupGroupRole> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<UserGroupGroupRole> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<UserGroupGroupRole> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static UserGroupGroupRole remove(UserGroupGroupRole userGroupGroupRole)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static UserGroupGroupRole update(UserGroupGroupRole userGroupGroupRole,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static UserGroupGroupRole update(UserGroupGroupRole userGroupGroupRole,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(UserGroupGroupRole userGroupGroupRole)
userGroupGroupRole - the user group group role to cachepublic static void cacheResult(List<UserGroupGroupRole> userGroupGroupRoles)
userGroupGroupRoles - the user group group roles to cachepublic static UserGroupGroupRole create(UserGroupGroupRolePK userGroupGroupRolePK)
userGroupGroupRolePK - the primary key for the new user group group role
public static UserGroupGroupRole remove(UserGroupGroupRolePK userGroupGroupRolePK)
throws NoSuchUserGroupGroupRoleException,
SystemException
userGroupGroupRolePK - the primary key of the user group group role to remove
NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole updateImpl(UserGroupGroupRole userGroupGroupRole,
boolean merge)
throws SystemException
SystemException
public static UserGroupGroupRole findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
throws NoSuchUserGroupGroupRoleException,
SystemException
NoSuchUserGroupGroupRoleException if it could not be found.
userGroupGroupRolePK - the primary key of the user group group role to find
NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
throws SystemException
null if it could not be found.
userGroupGroupRolePK - the primary key of the user group group role to find
null if a user group group role with the primary key could not be found
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByUserGroupId(long userGroupId)
throws SystemException
userGroupId - the user group id to search with
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByUserGroupId(long userGroupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupId - the user group id to search withstart - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByUserGroupId(long userGroupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupId - the user group id to search withstart - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static UserGroupGroupRole findByUserGroupId_First(long userGroupId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupId - the user group id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a matching user group group role could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole findByUserGroupId_Last(long userGroupId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupId - the user group id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a matching user group group role could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole[] findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupGroupRolePK - the primary key of the current user group group roleuserGroupId - the user group id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be found
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstart - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withstart - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static UserGroupGroupRole findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a matching user group group role could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a matching user group group role could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole[] findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupGroupRolePK - the primary key of the current user group group rolegroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be found
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByRoleId(long roleId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
roleId - the role id to search withstart - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
roleId - the role id to search withstart - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static UserGroupGroupRole findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
roleId - the role id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a matching user group group role could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
roleId - the role id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a matching user group group role could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole[] findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long roleId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupGroupRolePK - the primary key of the current user group group roleroleId - the role id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be found
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByU_G(long userGroupId,
long groupId)
throws SystemException
userGroupId - the user group id to search withgroupId - the group id to search with
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByU_G(long userGroupId,
long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupId - the user group id to search withgroupId - the group id to search withstart - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByU_G(long userGroupId,
long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupId - the user group id to search withgroupId - the group id to search withstart - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static UserGroupGroupRole findByU_G_First(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupId - the user group id to search withgroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a matching user group group role could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole findByU_G_Last(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupId - the user group id to search withgroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a matching user group group role could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole[] findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupGroupRolePK - the primary key of the current user group group roleuserGroupId - the user group id to search withgroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be found
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByG_R(long groupId,
long roleId)
throws SystemException
groupId - the group id to search withroleId - the role id to search with
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByG_R(long groupId,
long roleId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withroleId - the role id to search withstart - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withroleId - the role id to search withstart - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static UserGroupGroupRole findByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withroleId - the role id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a matching user group group role could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole findByG_R_Last(long groupId,
long roleId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withroleId - the role id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a matching user group group role could not be found
SystemException - if a system exception occurred
public static UserGroupGroupRole[] findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
long roleId,
OrderByComparator orderByComparator)
throws NoSuchUserGroupGroupRoleException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userGroupGroupRolePK - the primary key of the current user group group rolegroupId - the group id to search withroleId - the role id to search withorderByComparator - the comparator to order the set by
NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be found
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)
SystemException - if a system exception occurred
public static List<UserGroupGroupRole> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of user group group roles to returnend - the upper bound of the range of user group group roles to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByUserGroupId(long userGroupId)
throws SystemException
userGroupId - the user group id to search with
SystemException - if a system exception occurred
public static void removeByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static void removeByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
public static void removeByU_G(long userGroupId,
long groupId)
throws SystemException
userGroupId - the user group id to search withgroupId - the group id to search with
SystemException - if a system exception occurred
public static void removeByG_R(long groupId,
long roleId)
throws SystemException
groupId - the group id to search withroleId - the role id to search with
SystemException - if a system exception occurred
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByUserGroupId(long userGroupId)
throws SystemException
userGroupId - the user group id to search with
SystemException - if a system exception occurred
public static int countByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static int countByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
public static int countByU_G(long userGroupId,
long groupId)
throws SystemException
userGroupId - the user group id to search withgroupId - the group id to search with
SystemException - if a system exception occurred
public static int countByG_R(long groupId,
long roleId)
throws SystemException
groupId - the group id to search withroleId - the role id to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static UserGroupGroupRolePersistence getPersistence()
public void setPersistence(UserGroupGroupRolePersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||