Uses of Interface
com.liferay.portal.kernel.model.Group
Packages that use Group
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
This package defines the kernel exceptions.
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal model implementation base classes.
This package defines the kernel portlet interfaces and classes.
This package defines the portal security permission interfaces and classes.
This package defines the portal service interfaces and classes.
This package defines the portal service permission interfaces and utilities.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal theme classes.
This package defines the kernel utility interfaces and classes.
This package defines the portal comparator classes.
-
Uses of Group in com.liferay.asset.kernel.model
Methods in com.liferay.asset.kernel.model that return GroupModifier and TypeMethodDescriptionprotected GroupBaseAssetRendererFactory.getGroup(LiferayPortletRequest liferayPortletRequest) Methods in com.liferay.asset.kernel.model with parameters of type GroupModifier and TypeMethodDescriptiondefault PortletURLAssetRendererFactory.getItemSelectorURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, long classTypeId, String eventName, Group group, boolean multiSelection, long refererAssetEntryId) -
Uses of Group in com.liferay.asset.kernel.service
Methods in com.liferay.asset.kernel.service with parameters of type GroupModifier and TypeMethodDescriptionReturns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them. -
Uses of Group in com.liferay.exportimport.kernel.service
Methods in com.liferay.exportimport.kernel.service with parameters of type GroupModifier and TypeMethodDescriptionvoidStagingLocalService.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) static voidStagingLocalServiceUtil.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) voidStagingLocalServiceWrapper.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) voidStagingLocalService.disableStaging(Group liveGroup, ServiceContext serviceContext) voidStagingLocalService.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) static voidStagingLocalServiceUtil.disableStaging(Group liveGroup, ServiceContext serviceContext) static voidStagingLocalServiceUtil.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) voidStagingLocalServiceWrapper.disableStaging(Group liveGroup, ServiceContext serviceContext) voidStagingLocalServiceWrapper.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) voidStagingLocalService.enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) static voidStagingLocalServiceUtil.enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) voidStagingLocalServiceWrapper.enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) voidStagingLocalService.enableRemoteStaging(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) static voidStagingLocalServiceUtil.enableRemoteStaging(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) voidStagingLocalServiceWrapper.enableRemoteStaging(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) -
Uses of Group in com.liferay.exportimport.kernel.staging
Methods in com.liferay.exportimport.kernel.staging that return GroupModifier and TypeMethodDescriptionStaging.getLiveGroup(long groupId) Staging.getLiveGroup(Group group) static GroupStagingUtil.getLiveGroup(long groupId) static GroupStagingUtil.getLiveGroup(Group group) Staging.getPermissionStagingGroup(Group group) static GroupStagingUtil.getPermissionStagingGroup(Group group) Staging.getStagingGroup(long groupId) static GroupStagingUtil.getStagingGroup(long groupId) Methods in com.liferay.exportimport.kernel.staging with parameters of type GroupModifier and TypeMethodDescriptionvoidStaging.deleteLastImportSettings(Group liveGroup, boolean privateLayout) static voidStagingUtil.deleteLastImportSettings(Group liveGroup, boolean privateLayout) Staging.getLiveGroup(Group group) static GroupStagingUtil.getLiveGroup(Group group) Staging.getPermissionStagingGroup(Group group) static GroupStagingUtil.getPermissionStagingGroup(Group group) Staging.getRemoteSiteURL(Group stagingGroup, boolean privateLayout) static StringStagingUtil.getRemoteSiteURL(Group stagingGroup, boolean privateLayout) booleanLayoutStaging.isBranchingLayoutSet(Group group, boolean privateLayout) static booleanLayoutStagingUtil.isBranchingLayoutSet(Group group, boolean privateLayout) booleanStaging.isGroupAccessible(Group group, Group fromGroup) static booleanStagingUtil.isGroupAccessible(Group group, Group fromGroup) voidStaging.setRemoteSiteURL(Group stagingGroup, boolean overrideRemoteSiteURL, String remoteSiteURL) static voidStagingUtil.setRemoteSiteURL(Group stagingGroup, boolean overrideRemoteSiteURL, String remoteSiteURL) -
Uses of Group in com.liferay.exportimport.kernel.staging.permission
Methods in com.liferay.exportimport.kernel.staging.permission with parameters of type GroupModifier and TypeMethodDescriptionStagingPermission.hasPermission(PermissionChecker permissionChecker, Group group, String className, long classPK, String portletId, String actionId) static BooleanStagingPermissionUtil.hasPermission(PermissionChecker permissionChecker, Group group, String className, long classPK, String portletId, String actionId) -
Uses of Group in com.liferay.portal.kernel.exception
Fields in com.liferay.portal.kernel.exception declared as GroupConstructors in com.liferay.portal.kernel.exception with parameters of type Group -
Uses of Group in com.liferay.portal.kernel.group.capability
Methods in com.liferay.portal.kernel.group.capability with parameters of type GroupModifier and TypeMethodDescriptionstatic booleanGroupCapabilityUtil.isSupportsPages(Group group) static booleanGroupCapabilityUtil.isSupportsPortlet(Group group, Portlet portlet) -
Uses of Group in com.liferay.portal.kernel.internal.security.permission.resource
Methods in com.liferay.portal.kernel.internal.security.permission.resource with parameters of type GroupModifier and TypeMethodDescriptionvoidDefaultPortletResourcePermission.check(PermissionChecker permissionChecker, Group group, String actionId) booleanDefaultPortletResourcePermission.contains(PermissionChecker permissionChecker, Group group, String actionId) -
Uses of Group in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement GroupFields in com.liferay.portal.kernel.model with type parameters of type GroupMethods in com.liferay.portal.kernel.model that return GroupModifier and TypeMethodDescriptionGroupModel.cloneWithOriginalValues()GroupWrapper.cloneWithOriginalValues()Company.getGroup()CompanyWrapper.getGroup()Layout.getGroup()Returns the current layout's group.LayoutPrototype.getGroup()LayoutPrototypeWrapper.getGroup()LayoutRevision.getGroup()LayoutRevisionWrapper.getGroup()LayoutSet.getGroup()Returns the layout set's group.LayoutSetBranch.getGroup()LayoutSetBranchWrapper.getGroup()LayoutSetPrototype.getGroup()LayoutSetPrototypeWrapper.getGroup()LayoutSetWrapper.getGroup()Returns the layout set's group.LayoutWrapper.getGroup()Returns the current layout's group.Organization.getGroup()OrganizationWrapper.getGroup()User.getGroup()UserGroup.getGroup()UserGroupGroupRole.getGroup()UserGroupGroupRoleWrapper.getGroup()UserGroupRole.getGroup()UserGroupRoleWrapper.getGroup()UserGroupWrapper.getGroup()UserWrapper.getGroup()Group.getLiveGroup()GroupWrapper.getLiveGroup()Group.getParentGroup()GroupWrapper.getParentGroup()Layout.getScopeGroup()LayoutWrapper.getScopeGroup()Group.getStagingGroup()GroupWrapper.getStagingGroup()Methods in com.liferay.portal.kernel.model that return types with arguments of type GroupModifier and TypeMethodDescriptionUser.getAllGroups()UserWrapper.getAllGroups()Group.getAncestors()GroupWrapper.getAncestors()GroupWrapper.getAttributeGetterFunctions()GroupWrapper.getAttributeSetterBiConsumers()Group.getChildren(boolean site) GroupWrapper.getChildren(boolean site) Group.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> orderByComparator) GroupWrapper.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Group.getDescendants(boolean site) GroupWrapper.getDescendants(boolean site) User.getGroups()UserWrapper.getGroups()User.getInheritedGroups()UserWrapper.getInheritedGroups()User.getInheritedSiteGroups()UserWrapper.getInheritedSiteGroups()User.getMySiteGroups()User.getMySiteGroups(int max) User.getMySiteGroups(String[] classNames, int max) UserWrapper.getMySiteGroups()UserWrapper.getMySiteGroups(int max) UserWrapper.getMySiteGroups(String[] classNames, int max) User.getOrganizationsGroups()UserWrapper.getOrganizationsGroups()User.getSiteGroups()User.getSiteGroups(boolean includeAdministrative) UserWrapper.getSiteGroups()UserWrapper.getSiteGroups(boolean includeAdministrative) Methods in com.liferay.portal.kernel.model with parameters of type GroupMethod parameters in com.liferay.portal.kernel.model with type arguments of type GroupModifier and TypeMethodDescriptionGroup.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> orderByComparator) GroupWrapper.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Constructors in com.liferay.portal.kernel.model with parameters of type Group -
Uses of Group in com.liferay.portal.kernel.model.impl
Methods in com.liferay.portal.kernel.model.impl that return GroupConstructors in com.liferay.portal.kernel.model.impl with parameters of type Group -
Uses of Group in com.liferay.portal.kernel.portlet
Methods in com.liferay.portal.kernel.portlet with parameters of type GroupModifier and TypeMethodDescriptionRequestBackedPortletURLFactory.createControlPanelActionURL(String portletId, Group group, long refererGroupId, long refererPlid) RequestBackedPortletURLFactory.createControlPanelPortletURL(String portletId, Group group, long refererGroupId, long refererPlid, String lifecycle) RequestBackedPortletURLFactory.createControlPanelRenderURL(String portletId, Group group, long refererGroupId, long refererPlid) RequestBackedPortletURLFactory.createControlPanelResourceURL(String portletId, Group group, long refererGroupId, long refererPlid) protected longBaseControlPanelEntry.getDefaultPlid(Group group, String category) BasePortletProvider.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group) PortletProvider.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group) static PortletURLPortletProviderUtil.getPortletURL(PortletRequest portletRequest, Group group, String className, PortletProvider.Action action) static PortletURLPortletProviderUtil.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group, String className, PortletProvider.Action action) booleanAdministratorControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet) Returnstrueif the current user is the company's administrator.booleanBaseControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet) booleanControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet) booleanLiberalControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet) booleanOmniadminControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet) Returnstrueif the current user is an omni administrator.protected booleanBaseControlPanelEntry.hasAccessPermissionDenied(PermissionChecker permissionChecker, Group group, Portlet portlet) protected booleanBaseControlPanelEntry.hasAccessPermissionExplicitlyGranted(PermissionChecker permissionChecker, Group group, Portlet portlet) protected booleanBaseControlPanelEntry.hasPermissionImplicitlyGranted(PermissionChecker permissionChecker, Group group, Portlet portlet) -
Uses of Group in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search that return Group -
Uses of Group in com.liferay.portal.kernel.security.membershippolicy
Methods in com.liferay.portal.kernel.security.membershippolicy that return types with arguments of type GroupMethods in com.liferay.portal.kernel.security.membershippolicy with parameters of type GroupModifier and TypeMethodDescriptionvoidvoidBaseSiteMembershipPolicy.verifyPolicy(Group group) voidDummySiteMembershipPolicy.verifyPolicy(Group group) voidDummySiteMembershipPolicy.verifyPolicy(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsUnicodeProperties) voidSiteMembershipPolicy.verifyPolicy(Group group) Checks the integrity of the membership policy of the site and performs operations necessary for the site's compliance.voidSiteMembershipPolicy.verifyPolicy(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsUnicodeProperties) Checks the integrity of the membership policy of the site, with respect to the site's new attribute values, categories, tags, expando attributes, and type settings properties, and performs operations necessary for the compliance of the site and its site roles. -
Uses of Group in com.liferay.portal.kernel.security.permission
Methods in com.liferay.portal.kernel.security.permission that return types with arguments of type GroupModifier and TypeMethodDescriptionUserBag.getGroups()UserBag.getUserGroups()UserBag.getUserOrgGroups()UserBag.getUserUserGroupGroups()Methods in com.liferay.portal.kernel.security.permission with parameters of type GroupModifier and TypeMethodDescriptionbooleanPermissionChecker.hasPermission(Group group, String name, long primKey, String actionId) booleanPermissionChecker.hasPermission(Group group, String name, String primKey, String actionId) booleanUserBag.hasUserGroup(Group group) booleanUserBag.hasUserOrgGroup(Group group) -
Uses of Group in com.liferay.portal.kernel.security.permission.resource
Methods in com.liferay.portal.kernel.security.permission.resource with parameters of type GroupModifier and TypeMethodDescriptionvoidBasePortletResourcePermissionWrapper.check(PermissionChecker permissionChecker, Group group, String actionId) voidPortletResourcePermission.check(PermissionChecker permissionChecker, Group group, String actionId) booleanBasePortletResourcePermissionWrapper.contains(PermissionChecker permissionChecker, Group group, String actionId) booleanPortletResourcePermission.contains(PermissionChecker permissionChecker, Group group, String actionId) PortletResourcePermissionLogic.contains(PermissionChecker permissionChecker, String name, Group group, String actionId) StagedPortletPermissionLogic.contains(PermissionChecker permissionChecker, String name, Group group, String actionId) -
Uses of Group in com.liferay.portal.kernel.security.permission.wrapper
Methods in com.liferay.portal.kernel.security.permission.wrapper with parameters of type GroupModifier and TypeMethodDescriptionbooleanPermissionCheckerWrapper.hasPermission(Group group, String name, long primKey, String actionId) booleanPermissionCheckerWrapper.hasPermission(Group group, String name, String primKey, String actionId) -
Uses of Group in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return GroupModifier and TypeMethodDescriptionGroupLocalService.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) GroupLocalService.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) Adds the group to the database.static GroupGroupLocalServiceUtil.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 GroupGroupLocalServiceUtil.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 GroupAdds the group to the database.GroupLocalServiceWrapper.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) GroupLocalServiceWrapper.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) Adds the group to the database.GroupService.addGroup(long parentGroupId, 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) GroupService.addGroup(long parentGroupId, 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 GroupGroupServiceUtil.addGroup(long parentGroupId, 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 GroupGroupServiceUtil.addGroup(long parentGroupId, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) GroupServiceWrapper.addGroup(long parentGroupId, 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) GroupServiceWrapper.addGroup(long parentGroupId, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) GroupLocalService.addOrUpdateGroup(String externalReferenceCode, 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 GroupGroupLocalServiceUtil.addOrUpdateGroup(String externalReferenceCode, 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) GroupLocalServiceWrapper.addOrUpdateGroup(String externalReferenceCode, 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) GroupService.addOrUpdateGroup(String externalReferenceCode, long parentGroupId, 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 GroupGroupServiceUtil.addOrUpdateGroup(String externalReferenceCode, long parentGroupId, 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) GroupServiceWrapper.addOrUpdateGroup(String externalReferenceCode, long parentGroupId, 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) GroupLocalService.checkScopeGroup(Layout layout, long userId) static GroupGroupLocalServiceUtil.checkScopeGroup(Layout layout, long userId) GroupLocalServiceWrapper.checkScopeGroup(Layout layout, long userId) GroupLocalService.createGroup(long groupId) Creates a new group with the primary key.static GroupGroupLocalServiceUtil.createGroup(long groupId) Creates a new group with the primary key.GroupLocalServiceWrapper.createGroup(long groupId) Creates a new group with the primary key.GroupLocalService.deleteGroup(long groupId) Deletes the group with the primary key from the database.GroupLocalService.deleteGroup(Group group) Deletes the group from the database.static GroupGroupLocalServiceUtil.deleteGroup(long groupId) Deletes the group with the primary key from the database.static GroupGroupLocalServiceUtil.deleteGroup(Group group) Deletes the group from the database.GroupLocalServiceWrapper.deleteGroup(long groupId) Deletes the group with the primary key from the database.GroupLocalServiceWrapper.deleteGroup(Group group) Deletes the group from the database.GroupLocalService.fetchCompanyGroup(long companyId) Returns the company's group.static GroupGroupLocalServiceUtil.fetchCompanyGroup(long companyId) Returns the company's group.GroupLocalServiceWrapper.fetchCompanyGroup(long companyId) Returns the company's group.GroupLocalService.fetchFriendlyURLGroup(long companyId, String friendlyURL) Returns the group with the matching friendly URL.static GroupGroupLocalServiceUtil.fetchFriendlyURLGroup(long companyId, String friendlyURL) Returns the group with the matching friendly URL.GroupLocalServiceWrapper.fetchFriendlyURLGroup(long companyId, String friendlyURL) Returns the group with the matching friendly URL.GroupLocalService.fetchGroup(long groupId) GroupLocalService.fetchGroup(long companyId, long classNameId, long classPK) GroupLocalService.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 GroupGroupLocalServiceUtil.fetchGroup(long groupId) static GroupGroupLocalServiceUtil.fetchGroup(long companyId, long classNameId, long classPK) static GroupGroupLocalServiceUtil.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.GroupLocalServiceWrapper.fetchGroup(long groupId) GroupLocalServiceWrapper.fetchGroup(long companyId, long classNameId, long classPK) GroupLocalServiceWrapper.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.GroupLocalService.fetchGroupByExternalReferenceCode(String externalReferenceCode, long companyId) static GroupGroupLocalServiceUtil.fetchGroupByExternalReferenceCode(String externalReferenceCode, long companyId) GroupLocalServiceWrapper.fetchGroupByExternalReferenceCode(String externalReferenceCode, long companyId) GroupService.fetchGroupByExternalReferenceCode(String externalReferenceCode, long companyId) static GroupGroupServiceUtil.fetchGroupByExternalReferenceCode(String externalReferenceCode, long companyId) GroupServiceWrapper.fetchGroupByExternalReferenceCode(String externalReferenceCode, long companyId) GroupLocalService.fetchGroupByUuidAndCompanyId(String uuid, long companyId) Returns the group with the matching UUID and company.static GroupGroupLocalServiceUtil.fetchGroupByUuidAndCompanyId(String uuid, long companyId) Returns the group with the matching UUID and company.GroupLocalServiceWrapper.fetchGroupByUuidAndCompanyId(String uuid, long companyId) Returns the group with the matching UUID and company.GroupLocalService.fetchStagingGroup(long liveGroupId) static GroupGroupLocalServiceUtil.fetchStagingGroup(long liveGroupId) GroupLocalServiceWrapper.fetchStagingGroup(long liveGroupId) GroupLocalService.fetchUserGroup(long companyId, long userId) static GroupGroupLocalServiceUtil.fetchUserGroup(long companyId, long userId) GroupLocalServiceWrapper.fetchUserGroup(long companyId, long userId) GroupLocalService.fetchUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.static GroupGroupLocalServiceUtil.fetchUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.GroupLocalServiceWrapper.fetchUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.GroupLocalService.getCompanyGroup(long companyId) Returns the company group.static GroupGroupLocalServiceUtil.getCompanyGroup(long companyId) Returns the company group.GroupLocalServiceWrapper.getCompanyGroup(long companyId) Returns the company group.GroupService.getCompanyGroup(long companyId) Returns the company group.static GroupGroupServiceUtil.getCompanyGroup(long companyId) Returns the company group.GroupServiceWrapper.getCompanyGroup(long companyId) Returns the company group.GroupLocalService.getFriendlyURLGroup(long companyId, String friendlyURL) Returns the group with the matching friendly URL.static GroupGroupLocalServiceUtil.getFriendlyURLGroup(long companyId, String friendlyURL) Returns the group with the matching friendly URL.GroupLocalServiceWrapper.getFriendlyURLGroup(long companyId, String friendlyURL) Returns the group with the matching friendly URL.GroupLocalService.getGroup(long groupId) Returns the group with the primary key.Returns the group with the matching group key.static GroupGroupLocalServiceUtil.getGroup(long groupId) Returns the group with the primary key.static GroupReturns the group with the matching group key.GroupLocalServiceWrapper.getGroup(long groupId) Returns the group with the primary key.Returns the group with the matching group key.GroupService.getGroup(long groupId) Returns the group with the primary key.Returns the group with the name.static GroupGroupServiceUtil.getGroup(long groupId) Returns the group with the primary key.static GroupReturns the group with the name.GroupServiceWrapper.getGroup(long groupId) Returns the group with the primary key.Returns the group with the name.GroupLocalService.getGroupByExternalReferenceCode(String externalReferenceCode, long companyId) static GroupGroupLocalServiceUtil.getGroupByExternalReferenceCode(String externalReferenceCode, long companyId) GroupLocalServiceWrapper.getGroupByExternalReferenceCode(String externalReferenceCode, long companyId) GroupLocalService.getGroupByUuidAndCompanyId(String uuid, long companyId) Returns the group with the matching UUID and company.static GroupGroupLocalServiceUtil.getGroupByUuidAndCompanyId(String uuid, long companyId) Returns the group with the matching UUID and company.GroupLocalServiceWrapper.getGroupByUuidAndCompanyId(String uuid, long companyId) Returns the group with the matching UUID and company.GroupLocalService.getLayoutGroup(long companyId, long plid) Returns the group associated with the layout.static GroupGroupLocalServiceUtil.getLayoutGroup(long companyId, long plid) Returns the group associated with the layout.GroupLocalServiceWrapper.getLayoutGroup(long companyId, long plid) Returns the group associated with the layout.GroupLocalService.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId) Returns the group associated with the layout prototype.static GroupGroupLocalServiceUtil.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId) Returns the group associated with the layout prototype.GroupLocalServiceWrapper.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId) Returns the group associated with the layout prototype.GroupLocalService.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId) Returns the group associated with the layout set prototype.static GroupGroupLocalServiceUtil.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId) Returns the group associated with the layout set prototype.GroupLocalServiceWrapper.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId) Returns the group associated with the layout set prototype.GroupLocalService.getOrganizationGroup(long companyId, long organizationId) Returns the specified organization group.static GroupGroupLocalServiceUtil.getOrganizationGroup(long companyId, long organizationId) Returns the specified organization group.GroupLocalServiceWrapper.getOrganizationGroup(long companyId, long organizationId) Returns the specified organization group.ServiceContext.getScopeGroup()GroupLocalService.getStagingGroup(long liveGroupId) Returns the staging group.static GroupGroupLocalServiceUtil.getStagingGroup(long liveGroupId) Returns the staging group.GroupLocalServiceWrapper.getStagingGroup(long liveGroupId) Returns the staging group.GroupLocalService.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.static GroupGroupLocalServiceUtil.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.GroupLocalServiceWrapper.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.GroupService.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.static GroupGroupServiceUtil.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.GroupServiceWrapper.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.GroupLocalService.getUserGroupGroup(long companyId, long userGroupId) Returns the specified "user group" group.static GroupGroupLocalServiceUtil.getUserGroupGroup(long companyId, long userGroupId) Returns the specified "user group" group.GroupLocalServiceWrapper.getUserGroupGroup(long companyId, long userGroupId) Returns the specified "user group" group.GroupLocalService.getUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.static GroupGroupLocalServiceUtil.getUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.GroupLocalServiceWrapper.getUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.GroupLocalService.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 GroupGroupLocalServiceUtil.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.GroupLocalServiceWrapper.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.GroupLocalService.loadGetGroup(long companyId, String groupKey) Returns the group with the matching group key.static GroupGroupLocalServiceUtil.loadGetGroup(long companyId, String groupKey) Returns the group with the matching group key.GroupLocalServiceWrapper.loadGetGroup(long companyId, String groupKey) Returns the group with the matching group key.GroupLocalService.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.static GroupGroupLocalServiceUtil.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.GroupLocalServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.GroupService.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.static GroupGroupServiceUtil.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.GroupServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.GroupLocalService.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) GroupLocalService.updateGroup(long groupId, String typeSettings) Updates the group's type settings.GroupLocalService.updateGroup(Group group) Updates the group in the database or adds it if it does not yet exist.static GroupGroupLocalServiceUtil.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 GroupGroupLocalServiceUtil.updateGroup(long groupId, String typeSettings) Updates the group's type settings.static GroupGroupLocalServiceUtil.updateGroup(Group group) Updates the group in the database or adds it if it does not yet exist.GroupLocalServiceWrapper.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) GroupLocalServiceWrapper.updateGroup(long groupId, String typeSettings) Updates the group's type settings.GroupLocalServiceWrapper.updateGroup(Group group) Updates the group in the database or adds it if it does not yet exist.GroupService.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) GroupService.updateGroup(long groupId, String typeSettings) Updates the group's type settings.static GroupGroupServiceUtil.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 GroupGroupServiceUtil.updateGroup(long groupId, String typeSettings) Updates the group's type settings.GroupServiceWrapper.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) GroupServiceWrapper.updateGroup(long groupId, String typeSettings) Updates the group's type settings.GroupLocalService.updateSite(long groupId, boolean site) Associates the group with a main site if the group is an organization.static GroupGroupLocalServiceUtil.updateSite(long groupId, boolean site) Associates the group with a main site if the group is an organization.GroupLocalServiceWrapper.updateSite(long groupId, boolean site) Associates the group with a main site if the group is an organization.Methods in com.liferay.portal.kernel.service that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupLocalService.getActiveGroups(long companyId, boolean active) Returns all the active or inactive groups associated with the company.GroupLocalService.getActiveGroups(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company and, optionally, the main site.GroupLocalService.getActiveGroups(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company.GroupLocalServiceUtil.getActiveGroups(long companyId, boolean active) Returns all the active or inactive groups associated with the company.GroupLocalServiceUtil.getActiveGroups(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company and, optionally, the main site.GroupLocalServiceUtil.getActiveGroups(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company.GroupLocalServiceWrapper.getActiveGroups(long companyId, boolean active) Returns all the active or inactive groups associated with the company.GroupLocalServiceWrapper.getActiveGroups(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company and, optionally, the main site.GroupLocalServiceWrapper.getActiveGroups(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company.GroupLocalService.getCompanyGroups(long companyId, int start, int end) Returns a range of all the groups associated with the company.GroupLocalServiceUtil.getCompanyGroups(long companyId, int start, int end) Returns a range of all the groups associated with the company.GroupLocalServiceWrapper.getCompanyGroups(long companyId, int start, int end) Returns a range of all the groups associated with the company.GroupLocalService.getCTPersistence()GroupLocalServiceWrapper.getCTPersistence()GroupLocalService.getGroups(int start, int end) Returns a range of all the groups.GroupLocalService.getGroups(long[] groupIds) Returns the groups with the matching primary keys.GroupLocalService.getGroups(long companyId, long parentGroupId, boolean site) Returns all the groups that are direct children of the parent group.GroupLocalService.getGroups(long companyId, long parentGroupId, boolean site, boolean inheritContent) GroupLocalService.getGroups(long companyId, long parentGroupId, boolean site, int start, int end) GroupLocalService.getGroups(long companyId, long parentGroupId, String name, boolean site, int start, int end) Returns all the groups that are direct children of the parent group with the matching className.GroupLocalService.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.GroupLocalServiceUtil.getGroups(int start, int end) Returns a range of all the groups.GroupLocalServiceUtil.getGroups(long[] groupIds) Returns the groups with the matching primary keys.GroupLocalServiceUtil.getGroups(long companyId, long parentGroupId, boolean site) Returns all the groups that are direct children of the parent group.GroupLocalServiceUtil.getGroups(long companyId, long parentGroupId, boolean site, boolean inheritContent) GroupLocalServiceUtil.getGroups(long companyId, long parentGroupId, boolean site, int start, int end) GroupLocalServiceUtil.getGroups(long companyId, long parentGroupId, String name, boolean site, int start, int end) Returns all the groups that are direct children of the parent group with the matching className.GroupLocalServiceUtil.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.GroupLocalServiceWrapper.getGroups(int start, int end) Returns a range of all the groups.GroupLocalServiceWrapper.getGroups(long[] groupIds) Returns the groups with the matching primary keys.GroupLocalServiceWrapper.getGroups(long companyId, long parentGroupId, boolean site) Returns all the groups that are direct children of the parent group.GroupLocalServiceWrapper.getGroups(long companyId, long parentGroupId, boolean site, boolean inheritContent) GroupLocalServiceWrapper.getGroups(long companyId, long parentGroupId, boolean site, int start, int end) GroupLocalServiceWrapper.getGroups(long companyId, long parentGroupId, String name, boolean site, int start, int end) Returns all the groups that are direct children of the parent group with the matching className.GroupLocalServiceWrapper.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.GroupService.getGroups(long companyId, long parentGroupId, boolean site) Returns all the groups that are direct children of the parent group.GroupService.getGroups(long companyId, long parentGroupId, boolean site, int start, int end) Returns all the groups that are direct children of the parent group.GroupService.getGroups(long companyId, long parentGroupId, String name, boolean site, int start, int end) GroupServiceUtil.getGroups(long companyId, long parentGroupId, boolean site) Returns all the groups that are direct children of the parent group.GroupServiceUtil.getGroups(long companyId, long parentGroupId, boolean site, int start, int end) Returns all the groups that are direct children of the parent group.GroupServiceUtil.getGroups(long companyId, long parentGroupId, String name, boolean site, int start, int end) GroupServiceWrapper.getGroups(long companyId, long parentGroupId, boolean site) Returns all the groups that are direct children of the parent group.GroupServiceWrapper.getGroups(long companyId, long parentGroupId, boolean site, int start, int end) Returns all the groups that are direct children of the parent group.GroupServiceWrapper.getGroups(long companyId, long parentGroupId, String name, boolean site, int start, int end) GroupService.getGtGroups(long gtGroupId, long companyId, long parentGroupId, boolean site, int size) GroupServiceUtil.getGtGroups(long gtGroupId, long companyId, long parentGroupId, boolean site, int size) GroupServiceWrapper.getGtGroups(long gtGroupId, long companyId, long parentGroupId, boolean site, int size) GroupLocalService.getLayoutsGroups(long companyId, long parentGroupId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalService.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceUtil.getLayoutsGroups(long companyId, long parentGroupId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceUtil.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceWrapper.getLayoutsGroups(long companyId, long parentGroupId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceWrapper.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalService.getLiveGroups()Returns all live groups.GroupLocalServiceUtil.getLiveGroups()Returns all live groups.GroupLocalServiceWrapper.getLiveGroups()Returns all live groups.GroupService.getManageableSiteGroups(Collection<Portlet> portlets, int max) Returns a range of all the site groups for which the user has control panel access.GroupServiceUtil.getManageableSiteGroups(Collection<Portlet> portlets, int max) Returns a range of all the site groups for which the user has control panel access.GroupServiceWrapper.getManageableSiteGroups(Collection<Portlet> portlets, int max) Returns a range of all the site groups for which the user has control panel access.GroupLocalService.getModelClass()GroupLocalServiceWrapper.getModelClass()GroupLocalService.getOrganizationGroups(long organizationId) GroupLocalService.getOrganizationGroups(long organizationId, int start, int end) GroupLocalService.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getOrganizationGroups(long organizationId) GroupLocalServiceUtil.getOrganizationGroups(long organizationId, int start, int end) GroupLocalServiceUtil.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getOrganizationGroups(long organizationId) GroupLocalServiceWrapper.getOrganizationGroups(long organizationId, int start, int end) GroupLocalServiceWrapper.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalService.getOrganizationsGroups(List<Organization> organizations) Returns the specified organization groups.GroupLocalServiceUtil.getOrganizationsGroups(List<Organization> organizations) Returns the specified organization groups.GroupLocalServiceWrapper.getOrganizationsGroups(List<Organization> organizations) Returns the specified organization groups.GroupService.getOrganizationsGroups(List<Organization> organizations) Returns the groups associated with the organizations.GroupServiceUtil.getOrganizationsGroups(List<Organization> organizations) Returns the groups associated with the organizations.GroupServiceWrapper.getOrganizationsGroups(List<Organization> organizations) Returns the groups associated with the organizations.GroupLocalService.getOrganizationsRelatedGroups(List<Organization> organizations) Returns all the groups related to the organizations.GroupLocalServiceUtil.getOrganizationsRelatedGroups(List<Organization> organizations) Returns all the groups related to the organizations.GroupLocalServiceWrapper.getOrganizationsRelatedGroups(List<Organization> organizations) Returns all the groups related to the organizations.GroupLocalService.getParentGroups(long groupId) Returns the group followed by all its parent groups ordered by closest ancestor.GroupLocalServiceUtil.getParentGroups(long groupId) Returns the group followed by all its parent groups ordered by closest ancestor.GroupLocalServiceWrapper.getParentGroups(long groupId) Returns the group followed by all its parent groups ordered by closest ancestor.GroupLocalService.getRoleGroups(long roleId) GroupLocalService.getRoleGroups(long roleId, int start, int end) GroupLocalService.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getRoleGroups(long roleId) GroupLocalServiceUtil.getRoleGroups(long roleId, int start, int end) GroupLocalServiceUtil.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getRoleGroups(long roleId) GroupLocalServiceWrapper.getRoleGroups(long roleId, int start, int end) GroupLocalServiceWrapper.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalService.getStagedSites()GroupLocalServiceUtil.getStagedSites()GroupLocalServiceWrapper.getStagedSites()GroupLocalService.getUserGroupGroups(long userGroupId) GroupLocalService.getUserGroupGroups(long userGroupId, int start, int end) GroupLocalService.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getUserGroupGroups(long userGroupId) GroupLocalServiceUtil.getUserGroupGroups(long userGroupId, int start, int end) GroupLocalServiceUtil.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId) GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId, int start, int end) GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalService.getUserGroups(long userId) GroupLocalService.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.GroupLocalService.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.GroupLocalService.getUserGroups(long userId, int start, int end) GroupLocalService.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getUserGroups(long userId) GroupLocalServiceUtil.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.GroupLocalServiceUtil.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.GroupLocalServiceUtil.getUserGroups(long userId, int start, int end) GroupLocalServiceUtil.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getUserGroups(long userId) GroupLocalServiceWrapper.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.GroupLocalServiceWrapper.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.GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end) GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupService.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups) Returns all the groups related to the user groups.GroupLocalServiceUtil.getUserGroupsRelatedGroups(List<UserGroup> userGroups) Returns all the groups related to the user groups.GroupLocalServiceWrapper.getUserGroupsRelatedGroups(List<UserGroup> userGroups) Returns all the groups related to the user groups.GroupLocalService.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 propertyorganizations.membership.strictis set totrue.GroupLocalServiceUtil.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 propertyorganizations.membership.strictis set totrue.GroupLocalServiceWrapper.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 propertyorganizations.membership.strictis set totrue.GroupService.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 propertyorganizations.membership.strictis set totrue.GroupServiceUtil.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 propertyorganizations.membership.strictis set totrue.GroupServiceWrapper.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 propertyorganizations.membership.strictis set totrue.GroupLocalService.getUserSitesGroups(long userId) GroupLocalService.getUserSitesGroups(long userId, boolean includeAdministrative) GroupLocalService.getUserSitesGroups(long userId, int start, int end) GroupLocalServiceUtil.getUserSitesGroups(long userId) GroupLocalServiceUtil.getUserSitesGroups(long userId, boolean includeAdministrative) GroupLocalServiceUtil.getUserSitesGroups(long userId, int start, int end) GroupLocalServiceWrapper.getUserSitesGroups(long userId) GroupLocalServiceWrapper.getUserSitesGroups(long userId, boolean includeAdministrative) GroupLocalServiceWrapper.getUserSitesGroups(long userId, int start, int end) GroupService.getUserSitesGroups()GroupService.getUserSitesGroups(long userId, int start, int end) GroupService.getUserSitesGroups(long userId, String[] classNames, int max) Returns the user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupService.getUserSitesGroups(String[] classNames, int max) Returns the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupServiceUtil.getUserSitesGroups()GroupServiceUtil.getUserSitesGroups(long userId, int start, int end) GroupServiceUtil.getUserSitesGroups(long userId, String[] classNames, int max) Returns the user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupServiceUtil.getUserSitesGroups(String[] classNames, int max) Returns the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupServiceWrapper.getUserSitesGroups()GroupServiceWrapper.getUserSitesGroups(long userId, int start, int end) GroupServiceWrapper.getUserSitesGroups(long userId, String[] classNames, int max) Returns the user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupServiceWrapper.getUserSitesGroups(String[] classNames, int max) Returns the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupLocalService.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.GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.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.GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.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.GroupLocalService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.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.GroupLocalService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.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.GroupLocalService.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.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.GroupLocalService.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.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.GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.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.GroupLocalService.search(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.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.GroupLocalServiceUtil.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.GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.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.GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.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.GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.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.GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.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.GroupLocalServiceUtil.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.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.GroupLocalServiceUtil.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.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.GroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.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.GroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.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.GroupLocalServiceWrapper.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.GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.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.GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.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.GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.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.GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.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.GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.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.GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.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.GroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.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.GroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.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.GroupService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupService.search(long companyId, String name, String description, String[] params, 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.GroupServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceUtil.search(long companyId, String name, String description, String[] params, 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.GroupServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceWrapper.search(long companyId, String name, String description, String[] params, 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.Methods in com.liferay.portal.kernel.service with parameters of type GroupModifier and TypeMethodDescriptionAdds the group to the database.static GroupAdds the group to the database.Adds the group to the database.booleanGroupLocalService.addOrganizationGroup(long organizationId, Group group) static booleanGroupLocalServiceUtil.addOrganizationGroup(long organizationId, Group group) booleanGroupLocalServiceWrapper.addOrganizationGroup(long organizationId, Group group) booleanGroupLocalService.addRoleGroup(long roleId, Group group) static booleanGroupLocalServiceUtil.addRoleGroup(long roleId, Group group) booleanGroupLocalServiceWrapper.addRoleGroup(long roleId, Group group) booleanGroupLocalService.addUserGroup(long userId, Group group) static booleanGroupLocalServiceUtil.addUserGroup(long userId, Group group) booleanGroupLocalServiceWrapper.addUserGroup(long userId, Group group) booleanGroupLocalService.addUserGroupGroup(long userGroupId, Group group) static booleanGroupLocalServiceUtil.addUserGroupGroup(long userGroupId, Group group) booleanGroupLocalServiceWrapper.addUserGroupGroup(long userGroupId, Group group) GroupLocalService.deleteGroup(Group group) Deletes the group from the database.static GroupGroupLocalServiceUtil.deleteGroup(Group group) Deletes the group from the database.GroupLocalServiceWrapper.deleteGroup(Group group) Deletes the group from the database.voidGroupLocalService.deleteOrganizationGroup(long organizationId, Group group) static voidGroupLocalServiceUtil.deleteOrganizationGroup(long organizationId, Group group) voidGroupLocalServiceWrapper.deleteOrganizationGroup(long organizationId, Group group) voidGroupLocalService.deleteRoleGroup(long roleId, Group group) static voidGroupLocalServiceUtil.deleteRoleGroup(long roleId, Group group) voidGroupLocalServiceWrapper.deleteRoleGroup(long roleId, Group group) voidGroupLocalService.deleteUserGroup(long userId, Group group) static voidGroupLocalServiceUtil.deleteUserGroup(long userId, Group group) voidGroupLocalServiceWrapper.deleteUserGroup(long userId, Group group) voidGroupLocalService.deleteUserGroupGroup(long userGroupId, Group group) static voidGroupLocalServiceUtil.deleteUserGroupGroup(long userGroupId, Group group) voidGroupLocalServiceWrapper.deleteUserGroupGroup(long userGroupId, Group group) LayoutFriendlyURLLocalService.getLayoutFriendlyURLs(Group siteGroup, List<Layout> layouts, String languageId) LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLs(Group siteGroup, List<Layout> layouts, String languageId) LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLs(Group siteGroup, List<Layout> layouts, String languageId) intLayoutLocalService.getLayoutsCount(Group group, boolean privateLayout) intLayoutLocalService.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups) intLayoutLocalService.getLayoutsCount(Group group, boolean privateLayout, long parentLayoutId) intLayoutLocalService.getLayoutsCount(Group group, boolean privateLayout, long[] layoutIds) intLayoutLocalService.getLayoutsCount(Group group, boolean privateLayout, String keywords, String[] types) static intLayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout) static intLayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups) static intLayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout, long parentLayoutId) static intLayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout, long[] layoutIds) static intLayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout, String keywords, String[] types) intLayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout) intLayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups) intLayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout, long parentLayoutId) intLayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout, long[] layoutIds) intLayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout, String keywords, String[] types) booleanLayoutLocalService.hasLayouts(Group group) booleanLayoutLocalService.hasLayouts(Group group, boolean privateLayout) booleanLayoutLocalService.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups) static booleanLayoutLocalServiceUtil.hasLayouts(Group group) static booleanLayoutLocalServiceUtil.hasLayouts(Group group, boolean privateLayout) static booleanLayoutLocalServiceUtil.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups) booleanLayoutLocalServiceWrapper.hasLayouts(Group group) booleanLayoutLocalServiceWrapper.hasLayouts(Group group, boolean privateLayout) booleanLayoutLocalServiceWrapper.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups) booleanGroupLocalService.isLiveGroupActive(Group group) static booleanGroupLocalServiceUtil.isLiveGroupActive(Group group) booleanGroupLocalServiceWrapper.isLiveGroupActive(Group group) intLayoutLocalService.searchCount(Group group, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) static intLayoutLocalServiceUtil.searchCount(Group group, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) intLayoutLocalServiceWrapper.searchCount(Group group, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) voidGroupLocalService.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames) Updates the group's asset replacing categories and tag names.static voidGroupLocalServiceUtil.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames) Updates the group's asset replacing categories and tag names.voidGroupLocalServiceWrapper.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames) Updates the group's asset replacing categories and tag names.GroupLocalService.updateGroup(Group group) Updates the group in the database or adds it if it does not yet exist.static GroupGroupLocalServiceUtil.updateGroup(Group group) Updates the group in the database or adds it if it does not yet exist.GroupLocalServiceWrapper.updateGroup(Group group) Updates the group in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type GroupModifier and TypeMethodDescriptionbooleanGroupLocalService.addOrganizationGroups(long organizationId, List<Group> groups) static booleanGroupLocalServiceUtil.addOrganizationGroups(long organizationId, List<Group> groups) booleanGroupLocalServiceWrapper.addOrganizationGroups(long organizationId, List<Group> groups) booleanGroupLocalService.addRoleGroups(long roleId, List<Group> groups) static booleanGroupLocalServiceUtil.addRoleGroups(long roleId, List<Group> groups) booleanGroupLocalServiceWrapper.addRoleGroups(long roleId, List<Group> groups) booleanGroupLocalService.addUserGroupGroups(long userGroupId, List<Group> groups) static booleanGroupLocalServiceUtil.addUserGroupGroups(long userGroupId, List<Group> groups) booleanGroupLocalServiceWrapper.addUserGroupGroups(long userGroupId, List<Group> groups) booleanGroupLocalService.addUserGroups(long userId, List<Group> groups) static booleanGroupLocalServiceUtil.addUserGroups(long userId, List<Group> groups) booleanGroupLocalServiceWrapper.addUserGroups(long userId, List<Group> groups) voidGroupLocalService.deleteOrganizationGroups(long organizationId, List<Group> groups) static voidGroupLocalServiceUtil.deleteOrganizationGroups(long organizationId, List<Group> groups) voidGroupLocalServiceWrapper.deleteOrganizationGroups(long organizationId, List<Group> groups) voidGroupLocalService.deleteRoleGroups(long roleId, List<Group> groups) static voidGroupLocalServiceUtil.deleteRoleGroups(long roleId, List<Group> groups) voidGroupLocalServiceWrapper.deleteRoleGroups(long roleId, List<Group> groups) voidGroupLocalService.deleteUserGroupGroups(long userGroupId, List<Group> groups) static voidGroupLocalServiceUtil.deleteUserGroupGroups(long userGroupId, List<Group> groups) voidGroupLocalServiceWrapper.deleteUserGroupGroups(long userGroupId, List<Group> groups) voidGroupLocalService.deleteUserGroups(long userId, List<Group> groups) static voidGroupLocalServiceUtil.deleteUserGroups(long userId, List<Group> groups) voidGroupLocalServiceWrapper.deleteUserGroups(long userId, List<Group> groups) GroupLocalService.getActiveGroups(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company and, optionally, the main site.GroupLocalService.getActiveGroups(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company.GroupLocalServiceUtil.getActiveGroups(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company and, optionally, the main site.GroupLocalServiceUtil.getActiveGroups(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company.GroupLocalServiceWrapper.getActiveGroups(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company and, optionally, the main site.GroupLocalServiceWrapper.getActiveGroups(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company.GroupLocalService.getLayoutsGroups(long companyId, long parentGroupId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalService.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceUtil.getLayoutsGroups(long companyId, long parentGroupId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceUtil.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceWrapper.getLayoutsGroups(long companyId, long parentGroupId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceWrapper.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalService.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalService.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalService.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalService.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator) RoleLocalService.getUserRelatedRoles(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleLocalServiceUtil.getUserRelatedRoles(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleLocalServiceWrapper.getUserRelatedRoles(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleService.getUserRelatedRoles(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleServiceUtil.getUserRelatedRoles(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleServiceWrapper.getUserRelatedRoles(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalService.search(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) 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.GroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.GroupService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) <R,E extends Throwable>
RGroupLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<Group>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RGroupLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<Group>, R, E> updateUnsafeFunction) -
Uses of Group in com.liferay.portal.kernel.service.permission
Methods in com.liferay.portal.kernel.service.permission with parameters of type GroupModifier and TypeMethodDescriptionvoidGroupPermissionUtil_IW.check(PermissionChecker permissionChecker, Group group, String actionId) static voidGroupPermissionUtil.check(PermissionChecker permissionChecker, Group group, String actionId) static voidUserGroupRolePermissionUtil.check(PermissionChecker permissionChecker, Group group, Role role) booleanGroupPermissionUtil_IW.contains(PermissionChecker permissionChecker, Group group, String actionId) static booleanGroupPermissionUtil.contains(PermissionChecker permissionChecker, Group group, String actionId) static booleanUserGroupRolePermissionUtil.contains(PermissionChecker permissionChecker, Group group, Role role) -
Uses of Group in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return GroupModifier and TypeMethodDescriptionGroupPersistence.create(long groupId) Creates a new group with the primary key.static GroupGroupUtil.create(long groupId) Creates a new group with the primary key.GroupPersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.static GroupGroupUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.GroupPersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.static GroupGroupUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.GroupPersistence.fetchByC_C_C(long companyId, long classNameId, long classPK) Returns the group where companyId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found.GroupPersistence.fetchByC_C_C(long companyId, long classNameId, long classPK, boolean useFinderCache) Returns the group where companyId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.static GroupGroupUtil.fetchByC_C_C(long companyId, long classNameId, long classPK) Returns the group where companyId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found.static GroupGroupUtil.fetchByC_C_C(long companyId, long classNameId, long classPK, boolean useFinderCache) Returns the group where companyId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.GroupPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.static GroupGroupUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.fetchByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey) Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returnsnullif it could not be found.GroupPersistence.fetchByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey, boolean useFinderCache) Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returnsnullif it could not be found, optionally using the finder cache.static GroupGroupUtil.fetchByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey) Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returnsnullif it could not be found.static GroupGroupUtil.fetchByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey, boolean useFinderCache) Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returnsnullif it could not be found, optionally using the finder cache.GroupPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.static GroupGroupUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.fetchByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByC_C_S_First(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.static GroupGroupUtil.fetchByC_C_S_First(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.GroupPersistence.fetchByC_C_S_Last(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.static GroupGroupUtil.fetchByC_C_S_Last(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.GroupPersistence.fetchByC_CPK_First(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.static GroupGroupUtil.fetchByC_CPK_First(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.GroupPersistence.fetchByC_CPK_Last(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.static GroupGroupUtil.fetchByC_CPK_Last(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.GroupPersistence.fetchByC_F(long companyId, String friendlyURL) Returns the group where companyId = ? and friendlyURL = ? or returnsnullif it could not be found.GroupPersistence.fetchByC_F(long companyId, String friendlyURL, boolean useFinderCache) Returns the group where companyId = ? and friendlyURL = ? or returnsnullif it could not be found, optionally using the finder cache.static GroupGroupUtil.fetchByC_F(long companyId, String friendlyURL) Returns the group where companyId = ? and friendlyURL = ? or returnsnullif it could not be found.static GroupGroupUtil.fetchByC_F(long companyId, String friendlyURL, boolean useFinderCache) Returns the group where companyId = ? and friendlyURL = ? or returnsnullif it could not be found, optionally using the finder cache.GroupFinder.fetchByC_GK(long companyId, String groupKey) static GroupGroupFinderUtil.fetchByC_GK(long companyId, String groupKey) GroupPersistence.fetchByC_GK(long companyId, String groupKey) Returns the group where companyId = ? and groupKey = ? or returnsnullif it could not be found.GroupPersistence.fetchByC_GK(long companyId, String groupKey, boolean useFinderCache) Returns the group where companyId = ? and groupKey = ? or returnsnullif it could not be found, optionally using the finder cache.static GroupGroupUtil.fetchByC_GK(long companyId, String groupKey) Returns the group where companyId = ? and groupKey = ? or returnsnullif it could not be found.static GroupGroupUtil.fetchByC_GK(long companyId, String groupKey, boolean useFinderCache) Returns the group where companyId = ? and groupKey = ? or returnsnullif it could not be found, optionally using the finder cache.GroupPersistence.fetchByC_L_GK(long companyId, long liveGroupId, String groupKey) Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returnsnullif it could not be found.GroupPersistence.fetchByC_L_GK(long companyId, long liveGroupId, String groupKey, boolean useFinderCache) Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returnsnullif it could not be found, optionally using the finder cache.static GroupGroupUtil.fetchByC_L_GK(long companyId, long liveGroupId, String groupKey) Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returnsnullif it could not be found.static GroupGroupUtil.fetchByC_L_GK(long companyId, long liveGroupId, String groupKey, boolean useFinderCache) Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returnsnullif it could not be found, optionally using the finder cache.GroupPersistence.fetchByC_LikeN_S_First(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.static GroupGroupUtil.fetchByC_LikeN_S_First(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.GroupPersistence.fetchByC_LikeN_S_Last(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.static GroupGroupUtil.fetchByC_LikeN_S_Last(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.GroupPersistence.fetchByC_LikeT_S_First(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static GroupGroupUtil.fetchByC_LikeT_S_First(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.fetchByC_LikeT_S_Last(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static GroupGroupUtil.fetchByC_LikeT_S_Last(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.GroupPersistence.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.GroupPersistence.fetchByC_P_LikeN_S_First(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static GroupGroupUtil.fetchByC_P_LikeN_S_First(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.fetchByC_P_LikeN_S_Last(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static GroupGroupUtil.fetchByC_P_LikeN_S_Last(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.fetchByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.fetchByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.fetchByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static GroupGroupUtil.fetchByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.fetchByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static GroupGroupUtil.fetchByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.fetchByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.fetchByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.fetchByC_S_A_First(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.static GroupGroupUtil.fetchByC_S_A_First(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.fetchByC_S_A_Last(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.static GroupGroupUtil.fetchByC_S_A_Last(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.static GroupGroupUtil.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.GroupPersistence.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.static GroupGroupUtil.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.GroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.static GroupGroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.GroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.static GroupGroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.GroupPersistence.fetchByERC_C(String externalReferenceCode, long companyId) Returns the group where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found.GroupPersistence.fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the group where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.static GroupGroupUtil.fetchByERC_C(String externalReferenceCode, long companyId) Returns the group where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found.static GroupGroupUtil.fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the group where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.GroupPersistence.fetchByGtG_C_C_P_First(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByGtG_C_C_P_First(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_C_P_Last(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByGtG_C_C_P_Last(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByGtG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByGtG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_P_S_First(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.fetchByGtG_C_P_S_First(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.fetchByGtG_C_P_S_Last(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.fetchByGtG_C_P_S_Last(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.fetchByLiveGroupId(long liveGroupId) Returns the group where liveGroupId = ? or returnsnullif it could not be found.GroupPersistence.fetchByLiveGroupId(long liveGroupId, boolean useFinderCache) Returns the group where liveGroupId = ? or returnsnullif it could not be found, optionally using the finder cache.static GroupGroupUtil.fetchByLiveGroupId(long liveGroupId) Returns the group where liveGroupId = ? or returnsnullif it could not be found.static GroupGroupUtil.fetchByLiveGroupId(long liveGroupId, boolean useFinderCache) Returns the group where liveGroupId = ? or returnsnullif it could not be found, optionally using the finder cache.GroupPersistence.fetchByPrimaryKey(long groupId) Returns the group with the primary key or returnsnullif it could not be found.static GroupGroupUtil.fetchByPrimaryKey(long groupId) Returns the group with the primary key or returnsnullif it could not be found.GroupPersistence.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.static GroupGroupUtil.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.GroupPersistence.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.static GroupGroupUtil.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.GroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.static GroupGroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.GroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.static GroupGroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.GroupPersistence.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.static GroupGroupUtil.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.GroupPersistence.fetchByUUID_G(String uuid, long groupId) Returns the group where uuid = ? and groupId = ? or returnsnullif it could not be found.GroupPersistence.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the group where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static GroupGroupUtil.fetchByUUID_G(String uuid, long groupId) Returns the group where uuid = ? and groupId = ? or returnsnullif it could not be found.static GroupGroupUtil.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the group where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.GroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.static GroupGroupUtil.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.GroupPersistence.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.static GroupGroupUtil.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.GroupPersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.static GroupGroupUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.Group[]GroupPersistence.findByC_A_PrevAndNext(long groupId, long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.static Group[]GroupUtil.findByC_A_PrevAndNext(long groupId, long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.GroupPersistence.findByC_C_C(long companyId, long classNameId, long classPK) Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws aNoSuchGroupExceptionif it could not be found.static GroupGroupUtil.findByC_C_C(long companyId, long classNameId, long classPK) Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws aNoSuchGroupExceptionif it could not be found.GroupPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.static GroupGroupUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey) Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or throws aNoSuchGroupExceptionif it could not be found.static GroupGroupUtil.findByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey) Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or throws aNoSuchGroupExceptionif it could not be found.GroupPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.static GroupGroupUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.findByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.findByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.Group[]GroupPersistence.findByC_C_P_PrevAndNext(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static Group[]GroupUtil.findByC_C_P_PrevAndNext(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.Group[]GroupPersistence.findByC_C_PrevAndNext(long groupId, long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.static Group[]GroupUtil.findByC_C_PrevAndNext(long groupId, long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_S_First(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.static GroupGroupUtil.findByC_C_S_First(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_C_S_Last(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.static GroupGroupUtil.findByC_C_S_Last(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.Group[]GroupPersistence.findByC_C_S_PrevAndNext(long groupId, long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and site = ?.static Group[]GroupUtil.findByC_C_S_PrevAndNext(long groupId, long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_CPK_First(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.static GroupGroupUtil.findByC_CPK_First(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.GroupPersistence.findByC_CPK_Last(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.static GroupGroupUtil.findByC_CPK_Last(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.Group[]GroupPersistence.findByC_CPK_PrevAndNext(long groupId, long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.static Group[]GroupUtil.findByC_CPK_PrevAndNext(long groupId, long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.Returns the group where companyId = ? and friendlyURL = ? or throws aNoSuchGroupExceptionif it could not be found.static GroupReturns the group where companyId = ? and friendlyURL = ? or throws aNoSuchGroupExceptionif it could not be found.GroupFinder.findByC_GK(long companyId, String groupKey) static GroupGroupFinderUtil.findByC_GK(long companyId, String groupKey) GroupPersistence.findByC_GK(long companyId, String groupKey) Returns the group where companyId = ? and groupKey = ? or throws aNoSuchGroupExceptionif it could not be found.static GroupGroupUtil.findByC_GK(long companyId, String groupKey) Returns the group where companyId = ? and groupKey = ? or throws aNoSuchGroupExceptionif it could not be found.GroupPersistence.findByC_L_GK(long companyId, long liveGroupId, String groupKey) Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or throws aNoSuchGroupExceptionif it could not be found.static GroupGroupUtil.findByC_L_GK(long companyId, long liveGroupId, String groupKey) Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or throws aNoSuchGroupExceptionif it could not be found.GroupPersistence.findByC_LikeN_S_First(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.static GroupGroupUtil.findByC_LikeN_S_First(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeN_S_Last(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.static GroupGroupUtil.findByC_LikeN_S_Last(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.Group[]GroupPersistence.findByC_LikeN_S_PrevAndNext(long groupId, long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and name LIKE ? and site = ?.static Group[]GroupUtil.findByC_LikeN_S_PrevAndNext(long groupId, long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S_First(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static GroupGroupUtil.findByC_LikeT_S_First(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S_Last(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static GroupGroupUtil.findByC_LikeT_S_Last(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.Group[]GroupPersistence.findByC_LikeT_S_PrevAndNext(long groupId, long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static Group[]GroupUtil.findByC_LikeT_S_PrevAndNext(long groupId, long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.static GroupGroupUtil.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.static GroupGroupUtil.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P_LikeN_S_First(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static GroupGroupUtil.findByC_P_LikeN_S_First(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_P_LikeN_S_Last(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static GroupGroupUtil.findByC_P_LikeN_S_Last(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.Group[]GroupPersistence.findByC_P_LikeN_S_PrevAndNext(long groupId, long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static Group[]GroupUtil.findByC_P_LikeN_S_PrevAndNext(long groupId, long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.Group[]GroupPersistence.findByC_P_PrevAndNext(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.static Group[]GroupUtil.findByC_P_PrevAndNext(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.findByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static GroupGroupUtil.findByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static GroupGroupUtil.findByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.Group[]GroupPersistence.findByC_P_S_I_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static Group[]GroupUtil.findByC_P_S_I_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.findByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.Group[]GroupPersistence.findByC_P_S_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static Group[]GroupUtil.findByC_P_S_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_S_A_First(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.static GroupGroupUtil.findByC_S_A_First(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_A_Last(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.static GroupGroupUtil.findByC_S_A_Last(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.Group[]GroupPersistence.findByC_S_A_PrevAndNext(long groupId, long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ? and active = ?.static Group[]GroupUtil.findByC_S_A_PrevAndNext(long groupId, long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.static GroupGroupUtil.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.GroupPersistence.findByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.static GroupGroupUtil.findByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.Group[]GroupPersistence.findByC_S_PrevAndNext(long groupId, long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.static Group[]GroupUtil.findByC_S_PrevAndNext(long groupId, long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.static GroupGroupUtil.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.static GroupGroupUtil.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.Group[]GroupPersistence.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ?.static Group[]GroupUtil.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ?.GroupPersistence.findByERC_C(String externalReferenceCode, long companyId) Returns the group where externalReferenceCode = ? and companyId = ? or throws aNoSuchGroupExceptionif it could not be found.static GroupGroupUtil.findByERC_C(String externalReferenceCode, long companyId) Returns the group where externalReferenceCode = ? and companyId = ? or throws aNoSuchGroupExceptionif it could not be found.GroupPersistence.findByGtG_C_C_P_First(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.findByGtG_C_C_P_First(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_C_P_Last(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.findByGtG_C_C_P_Last(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static GroupGroupUtil.findByGtG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static GroupGroupUtil.findByGtG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P_S_First(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.findByGtG_C_P_S_First(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByGtG_C_P_S_Last(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.findByGtG_C_P_S_Last(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByLiveGroupId(long liveGroupId) Returns the group where liveGroupId = ? or throws aNoSuchGroupExceptionif it could not be found.static GroupGroupUtil.findByLiveGroupId(long liveGroupId) Returns the group where liveGroupId = ? or throws aNoSuchGroupExceptionif it could not be found.GroupPersistence.findByPrimaryKey(long groupId) Returns the group with the primary key or throws aNoSuchGroupExceptionif it could not be found.static GroupGroupUtil.findByPrimaryKey(long groupId) Returns the group with the primary key or throws aNoSuchGroupExceptionif it could not be found.GroupPersistence.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.static GroupGroupUtil.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.GroupPersistence.findByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.static GroupGroupUtil.findByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.Group[]GroupPersistence.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where type = ? and active = ?.static Group[]GroupUtil.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where type = ? and active = ?.GroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.static GroupGroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.GroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.static GroupGroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.Group[]GroupPersistence.findByUuid_C_PrevAndNext(long groupId, String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.static Group[]GroupUtil.findByUuid_C_PrevAndNext(long groupId, String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.GroupPersistence.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.static GroupGroupUtil.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.GroupPersistence.findByUUID_G(String uuid, long groupId) Returns the group where uuid = ? and groupId = ? or throws aNoSuchGroupExceptionif it could not be found.static GroupGroupUtil.findByUUID_G(String uuid, long groupId) Returns the group where uuid = ? and groupId = ? or throws aNoSuchGroupExceptionif it could not be found.GroupPersistence.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.static GroupGroupUtil.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.Group[]GroupPersistence.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ?.static Group[]GroupUtil.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ?.GroupPersistence.remove(long groupId) Removes the group with the primary key from the database.static GroupGroupUtil.remove(long groupId) Removes the group with the primary key from the database.GroupPersistence.removeByC_C_C(long companyId, long classNameId, long classPK) Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.static GroupGroupUtil.removeByC_C_C(long companyId, long classNameId, long classPK) Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.GroupPersistence.removeByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey) Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? from the database.static GroupGroupUtil.removeByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey) Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? from the database.GroupPersistence.removeByC_F(long companyId, String friendlyURL) Removes the group where companyId = ? and friendlyURL = ? from the database.static GroupGroupUtil.removeByC_F(long companyId, String friendlyURL) Removes the group where companyId = ? and friendlyURL = ? from the database.GroupPersistence.removeByC_GK(long companyId, String groupKey) Removes the group where companyId = ? and groupKey = ? from the database.static GroupGroupUtil.removeByC_GK(long companyId, String groupKey) Removes the group where companyId = ? and groupKey = ? from the database.GroupPersistence.removeByC_L_GK(long companyId, long liveGroupId, String groupKey) Removes the group where companyId = ? and liveGroupId = ? and groupKey = ? from the database.static GroupGroupUtil.removeByC_L_GK(long companyId, long liveGroupId, String groupKey) Removes the group where companyId = ? and liveGroupId = ? and groupKey = ? from the database.GroupPersistence.removeByERC_C(String externalReferenceCode, long companyId) Removes the group where externalReferenceCode = ? and companyId = ? from the database.static GroupGroupUtil.removeByERC_C(String externalReferenceCode, long companyId) Removes the group where externalReferenceCode = ? and companyId = ? from the database.GroupPersistence.removeByLiveGroupId(long liveGroupId) Removes the group where liveGroupId = ? from the database.static GroupGroupUtil.removeByLiveGroupId(long liveGroupId) Removes the group where liveGroupId = ? from the database.GroupPersistence.removeByUUID_G(String uuid, long groupId) Removes the group where uuid = ? and groupId = ? from the database.static GroupGroupUtil.removeByUUID_G(String uuid, long groupId) Removes the group where uuid = ? and groupId = ? from the database.static Groupstatic GroupGroupUtil.update(Group group, ServiceContext serviceContext) GroupPersistence.updateImpl(Group group) static GroupGroupUtil.updateImpl(Group group) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type GroupModifier and TypeMethodDescriptionstatic Map<Serializable,Group> GroupUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) GroupPersistence.findAll()Returns all the groups.GroupPersistence.findAll(int start, int end) Returns a range of all the groups.GroupPersistence.findAll(int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups.GroupPersistence.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups.GroupUtil.findAll()Returns all the groups.GroupUtil.findAll(int start, int end) Returns a range of all the groups.GroupUtil.findAll(int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups.GroupUtil.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups.GroupPersistence.findByC_A(long companyId, boolean active) Returns all the groups where companyId = ? and active = ?.GroupPersistence.findByC_A(long companyId, boolean active, int start, int end) Returns a range of all the groups where companyId = ? and active = ?.GroupPersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and active = ?.GroupPersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and active = ?.GroupUtil.findByC_A(long companyId, boolean active) Returns all the groups where companyId = ? and active = ?.GroupUtil.findByC_A(long companyId, boolean active, int start, int end) Returns a range of all the groups where companyId = ? and active = ?.GroupUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and active = ?.GroupUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and active = ?.GroupPersistence.findByC_C(long companyId, long classNameId) Returns all the groups where companyId = ? and classNameId = ?.GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end) Returns a range of all the groups where companyId = ? and classNameId = ?.GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.GroupUtil.findByC_C(long companyId, long classNameId) Returns all the groups where companyId = ? and classNameId = ?.GroupUtil.findByC_C(long companyId, long classNameId, int start, int end) Returns a range of all the groups where companyId = ? and classNameId = ?.GroupUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.GroupUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId) Returns all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end) Returns a range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId) Returns all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end) Returns a range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupFinder.findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupPersistence.findByC_C_S(long companyId, long classNameId, boolean site) Returns all the groups where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_C_S(long companyId, long classNameId, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_C_S(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_C_S(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupUtil.findByC_C_S(long companyId, long classNameId, boolean site) Returns all the groups where companyId = ? and classNameId = ? and site = ?.GroupUtil.findByC_C_S(long companyId, long classNameId, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupUtil.findByC_C_S(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupUtil.findByC_C_S(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_CPK(long classNameId, long classPK) Returns all the groups where classNameId = ? and classPK = ?.GroupPersistence.findByC_CPK(long classNameId, long classPK, int start, int end) Returns a range of all the groups where classNameId = ? and classPK = ?.GroupPersistence.findByC_CPK(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupPersistence.findByC_CPK(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupUtil.findByC_CPK(long classNameId, long classPK) Returns all the groups where classNameId = ? and classPK = ?.GroupUtil.findByC_CPK(long classNameId, long classPK, int start, int end) Returns a range of all the groups where classNameId = ? and classPK = ?.GroupUtil.findByC_CPK(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupUtil.findByC_CPK(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupPersistence.findByC_GK(long companyId, String[] groupKeys) Returns all the groups where companyId = ? and groupKey = any ?.GroupPersistence.findByC_GK(long companyId, String[] groupKeys, int start, int end) Returns a range of all the groups where companyId = ? and groupKey = any ?.GroupPersistence.findByC_GK(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and groupKey = any ?.GroupPersistence.findByC_GK(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and groupKey = ?, optionally using the finder cache.GroupUtil.findByC_GK(long companyId, String[] groupKeys) Returns all the groups where companyId = ? and groupKey = any ?.GroupUtil.findByC_GK(long companyId, String[] groupKeys, int start, int end) Returns a range of all the groups where companyId = ? and groupKey = any ?.GroupUtil.findByC_GK(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and groupKey = any ?.GroupUtil.findByC_GK(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and groupKey = ?, optionally using the finder cache.GroupPersistence.findByC_LikeN_S(long companyId, String name, boolean site) Returns all the groups where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeN_S(long companyId, String name, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeN_S(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeN_S(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupUtil.findByC_LikeN_S(long companyId, String name, boolean site) Returns all the groups where companyId = ? and name LIKE ? and site = ?.GroupUtil.findByC_LikeN_S(long companyId, String name, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupUtil.findByC_LikeN_S(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupUtil.findByC_LikeN_S(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S(long companyId, String treePath, boolean site) Returns all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S(long companyId, String treePath, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupUtil.findByC_LikeT_S(long companyId, String treePath, boolean site) Returns all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupUtil.findByC_LikeT_S(long companyId, String treePath, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupUtil.findByC_LikeT_S(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupUtil.findByC_LikeT_S(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_P(long companyId, long parentGroupId) Returns all the groups where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end) Returns a range of all the groups where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.GroupUtil.findByC_P(long companyId, long parentGroupId) Returns all the groups where companyId = ? and parentGroupId = ?.GroupUtil.findByC_P(long companyId, long parentGroupId, int start, int end) Returns a range of all the groups where companyId = ? and parentGroupId = ?.GroupUtil.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.GroupUtil.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site) Returns all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupUtil.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site) Returns all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupUtil.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupUtil.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupUtil.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site) Returns all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site) Returns all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent) Returns all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end) Returns a range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupUtil.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent) Returns all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupUtil.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end) Returns a range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupUtil.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupUtil.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_S(long companyId, boolean site) Returns all the groups where companyId = ? and site = ?.GroupPersistence.findByC_S(long companyId, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and site = ?.GroupPersistence.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ?.GroupPersistence.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ?.GroupUtil.findByC_S(long companyId, boolean site) Returns all the groups where companyId = ? and site = ?.GroupUtil.findByC_S(long companyId, boolean site, int start, int end) Returns a range of all the groups where companyId = ? and site = ?.GroupUtil.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ?.GroupUtil.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ?.GroupPersistence.findByC_S_A(long companyId, boolean site, boolean active) Returns all the groups where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_A(long companyId, boolean site, boolean active, int start, int end) Returns a range of all the groups where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_A(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_A(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupUtil.findByC_S_A(long companyId, boolean site, boolean active) Returns all the groups where companyId = ? and site = ? and active = ?.GroupUtil.findByC_S_A(long companyId, boolean site, boolean active, int start, int end) Returns a range of all the groups where companyId = ? and site = ? and active = ?.GroupUtil.findByC_S_A(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupUtil.findByC_S_A(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupFinder.findByCompanyId(long companyId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByCompanyId(long companyId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupPersistence.findByCompanyId(long companyId) Returns all the groups where companyId = ?.GroupPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the groups where companyId = ?.GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ?.GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ?.GroupUtil.findByCompanyId(long companyId) Returns all the groups where companyId = ?.GroupUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the groups where companyId = ?.GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ?.GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ?.GroupPersistence.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId) Returns all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end) Returns a range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId) Returns all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end) Returns a range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P(long groupId, long companyId, long parentGroupId) Returns all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P(long groupId, long companyId, long parentGroupId, int start, int end) Returns a range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_P(long groupId, long companyId, long parentGroupId) Returns all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_P(long groupId, long companyId, long parentGroupId, int start, int end) Returns a range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site) Returns all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site, int start, int end) Returns a range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site) Returns all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site, int start, int end) Returns a range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupFinder.findByL_TS_S_RSGC(long liveGroupId, String typeSettings, boolean site, int remoteStagingGroupCount) GroupFinderUtil.findByL_TS_S_RSGC(long liveGroupId, String typeSettings, boolean site, int remoteStagingGroupCount) GroupFinder.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinder.findByLayouts(long companyId, long parentGroupId, boolean site, Boolean active, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByLayouts(long companyId, long parentGroupId, boolean site, Boolean active, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinder.findByLiveGroups()GroupFinderUtil.findByLiveGroups()GroupPersistence.findByT_A(int type, boolean active) Returns all the groups where type = ? and active = ?.GroupPersistence.findByT_A(int type, boolean active, int start, int end) Returns a range of all the groups where type = ? and active = ?.GroupPersistence.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where type = ? and active = ?.GroupPersistence.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where type = ? and active = ?.GroupUtil.findByT_A(int type, boolean active) Returns all the groups where type = ? and active = ?.GroupUtil.findByT_A(int type, boolean active, int start, int end) Returns a range of all the groups where type = ? and active = ?.GroupUtil.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where type = ? and active = ?.GroupUtil.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where type = ? and active = ?.GroupPersistence.findByUuid(String uuid) Returns all the groups where uuid = ?.GroupPersistence.findByUuid(String uuid, int start, int end) Returns a range of all the groups where uuid = ?.GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ?.GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ?.GroupUtil.findByUuid(String uuid) Returns all the groups where uuid = ?.GroupUtil.findByUuid(String uuid, int start, int end) Returns a range of all the groups where uuid = ?.GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ?.GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ?.GroupPersistence.findByUuid_C(String uuid, long companyId) Returns all the groups where uuid = ? and companyId = ?.GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the groups where uuid = ? and companyId = ?.GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ? and companyId = ?.GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ? and companyId = ?.GroupUtil.findByUuid_C(String uuid, long companyId) Returns all the groups where uuid = ? and companyId = ?.GroupUtil.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the groups where uuid = ? and companyId = ?.GroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ? and companyId = ?.GroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ? and companyId = ?.GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Group> orderByComparator) OrganizationPersistence.getGroups(long pk) Returns all the groups associated with the organization.OrganizationPersistence.getGroups(long pk, int start, int end) Returns a range of all the groups associated with the organization.OrganizationPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the organization.OrganizationUtil.getGroups(long pk) Returns all the groups associated with the organization.OrganizationUtil.getGroups(long pk, int start, int end) Returns a range of all the groups associated with the organization.OrganizationUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the organization.RolePersistence.getGroups(long pk) Returns all the groups associated with the role.RolePersistence.getGroups(long pk, int start, int end) Returns a range of all the groups associated with the role.RolePersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the role.RoleUtil.getGroups(long pk) Returns all the groups associated with the role.RoleUtil.getGroups(long pk, int start, int end) Returns a range of all the groups associated with the role.RoleUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the role.UserGroupPersistence.getGroups(long pk) Returns all the groups associated with the user group.UserGroupPersistence.getGroups(long pk, int start, int end) Returns a range of all the groups associated with the user group.UserGroupPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user group.UserGroupUtil.getGroups(long pk) Returns all the groups associated with the user group.UserGroupUtil.getGroups(long pk, int start, int end) Returns a range of all the groups associated with the user group.UserGroupUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user group.UserPersistence.getGroups(long pk) Returns all the groups associated with the user.UserPersistence.getGroups(long pk, int start, int end) Returns a range of all the groups associated with the user.UserPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user.UserUtil.getGroups(long pk) Returns all the groups associated with the user.UserUtil.getGroups(long pk, int start, int end) Returns a range of all the groups associated with the user.UserUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user.Methods in com.liferay.portal.kernel.service.persistence with parameters of type GroupModifier and TypeMethodDescriptionbooleanAdds an association between the organization and the group.static booleanAdds an association between the organization and the group.booleanAdds an association between the role and the group.static booleanAdds an association between the role and the group.booleanAdds an association between the user group and the group.static booleanAdds an association between the user group and the group.booleanAdds an association between the user and the group.static booleanAdds an association between the user and the group.voidGroupPersistence.cacheResult(Group group) Caches the group in the entity cache if it is enabled.static voidGroupUtil.cacheResult(Group group) Caches the group in the entity cache if it is enabled.static voidGroupUtil.clearCache(Group group) voidOrganizationPersistence.removeGroup(long pk, Group group) Removes the association between the organization and the group.static voidOrganizationUtil.removeGroup(long pk, Group group) Removes the association between the organization and the group.voidRolePersistence.removeGroup(long pk, Group group) Removes the association between the role and the group.static voidRoleUtil.removeGroup(long pk, Group group) Removes the association between the role and the group.voidUserGroupPersistence.removeGroup(long pk, Group group) Removes the association between the user group and the group.static voidUserGroupUtil.removeGroup(long pk, Group group) Removes the association between the user group and the group.voidUserPersistence.removeGroup(long pk, Group group) Removes the association between the user and the group.static voidUserUtil.removeGroup(long pk, Group group) Removes the association between the user and the group.static Groupstatic GroupGroupUtil.update(Group group, ServiceContext serviceContext) GroupPersistence.updateImpl(Group group) static GroupGroupUtil.updateImpl(Group group) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type GroupModifier and TypeMethodDescriptionbooleanAdds an association between the organization and the groups.static booleanAdds an association between the organization and the groups.booleanAdds an association between the role and the groups.static booleanAdds an association between the role and the groups.booleanAdds an association between the user group and the groups.static booleanAdds an association between the user group and the groups.booleanAdds an association between the user and the groups.static booleanAdds an association between the user and the groups.voidGroupPersistence.cacheResult(List<Group> groups) Caches the groups in the entity cache if it is enabled.static voidGroupUtil.cacheResult(List<Group> groups) Caches the groups in the entity cache if it is enabled.GroupPersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.static GroupGroupUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.GroupPersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.static GroupGroupUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.GroupPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.static GroupGroupUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.static GroupGroupUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.fetchByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByC_C_S_First(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.static GroupGroupUtil.fetchByC_C_S_First(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.GroupPersistence.fetchByC_C_S_Last(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.static GroupGroupUtil.fetchByC_C_S_Last(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.GroupPersistence.fetchByC_CPK_First(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.static GroupGroupUtil.fetchByC_CPK_First(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.GroupPersistence.fetchByC_CPK_Last(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.static GroupGroupUtil.fetchByC_CPK_Last(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.GroupPersistence.fetchByC_LikeN_S_First(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.static GroupGroupUtil.fetchByC_LikeN_S_First(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.GroupPersistence.fetchByC_LikeN_S_Last(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.static GroupGroupUtil.fetchByC_LikeN_S_Last(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.GroupPersistence.fetchByC_LikeT_S_First(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static GroupGroupUtil.fetchByC_LikeT_S_First(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.fetchByC_LikeT_S_Last(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static GroupGroupUtil.fetchByC_LikeT_S_Last(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.GroupPersistence.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.GroupPersistence.fetchByC_P_LikeN_S_First(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static GroupGroupUtil.fetchByC_P_LikeN_S_First(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.fetchByC_P_LikeN_S_Last(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static GroupGroupUtil.fetchByC_P_LikeN_S_Last(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.fetchByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.fetchByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.fetchByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static GroupGroupUtil.fetchByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.fetchByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static GroupGroupUtil.fetchByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.fetchByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.fetchByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.fetchByC_S_A_First(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.static GroupGroupUtil.fetchByC_S_A_First(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.fetchByC_S_A_Last(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.static GroupGroupUtil.fetchByC_S_A_Last(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.static GroupGroupUtil.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.GroupPersistence.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.static GroupGroupUtil.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.GroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.static GroupGroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.GroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.static GroupGroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.GroupPersistence.fetchByGtG_C_C_P_First(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByGtG_C_C_P_First(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_C_P_Last(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByGtG_C_C_P_Last(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByGtG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static GroupGroupUtil.fetchByGtG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_P_S_First(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.fetchByGtG_C_P_S_First(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.fetchByGtG_C_P_S_Last(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.fetchByGtG_C_P_S_Last(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.static GroupGroupUtil.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.GroupPersistence.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.static GroupGroupUtil.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.GroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.static GroupGroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.GroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.static GroupGroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.GroupPersistence.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.static GroupGroupUtil.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.GroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.static GroupGroupUtil.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.GroupPersistence.findAll(int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups.GroupPersistence.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups.GroupUtil.findAll(int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups.GroupUtil.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups.GroupPersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and active = ?.GroupPersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and active = ?.GroupUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and active = ?.GroupUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and active = ?.GroupPersistence.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.static GroupGroupUtil.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.GroupPersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.static GroupGroupUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.Group[]GroupPersistence.findByC_A_PrevAndNext(long groupId, long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.static Group[]GroupUtil.findByC_A_PrevAndNext(long groupId, long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.GroupUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.GroupUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.static GroupGroupUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.static GroupGroupUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.findByC_C_P_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.findByC_C_P_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.Group[]GroupPersistence.findByC_C_P_PrevAndNext(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static Group[]GroupUtil.findByC_C_P_PrevAndNext(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.GroupFinder.findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Group[]GroupPersistence.findByC_C_PrevAndNext(long groupId, long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.static Group[]GroupUtil.findByC_C_PrevAndNext(long groupId, long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_S(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_C_S(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupUtil.findByC_C_S(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupUtil.findByC_C_S(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_C_S_First(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.static GroupGroupUtil.findByC_C_S_First(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_C_S_Last(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.static GroupGroupUtil.findByC_C_S_Last(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.Group[]GroupPersistence.findByC_C_S_PrevAndNext(long groupId, long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and site = ?.static Group[]GroupUtil.findByC_C_S_PrevAndNext(long groupId, long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_CPK(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupPersistence.findByC_CPK(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupUtil.findByC_CPK(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupUtil.findByC_CPK(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupPersistence.findByC_CPK_First(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.static GroupGroupUtil.findByC_CPK_First(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.GroupPersistence.findByC_CPK_Last(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.static GroupGroupUtil.findByC_CPK_Last(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.Group[]GroupPersistence.findByC_CPK_PrevAndNext(long groupId, long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.static Group[]GroupUtil.findByC_CPK_PrevAndNext(long groupId, long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.GroupPersistence.findByC_GK(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and groupKey = any ?.GroupPersistence.findByC_GK(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and groupKey = ?, optionally using the finder cache.GroupUtil.findByC_GK(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and groupKey = any ?.GroupUtil.findByC_GK(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and groupKey = ?, optionally using the finder cache.GroupPersistence.findByC_LikeN_S(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeN_S(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupUtil.findByC_LikeN_S(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupUtil.findByC_LikeN_S(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeN_S_First(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.static GroupGroupUtil.findByC_LikeN_S_First(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeN_S_Last(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.static GroupGroupUtil.findByC_LikeN_S_Last(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.Group[]GroupPersistence.findByC_LikeN_S_PrevAndNext(long groupId, long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and name LIKE ? and site = ?.static Group[]GroupUtil.findByC_LikeN_S_PrevAndNext(long groupId, long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupUtil.findByC_LikeT_S(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupUtil.findByC_LikeT_S(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S_First(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static GroupGroupUtil.findByC_LikeT_S_First(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S_Last(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static GroupGroupUtil.findByC_LikeT_S_Last(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.Group[]GroupPersistence.findByC_LikeT_S_PrevAndNext(long groupId, long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static Group[]GroupUtil.findByC_LikeT_S_PrevAndNext(long groupId, long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.GroupUtil.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.GroupUtil.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.static GroupGroupUtil.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.static GroupGroupUtil.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupUtil.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupUtil.findByC_P_LikeN_S(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_P_LikeN_S_First(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static GroupGroupUtil.findByC_P_LikeN_S_First(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_P_LikeN_S_Last(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static GroupGroupUtil.findByC_P_LikeN_S_Last(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.Group[]GroupPersistence.findByC_P_LikeN_S_PrevAndNext(long groupId, long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static Group[]GroupUtil.findByC_P_LikeN_S_PrevAndNext(long groupId, long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.Group[]GroupPersistence.findByC_P_PrevAndNext(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.static Group[]GroupUtil.findByC_P_PrevAndNext(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.findByC_P_S_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupUtil.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupUtil.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static GroupGroupUtil.findByC_P_S_I_First(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static GroupGroupUtil.findByC_P_S_I_Last(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.Group[]GroupPersistence.findByC_P_S_I_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static Group[]GroupUtil.findByC_P_S_I_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.findByC_P_S_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.Group[]GroupPersistence.findByC_P_S_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static Group[]GroupUtil.findByC_P_S_PrevAndNext(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ?.GroupPersistence.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ?.GroupUtil.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ?.GroupUtil.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ?.GroupPersistence.findByC_S_A(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_A(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupUtil.findByC_S_A(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupUtil.findByC_S_A(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_A_First(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.static GroupGroupUtil.findByC_S_A_First(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_A_Last(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.static GroupGroupUtil.findByC_S_A_Last(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.Group[]GroupPersistence.findByC_S_A_PrevAndNext(long groupId, long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ? and active = ?.static Group[]GroupUtil.findByC_S_A_PrevAndNext(long groupId, long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.static GroupGroupUtil.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.GroupPersistence.findByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.static GroupGroupUtil.findByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.Group[]GroupPersistence.findByC_S_PrevAndNext(long groupId, long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.static Group[]GroupUtil.findByC_S_PrevAndNext(long groupId, long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.GroupFinder.findByCompanyId(long companyId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByCompanyId(long companyId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ?.GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ?.GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ?.GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ?.GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.static GroupGroupUtil.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.static GroupGroupUtil.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.Group[]GroupPersistence.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ?.static Group[]GroupUtil.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ?.GroupPersistence.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_C_P(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_C_P_First(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.findByGtG_C_C_P_First(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_C_P_Last(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static GroupGroupUtil.findByGtG_C_C_P_Last(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static GroupGroupUtil.findByGtG_C_P_First(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static GroupGroupUtil.findByGtG_C_P_Last(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByGtG_C_P_S(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByGtG_C_P_S_First(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.findByGtG_C_P_S_First(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByGtG_C_P_S_Last(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static GroupGroupUtil.findByGtG_C_P_S_Last(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupFinder.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinder.findByLayouts(long companyId, long parentGroupId, boolean site, Boolean active, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByLayouts(long companyId, long parentGroupId, boolean site, Boolean active, int start, int end, OrderByComparator<Group> orderByComparator) GroupPersistence.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where type = ? and active = ?.GroupPersistence.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where type = ? and active = ?.GroupUtil.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where type = ? and active = ?.GroupUtil.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where type = ? and active = ?.GroupPersistence.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.static GroupGroupUtil.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.GroupPersistence.findByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.static GroupGroupUtil.findByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.Group[]GroupPersistence.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where type = ? and active = ?.static Group[]GroupUtil.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where type = ? and active = ?.GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ?.GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ?.GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ?.GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ?.GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ? and companyId = ?.GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ? and companyId = ?.GroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ? and companyId = ?.GroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ? and companyId = ?.GroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.static GroupGroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.GroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.static GroupGroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.Group[]GroupPersistence.findByUuid_C_PrevAndNext(long groupId, String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.static Group[]GroupUtil.findByUuid_C_PrevAndNext(long groupId, String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.GroupPersistence.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.static GroupGroupUtil.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.GroupPersistence.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.static GroupGroupUtil.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.Group[]GroupPersistence.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ?.static Group[]GroupUtil.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ?.GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Group> orderByComparator) OrganizationPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the organization.OrganizationUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the organization.RolePersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the role.RoleUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the role.UserGroupPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user group.UserGroupUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user group.UserPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user.UserUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user.voidOrganizationPersistence.removeGroups(long pk, List<Group> groups) Removes the association between the organization and the groups.static voidOrganizationUtil.removeGroups(long pk, List<Group> groups) Removes the association between the organization and the groups.voidRolePersistence.removeGroups(long pk, List<Group> groups) Removes the association between the role and the groups.static voidRoleUtil.removeGroups(long pk, List<Group> groups) Removes the association between the role and the groups.voidUserGroupPersistence.removeGroups(long pk, List<Group> groups) Removes the association between the user group and the groups.static voidUserGroupUtil.removeGroups(long pk, List<Group> groups) Removes the association between the user group and the groups.voidUserPersistence.removeGroups(long pk, List<Group> groups) Removes the association between the user and the groups.static voidUserUtil.removeGroups(long pk, List<Group> groups) Removes the association between the user and the groups.voidSets the groups associated with the organization, removing and adding associations as necessary.static voidSets the groups associated with the organization, removing and adding associations as necessary.voidSets the groups associated with the role, removing and adding associations as necessary.static voidSets the groups associated with the role, removing and adding associations as necessary.voidSets the groups associated with the user group, removing and adding associations as necessary.static voidSets the groups associated with the user group, removing and adding associations as necessary.voidSets the groups associated with the user, removing and adding associations as necessary.static voidSets the groups associated with the user, removing and adding associations as necessary. -
Uses of Group in com.liferay.portal.kernel.theme
Methods in com.liferay.portal.kernel.theme that return GroupModifier and TypeMethodDescriptionThemeDisplay.getControlPanelGroup()ThemeDisplay.getRefererGroup()ThemeDisplay.getScopeGroup()Returns the scoped or sub-scoped active group (e.g. site).ThemeDisplay.getSiteGroup() -
Uses of Group in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util that return types with arguments of type GroupModifier and TypeMethodDescriptionPortal.getCurrentAndAncestorSiteGroups(long[] groupIds, boolean checkContentSharingWithChildrenEnabled) Portal.getCurrentAndAncestorSiteGroups(long groupId, boolean checkContentSharingWithChildrenEnabled) PortalUtil.getCurrentAndAncestorSiteGroups(long[] groupIds, boolean checkContentSharingWithChildrenEnabled) PortalUtil.getCurrentAndAncestorSiteGroups(long groupId, boolean checkContentSharingWithChildrenEnabled) Methods in com.liferay.portal.kernel.util with parameters of type GroupModifier and TypeMethodDescriptionPortal.getControlPanelPortletURL(PortletRequest portletRequest, Group group, String portletId, long refererGroupId, long refererPlid, String lifecycle) Portal.getControlPanelPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group, String portletId, long refererGroupId, long refererPlid, String lifecycle) static PortletURLPortalUtil.getControlPanelPortletURL(PortletRequest portletRequest, Group group, String portletId, long refererGroupId, long refererPlid, String lifecycle) static PortletURLPortalUtil.getControlPanelPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group, String portletId, long refererGroupId, long refererPlid, String lifecycle) GroupCapabilityContributor.getGroupCapability(Group group) Portal.getSiteDefaultLocale(Group group) static LocalePortalUtil.getSiteDefaultLocale(Group group) booleanPortal.isSkipPortletContentRendering(Group group, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName) static booleanPortalUtil.isSkipPortletContentRendering(Group group, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName) -
Uses of Group in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type GroupModifier and TypeMethodDescriptionintintintintint -
Uses of Group in com.liferay.portal.kernel.webdav
Methods in com.liferay.portal.kernel.webdav that return types with arguments of type Group -
Uses of Group in com.liferay.portal.kernel.workflow
Methods in com.liferay.portal.kernel.workflow with parameters of type Group -
Uses of Group in com.liferay.sites.kernel.util
Methods in com.liferay.sites.kernel.util with parameters of type GroupModifier and TypeMethodDescriptionbooleanSites.isLayoutSetMergeable(Group group, LayoutSet layoutSet) static booleanSitesUtil.isUserGroupLayoutSetViewable(PermissionChecker permissionChecker, Group userGroupGroup) voidSites.mergeLayoutPrototypeLayout(Group group, Layout layout) voidSites.mergeLayoutSetPrototypeLayouts(Group group, LayoutSet layoutSet) voidSites.updateLayoutSetPrototypesLinks(Group group, long publicLayoutSetPrototypeId, long privateLayoutSetPrototypeId, boolean publicLayoutSetPrototypeLinkEnabled, boolean privateLayoutSetPrototypeLinkEnabled)