com.liferay.portal.service
Interface UserGroupGroupRoleLocalService
- All Known Implementing Classes:
- UserGroupGroupRoleLocalServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface UserGroupGroupRoleLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portal.service.impl.UserGroupGroupRoleLocalServiceImpl
}.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
UserGroupGroupRoleLocalServiceUtil
- Generated:
Method Summary |
UserGroupGroupRole |
addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
|
void |
addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
UserGroupGroupRole |
createUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
|
void |
deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
|
void |
deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
|
void |
deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId)
|
void |
deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
deleteUserGroupGroupRoles(long userGroupId,
long[] groupIds)
|
void |
deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
void |
deleteUserGroupGroupRolesByGroupId(long groupId)
|
void |
deleteUserGroupGroupRolesByRoleId(long roleId)
|
void |
deleteUserGroupGroupRolesByUserGroupId(long userGroupId)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
UserGroupGroupRole |
getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
|
java.util.List<UserGroupGroupRole> |
getUserGroupGroupRoles(int start,
int end)
|
java.util.List<UserGroupGroupRole> |
getUserGroupGroupRoles(long userGroupId)
|
java.util.List<UserGroupGroupRole> |
getUserGroupGroupRoles(long userGroupId,
long groupId)
|
java.util.List<UserGroupGroupRole> |
getUserGroupGroupRolesByGroupAndRole(long groupId,
long roleId)
|
int |
getUserGroupGroupRolesCount()
|
boolean |
hasUserGroupGroupRole(long userGroupId,
long groupId,
long roleId)
|
boolean |
hasUserGroupGroupRole(long userGroupId,
long groupId,
java.lang.String roleName)
|
UserGroupGroupRole |
updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
|
UserGroupGroupRole |
updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole,
boolean merge)
|
addUserGroupGroupRole
UserGroupGroupRole addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
createUserGroupGroupRole
UserGroupGroupRole createUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
deleteUserGroupGroupRole
void deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteUserGroupGroupRole
void deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserGroupGroupRole
@Transactional(propagation=SUPPORTS,
readOnly=true)
UserGroupGroupRole getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserGroupGroupRoles
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<UserGroupGroupRole> getUserGroupGroupRoles(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserGroupGroupRolesCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getUserGroupGroupRolesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateUserGroupGroupRole
UserGroupGroupRole updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateUserGroupGroupRole
UserGroupGroupRole updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
addUserGroupGroupRoles
void addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addUserGroupGroupRoles
void addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteUserGroupGroupRoles
void deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteUserGroupGroupRoles
void deleteUserGroupGroupRoles(long userGroupId,
long[] groupIds)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteUserGroupGroupRoles
void deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteUserGroupGroupRoles
void deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteUserGroupGroupRolesByGroupId
void deleteUserGroupGroupRolesByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteUserGroupGroupRolesByRoleId
void deleteUserGroupGroupRolesByRoleId(long roleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteUserGroupGroupRolesByUserGroupId
void deleteUserGroupGroupRolesByUserGroupId(long userGroupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserGroupGroupRoles
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<UserGroupGroupRole> getUserGroupGroupRoles(long userGroupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserGroupGroupRoles
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<UserGroupGroupRole> getUserGroupGroupRoles(long userGroupId,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserGroupGroupRolesByGroupAndRole
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<UserGroupGroupRole> getUserGroupGroupRolesByGroupAndRole(long groupId,
long roleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
hasUserGroupGroupRole
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasUserGroupGroupRole(long userGroupId,
long groupId,
long roleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
hasUserGroupGroupRole
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasUserGroupGroupRole(long userGroupId,
long groupId,
java.lang.String roleName)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException