com.liferay.portal.service
Class UserGroupLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.UserGroupLocalServiceWrapper
- All Implemented Interfaces:
- UserGroupLocalService
public class UserGroupLocalServiceWrapper
- extends Object
- implements UserGroupLocalService
This class is a wrapper for UserGroupLocalService.
- See Also:
UserGroupLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
void |
addGroupUserGroups(long groupId,
long[] userGroupIds)
|
UserGroup |
addUserGroup(long userId,
long companyId,
String name,
String description)
|
UserGroup |
addUserGroup(UserGroup userGroup)
|
void |
clearUserUserGroups(long userId)
|
void |
copyUserGroupLayouts(long[] userGroupIds,
long userId)
|
void |
copyUserGroupLayouts(long userGroupId,
long userId)
|
void |
copyUserGroupLayouts(long userGroupId,
long[] userIds)
|
UserGroup |
createUserGroup(long userGroupId)
|
void |
deleteUserGroup(long userGroupId)
|
void |
deleteUserGroup(UserGroup userGroup)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
UserGroup |
getUserGroup(long userGroupId)
|
UserGroup |
getUserGroup(long companyId,
String name)
|
List<UserGroup> |
getUserGroups(int start,
int end)
|
List<UserGroup> |
getUserGroups(long companyId)
|
List<UserGroup> |
getUserGroups(long[] userGroupIds)
|
int |
getUserGroupsCount()
|
List<UserGroup> |
getUserUserGroups(long userId)
|
UserGroupLocalService |
getWrappedUserGroupLocalService()
|
boolean |
hasGroupUserGroup(long groupId,
long userGroupId)
|
List<UserGroup> |
search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
int |
searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params)
|
void |
setUserUserGroups(long userId,
long[] userGroupIds)
|
void |
unsetGroupUserGroups(long groupId,
long[] userGroupIds)
|
UserGroup |
updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
|
UserGroup |
updateUserGroup(UserGroup userGroup)
|
UserGroup |
updateUserGroup(UserGroup userGroup,
boolean merge)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupLocalServiceWrapper
public UserGroupLocalServiceWrapper(UserGroupLocalService userGroupLocalService)
addUserGroup
public UserGroup addUserGroup(UserGroup userGroup)
throws SystemException
- Specified by:
addUserGroup in interface UserGroupLocalService
- Throws:
SystemException
createUserGroup
public UserGroup createUserGroup(long userGroupId)
- Specified by:
createUserGroup in interface UserGroupLocalService
deleteUserGroup
public void deleteUserGroup(long userGroupId)
throws PortalException,
SystemException
- Specified by:
deleteUserGroup in interface UserGroupLocalService
- Throws:
PortalException
SystemException
deleteUserGroup
public void deleteUserGroup(UserGroup userGroup)
throws SystemException
- Specified by:
deleteUserGroup in interface UserGroupLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface UserGroupLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface UserGroupLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface UserGroupLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface UserGroupLocalService
- Throws:
SystemException
getUserGroup
public UserGroup getUserGroup(long userGroupId)
throws PortalException,
SystemException
- Specified by:
getUserGroup in interface UserGroupLocalService
- Throws:
PortalException
SystemException
getUserGroups
public List<UserGroup> getUserGroups(int start,
int end)
throws SystemException
- Specified by:
getUserGroups in interface UserGroupLocalService
- Throws:
SystemException
getUserGroupsCount
public int getUserGroupsCount()
throws SystemException
- Specified by:
getUserGroupsCount in interface UserGroupLocalService
- Throws:
SystemException
updateUserGroup
public UserGroup updateUserGroup(UserGroup userGroup)
throws SystemException
- Specified by:
updateUserGroup in interface UserGroupLocalService
- Throws:
SystemException
updateUserGroup
public UserGroup updateUserGroup(UserGroup userGroup,
boolean merge)
throws SystemException
- Specified by:
updateUserGroup in interface UserGroupLocalService
- Throws:
SystemException
addGroupUserGroups
public void addGroupUserGroups(long groupId,
long[] userGroupIds)
throws SystemException
- Specified by:
addGroupUserGroups in interface UserGroupLocalService
- Throws:
SystemException
addUserGroup
public UserGroup addUserGroup(long userId,
long companyId,
String name,
String description)
throws PortalException,
SystemException
- Specified by:
addUserGroup in interface UserGroupLocalService
- Throws:
PortalException
SystemException
clearUserUserGroups
public void clearUserUserGroups(long userId)
throws SystemException
- Specified by:
clearUserUserGroups in interface UserGroupLocalService
- Throws:
SystemException
copyUserGroupLayouts
public void copyUserGroupLayouts(long userGroupId,
long[] userIds)
throws PortalException,
SystemException
- Specified by:
copyUserGroupLayouts in interface UserGroupLocalService
- Throws:
PortalException
SystemException
copyUserGroupLayouts
public void copyUserGroupLayouts(long[] userGroupIds,
long userId)
throws PortalException,
SystemException
- Specified by:
copyUserGroupLayouts in interface UserGroupLocalService
- Throws:
PortalException
SystemException
copyUserGroupLayouts
public void copyUserGroupLayouts(long userGroupId,
long userId)
throws PortalException,
SystemException
- Specified by:
copyUserGroupLayouts in interface UserGroupLocalService
- Throws:
PortalException
SystemException
getUserGroup
public UserGroup getUserGroup(long companyId,
String name)
throws PortalException,
SystemException
- Specified by:
getUserGroup in interface UserGroupLocalService
- Throws:
PortalException
SystemException
getUserGroups
public List<UserGroup> getUserGroups(long companyId)
throws SystemException
- Specified by:
getUserGroups in interface UserGroupLocalService
- Throws:
SystemException
getUserGroups
public List<UserGroup> getUserGroups(long[] userGroupIds)
throws PortalException,
SystemException
- Specified by:
getUserGroups in interface UserGroupLocalService
- Throws:
PortalException
SystemException
getUserUserGroups
public List<UserGroup> getUserUserGroups(long userId)
throws SystemException
- Specified by:
getUserUserGroups in interface UserGroupLocalService
- Throws:
SystemException
hasGroupUserGroup
public boolean hasGroupUserGroup(long groupId,
long userGroupId)
throws SystemException
- Specified by:
hasGroupUserGroup in interface UserGroupLocalService
- Throws:
SystemException
search
public List<UserGroup> search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
search in interface UserGroupLocalService
- Throws:
SystemException
searchCount
public int searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params)
throws SystemException
- Specified by:
searchCount in interface UserGroupLocalService
- Throws:
SystemException
setUserUserGroups
public void setUserUserGroups(long userId,
long[] userGroupIds)
throws PortalException,
SystemException
- Specified by:
setUserUserGroups in interface UserGroupLocalService
- Throws:
PortalException
SystemException
unsetGroupUserGroups
public void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws SystemException
- Specified by:
unsetGroupUserGroups in interface UserGroupLocalService
- Throws:
SystemException
updateUserGroup
public UserGroup updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
throws PortalException,
SystemException
- Specified by:
updateUserGroup in interface UserGroupLocalService
- Throws:
PortalException
SystemException
getWrappedUserGroupLocalService
public UserGroupLocalService getWrappedUserGroupLocalService()