|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserGroupRolePersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByG_R(long groupId,
long roleId)
|
int |
countByGroupId(long groupId)
|
int |
countByRoleId(long roleId)
|
int |
countByU_G(long userId,
long groupId)
|
int |
countByUserId(long userId)
|
UserGroupRole |
create(UserGroupRolePK userGroupRolePK)
|
UserGroupRole |
fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
|
java.util.List<UserGroupRole> |
findAll()
|
java.util.List<UserGroupRole> |
findAll(int begin,
int end)
|
java.util.List<UserGroupRole> |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole |
findByG_R_First(long groupId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole |
findByG_R_Last(long groupId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole[] |
findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserGroupRole> |
findByG_R(long groupId,
long roleId)
|
java.util.List<UserGroupRole> |
findByG_R(long groupId,
long roleId,
int begin,
int end)
|
java.util.List<UserGroupRole> |
findByG_R(long groupId,
long roleId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole[] |
findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserGroupRole> |
findByGroupId(long groupId)
|
java.util.List<UserGroupRole> |
findByGroupId(long groupId,
int begin,
int end)
|
java.util.List<UserGroupRole> |
findByGroupId(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole |
findByPrimaryKey(UserGroupRolePK userGroupRolePK)
|
UserGroupRole |
findByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole |
findByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole[] |
findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserGroupRole> |
findByRoleId(long roleId)
|
java.util.List<UserGroupRole> |
findByRoleId(long roleId,
int begin,
int end)
|
java.util.List<UserGroupRole> |
findByRoleId(long roleId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole |
findByU_G_First(long userId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole |
findByU_G_Last(long userId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole[] |
findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserGroupRole> |
findByU_G(long userId,
long groupId)
|
java.util.List<UserGroupRole> |
findByU_G(long userId,
long groupId,
int begin,
int end)
|
java.util.List<UserGroupRole> |
findByU_G(long userId,
long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupRole[] |
findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserGroupRole> |
findByUserId(long userId)
|
java.util.List<UserGroupRole> |
findByUserId(long userId,
int begin,
int end)
|
java.util.List<UserGroupRole> |
findByUserId(long userId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserGroupRole> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<UserGroupRole> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
UserGroupRole |
remove(UserGroupRole userGroupRole)
|
UserGroupRole |
remove(UserGroupRolePK userGroupRolePK)
|
void |
removeAll()
|
void |
removeByG_R(long groupId,
long roleId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByRoleId(long roleId)
|
void |
removeByU_G(long userId,
long groupId)
|
void |
removeByUserId(long userId)
|
UserGroupRole |
update(UserGroupRole userGroupRole)
Deprecated. Use update(UserGroupRole userGroupRole, boolean merge) . |
UserGroupRole |
update(UserGroupRole userGroupRole,
boolean merge)
Add, update, or merge, the entity. |
UserGroupRole |
updateImpl(UserGroupRole userGroupRole,
boolean merge)
|
Method Detail |
---|
UserGroupRole create(UserGroupRolePK userGroupRolePK)
UserGroupRole remove(UserGroupRolePK userGroupRolePK) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole remove(UserGroupRole userGroupRole) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupRole update(UserGroupRole userGroupRole) throws com.liferay.portal.SystemException
update(UserGroupRole userGroupRole, boolean merge)
.
com.liferay.portal.SystemException
UserGroupRole update(UserGroupRole userGroupRole, boolean merge) throws com.liferay.portal.SystemException
userGroupRole
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when userGroupRole is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
UserGroupRole updateImpl(UserGroupRole userGroupRole, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupRole findByPrimaryKey(UserGroupRolePK userGroupRolePK) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole fetchByPrimaryKey(UserGroupRolePK userGroupRolePK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findByUserId(long userId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findByUserId(long userId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupRole findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole[] findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
java.util.List<UserGroupRole> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findByGroupId(long groupId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findByGroupId(long groupId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupRole findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole[] findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
java.util.List<UserGroupRole> findByRoleId(long roleId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findByRoleId(long roleId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findByRoleId(long roleId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupRole findByRoleId_First(long roleId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole findByRoleId_Last(long roleId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole[] findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
java.util.List<UserGroupRole> findByU_G(long userId, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findByU_G(long userId, long groupId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findByU_G(long userId, long groupId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupRole findByU_G_First(long userId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole findByU_G_Last(long userId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole[] findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
java.util.List<UserGroupRole> findByG_R(long groupId, long roleId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findByG_R(long groupId, long roleId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findByG_R(long groupId, long roleId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupRole findByG_R_First(long groupId, long roleId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole findByG_R_Last(long groupId, long roleId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
UserGroupRole[] findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchUserGroupRoleException
com.liferay.portal.SystemException
NoSuchUserGroupRoleException
java.util.List<UserGroupRole> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupRole> findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByRoleId(long roleId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByU_G(long userId, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_R(long groupId, long roleId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByRoleId(long roleId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByU_G(long userId, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_R(long groupId, long roleId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |