com.liferay.portal.service
Interface UserGroupGroupRoleLocalService

All Known Implementing Classes:
UserGroupGroupRoleLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.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 dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 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)
           
 

Method Detail

addUserGroupGroupRole

UserGroupGroupRole addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createUserGroupGroupRole

UserGroupGroupRole createUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)

deleteUserGroupGroupRole

void deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteUserGroupGroupRole

void deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                            int start,
                            int end)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                            int start,
                            int end,
                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserGroupGroupRole

@Transactional(propagation=SUPPORTS,
               readOnly=true)
UserGroupGroupRole getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
                                         throws com.liferay.portal.PortalException,
                                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserGroupGroupRoles

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<UserGroupGroupRole> getUserGroupGroupRoles(int start,
                                                                        int end)
                                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserGroupGroupRolesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getUserGroupGroupRolesCount()
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateUserGroupGroupRole

UserGroupGroupRole updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateUserGroupGroupRole

UserGroupGroupRole updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole,
                                            boolean merge)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addUserGroupGroupRoles

void addUserGroupGroupRoles(long userGroupId,
                            long groupId,
                            long[] roleIds)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addUserGroupGroupRoles

void addUserGroupGroupRoles(long[] userGroupIds,
                            long groupId,
                            long roleId)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteUserGroupGroupRoles

void deleteUserGroupGroupRoles(long userGroupId,
                               long groupId,
                               long[] roleIds)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteUserGroupGroupRoles

void deleteUserGroupGroupRoles(long userGroupId,
                               long[] groupIds)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteUserGroupGroupRoles

void deleteUserGroupGroupRoles(long[] userGroupIds,
                               long groupId)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteUserGroupGroupRoles

void deleteUserGroupGroupRoles(long[] userGroupIds,
                               long groupId,
                               long roleId)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteUserGroupGroupRolesByGroupId

void deleteUserGroupGroupRolesByGroupId(long groupId)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteUserGroupGroupRolesByRoleId

void deleteUserGroupGroupRolesByRoleId(long roleId)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteUserGroupGroupRolesByUserGroupId

void deleteUserGroupGroupRolesByUserGroupId(long userGroupId)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserGroupGroupRoles

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<UserGroupGroupRole> getUserGroupGroupRoles(long userGroupId)
                                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserGroupGroupRoles

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<UserGroupGroupRole> getUserGroupGroupRoles(long userGroupId,
                                                                        long groupId)
                                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getUserGroupGroupRolesByGroupAndRole

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<UserGroupGroupRole> getUserGroupGroupRolesByGroupAndRole(long groupId,
                                                                                      long roleId)
                                                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

hasUserGroupGroupRole

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasUserGroupGroupRole(long userGroupId,
                                            long groupId,
                                            long roleId)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

hasUserGroupGroupRole

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasUserGroupGroupRole(long userGroupId,
                                            long groupId,
                                            java.lang.String roleName)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException