@ProviderType
public class GroupLocalServiceUtil
extends Object
GroupLocalServiceImpl
and is the
primary access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.GroupLocalService
,
GroupLocalServiceBaseImpl
,
GroupLocalServiceImpl
Constructor and Description |
---|
GroupLocalServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static Group |
addGroup(Group group)
Adds the group to the database.
|
static Group |
addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
static Group |
addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext) |
static Group |
addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
addGroup(long,
long, String, long, long, Map, Map, int, boolean, int,
String, boolean, boolean, ServiceContext) |
static void |
addOrganizationGroup(long organizationId,
Group group) |
static void |
addOrganizationGroup(long organizationId,
long groupId) |
static void |
addOrganizationGroups(long organizationId,
List<Group> groups) |
static void |
addOrganizationGroups(long organizationId,
long[] groupIds) |
static void |
addRoleGroup(long roleId,
Group group) |
static void |
addRoleGroup(long roleId,
long groupId) |
static void |
addRoleGroups(long roleId,
List<Group> groups) |
static void |
addRoleGroups(long roleId,
long[] groupIds) |
static void |
addUserGroup(long userId,
Group group) |
static void |
addUserGroup(long userId,
long groupId) |
static void |
addUserGroupGroup(long userGroupId,
Group group) |
static void |
addUserGroupGroup(long userGroupId,
long groupId) |
static void |
addUserGroupGroups(long userGroupId,
List<Group> groups) |
static void |
addUserGroupGroups(long userGroupId,
long[] groupIds) |
static void |
addUserGroups(long userId,
List<Group> groups) |
static void |
addUserGroups(long userId,
long[] groupIds) |
static void |
checkCompanyGroup(long companyId)
Adds a company group if it does not exist.
|
static Group |
checkScopeGroup(Layout layout,
long userId) |
static void |
checkSystemGroups(long companyId)
Creates systems groups and other related data needed by the system on the
very first startup.
|
static void |
clearOrganizationGroups(long organizationId) |
static void |
clearRoleGroups(long roleId) |
static void |
clearUserGroupGroups(long userGroupId) |
static void |
clearUserGroups(long userId) |
static Group |
createGroup(long groupId)
Creates a new group with the primary key.
|
static Group |
deleteGroup(Group group)
Deletes the group from the database.
|
static Group |
deleteGroup(long groupId)
Deletes the group with the primary key from the database.
|
static void |
deleteOrganizationGroup(long organizationId,
Group group) |
static void |
deleteOrganizationGroup(long organizationId,
long groupId) |
static void |
deleteOrganizationGroups(long organizationId,
List<Group> groups) |
static void |
deleteOrganizationGroups(long organizationId,
long[] groupIds) |
static PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
static void |
deleteRoleGroup(long roleId,
Group group) |
static void |
deleteRoleGroup(long roleId,
long groupId) |
static void |
deleteRoleGroups(long roleId,
List<Group> groups) |
static void |
deleteRoleGroups(long roleId,
long[] groupIds) |
static void |
deleteUserGroup(long userId,
Group group) |
static void |
deleteUserGroup(long userId,
long groupId) |
static void |
deleteUserGroupGroup(long userGroupId,
Group group) |
static void |
deleteUserGroupGroup(long userGroupId,
long groupId) |
static void |
deleteUserGroupGroups(long userGroupId,
List<Group> groups) |
static void |
deleteUserGroupGroups(long userGroupId,
long[] groupIds) |
static void |
deleteUserGroups(long userId,
List<Group> groups) |
static void |
deleteUserGroups(long userId,
long[] groupIds) |
static void |
disableStaging(long groupId) |
static DynamicQuery |
dynamicQuery() |
static <T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static <T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
static <T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
static void |
enableStaging(long groupId) |
static Group |
fetchCompanyGroup(long companyId)
Returns the company's group.
|
static Group |
fetchFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL.
|
static Group |
fetchGroup(long groupId) |
static Group |
fetchGroup(long companyId,
String groupKey)
Returns the group with the matching group key by first searching the
system groups and then using the finder cache.
|
static Group |
fetchGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the group with the matching UUID and company.
|
static Group |
fetchStagingGroup(long liveGroupId) |
static Group |
fetchUserGroup(long companyId,
long userId) |
static Group |
fetchUserPersonalSiteGroup(long companyId)
Returns the default user's personal site group.
|
static ActionableDynamicQuery |
getActionableDynamicQuery() |
static List<Long> |
getActiveGroupIds(long userId) |
static List<Group> |
getActiveGroups(long companyId,
boolean active)
Returns all the active or inactive groups associated with the company.
|
static Group |
getCompanyGroup(long companyId)
Returns the company group.
|
static List<Group> |
getCompanyGroups(long companyId,
int start,
int end)
Returns a range of all the groups associated with the company.
|
static int |
getCompanyGroupsCount(long companyId)
Returns the number of groups associated with the company.
|
static Group |
getFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL.
|
static Group |
getGroup(long groupId)
Returns the group with the primary key.
|
static Group |
getGroup(long companyId,
String groupKey)
Returns the group with the matching group key.
|
static Group |
getGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the group with the matching UUID and company.
|
static String |
getGroupDescriptiveName(Group group,
Locale locale)
Deprecated.
As of Wilberforce (7.0.x), replaced by
Group#getDescriptiveName(Locale) |
static String |
getGroupDescriptiveName(long groupId,
Locale locale)
Deprecated.
As of Wilberforce (7.0.x), replaced by
Group#getDescriptiveName(Locale) |
static List<Group> |
getGroups(int start,
int end)
Returns a range of all the groups.
|
static List<Group> |
getGroups(long[] groupIds)
Returns the groups with the matching primary keys.
|
static List<Group> |
getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the groups that are direct children of the parent group.
|
static List<Group> |
getGroups(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent) |
static List<Group> |
getGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end) |
static List<Group> |
getGroups(long companyId,
long parentGroupId,
String name,
boolean site,
int start,
int end) |
static List<Group> |
getGroups(long companyId,
String treePath,
boolean site) |
static List<Group> |
getGroups(long companyId,
String className,
long parentGroupId)
Returns all the groups that are direct children of the parent group with
the matching className.
|
static List<Group> |
getGroups(long companyId,
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.
|
static int |
getGroupsCount()
Returns the number of groups.
|
static int |
getGroupsCount(long companyId,
long parentGroupId,
boolean site)
Returns the number of groups that are direct children of the parent
group.
|
static int |
getGroupsCount(long companyId,
long parentGroupId,
String name,
boolean site) |
static int |
getGroupsCount(long companyId,
String className,
long parentGroupId)
Returns the number of groups that are direct children of the parent group
with the matching className.
|
static IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static Group |
getLayoutGroup(long companyId,
long plid)
Returns the group associated with the layout.
|
static Group |
getLayoutPrototypeGroup(long companyId,
long layoutPrototypeId)
Returns the group associated with the layout prototype.
|
static Group |
getLayoutSetPrototypeGroup(long companyId,
long layoutSetPrototypeId)
Returns the group associated with the layout set prototype.
|
static List<Group> |
getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
boolean active,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
static List<Group> |
getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and
that have at least one layout.
|
static 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
|
static int |
getLayoutsGroupsCount(long companyId,
long parentGroupId,
boolean site,
boolean active)
Returns the number of groups that are children or the parent group and
that have at least one layout
|
static List<Group> |
getLiveGroups()
Returns all live groups.
|
static List<Group> |
getNoLayoutsGroups(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.
|
static List<Group> |
getNullFriendlyURLGroups()
Returns all non-system groups having
null or empty friendly
URLs. |
static Group |
getOrganizationGroup(long companyId,
long organizationId)
Returns the specified organization group.
|
static List<Group> |
getOrganizationGroups(long organizationId) |
static List<Group> |
getOrganizationGroups(long organizationId,
int start,
int end) |
static List<Group> |
getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static int |
getOrganizationGroupsCount(long organizationId) |
static long[] |
getOrganizationPrimaryKeys(long groupId)
Returns the organizationIds of the organizations associated with the group.
|
static List<Group> |
getOrganizationsGroups(List<Organization> organizations)
Returns the specified organization groups.
|
static List<Group> |
getOrganizationsRelatedGroups(List<Organization> organizations)
Returns all the groups related to the organizations.
|
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static List<Group> |
getParentGroups(long groupId)
Returns the group followed by all its parent groups ordered by closest
ancestor.
|
static PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
static List<Group> |
getRoleGroups(long roleId) |
static List<Group> |
getRoleGroups(long roleId,
int start,
int end) |
static List<Group> |
getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static int |
getRoleGroupsCount(long roleId) |
static long[] |
getRolePrimaryKeys(long groupId)
Returns the roleIds of the roles associated with the group.
|
static GroupLocalService |
getService() |
static List<Group> |
getStagedSites() |
static Group |
getStagingGroup(long liveGroupId)
Returns the staging group.
|
static Group |
getUserGroup(long companyId,
long userId)
Returns the group directly associated with the user.
|
static Group |
getUserGroupGroup(long companyId,
long userGroupId)
Returns the specified "user group" group.
|
static List<Group> |
getUserGroupGroups(long userGroupId) |
static List<Group> |
getUserGroupGroups(long userGroupId,
int start,
int end) |
static List<Group> |
getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static int |
getUserGroupGroupsCount(long userGroupId) |
static long[] |
getUserGroupPrimaryKeys(long groupId)
Returns the userGroupIds of the user groups associated with the group.
|
static List<Group> |
getUserGroups(long userId) |
static 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.
|
static 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.
|
static List<Group> |
getUserGroups(long userId,
int start,
int end) |
static List<Group> |
getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator) |
static int |
getUserGroupsCount(long userId) |
static List<Group> |
getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
static List<Group> |
getUserGroupsRelatedGroups(List<UserGroup> userGroups)
Returns all the groups related to the user groups.
|
static 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 . |
static Group |
getUserPersonalSiteGroup(long companyId)
Returns the default user's personal site group.
|
static long[] |
getUserPrimaryKeys(long groupId)
Returns the userIds of the users associated with the group.
|
static List<Group> |
getUserSitesGroups(long userId) |
static List<Group> |
getUserSitesGroups(long userId,
boolean includeAdministrative) |
static boolean |
hasOrganizationGroup(long organizationId,
long groupId) |
static boolean |
hasOrganizationGroups(long organizationId) |
static boolean |
hasRoleGroup(long roleId,
long groupId) |
static boolean |
hasRoleGroups(long roleId) |
static boolean |
hasStagingGroup(long liveGroupId)
Returns
true if the live group has a staging group. |
static boolean |
hasUserGroup(long userId,
long groupId) |
static 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. |
static boolean |
hasUserGroupGroup(long userGroupId,
long groupId) |
static boolean |
hasUserGroupGroups(long userGroupId) |
static boolean |
hasUserGroups(long userId) |
static boolean |
isLiveGroupActive(Group group) |
static Group |
loadFetchGroup(long companyId,
String groupKey)
Returns the group with the matching group key by first searching the
system groups and then using the finder cache.
|
static Group |
loadGetGroup(long companyId,
String groupKey)
Returns the group with the matching group key.
|
static void |
rebuildTree(long companyId)
Rebuilds the group tree.
|
static List<Group> |
search(long companyId,
LinkedHashMap<String,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.
|
static List<Group> |
search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,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.
|
static List<Group> |
search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> 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.
|
static List<Group> |
search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,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.
|
static List<Group> |
search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> 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.
|
static List<Group> |
search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,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.
|
static List<Group> |
search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> 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.
|
static List<Group> |
search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,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.
|
static List<Group> |
search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> 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.
|
static List<Group> |
search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,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.
|
static List<Group> |
search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> 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.
|
static List<Group> |
search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,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.
|
static List<Group> |
search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> 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.
|
static List<Group> |
search(long companyId,
String keywords,
LinkedHashMap<String,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.
|
static List<Group> |
search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the keywords,
optionally including the user's inherited organization groups and user
groups.
|
static List<Group> |
search(long companyId,
String name,
String description,
LinkedHashMap<String,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.
|
static List<Group> |
search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> 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.
|
static int |
searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,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.
|
static int |
searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,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.
|
static int |
searchCount(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,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.
|
static int |
searchCount(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,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.
|
static int |
searchCount(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,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.
|
static int |
searchCount(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,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.
|
static int |
searchCount(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups that match the keywords, optionally
including the user's inherited organization groups and user groups.
|
static int |
searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,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.
|
static void |
setOrganizationGroups(long organizationId,
long[] groupIds) |
static void |
setRoleGroups(long roleId,
long[] groupIds) |
static void |
setUserGroupGroups(long userGroupId,
long[] groupIds) |
static void |
setUserGroups(long userId,
long[] groupIds) |
static void |
unsetRoleGroups(long roleId,
long[] groupIds)
Removes the groups from the role.
|
static void |
unsetUserGroups(long userId,
long[] groupIds)
Removes the user from the groups.
|
static void |
updateAsset(long userId,
Group group,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the group's asset replacing categories and tag names.
|
static Group |
updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL.
|
static Group |
updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist.
|
static Group |
updateGroup(long groupId,
long parentGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext) |
static Group |
updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
updateGroup(long, long, Map, Map, int, boolean, int, String,
boolean, boolean, ServiceContext) |
static Group |
updateGroup(long groupId,
String typeSettings)
Updates the group's type settings.
|
static Group |
updateSite(long groupId,
boolean site)
Associates the group with a main site if the group is an organization.
|
public static Group addGroup(Group group)
group
- the grouppublic static Group addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean inheritContent, boolean active, ServiceContext serviceContext) throws PortalException
PortalException
public static Group addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) throws PortalException
PortalException
@Deprecated public static Group addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) throws PortalException
addGroup(long,
long, String, long, long, Map, Map, int, boolean, int,
String, boolean, boolean, ServiceContext)
userId
- 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 GroupConstants
.manualMembership
- whether manual membership is allowed for the
groupmembershipRestriction
- the group's membership restriction. For
more information see GroupConstants
.friendlyURL
- 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 portal exception occuredpublic static void addOrganizationGroup(long organizationId, Group group)
public static void addOrganizationGroup(long organizationId, long groupId)
public static void addOrganizationGroups(long organizationId, List<Group> groups)
public static void addOrganizationGroups(long organizationId, long[] groupIds)
public static void addRoleGroup(long roleId, Group group)
public static void addRoleGroup(long roleId, long groupId)
public static void addRoleGroups(long roleId, List<Group> groups)
public static void addRoleGroups(long roleId, long[] groupIds)
public static void addUserGroup(long userId, Group group)
public static void addUserGroup(long userId, long groupId)
public static void addUserGroupGroup(long userGroupId, Group group)
public static void addUserGroupGroup(long userGroupId, long groupId)
public static void addUserGroupGroups(long userGroupId, List<Group> groups)
public static void addUserGroupGroups(long userGroupId, long[] groupIds)
public static void addUserGroups(long userId, List<Group> groups)
public static void addUserGroups(long userId, long[] groupIds)
public static void checkCompanyGroup(long companyId) throws PortalException
companyId
- the primary key of the companyPortalException
- if a portal exception occurredpublic static Group checkScopeGroup(Layout layout, long userId) throws PortalException
PortalException
public static void checkSystemGroups(long companyId) throws PortalException
companyId
- the primary key of the companyPortalException
- if a portal exception occurredpublic static void clearOrganizationGroups(long organizationId)
public static void clearRoleGroups(long roleId)
public static void clearUserGroupGroups(long userGroupId)
public static void clearUserGroups(long userId)
public static Group createGroup(long groupId)
groupId
- the primary key for the new grouppublic static Group deleteGroup(Group group) throws PortalException
group
- the groupPortalException
public static Group deleteGroup(long groupId) throws PortalException
groupId
- the primary key of the groupPortalException
- if a group with the primary key could not be foundpublic static void deleteOrganizationGroup(long organizationId, Group group)
public static void deleteOrganizationGroup(long organizationId, long groupId)
public static void deleteOrganizationGroups(long organizationId, List<Group> groups)
public static void deleteOrganizationGroups(long organizationId, long[] groupIds)
public static PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
PortalException
public static void deleteRoleGroup(long roleId, Group group)
public static void deleteRoleGroup(long roleId, long groupId)
public static void deleteRoleGroups(long roleId, List<Group> groups)
public static void deleteRoleGroups(long roleId, long[] groupIds)
public static void deleteUserGroup(long userId, Group group)
public static void deleteUserGroup(long userId, long groupId)
public static void deleteUserGroupGroup(long userGroupId, Group group)
public static void deleteUserGroupGroup(long userGroupId, long groupId)
public static void deleteUserGroupGroups(long userGroupId, List<Group> groups)
public static void deleteUserGroupGroups(long userGroupId, long[] groupIds)
public static void deleteUserGroups(long userId, List<Group> groups)
public static void deleteUserGroups(long userId, long[] groupIds)
public static void disableStaging(long groupId) throws PortalException
PortalException
public static DynamicQuery dynamicQuery()
public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querypublic static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
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
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
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
- 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
)public static long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querypublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic static void enableStaging(long groupId) throws PortalException
PortalException
public static Group fetchCompanyGroup(long companyId)
companyId
- the primary key of the companynull
if a matching group
could not be foundpublic static Group fetchFriendlyURLGroup(long companyId, String friendlyURL)
companyId
- the primary key of the companyfriendlyURL
- the friendly URLnull
if a
matching group could not be foundpublic static Group fetchGroup(long groupId)
public static Group fetchGroup(long companyId, String groupKey)
companyId
- the primary key of the companygroupKey
- the group keynull
if a matching group could not be foundpublic static Group fetchGroupByUuidAndCompanyId(String uuid, long companyId)
uuid
- the group's UUIDcompanyId
- the primary key of the companynull
if a matching group could not be foundpublic static Group fetchStagingGroup(long liveGroupId)
public static Group fetchUserGroup(long companyId, long userId)
public static Group fetchUserPersonalSiteGroup(long companyId) throws PortalException
companyId
- the primary key of the companynull
if a
matching group could not be foundPortalException
- if a portal exception occurredpublic static ActionableDynamicQuery getActionableDynamicQuery()
public static List<Long> getActiveGroupIds(long userId)
public static List<Group> getActiveGroups(long companyId, boolean active)
companyId
- the primary key of the companyactive
- whether to return only active groups, or only inactive
groupspublic static Group getCompanyGroup(long companyId) throws PortalException
companyId
- the primary key of the companyPortalException
- if a portal exception occurredpublic static List<Group> getCompanyGroups(long companyId, int start, int end)
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.
companyId
- 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)public static int getCompanyGroupsCount(long companyId)
companyId
- the primary key of the companypublic static Group getFriendlyURLGroup(long companyId, String friendlyURL) throws PortalException
companyId
- the primary key of the companyfriendlyURL
- the group's friendlyURLPortalException
- if a portal exception occurredpublic static Group getGroup(long groupId) throws PortalException
groupId
- the primary key of the groupPortalException
- if a group with the primary key could not be foundpublic static Group getGroup(long companyId, String groupKey) throws PortalException
companyId
- the primary key of the companygroupKey
- the group keyPortalException
- if a portal exception occurredpublic static Group getGroupByUuidAndCompanyId(String uuid, long companyId) throws PortalException
uuid
- the group's UUIDcompanyId
- the primary key of the companyPortalException
- if a matching group could not be found@Deprecated public static String getGroupDescriptiveName(Group group, Locale locale) throws PortalException
Group#getDescriptiveName(Locale)
PortalException
@Deprecated public static String getGroupDescriptiveName(long groupId, Locale locale) throws PortalException
Group#getDescriptiveName(Locale)
PortalException
public static List<Group> getGroups(int start, int end)
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.
start
- the lower bound of the range of groupsend
- the upper bound of the range of groups (not inclusive)public static List<Group> getGroups(long companyId, long parentGroupId, boolean site)
companyId
- 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
foundpublic static List<Group> getGroups(long companyId, long parentGroupId, boolean site, boolean inheritContent)
public static List<Group> getGroups(long companyId, long parentGroupId, boolean site, int start, int end)
public static List<Group> getGroups(long companyId, long parentGroupId, String name, boolean site, int start, int end)
public static List<Group> getGroups(long companyId, String treePath, boolean site)
public static List<Group> getGroups(long companyId, String className, long parentGroupId)
companyId
- the primary key of the companyclassName
- the class name of the groupparentGroupId
- the primary key of the parent groupnull
if no matches were
foundpublic static List<Group> getGroups(long companyId, String className, long parentGroupId, int start, int end)
companyId
- 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)public static List<Group> getGroups(long[] groupIds) throws PortalException
groupIds
- the primary keys of the groupsPortalException
- if a portal exception occurredpublic static int getGroupsCount()
public static int getGroupsCount(long companyId, long parentGroupId, boolean site)
companyId
- the primary key of the companyparentGroupId
- the primary key of the parent groupsite
- whether the group is to be associated with a main sitepublic static int getGroupsCount(long companyId, long parentGroupId, String name, boolean site)
public static int getGroupsCount(long companyId, String className, long parentGroupId)
companyId
- the primary key of the companyclassName
- the class name of the groupparentGroupId
- the primary key of the parent grouppublic static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static Group getLayoutGroup(long companyId, long plid) throws PortalException
companyId
- the primary key of the companyplid
- the primary key of the layoutPortalException
- if a portal exception occurredpublic static Group getLayoutPrototypeGroup(long companyId, long layoutPrototypeId) throws PortalException
companyId
- the primary key of the companylayoutPrototypeId
- the primary key of the layout prototypePortalException
- if a portal exception occurredpublic static Group getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId) throws PortalException
companyId
- the primary key of the companylayoutSetPrototypeId
- the primary key of the layout set prototypePortalException
- if a portal exception occurredpublic static List<Group> getLayoutsGroups(long companyId, long parentGroupId, boolean site, boolean active, int start, int end, OrderByComparator<Group> obc)
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.
companyId
- the primary key of the companyparentGroupId
- the primary key of the parent groupsite
- whether the group is to be associated with a main siteactive
- whether to return only active groups, or only inactive
groupsstart
- 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
)obc
public static List<Group> getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
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.
companyId
- 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)obc
- the comparator to order the groups (optionally
null
)obc
public static int getLayoutsGroupsCount(long companyId, long parentGroupId, boolean site)
companyId
- the primary key of the companyparentGroupId
- the primary key of the parent groupsite
- whether the group is to be associated with a main sitepublic static int getLayoutsGroupsCount(long companyId, long parentGroupId, boolean site, boolean active)
companyId
- the primary key of the companyparentGroupId
- the primary key of the parent groupsite
- whether the group is to be associated with a main siteactive
- whether to return only active groups, or only inactive
groupspublic static List<Group> getLiveGroups()
public static List<Group> getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
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.
className
- 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)public static List<Group> getNullFriendlyURLGroups()
null
or empty friendly
URLs.null
or empty friendly
URLspublic static Group getOrganizationGroup(long companyId, long organizationId) throws PortalException
companyId
- the primary key of the companyorganizationId
- the primary key of the organizationPortalException
- if a portal exception occurredpublic static List<Group> getOrganizationGroups(long organizationId)
public static List<Group> getOrganizationGroups(long organizationId, int start, int end)
public static List<Group> getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
public static int getOrganizationGroupsCount(long organizationId)
public static long[] getOrganizationPrimaryKeys(long groupId)
groupId
- the groupId of the grouppublic static List<Group> getOrganizationsGroups(List<Organization> organizations)
organizations
- the organizationspublic static List<Group> getOrganizationsRelatedGroups(List<Organization> organizations)
organizations
- the organizationspublic static String getOSGiServiceIdentifier()
public static List<Group> getParentGroups(long groupId) throws PortalException
groupId
- the primary key of the groupPortalException
- if a portal exception occurredpublic static PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
PortalException
public static List<Group> getRoleGroups(long roleId)
public static List<Group> getRoleGroups(long roleId, int start, int end)
public static List<Group> getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
public static int getRoleGroupsCount(long roleId)
public static long[] getRolePrimaryKeys(long groupId)
groupId
- the groupId of the grouppublic static List<Group> getStagedSites()
public static Group getStagingGroup(long liveGroupId) throws PortalException
liveGroupId
- the primary key of the live groupPortalException
- if a portal exception occurredpublic static Group getUserGroup(long companyId, long userId) throws PortalException
companyId
- the primary key of the companyuserId
- the primary key of the userPortalException
- if a portal exception occurredpublic static Group getUserGroupGroup(long companyId, long userGroupId) throws PortalException
UserGroup
entity.companyId
- the primary key of the companyuserGroupId
- the primary key of the user groupPortalException
- if a portal exception occurredpublic static List<Group> getUserGroupGroups(long userGroupId)
public static List<Group> getUserGroupGroups(long userGroupId, int start, int end)
public static List<Group> getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
public static int getUserGroupGroupsCount(long userGroupId)
public static long[] getUserGroupPrimaryKeys(long groupId)
groupId
- the groupId of the grouppublic static List<Group> getUserGroups(long userId)
public static List<Group> getUserGroups(long userId, boolean inherit) throws PortalException
userId
- the primary key of the userinherit
- whether to include the user's inherited organization
groups and user groupsPortalException
- if a portal exception occurredpublic static List<Group> getUserGroups(long userId, boolean inherit, int start, int end) throws PortalException
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.
userId
- 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 portal exception occurredpublic static List<Group> getUserGroups(long userId, int start, int end)
public static List<Group> getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator) throws PortalException
PortalException
public static int getUserGroupsCount(long userId)
public static List<Group> getUserGroupsGroups(List<UserGroup> userGroups) throws PortalException
userGroups
- the user groupsPortalException
- if a portal exception occurredpublic static List<Group> getUserGroupsRelatedGroups(List<UserGroup> userGroups)
userGroups
- the user groupspublic static List<Group> getUserOrganizationsGroups(long userId, int start, int end) throws PortalException
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.
userId
- 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 portal exception occurredpublic static Group getUserPersonalSiteGroup(long companyId) throws PortalException
companyId
- the primary key of the companyPortalException
- if a portal exception occurredpublic static long[] getUserPrimaryKeys(long groupId)
groupId
- the groupId of the grouppublic static List<Group> getUserSitesGroups(long userId) throws PortalException
PortalException
public static List<Group> getUserSitesGroups(long userId, boolean includeAdministrative) throws PortalException
PortalException
public static boolean hasOrganizationGroup(long organizationId, long groupId)
public static boolean hasOrganizationGroups(long organizationId)
public static boolean hasRoleGroup(long roleId, long groupId)
public static boolean hasRoleGroups(long roleId)
public static boolean hasStagingGroup(long liveGroupId)
true
if the live group has a staging group.liveGroupId
- the primary key of the live grouptrue
if the live group has a staging group;
false
otherwisepublic static boolean hasUserGroup(long userId, long groupId)
public static boolean hasUserGroup(long userId, long groupId, boolean inherit)
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.userId
- 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
otherwisepublic static boolean hasUserGroupGroup(long userGroupId, long groupId)
public static boolean hasUserGroupGroups(long userGroupId)
public static boolean hasUserGroups(long userId)
public static boolean isLiveGroupActive(Group group)
public static Group loadFetchGroup(long companyId, String groupKey)
companyId
- the primary key of the companygroupKey
- the group keynull
if a matching group could not be foundpublic static Group loadGetGroup(long companyId, String groupKey) throws PortalException
companyId
- the primary key of the companygroupKey
- the group keyPortalException
- if a portal exception occurredpublic static void rebuildTree(long companyId) throws PortalException
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.
companyId
- the primary key of the group's companyPortalException
- if a portal exception occurredpublic static List<Group> search(long companyId, LinkedHashMap<String,Object> params, int start, int end)
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.
companyId
- 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 GroupFinder
.start
- the lower bound of the range of groups to returnend
- the upper bound of the range of groups to return (not
inclusive)public static List<Group> search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end)
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.
companyId
- 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 GroupFinder
.start
- the lower bound of the range of groups to returnend
- the upper bound of the range of groups to return (not
inclusive)public static List<Group> search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
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.
companyId
- 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 GroupFinder
.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
)obc
public static List<Group> search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
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.
companyId
- 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 GroupFinder
.andOperator
- 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)public static List<Group> search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
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.
companyId
- 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 GroupFinder
.andOperator
- 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
)obc
public static List<Group> search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end)
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.
companyId
- 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 GroupFinder
.start
- the lower bound of the range of groups to returnend
- the upper bound of the range of groups to return (not
inclusive)public static List<Group> search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
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.
companyId
- 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 GroupFinder
.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
)obc
public static List<Group> search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
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.
companyId
- 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 GroupFinder
.andOperator
- 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)public static List<Group> search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
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.
companyId
- 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 GroupFinder
.andOperator
- 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
)obc
public static List<Group> search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end)
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.
companyId
- 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 GroupFinder
.start
- the lower bound of the range of groups to returnend
- the upper bound of the range of groups to return (not
inclusive)public static List<Group> search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
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.
companyId
- 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 GroupFinder
.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
)obc
public static List<Group> search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
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.
companyId
- 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 GroupFinder
.andOperator
- 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)public static List<Group> search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
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.
companyId
- 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 GroupFinder
.andOperator
- 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
)obc
public static List<Group> search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end)
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.
companyId
- 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 GroupFinder
.start
- the lower bound of the range of groups to returnend
- the upper bound of the range of groups to return (not
inclusive)public static List<Group> search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
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.
companyId
- 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 GroupFinder
.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
)obc
public static List<Group> search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
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.
companyId
- 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 GroupFinder
.andOperator
- 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)public static List<Group> search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
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.
companyId
- 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 GroupFinder
.andOperator
- 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
)obc
public static int searchCount(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params)
companyId
- 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 GroupFinder
.public static int searchCount(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
companyId
- 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 GroupFinder
.andOperator
- whether every field must match its keywords, or just
one field.public static int searchCount(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params)
companyId
- 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 GroupFinder
.public static int searchCount(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
companyId
- 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 GroupFinder
.andOperator
- whether every field must match its keywords, or just
one field.public static int searchCount(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params)
companyId
- 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 GroupFinder
.public static int searchCount(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
companyId
- 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 GroupFinder
.andOperator
- whether every field must match its keywords, or just
one field.public static int searchCount(long companyId, String keywords, LinkedHashMap<String,Object> params)
companyId
- 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 GroupFinder
.public static int searchCount(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
companyId
- 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 GroupFinder
.andOperator
- whether every field must match its keywords, or just
one field.public static void setOrganizationGroups(long organizationId, long[] groupIds)
public static void setRoleGroups(long roleId, long[] groupIds)
public static void setUserGroupGroups(long userGroupId, long[] groupIds)
public static void setUserGroups(long userId, long[] groupIds)
public static void unsetRoleGroups(long roleId, long[] groupIds)
roleId
- the primary key of the rolegroupIds
- the primary keys of the groupspublic static void unsetUserGroups(long userId, long[] groupIds)
userId
- the primary key of the usergroupIds
- the primary keys of the groupspublic static void updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames) throws PortalException
userId
- 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 portal exception occurredpublic static Group updateFriendlyURL(long groupId, String friendlyURL) throws PortalException
groupId
- the primary key of the groupfriendlyURL
- the group's new friendlyURL (optionally
null
)PortalException
- if a portal exception occurredpublic static Group updateGroup(Group group)
group
- the grouppublic static Group updateGroup(long groupId, long parentGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext) throws PortalException
PortalException
@Deprecated public static Group updateGroup(long groupId, long parentGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext) throws PortalException
updateGroup(long, long, Map, Map, int, boolean, int, String,
boolean, boolean, ServiceContext)
groupId
- the primary key of the groupparentGroupId
- the primary key of the parent groupname
- the name's keydescription
- the group's new description (optionally
null
)type
- the group's new type. For more information see GroupConstants
.manualMembership
- whether manual membership is allowed for the
groupmembershipRestriction
- the group's membership restriction. For
more information see GroupConstants
.friendlyURL
- the group's new friendlyURL (optionally
null
)inheritContent
- whether to inherit content from the parent
groupactive
- 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 portal exception occurredpublic static Group updateGroup(long groupId, String typeSettings) throws PortalException
groupId
- the primary key of the grouptypeSettings
- the group's new type settings (optionally
null
)PortalException
- if a portal exception occurredpublic static Group updateSite(long groupId, boolean site) throws PortalException
groupId
- the primary key of the groupsite
- whether the group is to be associated with a main sitePortalException
- if a portal exception occurredpublic static GroupLocalService getService()