|
Liferay 6.2.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.UserGroupGroupRoleServiceWrapper
public class UserGroupGroupRoleServiceWrapper
Provides a wrapper for UserGroupGroupRoleService.
UserGroupGroupRoleService| Constructor Summary | |
|---|---|
UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
|
|
| Method Summary | |
|---|---|
void |
addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
void |
deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
UserGroupGroupRoleService |
getWrappedService()
|
UserGroupGroupRoleService |
getWrappedUserGroupGroupRoleService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
|
void |
setWrappedUserGroupGroupRoleService(UserGroupGroupRoleService userGroupGroupRoleService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.UserGroupGroupRoleService) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface UserGroupGroupRoleServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface UserGroupGroupRoleServicebeanIdentifier - the Spring bean ID for this bean
public void addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException,
SystemException
addUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalException
SystemException
public void addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException,
SystemException
addUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalException
SystemException
public void deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException,
SystemException
deleteUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalException
SystemException
public void deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException,
SystemException
deleteUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalException
SystemExceptionpublic UserGroupGroupRoleService getWrappedUserGroupGroupRoleService()
getWrappedService()
public void setWrappedUserGroupGroupRoleService(UserGroupGroupRoleService userGroupGroupRoleService)
setWrappedService(com.liferay.portal.service.UserGroupGroupRoleService)
public UserGroupGroupRoleService getWrappedService()
getWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>public void setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
setWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>
|
Liferay 6.2.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||