|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.UserGroupRoleServiceWrapper
public class UserGroupRoleServiceWrapper
This class is a wrapper for UserGroupRoleService
.
UserGroupRoleService
Constructor Summary | |
---|---|
UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
|
Method Summary | |
---|---|
void |
addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
void |
deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
UserGroupRoleService |
getWrappedService()
|
UserGroupRoleService |
getWrappedUserGroupRoleService()
Deprecated. Renamed to getWrappedService() |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(UserGroupRoleService userGroupRoleService)
|
void |
setWrappedUserGroupRoleService(UserGroupRoleService userGroupRoleService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.UserGroupRoleService) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface UserGroupRoleService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface UserGroupRoleService
beanIdentifier
- the Spring bean ID for this beanpublic void addUserGroupRoles(long userId, long groupId, long[] roleIds) throws PortalException, SystemException
addUserGroupRoles
in interface UserGroupRoleService
PortalException
SystemException
public void addUserGroupRoles(long[] userIds, long groupId, long roleId) throws PortalException, SystemException
addUserGroupRoles
in interface UserGroupRoleService
PortalException
SystemException
public void deleteUserGroupRoles(long userId, long groupId, long[] roleIds) throws PortalException, SystemException
deleteUserGroupRoles
in interface UserGroupRoleService
PortalException
SystemException
public void deleteUserGroupRoles(long[] userIds, long groupId, long roleId) throws PortalException, SystemException
deleteUserGroupRoles
in interface UserGroupRoleService
PortalException
SystemException
public UserGroupRoleService getWrappedUserGroupRoleService()
getWrappedService()
public void setWrappedUserGroupRoleService(UserGroupRoleService userGroupRoleService)
setWrappedService(com.liferay.portal.service.UserGroupRoleService)
public UserGroupRoleService getWrappedService()
getWrappedService
in interface ServiceWrapper<UserGroupRoleService>
public void setWrappedService(UserGroupRoleService userGroupRoleService)
setWrappedService
in interface ServiceWrapper<UserGroupRoleService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |