com.liferay.portal.service
Class UserGroupServiceWrapper
java.lang.Object
com.liferay.portal.service.UserGroupServiceWrapper
- All Implemented Interfaces:
- UserGroupService
public class UserGroupServiceWrapper
- extends Object
- implements UserGroupService
This class is a wrapper for UserGroupService.
- See Also:
UserGroupService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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 PortalException,
SystemException
- Specified by:
addGroupUserGroups in interface UserGroupService
- Throws:
PortalException
SystemException
addUserGroup
public UserGroup addUserGroup(String name,
String description)
throws PortalException,
SystemException
- Specified by:
addUserGroup in interface UserGroupService
- Throws:
PortalException
SystemException
deleteUserGroup
public void deleteUserGroup(long userGroupId)
throws PortalException,
SystemException
- Specified by:
deleteUserGroup in interface UserGroupService
- Throws:
PortalException
SystemException
getUserGroup
public UserGroup getUserGroup(long userGroupId)
throws PortalException,
SystemException
- Specified by:
getUserGroup in interface UserGroupService
- Throws:
PortalException
SystemException
getUserGroup
public UserGroup getUserGroup(String name)
throws PortalException,
SystemException
- Specified by:
getUserGroup in interface UserGroupService
- Throws:
PortalException
SystemException
getUserUserGroups
public List<UserGroup> getUserUserGroups(long userId)
throws SystemException
- Specified by:
getUserUserGroups in interface UserGroupService
- Throws:
SystemException
unsetGroupUserGroups
public void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws PortalException,
SystemException
- Specified by:
unsetGroupUserGroups in interface UserGroupService
- Throws:
PortalException
SystemException
updateUserGroup
public UserGroup updateUserGroup(long userGroupId,
String name,
String description)
throws PortalException,
SystemException
- Specified by:
updateUserGroup in interface UserGroupService
- Throws:
PortalException
SystemException
getWrappedUserGroupService
public UserGroupService getWrappedUserGroupService()