|
Liferay 7.0-ga1 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.UserGroupServiceBaseImpl
com.liferay.portal.service.impl.UserGroupServiceImpl
public class UserGroupServiceImpl
Provides the remote service for accessing, adding, deleting, and updating user groups. Its methods include permission checks.
| Field Summary |
|---|
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
UserGroupServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
addGroupUserGroups(long groupId,
long[] userGroupIds)
Adds the user groups to the group. |
void |
addTeamUserGroups(long teamId,
long[] userGroupIds)
Adds the user groups to the team |
com.liferay.portal.kernel.model.UserGroup |
addUserGroup(String name,
String description)
Deprecated. As of 6.2.0, replaced by addUserGroup(String, String,
ServiceContext) |
com.liferay.portal.kernel.model.UserGroup |
addUserGroup(String name,
String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Adds a user group. |
void |
deleteUserGroup(long userGroupId)
Deletes the user group. |
com.liferay.portal.kernel.model.UserGroup |
fetchUserGroup(long userGroupId)
Fetches the user group with the primary key. |
protected List<com.liferay.portal.kernel.model.UserGroup> |
filterUserGroups(List<com.liferay.portal.kernel.model.UserGroup> userGroups)
|
com.liferay.portal.kernel.model.UserGroup |
getUserGroup(long userGroupId)
Returns the user group with the primary key. |
com.liferay.portal.kernel.model.UserGroup |
getUserGroup(String name)
Returns the user group with the name. |
List<com.liferay.portal.kernel.model.UserGroup> |
getUserGroups(long companyId)
|
List<com.liferay.portal.kernel.model.UserGroup> |
getUserUserGroups(long userId)
Returns all the user groups to which the user belongs. |
void |
unsetGroupUserGroups(long groupId,
long[] userGroupIds)
Removes the user groups from the group. |
void |
unsetTeamUserGroups(long teamId,
long[] userGroupIds)
Removes the user groups from the team. |
com.liferay.portal.kernel.model.UserGroup |
updateUserGroup(long userGroupId,
String name,
String description)
Deprecated. As of 6.2.0, replaced by updateUserGroup(long,
String, String, ServiceContext) |
com.liferay.portal.kernel.model.UserGroup |
updateUserGroup(long userGroupId,
String name,
String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Updates the user group. |
| Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
|---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserGroupServiceImpl()
| Method Detail |
|---|
public void addGroupUserGroups(long groupId,
long[] userGroupIds)
throws com.liferay.portal.kernel.exception.PortalException
groupId - the primary key of the groupuserGroupIds - the primary keys of the user groups
com.liferay.portal.kernel.exception.PortalException
public void addTeamUserGroups(long teamId,
long[] userGroupIds)
throws com.liferay.portal.kernel.exception.PortalException
teamId - the primary key of the teamuserGroupIds - the primary keys of the user groups
com.liferay.portal.kernel.exception.PortalException
@Deprecated
public com.liferay.portal.kernel.model.UserGroup addUserGroup(String name,
String description)
throws com.liferay.portal.kernel.exception.PortalException
addUserGroup(String, String,
ServiceContext)
This method handles the creation and bookkeeping of the user group, including its resources, metadata, and internal data structures.
name - the user group's namedescription - the user group's description
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.UserGroup addUserGroup(String name,
String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
This method handles the creation and bookkeeping of the user group, including its resources, metadata, and internal data structures.
name - the user group's namedescription - the user group's descriptionserviceContext - the service context to be applied (optionally
null). Can set expando bridge attributes for the
user group.
com.liferay.portal.kernel.exception.PortalException
public void deleteUserGroup(long userGroupId)
throws com.liferay.portal.kernel.exception.PortalException
userGroupId - the primary key of the user group
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.UserGroup fetchUserGroup(long userGroupId)
throws com.liferay.portal.kernel.exception.PortalException
userGroupId - the primary key of the user group
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.UserGroup getUserGroup(long userGroupId)
throws com.liferay.portal.kernel.exception.PortalException
userGroupId - the primary key of the user group
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.UserGroup getUserGroup(String name)
throws com.liferay.portal.kernel.exception.PortalException
name - the user group's name
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.UserGroup> getUserGroups(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.UserGroup> getUserUserGroups(long userId)
throws com.liferay.portal.kernel.exception.PortalException
userId - the primary key of the user
com.liferay.portal.kernel.exception.PortalException
public void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws com.liferay.portal.kernel.exception.PortalException
groupId - the primary key of the groupuserGroupIds - the primary keys of the user groups
com.liferay.portal.kernel.exception.PortalException
public void unsetTeamUserGroups(long teamId,
long[] userGroupIds)
throws com.liferay.portal.kernel.exception.PortalException
teamId - the primary key of the teamuserGroupIds - the primary keys of the user groups
com.liferay.portal.kernel.exception.PortalException
@Deprecated
public com.liferay.portal.kernel.model.UserGroup updateUserGroup(long userGroupId,
String name,
String description)
throws com.liferay.portal.kernel.exception.PortalException
updateUserGroup(long,
String, String, ServiceContext)
userGroupId - the primary key of the user groupname - the user group's namedescription - the the user group's description
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.UserGroup updateUserGroup(long userGroupId,
String name,
String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
userGroupId - the primary key of the user groupname - the user group's namedescription - the the user group's descriptionserviceContext - the service context to be applied (optionally
null). Can set expando bridge attributes for the
user group.
com.liferay.portal.kernel.exception.PortalException
protected List<com.liferay.portal.kernel.model.UserGroup> filterUserGroups(List<com.liferay.portal.kernel.model.UserGroup> userGroups)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
|
Liferay 7.0-ga1 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||