|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserGroupGroupRolePersistence
The persistence interface for the user group group role service.
Never modify or reference this interface directly. Always use UserGroupGroupRoleUtil to access the user group group role persistence. Modify service.xml and rerun ServiceBuilder to regenerate this interface.
Caching information and settings can be found in portal.properties
UserGroupGroupRolePersistenceImpl,
UserGroupGroupRoleUtil| Method Summary | |
|---|---|
void |
cacheResult(List<UserGroupGroupRole> userGroupGroupRoles)
Caches the user group group roles in the entity cache if it is enabled. |
void |
cacheResult(UserGroupGroupRole userGroupGroupRole)
Caches the user group group role in the entity cache if it is enabled. |
int |
countAll()
Counts all the user group group roles. |
int |
countByG_R(long groupId,
long roleId)
Counts all the user group group roles where groupId = ? and roleId = ?. |
int |
countByGroupId(long groupId)
Counts all the user group group roles where groupId = ?. |
int |
countByRoleId(long roleId)
Counts all the user group group roles where roleId = ?. |
int |
countByU_G(long userGroupId,
long groupId)
Counts all the user group group roles where userGroupId = ? and groupId = ?. |
int |
countByUserGroupId(long userGroupId)
Counts all the user group group roles where userGroupId = ?. |
UserGroupGroupRole |
create(UserGroupGroupRolePK userGroupGroupRolePK)
Creates a new user group group role with the primary key. |
UserGroupGroupRole |
fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
Finds the user group group role with the primary key or returns null if it could not be found. |
List<UserGroupGroupRole> |
findAll()
Finds all the user group group roles. |
List<UserGroupGroupRole> |
findAll(int start,
int end)
Finds a range of all the user group group roles. |
List<UserGroupGroupRole> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user group group roles. |
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 = ?. |
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 = ?. |
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 = ?. |
List<UserGroupGroupRole> |
findByG_R(long groupId,
long roleId)
Finds all the user group group roles where groupId = ? and roleId = ?. |
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 = ?. |
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 = ?. |
UserGroupGroupRole |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first user group group role in the ordered set where groupId = ?. |
UserGroupGroupRole |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last user group group role in the ordered set where groupId = ?. |
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 = ?. |
List<UserGroupGroupRole> |
findByGroupId(long groupId)
Finds all the user group group roles where groupId = ?. |
List<UserGroupGroupRole> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the user group group roles where groupId = ?. |
List<UserGroupGroupRole> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user group group roles where groupId = ?. |
UserGroupGroupRole |
findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
Finds the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found. |
UserGroupGroupRole |
findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Finds the first user group group role in the ordered set where roleId = ?. |
UserGroupGroupRole |
findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Finds the last user group group role in the ordered set where roleId = ?. |
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 = ?. |
List<UserGroupGroupRole> |
findByRoleId(long roleId)
Finds all the user group group roles where roleId = ?. |
List<UserGroupGroupRole> |
findByRoleId(long roleId,
int start,
int end)
Finds a range of all the user group group roles where roleId = ?. |
List<UserGroupGroupRole> |
findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user group group roles where roleId = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
List<UserGroupGroupRole> |
findByU_G(long userGroupId,
long groupId)
Finds all the user group group roles where userGroupId = ? and groupId = ?. |
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 = ?. |
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 = ?. |
UserGroupGroupRole |
findByUserGroupId_First(long userGroupId,
OrderByComparator orderByComparator)
Finds the first user group group role in the ordered set where userGroupId = ?. |
UserGroupGroupRole |
findByUserGroupId_Last(long userGroupId,
OrderByComparator orderByComparator)
Finds the last user group group role in the ordered set where userGroupId = ?. |
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 = ?. |
List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId)
Finds all the user group group roles where userGroupId = ?. |
List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId,
int start,
int end)
Finds a range of all the user group group roles where userGroupId = ?. |
List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user group group roles where userGroupId = ?. |
UserGroupGroupRole |
remove(UserGroupGroupRolePK userGroupGroupRolePK)
Removes the user group group role with the primary key from the database. |
void |
removeAll()
Removes all the user group group roles from the database. |
void |
removeByG_R(long groupId,
long roleId)
Removes all the user group group roles where groupId = ? and roleId = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the user group group roles where groupId = ? from the database. |
void |
removeByRoleId(long roleId)
Removes all the user group group roles where roleId = ? from the database. |
void |
removeByU_G(long userGroupId,
long groupId)
Removes all the user group group roles where userGroupId = ? and groupId = ? from the database. |
void |
removeByUserGroupId(long userGroupId)
Removes all the user group group roles where userGroupId = ? from the database. |
UserGroupGroupRole |
updateImpl(UserGroupGroupRole userGroupGroupRole,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
| Method Detail |
|---|
void cacheResult(UserGroupGroupRole userGroupGroupRole)
userGroupGroupRole - the user group group role to cachevoid cacheResult(List<UserGroupGroupRole> userGroupGroupRoles)
userGroupGroupRoles - the user group group roles to cacheUserGroupGroupRole create(UserGroupGroupRolePK userGroupGroupRolePK)
userGroupGroupRolePK - the primary key for the new user group group role
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
UserGroupGroupRole updateImpl(UserGroupGroupRole userGroupGroupRole,
boolean merge)
throws SystemException
SystemException
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
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
List<UserGroupGroupRole> findByUserGroupId(long userGroupId)
throws SystemException
userGroupId - the user group id to search with
SystemException - if a system exception occurred
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
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
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
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
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
List<UserGroupGroupRole> findByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
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
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
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
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
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
List<UserGroupGroupRole> findByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
List<UserGroupGroupRole> findAll()
throws SystemException
SystemException - if a system exception occurred
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
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
void removeByUserGroupId(long userGroupId)
throws SystemException
userGroupId - the user group id to search with
SystemException - if a system exception occurred
void removeByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
void removeByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
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
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
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByUserGroupId(long userGroupId)
throws SystemException
userGroupId - the user group id to search with
SystemException - if a system exception occurred
int countByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
int countByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
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
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
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||