@ProviderType
public class UserGroupGroupRoleUtil
extends java.lang.Object
UserGroupGroupRolePersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
UserGroupGroupRolePersistence,
UserGroupGroupRolePersistenceImpl| Constructor and Description |
|---|
UserGroupGroupRoleUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cacheResult(java.util.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()
Returns the number of user group group roles.
|
static int |
countByG_R(long groupId,
long roleId)
Returns the number of user group group roles where groupId = ? and roleId = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of user group group roles where groupId = ?.
|
static int |
countByRoleId(long roleId)
Returns the number of user group group roles where roleId = ?.
|
static int |
countByU_G(long userGroupId,
long groupId)
Returns the number of user group group roles where userGroupId = ? and groupId = ?.
|
static int |
countByUserGroupId(long userGroupId)
Returns the number of user group group roles where userGroupId = ?.
|
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery) |
static UserGroupGroupRole |
create(UserGroupGroupRolePK userGroupGroupRolePK)
Creates a new user group group role with the primary key.
|
static UserGroupGroupRole |
fetchByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
|
static UserGroupGroupRole |
fetchByG_R_Last(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
|
static UserGroupGroupRole |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?.
|
static UserGroupGroupRole |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where groupId = ?.
|
static UserGroupGroupRole |
fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
Returns the user group group role with the primary key or returns
null if it could not be found. |
static UserGroupGroupRole |
fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where roleId = ?.
|
static UserGroupGroupRole |
fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where roleId = ?.
|
static UserGroupGroupRole |
fetchByU_G_First(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
|
static UserGroupGroupRole |
fetchByU_G_Last(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
|
static UserGroupGroupRole |
fetchByUserGroupId_First(long userGroupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?.
|
static UserGroupGroupRole |
fetchByUserGroupId_Last(long userGroupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ?.
|
static java.util.List<UserGroupGroupRole> |
findAll()
Returns all the user group group roles.
|
static java.util.List<UserGroupGroupRole> |
findAll(int start,
int end)
Returns a range of all the user group group roles.
|
static java.util.List<UserGroupGroupRole> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles.
|
static UserGroupGroupRole |
findByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns 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)
Returns 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)
Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByG_R(long groupId,
long roleId)
Returns all the user group group roles where groupId = ? and roleId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByG_R(long groupId,
long roleId,
int start,
int end)
Returns a range of all the user group group roles where groupId = ? and roleId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.
|
static UserGroupGroupRole |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?.
|
static UserGroupGroupRole |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where groupId = ?.
|
static UserGroupGroupRole[] |
findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByGroupId(long groupId)
Returns all the user group group roles where groupId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the user group group roles where groupId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where groupId = ?.
|
static UserGroupGroupRole |
findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
Returns 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)
Returns the first user group group role in the ordered set where roleId = ?.
|
static UserGroupGroupRole |
findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where roleId = ?.
|
static UserGroupGroupRole[] |
findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long roleId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByRoleId(long roleId)
Returns all the user group group roles where roleId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByRoleId(long roleId,
int start,
int end)
Returns a range of all the user group group roles where roleId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where roleId = ?.
|
static UserGroupGroupRole |
findByU_G_First(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns 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)
Returns 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)
Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByU_G(long userGroupId,
long groupId)
Returns all the user group group roles where userGroupId = ? and groupId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByU_G(long userGroupId,
long groupId,
int start,
int end)
Returns a range of all the user group group roles where userGroupId = ? and groupId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByU_G(long userGroupId,
long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.
|
static UserGroupGroupRole |
findByUserGroupId_First(long userGroupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?.
|
static UserGroupGroupRole |
findByUserGroupId_Last(long userGroupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ?.
|
static UserGroupGroupRole[] |
findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId)
Returns all the user group group roles where userGroupId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId,
int start,
int end)
Returns a range of all the user group group roles where userGroupId = ?.
|
static java.util.List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where userGroupId = ?.
|
static java.util.List<UserGroupGroupRole> |
findWithDynamicQuery(DynamicQuery dynamicQuery) |
static java.util.List<UserGroupGroupRole> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<UserGroupGroupRole> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator) |
static UserGroupGroupRolePersistence |
getPersistence() |
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)
Deprecated.
As of 6.2.0
|
static UserGroupGroupRole |
update(UserGroupGroupRole userGroupGroupRole) |
static UserGroupGroupRole |
update(UserGroupGroupRole userGroupGroupRole,
ServiceContext serviceContext) |
static UserGroupGroupRole |
updateImpl(UserGroupGroupRole userGroupGroupRole) |
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(UserGroupGroupRole userGroupGroupRole)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)public static java.util.List<UserGroupGroupRole> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)public static java.util.List<UserGroupGroupRole> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
public static java.util.List<UserGroupGroupRole> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
public static UserGroupGroupRole update(UserGroupGroupRole userGroupGroupRole) throws SystemException
public static UserGroupGroupRole update(UserGroupGroupRole userGroupGroupRole, ServiceContext serviceContext) throws SystemException
public static java.util.List<UserGroupGroupRole> findByUserGroupId(long userGroupId) throws SystemException
userGroupId - the user group IDSystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userGroupId - the user group IDstart - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)SystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userGroupId - the user group IDstart - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic static UserGroupGroupRole findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
userGroupId - the user group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole fetchByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator) throws SystemException
userGroupId - the user group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole findByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
userGroupId - the user group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole fetchByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator) throws SystemException
userGroupId - the user group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole[] findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
userGroupGroupRolePK - the primary key of the current user group group roleuserGroupId - the user group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be foundSystemException - if a system exception occurredpublic static void removeByUserGroupId(long userGroupId)
throws SystemException
userGroupId - the user group IDSystemException - if a system exception occurredpublic static int countByUserGroupId(long userGroupId)
throws SystemException
userGroupId - the user group IDSystemException - if a system exception occurredpublic static java.util.List<UserGroupGroupRole> findByGroupId(long groupId) throws SystemException
groupId - the group IDSystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)SystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic static UserGroupGroupRole findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole[] findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
userGroupGroupRolePK - the primary key of the current user group group rolegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be foundSystemException - if a system exception occurredpublic static void removeByGroupId(long groupId)
throws SystemException
groupId - the group IDSystemException - if a system exception occurredpublic static int countByGroupId(long groupId)
throws SystemException
groupId - the group IDSystemException - if a system exception occurredpublic static java.util.List<UserGroupGroupRole> findByRoleId(long roleId) throws SystemException
roleId - the role IDSystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
roleId - the role IDstart - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)SystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
roleId - the role IDstart - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic static UserGroupGroupRole findByRoleId_First(long roleId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
roleId - the role IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole fetchByRoleId_First(long roleId, OrderByComparator orderByComparator) throws SystemException
roleId - the role IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole findByRoleId_Last(long roleId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
roleId - the role IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator) throws SystemException
roleId - the role IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole[] findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
userGroupGroupRolePK - the primary key of the current user group group roleroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be foundSystemException - if a system exception occurredpublic static void removeByRoleId(long roleId)
throws SystemException
roleId - the role IDSystemException - if a system exception occurredpublic static int countByRoleId(long roleId)
throws SystemException
roleId - the role IDSystemException - if a system exception occurredpublic static java.util.List<UserGroupGroupRole> findByU_G(long userGroupId, long groupId) throws SystemException
userGroupId - the user group IDgroupId - the group IDSystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userGroupId - the user group IDgroupId - the group IDstart - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)SystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userGroupId - the user group IDgroupId - the group IDstart - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic static UserGroupGroupRole findByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
userGroupId - the user group IDgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole fetchByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator) throws SystemException
userGroupId - the user group IDgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole findByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
userGroupId - the user group IDgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole fetchByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator) throws SystemException
userGroupId - the user group IDgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole[] findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
userGroupGroupRolePK - the primary key of the current user group group roleuserGroupId - the user group IDgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be foundSystemException - if a system exception occurredpublic static void removeByU_G(long userGroupId,
long groupId)
throws SystemException
userGroupId - the user group IDgroupId - the group IDSystemException - if a system exception occurredpublic static int countByU_G(long userGroupId,
long groupId)
throws SystemException
userGroupId - the user group IDgroupId - the group IDSystemException - if a system exception occurredpublic static java.util.List<UserGroupGroupRole> findByG_R(long groupId, long roleId) throws SystemException
groupId - the group IDroleId - the role IDSystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDroleId - the role IDstart - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)SystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDroleId - the role IDstart - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic static UserGroupGroupRole findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
groupId - the group IDroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
groupId - the group IDroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)null if a matching user group group role could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole[] findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator) throws NoSuchUserGroupGroupRoleException, SystemException
userGroupGroupRolePK - the primary key of the current user group group rolegroupId - the group IDroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)NoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be foundSystemException - if a system exception occurredpublic static void removeByG_R(long groupId,
long roleId)
throws SystemException
groupId - the group IDroleId - the role IDSystemException - if a system exception occurredpublic static int countByG_R(long groupId,
long roleId)
throws SystemException
groupId - the group IDroleId - the role IDSystemException - if a system exception occurredpublic static void cacheResult(UserGroupGroupRole userGroupGroupRole)
userGroupGroupRole - the user group group rolepublic static void cacheResult(java.util.List<UserGroupGroupRole> userGroupGroupRoles)
userGroupGroupRoles - the user group group rolespublic static UserGroupGroupRole create(UserGroupGroupRolePK userGroupGroupRolePK)
userGroupGroupRolePK - the primary key for the new user group group rolepublic static UserGroupGroupRole remove(UserGroupGroupRolePK userGroupGroupRolePK) throws NoSuchUserGroupGroupRoleException, SystemException
userGroupGroupRolePK - the primary key of the user group group roleNoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole updateImpl(UserGroupGroupRole userGroupGroupRole) throws SystemException
SystemExceptionpublic static UserGroupGroupRole findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK) throws NoSuchUserGroupGroupRoleException, SystemException
NoSuchUserGroupGroupRoleException if it could not be found.userGroupGroupRolePK - the primary key of the user group group roleNoSuchUserGroupGroupRoleException - if a user group group role with the primary key could not be foundSystemException - if a system exception occurredpublic static UserGroupGroupRole fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK) throws SystemException
null if it could not be found.userGroupGroupRolePK - the primary key of the user group group rolenull if a user group group role with the primary key could not be foundSystemException - if a system exception occurredpublic static java.util.List<UserGroupGroupRole> findAll() throws SystemException
SystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)SystemException - if a system exception occurredpublic static java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic static void removeAll()
throws SystemException
SystemException - if a system exception occurredpublic static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static UserGroupGroupRolePersistence getPersistence()
public void setPersistence(UserGroupGroupRolePersistence persistence)