|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.UserGroupLocalServiceWrapper
public class UserGroupLocalServiceWrapper
This class is a wrapper for UserGroupLocalService.
UserGroupLocalService| Constructor Summary | |
|---|---|
UserGroupLocalServiceWrapper(UserGroupLocalService userGroupLocalService)
|
|
| Method Summary | |
|---|---|
void |
addGroupUserGroups(long groupId,
long[] userGroupIds)
|
void |
addTeamUserGroups(long teamId,
long[] userGroupIds)
|
UserGroup |
addUserGroup(long userId,
long companyId,
String name,
String description)
|
UserGroup |
addUserGroup(UserGroup userGroup)
Adds the user group to the database. |
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)
Creates a new user group with the primary key. |
void |
deleteUserGroup(long userGroupId)
Deletes the user group with the primary key from the database. |
void |
deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database. |
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
UserGroup |
getUserGroup(long userGroupId)
Returns the user group with the primary key. |
UserGroup |
getUserGroup(long companyId,
String name)
|
List<UserGroup> |
getUserGroups(int start,
int end)
Returns a range of all the user groups. |
List<UserGroup> |
getUserGroups(long companyId)
|
List<UserGroup> |
getUserGroups(long[] userGroupIds)
|
int |
getUserGroupsCount()
Returns the number of user groups. |
List<UserGroup> |
getUserUserGroups(long userId)
|
UserGroupLocalService |
getWrappedUserGroupLocalService()
|
boolean |
hasGroupUserGroup(long groupId,
long userGroupId)
|
boolean |
hasTeamUserGroup(long teamId,
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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setUserUserGroups(long userId,
long[] userGroupIds)
|
void |
setWrappedUserGroupLocalService(UserGroupLocalService userGroupLocalService)
|
void |
unsetGroupUserGroups(long groupId,
long[] userGroupIds)
|
void |
unsetTeamUserGroups(long teamId,
long[] userGroupIds)
|
UserGroup |
updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
|
UserGroup |
updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist. |
UserGroup |
updateUserGroup(UserGroup userGroup,
boolean merge)
Updates the user group in the database or adds it if it does not yet exist. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserGroupLocalServiceWrapper(UserGroupLocalService userGroupLocalService)
| Method Detail |
|---|
public UserGroup addUserGroup(UserGroup userGroup)
throws SystemException
addUserGroup in interface UserGroupLocalServiceuserGroup - the user group
SystemException - if a system exception occurredpublic UserGroup createUserGroup(long userGroupId)
createUserGroup in interface UserGroupLocalServiceuserGroupId - the primary key for the new user group
public void deleteUserGroup(long userGroupId)
throws PortalException,
SystemException
deleteUserGroup in interface UserGroupLocalServiceuserGroupId - the primary key of the user group
PortalException - if a user group with the primary key could not be found
SystemException - if a system exception occurred
public void deleteUserGroup(UserGroup userGroup)
throws PortalException,
SystemException
deleteUserGroup in interface UserGroupLocalServiceuserGroup - the user group
PortalException
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface UserGroupLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
dynamicQuery in interface UserGroupLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
dynamicQuery in interface UserGroupLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface UserGroupLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public UserGroup getUserGroup(long userGroupId)
throws PortalException,
SystemException
getUserGroup in interface UserGroupLocalServiceuserGroupId - the primary key of the user group
PortalException - if a user group with the primary key could not be found
SystemException - if a system exception occurred
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException,
SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface UserGroupLocalServicePortalException
SystemException
public List<UserGroup> getUserGroups(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
getUserGroups in interface UserGroupLocalServicestart - the lower bound of the range of user groupsend - the upper bound of the range of user groups (not inclusive)
SystemException - if a system exception occurred
public int getUserGroupsCount()
throws SystemException
getUserGroupsCount in interface UserGroupLocalServiceSystemException - if a system exception occurred
public UserGroup updateUserGroup(UserGroup userGroup)
throws SystemException
updateUserGroup in interface UserGroupLocalServiceuserGroup - the user group
SystemException - if a system exception occurred
public UserGroup updateUserGroup(UserGroup userGroup,
boolean merge)
throws SystemException
updateUserGroup in interface UserGroupLocalServiceuserGroup - the user groupmerge - whether to merge the user group with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
SystemException - if a system exception occurredpublic String getBeanIdentifier()
getBeanIdentifier in interface UserGroupLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface UserGroupLocalServicebeanIdentifier - the Spring bean ID for this bean
public void addGroupUserGroups(long groupId,
long[] userGroupIds)
throws SystemException
addGroupUserGroups in interface UserGroupLocalServiceSystemException
public void addTeamUserGroups(long teamId,
long[] userGroupIds)
throws SystemException
addTeamUserGroups in interface UserGroupLocalServiceSystemException
public UserGroup addUserGroup(long userId,
long companyId,
String name,
String description)
throws PortalException,
SystemException
addUserGroup in interface UserGroupLocalServicePortalException
SystemException
public void clearUserUserGroups(long userId)
throws SystemException
clearUserUserGroups in interface UserGroupLocalServiceSystemException
public void copyUserGroupLayouts(long userGroupId,
long[] userIds)
throws PortalException,
SystemException
copyUserGroupLayouts in interface UserGroupLocalServicePortalException
SystemException
public void copyUserGroupLayouts(long[] userGroupIds,
long userId)
throws PortalException,
SystemException
copyUserGroupLayouts in interface UserGroupLocalServicePortalException
SystemException
public void copyUserGroupLayouts(long userGroupId,
long userId)
throws PortalException,
SystemException
copyUserGroupLayouts in interface UserGroupLocalServicePortalException
SystemException
public UserGroup getUserGroup(long companyId,
String name)
throws PortalException,
SystemException
getUserGroup in interface UserGroupLocalServicePortalException
SystemException
public List<UserGroup> getUserGroups(long companyId)
throws SystemException
getUserGroups in interface UserGroupLocalServiceSystemException
public List<UserGroup> getUserGroups(long[] userGroupIds)
throws PortalException,
SystemException
getUserGroups in interface UserGroupLocalServicePortalException
SystemException
public List<UserGroup> getUserUserGroups(long userId)
throws SystemException
getUserUserGroups in interface UserGroupLocalServiceSystemException
public boolean hasGroupUserGroup(long groupId,
long userGroupId)
throws SystemException
hasGroupUserGroup in interface UserGroupLocalServiceSystemException
public boolean hasTeamUserGroup(long teamId,
long userGroupId)
throws SystemException
hasTeamUserGroup in interface UserGroupLocalServiceSystemException
public List<UserGroup> search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
throws SystemException
search in interface UserGroupLocalServiceSystemException
public int searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params)
throws SystemException
searchCount in interface UserGroupLocalServiceSystemException
public void setUserUserGroups(long userId,
long[] userGroupIds)
throws PortalException,
SystemException
setUserUserGroups in interface UserGroupLocalServicePortalException
SystemException
public void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws SystemException
unsetGroupUserGroups in interface UserGroupLocalServiceSystemException
public void unsetTeamUserGroups(long teamId,
long[] userGroupIds)
throws SystemException
unsetTeamUserGroups in interface UserGroupLocalServiceSystemException
public UserGroup updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
throws PortalException,
SystemException
updateUserGroup in interface UserGroupLocalServicePortalException
SystemExceptionpublic UserGroupLocalService getWrappedUserGroupLocalService()
public void setWrappedUserGroupLocalService(UserGroupLocalService userGroupLocalService)
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||