|
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.UserGroupGroupRoleServiceWrapper
public class UserGroupGroupRoleServiceWrapper
This class is 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. Renamed to getWrappedService() |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
|
void |
setWrappedUserGroupGroupRoleService(UserGroupGroupRoleService userGroupGroupRoleService)
Deprecated. Renamed to 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 UserGroupGroupRoleService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface UserGroupGroupRoleService
beanIdentifier
- the Spring bean ID for this beanpublic void addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException, SystemException
addUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
SystemException
public void addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException, SystemException
addUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
SystemException
public void deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException, SystemException
deleteUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
SystemException
public void deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException, SystemException
deleteUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |