@ProviderType public class GroupLocalServiceWrapper extends java.lang.Object implements GroupLocalService, ServiceWrapper<GroupLocalService>
GroupLocalService.GroupLocalService| Constructor and Description |
|---|
GroupLocalServiceWrapper(GroupLocalService groupLocalService) |
| Modifier and Type | Method and Description |
|---|---|
Group |
addGroup(Group group)
Adds the group to the database.
|
Group |
addGroup(long userId,
long parentGroupId,
java.lang.String className,
long classPK,
long liveGroupId,
java.lang.String name,
java.lang.String description,
int type,
boolean manualMembership,
int membershipRestriction,
java.lang.String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group.
|
Group |
addGroup(long userId,
long parentGroupId,
java.lang.String className,
long classPK,
java.lang.String name,
java.lang.String description,
int type,
java.lang.String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated.
|
Group |
addGroup(long userId,
java.lang.String className,
long classPK,
long liveGroupId,
java.lang.String name,
java.lang.String description,
int type,
java.lang.String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated.
|
Group |
addGroup(long userId,
java.lang.String className,
long classPK,
java.lang.String name,
java.lang.String description,
int type,
java.lang.String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated.
|
void |
addOrganizationGroup(long organizationId,
Group group) |
void |
addOrganizationGroup(long organizationId,
long groupId) |
void |
addOrganizationGroups(long organizationId,
java.util.List<Group> Groups) |
void |
addOrganizationGroups(long organizationId,
long[] groupIds) |
void |
addRoleGroup(long roleId,
Group group) |
void |
addRoleGroup(long roleId,
long groupId) |
void |
addRoleGroups(long roleId,
java.util.List<Group> Groups) |
void |
addRoleGroups(long roleId,
long[] groupIds) |
void |
addUserGroup(long userId,
Group group) |
void |
addUserGroup(long userId,
long groupId) |
void |
addUserGroupGroup(long userGroupId,
Group group) |
void |
addUserGroupGroup(long userGroupId,
long groupId) |
void |
addUserGroupGroups(long userGroupId,
java.util.List<Group> Groups) |
void |
addUserGroupGroups(long userGroupId,
long[] groupIds) |
void |
addUserGroups(long userId,
java.util.List<Group> Groups) |
void |
addUserGroups(long userId,
long[] groupIds) |
void |
checkCompanyGroup(long companyId)
Adds a company group if it does not exist.
|
void |
checkSystemGroups(long companyId)
Creates systems groups and other related data needed by the system on the
very first startup.
|
void |
clearOrganizationGroups(long organizationId) |
void |
clearRoleGroups(long roleId) |
void |
clearUserGroupGroups(long userGroupId) |
void |
clearUserGroups(long userId) |
Group |
createGroup(long groupId)
Creates a new group with the primary key.
|
Group |
deleteGroup(Group group)
Deletes the group from the database.
|
Group |
deleteGroup(long groupId)
Deletes the group with the primary key from the database.
|
void |
deleteOrganizationGroup(long organizationId,
Group group) |
void |
deleteOrganizationGroup(long organizationId,
long groupId) |
void |
deleteOrganizationGroups(long organizationId,
java.util.List<Group> Groups) |
void |
deleteOrganizationGroups(long organizationId,
long[] groupIds) |
void |
deleteRoleGroup(long roleId,
Group group) |
void |
deleteRoleGroup(long roleId,
long groupId) |
void |
deleteRoleGroups(long roleId,
java.util.List<Group> Groups) |
void |
deleteRoleGroups(long roleId,
long[] groupIds) |
void |
deleteUserGroup(long userId,
Group group) |
void |
deleteUserGroup(long userId,
long groupId) |
void |
deleteUserGroupGroup(long userGroupId,
Group group) |
void |
deleteUserGroupGroup(long userGroupId,
long groupId) |
void |
deleteUserGroupGroups(long userGroupId,
java.util.List<Group> Groups) |
void |
deleteUserGroupGroups(long userGroupId,
long[] groupIds) |
void |
deleteUserGroups(long userId,
java.util.List<Group> Groups) |
void |
deleteUserGroups(long userId,
long[] groupIds) |
void |
disableStaging(long groupId) |
DynamicQuery |
dynamicQuery() |
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
java.util.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.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query.
|
void |
enableStaging(long groupId) |
Group |
fetchFriendlyURLGroup(long companyId,
java.lang.String friendlyURL)
Returns the group with the matching friendly URL.
|
Group |
fetchGroup(long groupId) |
Group |
fetchGroup(long companyId,
java.lang.String name)
Returns the group with the matching group name by first searching the
system groups and then using the finder cache.
|
Group |
fetchGroupByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the group with the matching UUID and company.
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
Group |
getCompanyGroup(long companyId)
Returns the company group.
|
java.util.List<Group> |
getCompanyGroups(long companyId,
int start,
int end)
Returns a range of all the groups associated with the company.
|
int |
getCompanyGroupsCount(long companyId)
Returns the number of groups associated with the company.
|
Group |
getFriendlyURLGroup(long companyId,
java.lang.String friendlyURL)
Returns the group with the matching friendly URL.
|
Group |
getGroup(long groupId)
Returns the group with the primary key.
|
Group |
getGroup(long companyId,
java.lang.String name)
Returns the group with the matching group name.
|
Group |
getGroupByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the group with the matching UUID and company.
|
java.lang.String |
getGroupDescriptiveName(Group group,
java.util.Locale locale) |
java.lang.String |
getGroupDescriptiveName(long groupId,
java.util.Locale locale) |
java.util.List<Group> |
getGroups(int start,
int end)
Returns a range of all the groups.
|
java.util.List<Group> |
getGroups(long[] groupIds)
Returns the groups with the matching primary keys.
|
java.util.List<Group> |
getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the groups that are direct children of the parent group.
|
java.util.List<Group> |
getGroups(long companyId,
java.lang.String className,
long parentGroupId)
Returns all the groups that are direct children of the parent group with
the matching className.
|
java.util.List<Group> |
getGroups(long companyId,
java.lang.String className,
long parentGroupId,
int start,
int end)
Returns a range of all the groups that are direct children of the parent
group with the matching className.
|
int |
getGroupsCount()
Returns the number of groups.
|
int |
getGroupsCount(long companyId,
long parentGroupId,
boolean site)
Returns the number of groups that are direct children of the parent
group.
|
int |
getGroupsCount(long companyId,
java.lang.String className,
long parentGroupId)
Returns the number of groups that are direct children of the parent group
with the matching className.
|
Group |
getLayoutGroup(long companyId,
long plid)
Returns the group associated with the layout.
|
Group |
getLayoutPrototypeGroup(long companyId,
long layoutPrototypeId)
Returns the group associated with the layout prototype.
|
Group |
getLayoutSetPrototypeGroup(long companyId,
long layoutSetPrototypeId)
Returns the group associated with the layout set prototype.
|
java.util.List<Group> |
getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
int |
getLayoutsGroupsCount(long companyId,
long parentGroupId,
boolean site)
Returns the number of groups that are children or the parent group and
that have at least one layout
|
java.util.List<Group> |
getLiveGroups()
Returns all live groups.
|
java.util.List<Group> |
getNoLayoutsGroups(java.lang.String className,
boolean privateLayout,
int start,
int end)
Returns a range of all non-system groups of a specified type (className)
that have no layouts.
|
java.util.List<Group> |
getNullFriendlyURLGroups()
Returns all non-system groups having
null or empty friendly
URLs. |
Group |
getOrganizationGroup(long companyId,
long organizationId)
Returns the specified organization group.
|
java.util.List<Group> |
getOrganizationGroups(long organizationId) |
java.util.List<Group> |
getOrganizationGroups(long organizationId,
int start,
int end) |
java.util.List<Group> |
getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getOrganizationGroupsCount(long organizationId) |
java.util.List<Group> |
getOrganizationsGroups(java.util.List<Organization> organizations)
Returns the specified organization groups.
|
java.util.List<Group> |
getOrganizationsRelatedGroups(java.util.List<Organization> organizations)
Returns all the groups related to the organizations.
|
java.util.List<Group> |
getParentGroups(long groupId)
Returns the group followed by all its parent groups ordered by closest
ancestor.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<Group> |
getRoleGroups(long roleId) |
java.util.List<Group> |
getRoleGroups(long roleId,
int start,
int end) |
java.util.List<Group> |
getRoleGroups(long roleId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getRoleGroupsCount(long roleId) |
Group |
getStagingGroup(long liveGroupId)
Returns the staging group.
|
Group |
getUserGroup(long companyId,
long userId)
Returns the group associated with the user.
|
Group |
getUserGroupGroup(long companyId,
long userGroupId)
Returns the specified "user group" group.
|
java.util.List<Group> |
getUserGroupGroups(long userGroupId) |
java.util.List<Group> |
getUserGroupGroups(long userGroupId,
int start,
int end) |
java.util.List<Group> |
getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getUserGroupGroupsCount(long userGroupId) |
java.util.List<Group> |
getUserGroups(long userId) |
java.util.List<Group> |
getUserGroups(long userId,
boolean inherit)
Returns all the user's site groups and immediate organization groups,
optionally including the user's inherited organization groups and user
groups.
|
java.util.List<Group> |
getUserGroups(long userId,
boolean inherit,
int start,
int end)
Returns an ordered range of all the user's site groups and immediate
organization groups, optionally including the user's inherited
organization groups and user groups.
|
java.util.List<Group> |
getUserGroups(long userId,
int start,
int end) |
java.util.List<Group> |
getUserGroups(long userId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getUserGroupsCount(long userId) |
java.util.List<Group> |
getUserGroupsGroups(java.util.List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
java.util.List<Group> |
getUserGroupsRelatedGroups(java.util.List<UserGroup> userGroups)
Returns all the groups related to the user groups.
|
java.util.List<Group> |
getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization
groups, including the ancestors of the organization groups, unless portal
property
organizations.membership.strict is set to
true. |
Group |
getUserPersonalSiteGroup(long companyId) |
java.util.List<Group> |
getUserSitesGroups(long userId) |
java.util.List<Group> |
getUserSitesGroups(long userId,
boolean includeAdministrative) |
GroupLocalService |
getWrappedGroupLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
GroupLocalService |
getWrappedService() |
boolean |
hasOrganizationGroup(long organizationId,
long groupId) |
boolean |
hasOrganizationGroups(long organizationId) |
boolean |
hasRoleGroup(long roleId,
long groupId) |
boolean |
hasRoleGroups(long roleId) |
boolean |
hasStagingGroup(long liveGroupId)
Returns
true if the live group has a staging group. |
boolean |
hasUserGroup(long userId,
long groupId) |
boolean |
hasUserGroup(long userId,
long groupId,
boolean inherit)
Returns
true if the user is immediately associated with the
group, or optionally if the user is associated with the group via the
user's organizations, inherited organizations, or user groups. |
boolean |
hasUserGroupGroup(long userGroupId,
long groupId) |
boolean |
hasUserGroupGroups(long userGroupId) |
boolean |
hasUserGroups(long userId) |
Group |
loadFetchGroup(long companyId,
java.lang.String name)
Returns the group with the matching group name by first searching the
system groups and then using the finder cache.
|
Group |
loadGetGroup(long companyId,
java.lang.String name)
Returns the group with the matching group name.
|
void |
rebuildTree(long companyId)
Rebuilds the group tree.
|
java.util.List<Group> |
search(long companyId,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end)
Returns an ordered range of all the company's groups, optionally
including the user's inherited organization groups and user groups.
|
java.util.List<Group> |
search(long companyId,
long[] classNameIds,
long parentGroupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs and keywords, optionally including the
user's inherited organization groups and user groups.
|
java.util.List<Group> |
search(long companyId,
long[] classNameIds,
long parentGroupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs and keywords, optionally including the
user's inherited organization groups and user groups.
|
java.util.List<Group> |
search(long companyId,
long[] classNameIds,
long parentGroupId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs, name, and description, optionally
including the user's inherited organization groups and user groups.
|
java.util.List<Group> |
search(long companyId,
long[] classNameIds,
long parentGroupId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group
that match the class name IDs, name, and description, optionally
including the user's inherited organization groups and user groups.
|
java.util.List<Group> |
search(long companyId,
long[] classNameIds,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs
and keywords, optionally including the user's inherited organization
groups and user groups.
|
java.util.List<Group> |
search(long companyId,
long[] classNameIds,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the class name IDs
and keywords, optionally including the user's inherited organization
groups and user groups.
|
java.util.List<Group> |
search(long companyId,
long[] classNameIds,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs,
name, and description, optionally including the user's inherited
organization groups and user groups.
|
java.util.List<Group> |
search(long companyId,
long[] classNameIds,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the class name IDs,
name, and description, optionally including the user's inherited
organization groups and user groups.
|
java.util.List<Group> |
search(long companyId,
long parentGroupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group
that match the keywords, optionally including the user's inherited
organization groups and user groups.
|
java.util.List<Group> |
search(long companyId,
long parentGroupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group
that match the keywords, optionally including the user's inherited
organization groups and user groups.
|
java.util.List<Group> |
search(long companyId,
long parentGroupId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups belonging to the parent
group and organization groups that match the name and description,
optionally including the user's inherited organization groups and user
groups.
|
java.util.List<Group> |
search(long companyId,
long parentGroupId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the site groups belonging to the parent
group and organization groups that match the name and description,
optionally including the user's inherited organization groups and user
groups.
|
java.util.List<Group> |
search(long companyId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
java.util.List<Group> |
search(long companyId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
java.util.List<Group> |
search(long companyId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
java.util.List<Group> |
search(long companyId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the site groups and organization groups
that match the name and description, optionally including the user's
inherited organization groups and user groups.
|
int |
searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
Returns the number of groups belonging to the parent group that match the
class name IDs, and keywords, optionally including the user's inherited
organization groups and user groups.
|
int |
searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
Returns the number of groups belonging to the parent group that match the
class name IDs, name, and description, optionally including the user's
inherited organization groups and user groups.
|
int |
searchCount(long companyId,
long[] classNameIds,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
Returns the number of groups that match the class name IDs, and keywords,
optionally including the user's inherited organization groups and user
groups.
|
int |
searchCount(long companyId,
long[] classNameIds,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
Returns the number of groups that match the class name IDs, name, and
description, optionally including the user's inherited organization
groups and user groups.
|
int |
searchCount(long companyId,
long parentGroupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
Returns the number of groups belonging to the parent group that match the
keywords, optionally including the user's inherited organization groups
and user groups.
|
int |
searchCount(long companyId,
long parentGroupId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
Returns the number of groups belonging to the parent group and immediate
organization groups that match the name and description, optionally
including the user's inherited organization groups and user groups.
|
int |
searchCount(long companyId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
Returns the number of groups that match the keywords, optionally
including the user's inherited organization groups and user groups.
|
int |
searchCount(long companyId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
Returns the number of groups and immediate organization groups that match
the name and description, optionally including the user's inherited
organization groups and user groups.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setOrganizationGroups(long organizationId,
long[] groupIds) |
void |
setRoleGroups(long roleId,
long[] groupIds) |
void |
setUserGroupGroups(long userGroupId,
long[] groupIds) |
void |
setUserGroups(long userId,
long[] groupIds) |
void |
setWrappedGroupLocalService(GroupLocalService groupLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.GroupLocalService) |
void |
setWrappedService(GroupLocalService groupLocalService) |
void |
unsetRoleGroups(long roleId,
long[] groupIds)
Removes the groups from the role.
|
void |
unsetUserGroups(long userId,
long[] groupIds)
Removes the user from the groups.
|
void |
updateAsset(long userId,
Group group,
long[] assetCategoryIds,
java.lang.String[] assetTagNames)
Updates the group's asset replacing categories and tag names.
|
Group |
updateFriendlyURL(long groupId,
java.lang.String friendlyURL)
Updates the group's friendly URL.
|
Group |
updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist.
|
Group |
updateGroup(long groupId,
long parentGroupId,
java.lang.String name,
java.lang.String description,
int type,
boolean manualMembership,
int membershipRestriction,
java.lang.String friendlyURL,
boolean active,
ServiceContext serviceContext)
Updates the group.
|
Group |
updateGroup(long groupId,
java.lang.String typeSettings)
Updates the group's type settings.
|
Group |
updateSite(long groupId,
boolean site)
Associates the group with a main site if the group is an organization.
|
public GroupLocalServiceWrapper(GroupLocalService groupLocalService)
public Group addGroup(Group group) throws SystemException
addGroup in interface GroupLocalServicegroup - the groupSystemException - if a system exception occurredpublic Group createGroup(long groupId)
createGroup in interface GroupLocalServicegroupId - the primary key for the new grouppublic Group deleteGroup(long groupId) throws PortalException, SystemException
deleteGroup in interface GroupLocalServicegroupId - the primary key of the groupPortalException - if a group with the primary key could not be foundSystemException - if a system exception occurredpublic Group deleteGroup(Group group) throws PortalException, SystemException
deleteGroup in interface GroupLocalServicegroup - the groupPortalExceptionSystemException - if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery in interface GroupLocalServicepublic java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery in interface GroupLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from GroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface GroupLocalServicedynamicQuery - 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 occurredpublic java.util.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from GroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface GroupLocalServicedynamicQuery - 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 occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount in interface GroupLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQueryCount in interface GroupLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querySystemException - if a system exception occurredpublic Group fetchGroup(long groupId) throws SystemException
fetchGroup in interface GroupLocalServiceSystemExceptionpublic Group fetchGroupByUuidAndCompanyId(java.lang.String uuid, long companyId) throws SystemException
fetchGroupByUuidAndCompanyId in interface GroupLocalServiceuuid - the group's UUIDcompanyId - the primary key of the companynull if a matching group could not be foundSystemException - if a system exception occurredpublic Group getGroup(long groupId) throws PortalException, SystemException
getGroup in interface GroupLocalServicegroupId - the primary key of the groupPortalException - if a group with the primary key could not be foundSystemException - if a system exception occurredpublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel in interface GroupLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionSystemExceptionpublic Group getGroupByUuidAndCompanyId(java.lang.String uuid, long companyId) throws PortalException, SystemException
getGroupByUuidAndCompanyId in interface GroupLocalServiceuuid - the group's UUIDcompanyId - the primary key of the companyPortalException - if a matching group could not be foundSystemException - if a system exception occurredpublic java.util.List<Group> getGroups(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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from GroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getGroups in interface GroupLocalServicestart - the lower bound of the range of groupsend - the upper bound of the range of groups (not inclusive)SystemException - if a system exception occurredpublic int getGroupsCount()
throws SystemException
getGroupsCount in interface GroupLocalServiceSystemException - if a system exception occurredpublic Group updateGroup(Group group) throws SystemException
updateGroup in interface GroupLocalServicegroup - the groupSystemException - if a system exception occurredpublic void addOrganizationGroup(long organizationId,
long groupId)
throws SystemException
addOrganizationGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addOrganizationGroup(long organizationId,
Group group)
throws SystemException
addOrganizationGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addOrganizationGroups(long organizationId,
long[] groupIds)
throws SystemException
addOrganizationGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addOrganizationGroups(long organizationId,
java.util.List<Group> Groups)
throws SystemException
addOrganizationGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void clearOrganizationGroups(long organizationId)
throws SystemException
clearOrganizationGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteOrganizationGroup(long organizationId,
long groupId)
throws SystemException
deleteOrganizationGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteOrganizationGroup(long organizationId,
Group group)
throws SystemException
deleteOrganizationGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteOrganizationGroups(long organizationId,
long[] groupIds)
throws SystemException
deleteOrganizationGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteOrganizationGroups(long organizationId,
java.util.List<Group> Groups)
throws SystemException
deleteOrganizationGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getOrganizationGroups(long organizationId) throws SystemException
getOrganizationGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getOrganizationGroups(long organizationId, int start, int end) throws SystemException
getOrganizationGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getOrganizationGroups(long organizationId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getOrganizationGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic int getOrganizationGroupsCount(long organizationId)
throws SystemException
getOrganizationGroupsCount in interface GroupLocalServiceSystemException - if a system exception occurredpublic boolean hasOrganizationGroup(long organizationId,
long groupId)
throws SystemException
hasOrganizationGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic boolean hasOrganizationGroups(long organizationId)
throws SystemException
hasOrganizationGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void setOrganizationGroups(long organizationId,
long[] groupIds)
throws SystemException
setOrganizationGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addRoleGroup(long roleId,
long groupId)
throws SystemException
addRoleGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addRoleGroup(long roleId,
Group group)
throws SystemException
addRoleGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addRoleGroups(long roleId,
long[] groupIds)
throws SystemException
addRoleGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addRoleGroups(long roleId,
java.util.List<Group> Groups)
throws SystemException
addRoleGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void clearRoleGroups(long roleId)
throws SystemException
clearRoleGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteRoleGroup(long roleId,
long groupId)
throws SystemException
deleteRoleGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteRoleGroup(long roleId,
Group group)
throws SystemException
deleteRoleGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteRoleGroups(long roleId,
long[] groupIds)
throws SystemException
deleteRoleGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteRoleGroups(long roleId,
java.util.List<Group> Groups)
throws SystemException
deleteRoleGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getRoleGroups(long roleId) throws SystemException
getRoleGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getRoleGroups(long roleId, int start, int end) throws SystemException
getRoleGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getRoleGroups(long roleId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getRoleGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic int getRoleGroupsCount(long roleId)
throws SystemException
getRoleGroupsCount in interface GroupLocalServiceSystemException - if a system exception occurredpublic boolean hasRoleGroup(long roleId,
long groupId)
throws SystemException
hasRoleGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic boolean hasRoleGroups(long roleId)
throws SystemException
hasRoleGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void setRoleGroups(long roleId,
long[] groupIds)
throws SystemException
setRoleGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addUserGroupGroup(long userGroupId,
long groupId)
throws SystemException
addUserGroupGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addUserGroupGroup(long userGroupId,
Group group)
throws SystemException
addUserGroupGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addUserGroupGroups(long userGroupId,
long[] groupIds)
throws SystemException
addUserGroupGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addUserGroupGroups(long userGroupId,
java.util.List<Group> Groups)
throws SystemException
addUserGroupGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void clearUserGroupGroups(long userGroupId)
throws SystemException
clearUserGroupGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteUserGroupGroup(long userGroupId,
long groupId)
throws SystemException
deleteUserGroupGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteUserGroupGroup(long userGroupId,
Group group)
throws SystemException
deleteUserGroupGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteUserGroupGroups(long userGroupId,
long[] groupIds)
throws SystemException
deleteUserGroupGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteUserGroupGroups(long userGroupId,
java.util.List<Group> Groups)
throws SystemException
deleteUserGroupGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getUserGroupGroups(long userGroupId) throws SystemException
getUserGroupGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getUserGroupGroups(long userGroupId, int start, int end) throws SystemException
getUserGroupGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getUserGroupGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic int getUserGroupGroupsCount(long userGroupId)
throws SystemException
getUserGroupGroupsCount in interface GroupLocalServiceSystemException - if a system exception occurredpublic boolean hasUserGroupGroup(long userGroupId,
long groupId)
throws SystemException
hasUserGroupGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic boolean hasUserGroupGroups(long userGroupId)
throws SystemException
hasUserGroupGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void setUserGroupGroups(long userGroupId,
long[] groupIds)
throws SystemException
setUserGroupGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addUserGroup(long userId,
long groupId)
throws SystemException
addUserGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addUserGroup(long userId,
Group group)
throws SystemException
addUserGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addUserGroups(long userId,
long[] groupIds)
throws SystemException
addUserGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void addUserGroups(long userId,
java.util.List<Group> Groups)
throws SystemException
addUserGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void clearUserGroups(long userId)
throws SystemException
clearUserGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteUserGroup(long userId,
long groupId)
throws SystemException
deleteUserGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteUserGroup(long userId,
Group group)
throws SystemException
deleteUserGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteUserGroups(long userId,
long[] groupIds)
throws SystemException
deleteUserGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void deleteUserGroups(long userId,
java.util.List<Group> Groups)
throws SystemException
deleteUserGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getUserGroups(long userId) throws SystemException
getUserGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getUserGroups(long userId, int start, int end) throws SystemException
getUserGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getUserGroups(long userId, int start, int end, OrderByComparator orderByComparator) throws PortalException, SystemException
getUserGroups in interface GroupLocalServicePortalExceptionSystemException - if a system exception occurredpublic int getUserGroupsCount(long userId)
throws SystemException
getUserGroupsCount in interface GroupLocalServiceSystemException - if a system exception occurredpublic boolean hasUserGroup(long userId,
long groupId)
throws SystemException
hasUserGroup in interface GroupLocalServiceSystemException - if a system exception occurredpublic boolean hasUserGroups(long userId)
throws SystemException
hasUserGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic void setUserGroups(long userId,
long[] groupIds)
throws SystemException
setUserGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface GroupLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface GroupLocalServicebeanIdentifier - the Spring bean ID for this beanpublic Group addGroup(long userId, long parentGroupId, java.lang.String className, long classPK, long liveGroupId, java.lang.String name, java.lang.String description, int type, boolean manualMembership, int membershipRestriction, java.lang.String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
addGroup in interface GroupLocalServiceuserId - the primary key of the group's creator/ownerparentGroupId - the primary key of the parent groupclassName - the entity's class nameclassPK - the primary key of the entity's instanceliveGroupId - the primary key of the live groupname - the entity's namedescription - the group's description (optionally
null)type - the group's type. For more information see GroupConstantsfriendlyURL - the group's friendlyURL (optionally
null)site - whether the group is to be associated with a main siteactive - whether the group is activeserviceContext - the service context to be applied (optionally
null). Can set asset category IDs and asset tag
names for the group, and whether the group is for staging.PortalException - if a creator could not be found, if the group's
information was invalid, if a layout could not be found, or if a
valid friendly URL could not be created for the groupSystemException - if a system exception occurredpublic Group addGroup(long userId, long parentGroupId, java.lang.String className, long classPK, java.lang.String name, java.lang.String description, int type, java.lang.String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext)addGroup in interface GroupLocalServiceuserId - the primary key of the group's creator/ownerparentGroupId - the primary key of the parent groupclassName - the entity's class nameclassPK - the primary key of the entity's instancename - the entity's namedescription - the group's description (optionally
null)type - the group's type. For more information see GroupConstantsfriendlyURL - the group's friendlyURLsite - whether the group is to be associated with a main siteactive - whether the group is activeserviceContext - the service context to be applied (optionally
null). Can set asset category IDs and asset tag
names for the group, and whether the group is for staging.PortalException - if a creator could not be found, if the
group's information was invalid, if a layout could not be
found, or if a valid friendly URL could not be created for
the groupSystemException - if a system exception occurredpublic Group addGroup(long userId, java.lang.String className, long classPK, long liveGroupId, java.lang.String name, java.lang.String description, int type, java.lang.String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext)addGroup in interface GroupLocalServiceuserId - the primary key of the group's creator/ownerclassName - the entity's class nameclassPK - the primary key of the entity's instanceliveGroupId - the primary key of the live groupname - the entity's namedescription - the group's description (optionally
null)type - the group's type. For more information see GroupConstantsfriendlyURL - the group's friendlyURL (optionally
null)site - whether the group is to be associated with a main siteactive - whether the group is activeserviceContext - the service context to be applied (optionally
null). Can set asset category IDs and asset tag
names for the group, and whether the group is for staging.PortalException - if a creator could not be found, if the
group's information was invalid, if a layout could not be
found, or if a valid friendly URL could not be created for
the groupSystemException - if a system exception occurredpublic Group addGroup(long userId, java.lang.String className, long classPK, java.lang.String name, java.lang.String description, int type, java.lang.String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext)addGroup in interface GroupLocalServiceuserId - the primary key of the group's creator/ownerclassName - the entity's class nameclassPK - the primary key of the entity's instancename - the entity's namedescription - the group's description (optionally
null)type - the group's type. For more information see GroupConstantsfriendlyURL - the group's friendlyURLsite - whether the group is to be associated with a main siteactive - whether the group is activeserviceContext - the service context to be applied (optionally
null). Can set asset category IDs and asset tag
names for the group, and whether the group is for staging.PortalException - if a creator could not be found, if the
group's information was invalid, if a layout could not be
found, or if a valid friendly URL could not be created for
the groupSystemException - if a system exception occurredpublic void checkCompanyGroup(long companyId)
throws PortalException,
SystemException
checkCompanyGroup in interface GroupLocalServicecompanyId - the primary key of the companyPortalException - if a default user for the company could not be
found, if the group's information was invalid, if a layout could
not be found, or if a valid friendly URL could not be created for
the groupSystemException - if a system exception occurredpublic void checkSystemGroups(long companyId)
throws PortalException,
SystemException
checkSystemGroups in interface GroupLocalServicecompanyId - the primary key of the companyPortalException - if a new system group could not be createdSystemException - if a system exception occurredpublic void disableStaging(long groupId)
throws PortalException,
SystemException
disableStaging in interface GroupLocalServicePortalExceptionSystemExceptionpublic void enableStaging(long groupId)
throws PortalException,
SystemException
enableStaging in interface GroupLocalServicePortalExceptionSystemExceptionpublic Group fetchFriendlyURLGroup(long companyId, java.lang.String friendlyURL) throws SystemException
fetchFriendlyURLGroup in interface GroupLocalServicecompanyId - the primary key of the companyfriendlyURL - the friendly URLnull if a
matching group could not be foundSystemException - if a system exception occurredpublic Group fetchGroup(long companyId, java.lang.String name) throws SystemException
fetchGroup in interface GroupLocalServicecompanyId - the primary key of the companyname - the group's namenull if a matching group could not be foundSystemException - if a system exception occurredpublic Group getCompanyGroup(long companyId) throws PortalException, SystemException
getCompanyGroup in interface GroupLocalServicecompanyId - the primary key of the companyPortalException - if a matching group could not be foundSystemException - if a system exception occurredpublic java.util.List<Group> getCompanyGroups(long companyId, 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.
getCompanyGroups in interface GroupLocalServicecompanyId - the primary key of the companystart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic int getCompanyGroupsCount(long companyId)
throws SystemException
getCompanyGroupsCount in interface GroupLocalServicecompanyId - the primary key of the companySystemException - if a system exception occurredpublic Group getFriendlyURLGroup(long companyId, java.lang.String friendlyURL) throws PortalException, SystemException
getFriendlyURLGroup in interface GroupLocalServicecompanyId - the primary key of the companyfriendlyURL - the group's friendlyURLPortalException - if a matching group could not be found, or if the
friendly URL was invalidSystemException - if a system exception occurredpublic Group getGroup(long companyId, java.lang.String name) throws PortalException, SystemException
getGroup in interface GroupLocalServicecompanyId - the primary key of the companyname - the group's namePortalException - if a matching group could not be foundSystemException - if a system exception occurredpublic java.lang.String getGroupDescriptiveName(Group group, java.util.Locale locale) throws PortalException, SystemException
getGroupDescriptiveName in interface GroupLocalServicePortalExceptionSystemExceptionpublic java.lang.String getGroupDescriptiveName(long groupId,
java.util.Locale locale)
throws PortalException,
SystemException
getGroupDescriptiveName in interface GroupLocalServicePortalExceptionSystemExceptionpublic java.util.List<Group> getGroups(long companyId, long parentGroupId, boolean site) throws SystemException
getGroups in interface GroupLocalServicecompanyId - the primary key of the companyparentGroupId - the primary key of the parent groupsite - whether the group is to be associated with a main sitenull if no matches were
foundSystemException - if a system exception occurredpublic java.util.List<Group> getGroups(long companyId, java.lang.String className, long parentGroupId) throws SystemException
getGroups in interface GroupLocalServicecompanyId - the primary key of the companyclassName - the class name of the groupparentGroupId - the primary key of the parent groupnull if no matches were
foundSystemException - if a system exception occurredpublic java.util.List<Group> getGroups(long companyId, java.lang.String className, long parentGroupId, int start, int end) throws SystemException
getGroups in interface GroupLocalServicecompanyId - the primary key of the companyclassName - the class name of the groupparentGroupId - the primary key of the parent groupstart - the lower bound of the range of resultsend - the upper bound of the range of results (not inclusive)SystemException - if a system exception occurredpublic java.util.List<Group> getGroups(long[] groupIds) throws PortalException, SystemException
getGroups in interface GroupLocalServicegroupIds - the primary keys of the groupsPortalException - if any one of the groups could not be foundSystemException - if a system exception occurredpublic int getGroupsCount(long companyId,
long parentGroupId,
boolean site)
throws SystemException
getGroupsCount in interface GroupLocalServicecompanyId - the primary key of the companyparentGroupId - the primary key of the parent groupsite - whether the group is to be associated with a main siteSystemException - if a system exception occurredpublic int getGroupsCount(long companyId,
java.lang.String className,
long parentGroupId)
throws SystemException
getGroupsCount in interface GroupLocalServicecompanyId - the primary key of the companyclassName - the class name of the groupparentGroupId - the primary key of the parent groupSystemException - if a system exception occurredpublic Group getLayoutGroup(long companyId, long plid) throws PortalException, SystemException
getLayoutGroup in interface GroupLocalServicecompanyId - the primary key of the companyplid - the primary key of the layoutPortalException - if a matching group could not be foundSystemException - if a system exception occurredpublic Group getLayoutPrototypeGroup(long companyId, long layoutPrototypeId) throws PortalException, SystemException
getLayoutPrototypeGroup in interface GroupLocalServicecompanyId - the primary key of the companylayoutPrototypeId - the primary key of the layout prototypePortalException - if a matching group could not be foundSystemException - if a system exception occurredpublic Group getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId) throws PortalException, SystemException
getLayoutSetPrototypeGroup in interface GroupLocalServicecompanyId - the primary key of the companylayoutSetPrototypeId - the primary key of the layout set prototypePortalException - if a matching group could not be foundSystemException - if a system exception occurredpublic java.util.List<Group> getLayoutsGroups(long companyId, long parentGroupId, boolean site, 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.
getLayoutsGroups in interface GroupLocalServicecompanyId - the primary key of the companyparentGroupId - the primary key of the parent groupsite - whether the group is to be associated with a main sitestart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic int getLayoutsGroupsCount(long companyId,
long parentGroupId,
boolean site)
throws SystemException
getLayoutsGroupsCount in interface GroupLocalServicecompanyId - the primary key of the companyparentGroupId - the primary key of the parent groupsite - whether the group is to be associated with a main siteSystemException - if a system exception occurredpublic java.util.List<Group> getLiveGroups() throws SystemException
getLiveGroups in interface GroupLocalServiceSystemException - if a system exception occurredpublic java.util.List<Group> getNoLayoutsGroups(java.lang.String className, boolean privateLayout, 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.
getNoLayoutsGroups in interface GroupLocalServiceclassName - the entity's class nameprivateLayout - whether to include groups with private layout sets
or non-private layout setsstart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic java.util.List<Group> getNullFriendlyURLGroups() throws SystemException
null or empty friendly
URLs.getNullFriendlyURLGroups in interface GroupLocalServicenull or empty friendly
URLsSystemException - if a system exception occurredpublic Group getOrganizationGroup(long companyId, long organizationId) throws PortalException, SystemException
getOrganizationGroup in interface GroupLocalServicecompanyId - the primary key of the companyorganizationId - the primary key of the organizationPortalException - if a matching group could not be foundSystemException - if a system exception occurredpublic java.util.List<Group> getOrganizationsGroups(java.util.List<Organization> organizations)
getOrganizationsGroups in interface GroupLocalServiceorganizations - the organizationspublic java.util.List<Group> getOrganizationsRelatedGroups(java.util.List<Organization> organizations) throws SystemException
getOrganizationsRelatedGroups in interface GroupLocalServiceorganizations - the organizationsSystemException - if a system exception occurredpublic java.util.List<Group> getParentGroups(long groupId) throws PortalException, SystemException
getParentGroups in interface GroupLocalServicegroupId - the primary key of the groupPortalException - if a group with the primary key could not be
foundSystemException - if a system exception occurredpublic Group getStagingGroup(long liveGroupId) throws PortalException, SystemException
getStagingGroup in interface GroupLocalServiceliveGroupId - the primary key of the live groupPortalException - if a matching staging group could not be foundSystemException - if a system exception occurredpublic Group getUserGroup(long companyId, long userId) throws PortalException, SystemException
getUserGroup in interface GroupLocalServicecompanyId - the primary key of the companyuserId - the primary key of the userPortalException - if a matching group could not be foundSystemException - if a system exception occurredpublic Group getUserGroupGroup(long companyId, long userGroupId) throws PortalException, SystemException
UserGroup entity.getUserGroupGroup in interface GroupLocalServicecompanyId - the primary key of the companyuserGroupId - the primary key of the user groupPortalException - if a matching group could not be foundSystemException - if a system exception occurredpublic java.util.List<Group> getUserGroups(long userId, boolean inherit) throws PortalException, SystemException
getUserGroups in interface GroupLocalServiceuserId - the primary key of the userinherit - whether to include the user's inherited organization
groups and user groupsPortalException - if a user with the primary key could not be foundSystemException - if a system exception occurredpublic java.util.List<Group> getUserGroups(long userId, boolean inherit, int start, int end) throws PortalException, 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 GroupLocalServiceuserId - the primary key of the userinherit - whether to include the user's inherited organization
groups and user groupsstart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)PortalException - if a user with the primary key could not be foundSystemException - if a system exception occurredpublic java.util.List<Group> getUserGroupsGroups(java.util.List<UserGroup> userGroups) throws PortalException, SystemException
getUserGroupsGroups in interface GroupLocalServiceuserGroups - the user groupsPortalException - if any one of the user group's group could not be
foundSystemException - if a system exception occurredpublic java.util.List<Group> getUserGroupsRelatedGroups(java.util.List<UserGroup> userGroups) throws SystemException
getUserGroupsRelatedGroups in interface GroupLocalServiceuserGroups - the user groupsSystemException - if a system exception occurredpublic java.util.List<Group> getUserOrganizationsGroups(long userId, int start, int end) throws PortalException, SystemException
organizations.membership.strict is set to
true.
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.
getUserOrganizationsGroups in interface GroupLocalServiceuserId - the primary key of the userstart - the lower bound of the range of groups to considerend - the upper bound of the range of groups to consider (not
inclusive)PortalException - if a user with the primary key could not be found
or if another portal exception occurredSystemException - if a system exception occurredpublic Group getUserPersonalSiteGroup(long companyId) throws PortalException, SystemException
getUserPersonalSiteGroup in interface GroupLocalServicePortalExceptionSystemExceptionpublic java.util.List<Group> getUserSitesGroups(long userId) throws PortalException, SystemException
getUserSitesGroups in interface GroupLocalServicePortalExceptionSystemExceptionpublic java.util.List<Group> getUserSitesGroups(long userId, boolean includeAdministrative) throws PortalException, SystemException
getUserSitesGroups in interface GroupLocalServicePortalExceptionSystemExceptionpublic boolean hasStagingGroup(long liveGroupId)
throws SystemException
true if the live group has a staging group.hasStagingGroup in interface GroupLocalServiceliveGroupId - the primary key of the live grouptrue if the live group has a staging group;
false otherwiseSystemException - if a system exception occurredpublic boolean hasUserGroup(long userId,
long groupId,
boolean inherit)
throws SystemException
true if the user is immediately associated with the
group, or optionally if the user is associated with the group via the
user's organizations, inherited organizations, or user groups.hasUserGroup in interface GroupLocalServiceuserId - the primary key of the usergroupId - the primary key of the groupinherit - whether to include organization groups and user groups to
which the user belongs in the determinationtrue if the user is associated with the group;
false otherwiseSystemException - if a system exception occurredpublic Group loadFetchGroup(long companyId, java.lang.String name) throws SystemException
loadFetchGroup in interface GroupLocalServicecompanyId - the primary key of the companyname - the group's namenull if a matching group could not be foundSystemException - if a system exception occurredpublic Group loadGetGroup(long companyId, java.lang.String name) throws PortalException, SystemException
loadGetGroup in interface GroupLocalServicecompanyId - the primary key of the companyname - the group's namePortalException - if a matching group could not be foundSystemException - if a system exception occurredpublic void rebuildTree(long companyId)
throws PortalException,
SystemException
Only call this method if the tree has become stale through operations other than normal CRUD. Under normal circumstances the tree is automatically rebuilt whenever necessary.
rebuildTree in interface GroupLocalServicecompanyId - the primary key of the group's companyPortalException - if a group with the primary key could not be
foundSystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyparams - the finder params (optionally null). To
include a user's organizations, inherited organizations, and user
groups in the search, add an entry with key
"usersGroups" mapped to the user's ID and an entry with
key "inherit" mapped to a non-null object.
For more information see GroupFinderstart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long parentGroupId, java.lang.String keywords, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyparentGroupId - the primary key of the parent groupkeywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include the user's inherited organizations and user groups in the
search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderstart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long parentGroupId, java.lang.String keywords, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, int start, int end, OrderByComparator obc) 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyparentGroupId - the primary key of the parent groupkeywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include the user's inherited organizations and user groups in the
search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderstart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)obc - the comparator to order the groups (optionally
null)obcSystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long parentGroupId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, boolean andOperator, 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyparentGroupId - the primary key of the parent groupname - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include the user's inherited organizations and user groups in the
search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.start - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long parentGroupId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, boolean andOperator, int start, int end, OrderByComparator obc) 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyparentGroupId - the primary key of the parent groupname - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include the user's inherited organizations and user groups in the
search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.start - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)obc - the comparator to order the groups (optionally
null)obcSystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long[] classNameIds, long parentGroupId, java.lang.String keywords, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)parentGroupId - the primary key of the parent groupkeywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include a user's organizations, inherited organizations, and user
groups in the search, add an entry with key
"usersGroups" mapped to the user's ID and an entry with
key "inherit" mapped to a non-null object.
For more information see GroupFinderstart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long[] classNameIds, long parentGroupId, java.lang.String keywords, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, int start, int end, OrderByComparator obc) 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)parentGroupId - the primary key of the parent groupkeywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include a user's organizations, inherited organizations, and user
groups in the search, add an entry with key
"usersGroups" mapped to the user's ID and an entry with
key "inherit" mapped to a non-null object.
For more information see GroupFinderstart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)obc - the comparator to order the groups (optionally
null)obcSystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long[] classNameIds, long parentGroupId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, boolean andOperator, 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)parentGroupId - the primary key of the parent groupname - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include a user's organizations, inherited organizations, and user
groups in the search, add an entry with key
"usersGroups" mapped to the user's ID and an entry with
key "inherit" mapped to a non-null object.
For more information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.start - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long[] classNameIds, long parentGroupId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, boolean andOperator, int start, int end, OrderByComparator obc) 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)parentGroupId - the primary key of the parent groupname - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include a user's organizations, inherited organizations, and user
groups in the search, add an entry with key
"usersGroups" mapped to the user's ID and an entry with
key "inherit" mapped to a non-null object.
For more information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.start - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)obc - the comparator to order the groups (optionally
null)obcSystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long[] classNameIds, java.lang.String keywords, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)keywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include a user's organizations, inherited organizations, and user
groups in the search, add an entry with key
"usersGroups" mapped to the user's ID and an entry with
key "inherit" mapped to a non-null object.
For more information see GroupFinderstart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long[] classNameIds, java.lang.String keywords, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, int start, int end, OrderByComparator obc) 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)keywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include a user's organizations, inherited organizations, and user
groups in the search, add an entry with key
"usersGroups" mapped to the user's ID and an entry with
key "inherit" mapped to a non-null object.
For more information see GroupFinderstart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)obc - the comparator to order the groups (optionally
null)obcSystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long[] classNameIds, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, boolean andOperator, 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)name - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include a user's organizations, inherited organizations, and user
groups in the search, add an entry with key
"usersGroups" mapped to the user's ID and an entry with
key "inherit" mapped to a non-null object.
For more information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.start - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, long[] classNameIds, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, boolean andOperator, int start, int end, OrderByComparator obc) 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)name - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include a user's organizations, inherited organizations, and user
groups in the search, add an entry with key
"usersGroups" mapped to the user's ID and an entry with
key "inherit" mapped to a non-null object.
For more information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.start - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)obc - the comparator to order the groups (optionally
null)obcSystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, java.lang.String keywords, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, 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.
search in interface GroupLocalServicecompanyId - the primary key of the companykeywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include the user's inherited organizations and user groups in the
search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderstart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, java.lang.String keywords, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, int start, int end, OrderByComparator obc) 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.
search in interface GroupLocalServicecompanyId - the primary key of the companykeywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include the user's inherited organizations and user groups in the
search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderstart - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)obc - the comparator to order the groups (optionally
null)obcSystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, boolean andOperator, 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyname - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include the user's inherited organizations and user groups in the
search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.start - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)SystemException - if a system exception occurredpublic java.util.List<Group> search(long companyId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, boolean andOperator, int start, int end, OrderByComparator obc) 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.
search in interface GroupLocalServicecompanyId - the primary key of the companyname - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include the user's inherited organizations and user groups in the
search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.start - the lower bound of the range of groups to returnend - the upper bound of the range of groups to return (not
inclusive)obc - the comparator to order the groups (optionally
null)obcSystemException - if a system exception occurredpublic int searchCount(long companyId,
long parentGroupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
throws SystemException
searchCount in interface GroupLocalServicecompanyId - the primary key of the companyparentGroupId - the primary key of the parent groupkeywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include the user's inherited organization groups and user groups
in the search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderSystemException - if a system exception occurredpublic int searchCount(long companyId,
long parentGroupId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
throws SystemException
searchCount in interface GroupLocalServicecompanyId - the primary key of the companyparentGroupId - the primary key of the parent groupname - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include the user's inherited organization groups and user groups
in the search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.SystemException - if a system exception occurredpublic int searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
throws SystemException
searchCount in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)parentGroupId - the primary key of the parent groupkeywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include the user's inherited organization groups and user groups
in the search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderSystemException - if a system exception occurredpublic int searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
throws SystemException
searchCount in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)parentGroupId - the primary key of the parent groupname - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include the user's inherited organization groups and user groups
in the search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.SystemException - if a system exception occurredpublic int searchCount(long companyId,
long[] classNameIds,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
throws SystemException
searchCount in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)keywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include the user's inherited organization groups and user groups
in the search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderSystemException - if a system exception occurredpublic int searchCount(long companyId,
long[] classNameIds,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
throws SystemException
searchCount in interface GroupLocalServicecompanyId - the primary key of the companyclassNameIds - the primary keys of the class names of the entities
the groups are related to (optionally null)name - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include the user's inherited organization groups and user groups
in the search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.SystemException - if a system exception occurredpublic int searchCount(long companyId,
java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
throws SystemException
searchCount in interface GroupLocalServicecompanyId - the primary key of the companykeywords - the keywords (space separated), which may occur in the
sites's name, or description (optionally null)params - the finder params (optionally null). To
include the user's inherited organization groups and user groups
in the search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderSystemException - if a system exception occurredpublic int searchCount(long companyId,
java.lang.String name,
java.lang.String description,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
boolean andOperator)
throws SystemException
searchCount in interface GroupLocalServicecompanyId - the primary key of the companyname - the group's name (optionally null)description - the group's description (optionally
null)params - the finder params (optionally null). To
include the user's inherited organization groups and user groups
in the search, add entries having "usersGroups" and
"inherit" as keys mapped to the the user's ID. For more
information see GroupFinderandOperator - whether every field must match its keywords, or just
one field.SystemException - if a system exception occurredpublic void unsetRoleGroups(long roleId,
long[] groupIds)
throws SystemException
unsetRoleGroups in interface GroupLocalServiceroleId - the primary key of the rolegroupIds - the primary keys of the groupsSystemException - if a system exception occurredpublic void unsetUserGroups(long userId,
long[] groupIds)
throws SystemException
unsetUserGroups in interface GroupLocalServiceuserId - the primary key of the usergroupIds - the primary keys of the groupsSystemException - if a system exception occurredpublic void updateAsset(long userId,
Group group,
long[] assetCategoryIds,
java.lang.String[] assetTagNames)
throws PortalException,
SystemException
updateAsset in interface GroupLocalServiceuserId - the primary key of the usergroup - the groupassetCategoryIds - the primary keys of the asset categories
(optionally null)assetTagNames - the asset tag names (optionally null)PortalException - if a user with the primary key could not be foundSystemException - if a system exception occurredpublic Group updateFriendlyURL(long groupId, java.lang.String friendlyURL) throws PortalException, SystemException
updateFriendlyURL in interface GroupLocalServicegroupId - the primary key of the groupfriendlyURL - the group's new friendlyURL (optionally
null)PortalException - if a group with the primary key could not be
found or if a valid friendly URL could not be created for the
groupSystemException - if a system exception occurredpublic Group updateGroup(long groupId, long parentGroupId, java.lang.String name, java.lang.String description, int type, boolean manualMembership, int membershipRestriction, java.lang.String friendlyURL, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
updateGroup in interface GroupLocalServicegroupId - the primary key of the groupparentGroupId - the primary key of the parent groupname - the group's new namedescription - the group's new description (optionally
null)type - the group's new type. For more information see GroupConstantsfriendlyURL - the group's new friendlyURL (optionally
null)active - whether the group is activeserviceContext - the service context to be applied (optionally
null). Can set asset category IDs and asset tag
names for the group.PortalException - if a group with the primary key could not be
found or if the friendly URL was invalid or could one not be
createdSystemException - if a system exception occurredpublic Group updateGroup(long groupId, java.lang.String typeSettings) throws PortalException, SystemException
updateGroup in interface GroupLocalServicegroupId - the primary key of the grouptypeSettings - the group's new type settings (optionally
null)PortalException - if a group with the primary key could not be
foundSystemException - if a system exception occurredpublic Group updateSite(long groupId, boolean site) throws PortalException, SystemException
updateSite in interface GroupLocalServicegroupId - the primary key of the groupsite - whether the group is to be associated with a main sitePortalException - if a group with the primary key could not be
foundSystemException - if a system exception occurredpublic GroupLocalService getWrappedGroupLocalService()
getWrappedService()public void setWrappedGroupLocalService(GroupLocalService groupLocalService)
setWrappedService(com.liferay.portal.service.GroupLocalService)public GroupLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<GroupLocalService>public void setWrappedService(GroupLocalService groupLocalService)
setWrappedService in interface ServiceWrapper<GroupLocalService>