com.liferay.portal.service
Class UserGroupServiceWrapper
java.lang.Object
com.liferay.portal.service.UserGroupServiceWrapper
- All Implemented Interfaces:
- UserGroupService
public class UserGroupServiceWrapper
- extends java.lang.Object
- implements UserGroupService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for UserGroupService
.
- Author:
- Brian Wing Shun Chan
- See Also:
UserGroupService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupServiceWrapper
public UserGroupServiceWrapper(UserGroupService userGroupService)
addGroupUserGroups
public void addGroupUserGroups(long groupId,
long[] userGroupIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addGroupUserGroups
in interface UserGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addUserGroup
public UserGroup addUserGroup(java.lang.String name,
java.lang.String description)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addUserGroup
in interface UserGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteUserGroup
public void deleteUserGroup(long userGroupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteUserGroup
in interface UserGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserGroup
public UserGroup getUserGroup(long userGroupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserGroup
in interface UserGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserGroup
public UserGroup getUserGroup(java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserGroup
in interface UserGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserUserGroups
public java.util.List<UserGroup> getUserUserGroups(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUserGroups
in interface UserGroupService
- Throws:
com.liferay.portal.kernel.exception.SystemException
unsetGroupUserGroups
public void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
unsetGroupUserGroups
in interface UserGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateUserGroup
public UserGroup updateUserGroup(long userGroupId,
java.lang.String name,
java.lang.String description)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateUserGroup
in interface UserGroupService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedUserGroupService
public UserGroupService getWrappedUserGroupService()