|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserGroupGroupRolePersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
UserGroupGroupRolePersistenceImpl,
UserGroupGroupRoleUtil| Method Summary | |
|---|---|
void |
cacheResult(java.util.List<UserGroupGroupRole> userGroupGroupRoles)
|
void |
cacheResult(UserGroupGroupRole userGroupGroupRole)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByG_R(long groupId,
long roleId)
|
int |
countByGroupId(long groupId)
|
int |
countByRoleId(long roleId)
|
int |
countByU_G(long userGroupId,
long groupId)
|
int |
countByUserGroupId(long userGroupId)
|
UserGroupGroupRole |
create(UserGroupGroupRolePK userGroupGroupRolePK)
|
UserGroupGroupRole |
fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
|
java.util.List<UserGroupGroupRole> |
findAll()
|
java.util.List<UserGroupGroupRole> |
findAll(int start,
int end)
|
java.util.List<UserGroupGroupRole> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole |
findByG_R_First(long groupId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole |
findByG_R_Last(long groupId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole[] |
findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserGroupGroupRole> |
findByG_R(long groupId,
long roleId)
|
java.util.List<UserGroupGroupRole> |
findByG_R(long groupId,
long roleId,
int start,
int end)
|
java.util.List<UserGroupGroupRole> |
findByG_R(long groupId,
long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole[] |
findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserGroupGroupRole> |
findByGroupId(long groupId)
|
java.util.List<UserGroupGroupRole> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<UserGroupGroupRole> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole |
findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
|
UserGroupGroupRole |
findByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole |
findByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole[] |
findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserGroupGroupRole> |
findByRoleId(long roleId)
|
java.util.List<UserGroupGroupRole> |
findByRoleId(long roleId,
int start,
int end)
|
java.util.List<UserGroupGroupRole> |
findByRoleId(long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole |
findByU_G_First(long userGroupId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole |
findByU_G_Last(long userGroupId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole[] |
findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserGroupGroupRole> |
findByU_G(long userGroupId,
long groupId)
|
java.util.List<UserGroupGroupRole> |
findByU_G(long userGroupId,
long groupId,
int start,
int end)
|
java.util.List<UserGroupGroupRole> |
findByU_G(long userGroupId,
long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole |
findByUserGroupId_First(long userGroupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole |
findByUserGroupId_Last(long userGroupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
UserGroupGroupRole[] |
findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId)
|
java.util.List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId,
int start,
int end)
|
java.util.List<UserGroupGroupRole> |
findByUserGroupId(long userGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
UserGroupGroupRole |
remove(UserGroupGroupRole userGroupGroupRole)
|
UserGroupGroupRole |
remove(UserGroupGroupRolePK userGroupGroupRolePK)
|
void |
removeAll()
|
void |
removeByG_R(long groupId,
long roleId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByRoleId(long roleId)
|
void |
removeByU_G(long userGroupId,
long groupId)
|
void |
removeByUserGroupId(long userGroupId)
|
UserGroupGroupRole |
update(UserGroupGroupRole userGroupGroupRole)
Deprecated. Use update(UserGroupGroupRole, boolean merge). |
UserGroupGroupRole |
update(UserGroupGroupRole userGroupGroupRole,
boolean merge)
Add, update, or merge, the entity. |
UserGroupGroupRole |
updateImpl(UserGroupGroupRole userGroupGroupRole,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
getListeners, registerListener, unregisterListener |
| Method Detail |
|---|
void cacheResult(UserGroupGroupRole userGroupGroupRole)
void cacheResult(java.util.List<UserGroupGroupRole> userGroupGroupRoles)
void clearCache()
clearCache in interface BasePersistenceUserGroupGroupRole create(UserGroupGroupRolePK userGroupGroupRolePK)
UserGroupGroupRole remove(UserGroupGroupRolePK userGroupGroupRolePK)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole remove(UserGroupGroupRole userGroupGroupRole)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupGroupRole update(UserGroupGroupRole userGroupGroupRole)
throws com.liferay.portal.SystemException
update(UserGroupGroupRole, boolean merge).
com.liferay.portal.SystemException
UserGroupGroupRole update(UserGroupGroupRole userGroupGroupRole,
boolean merge)
throws com.liferay.portal.SystemException
userGroupGroupRole - 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 userGroupGroupRole is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
UserGroupGroupRole updateImpl(UserGroupGroupRole userGroupGroupRole,
boolean merge)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupGroupRole findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByUserGroupId(long userGroupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByUserGroupId(long userGroupId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByUserGroupId(long userGroupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupGroupRole findByUserGroupId_First(long userGroupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole findByUserGroupId_Last(long userGroupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole[] findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupGroupRole findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole[] findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByRoleId(long roleId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByRoleId(long roleId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByRoleId(long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupGroupRole findByRoleId_First(long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole findByRoleId_Last(long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole[] findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByU_G(long userGroupId,
long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByU_G(long userGroupId,
long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByU_G(long userGroupId,
long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupGroupRole findByU_G_First(long userGroupId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole findByU_G_Last(long userGroupId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole[] findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByG_R(long groupId,
long roleId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByG_R(long groupId,
long roleId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findByG_R(long groupId,
long roleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
UserGroupGroupRole findByG_R_First(long groupId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole findByG_R_Last(long groupId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
UserGroupGroupRole[] findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
long roleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserGroupGroupRoleException,
com.liferay.portal.SystemException
NoSuchUserGroupGroupRoleException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<UserGroupGroupRole> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUserGroupId(long userGroupId)
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 userGroupId,
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 countByUserGroupId(long userGroupId)
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 userGroupId,
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 | ||||||||