Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.model.Group

Packages that use Group
com.liferay.portal.action   
com.liferay.portal.exception   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.test.util   
com.liferay.portal.kernel.webdav   
com.liferay.portal.lar.test   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.adapter.builder   
com.liferay.portal.model.adapter.impl   
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.repository.capabilities.util   
com.liferay.portal.search.test   
com.liferay.portal.security.membershippolicy   
com.liferay.portal.security.membershippolicy.util.test   
com.liferay.portal.security.permission This package defines the portal security permission interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.permission This package defines the portal service permission interfaces and utilities. 
com.liferay.portal.service.permission.test   
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portal.service.test   
com.liferay.portal.theme This package defines the portal theme classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portal.util.comparator This package defines the portal comparator classes. 
com.liferay.portal.util.test   
com.liferay.portal.workflow   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.announcements.util   
com.liferay.portlet.asset.search.test   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.blogs.model   
com.liferay.portlet.exportimport.service   
com.liferay.portlet.exportimport.service.impl   
com.liferay.portlet.exportimport.staging   
com.liferay.portlet.exportimport.staging.permission   
com.liferay.portlet.layoutsadmin.display.context   
com.liferay.portlet.notifications.test   
com.liferay.portlet.ratings.test   
com.liferay.portlet.sites.action   
com.liferay.portlet.sites.search   
com.liferay.portlet.sites.util   
com.liferay.portlet.sitesadmin.search   
com.liferay.portlet.social.test   
com.liferay.portlet.social.util.test   
com.liferay.portlet.subscriptions.test   
com.liferay.portlet.trash.service.impl   
com.liferay.portlet.trash.test   
com.liferay.portlet.trash.util   
com.liferay.portlet.usergroupsadmin.search   
com.liferay.portlet.usersadmin.search   
com.liferay.portlet.usersadmin.util   
com.liferay.sites.kernel.util   
com.liferay.users.admin.kernel.util   
 

Uses of Group in com.liferay.portal.action
 

Methods in com.liferay.portal.action with parameters of type Group
protected  boolean UpdateLanguageAction.isGroupFriendlyURL(Group group, Layout layout, String layoutURL, Locale locale)
           
 

Uses of Group in com.liferay.portal.exception
 

Fields in com.liferay.portal.exception declared as Group
 Group UserScreenNameException.MustNotBeUsedByGroup.group
           
 

Constructors in com.liferay.portal.exception with parameters of type Group
UserScreenNameException.MustNotBeUsedByGroup(long userId, String screenName, Group group)
           
 

Uses of Group in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet with parameters of type Group
 PortletURL BasePortletProvider.getPortletURL(javax.servlet.http.HttpServletRequest request, Group group)
           
 PortletURL PortletProvider.getPortletURL(javax.servlet.http.HttpServletRequest request, Group group)
           
static PortletURL PortletProviderUtil.getPortletURL(javax.servlet.http.HttpServletRequest request, Group group, String className, PortletProvider.Action action)
           
static PortletURL PortletProviderUtil.getPortletURL(PortletRequest portletRequest, Group group, String className, PortletProvider.Action action)
           
 

Uses of Group in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search that return Group
protected  Group BaseIndexer.getSiteGroup(long groupId)
           
 

Uses of Group in com.liferay.portal.kernel.test.util
 

Methods in com.liferay.portal.kernel.test.util that return Group
static Group GroupTestUtil.addGroup()
           
static Group GroupTestUtil.addGroup(long parentGroupId)
           
static Group GroupTestUtil.addGroup(long userId, Layout layout)
           
static Group GroupTestUtil.addGroup(long userId, long parentGroupId, Layout layout)
           
static Group GroupTestUtil.addGroup(long companyId, long userId, long parentGroupId)
           
static Group GroupTestUtil.addGroup(long parentGroupId, ServiceContext serviceContext)
           
static Group GroupTestUtil.updateDisplaySettings(long groupId, Collection<Locale> availableLocales, Locale defaultLocale)
           
 

Methods in com.liferay.portal.kernel.test.util with parameters of type Group
static User UserTestUtil.addGroupAdminUser(Group group)
           
static User UserTestUtil.addGroupOwnerUser(Group group)
           
static User UserTestUtil.addGroupUser(Group group, String roleName)
           
static void GroupTestUtil.enableLocalStaging(Group group)
           
static ServiceContext ServiceContextTestUtil.getServiceContext(Group group, long userId)
           
 

Uses of Group in com.liferay.portal.kernel.webdav
 

Methods in com.liferay.portal.kernel.webdav that return types with arguments of type Group
static List<Group> WebDAVUtil.getGroups(long userId)
           
static List<Group> WebDAVUtil.getGroups(User user)
           
 

Uses of Group in com.liferay.portal.lar.test
 

Fields in com.liferay.portal.lar.test declared as Group
protected  Group BaseExportImportTestCase.group
           
protected  Group BaseExportImportTestCase.importedGroup
           
protected  Group BaseStagedModelDataHandlerTestCase.liveGroup
           
protected  Group BasePortletDataHandlerTestCase.stagingGroup
           
protected  Group BaseStagedModelDataHandlerTestCase.stagingGroup
           
 

Methods in com.liferay.portal.lar.test with parameters of type Group
protected  Map<String,List<StagedModel>> BaseStagedModelDataHandlerTestCase.addDependentStagedModelsMap(Group group)
           
protected abstract  StagedModel BaseStagedModelDataHandlerTestCase.addStagedModel(Group group, Map<String,List<StagedModel>> dependentStagedModelsMap)
           
protected abstract  List<StagedModel> BaseWorkflowedStagedModelDataHandlerTestCase.addWorkflowedStagedModels(Group group)
           
protected  void BaseStagedModelDataHandlerTestCase.deleteStagedModel(StagedModel stagedModel, Map<String,List<StagedModel>> dependentStagedModelsMap, Group group)
           
protected  AssetEntry BaseStagedModelDataHandlerTestCase.fetchAssetEntry(StagedModel stagedModel, Group group)
           
protected abstract  StagedModel BaseStagedModelDataHandlerTestCase.getStagedModel(String uuid, Group group)
           
protected  BaseStagedModelDataHandlerTestCase.StagedModelAssets BaseStagedModelDataHandlerTestCase.updateAssetEntry(StagedModel stagedModel, Group group)
           
protected  void BaseStagedModelDataHandlerTestCase.validateAssets(StagedModel stagedModel, BaseStagedModelDataHandlerTestCase.StagedModelAssets stagedModelAssets, Group group)
           
protected  void BaseStagedModelDataHandlerTestCase.validateComments(StagedModel stagedModel, StagedModel importedStagedModel, Group group)
           
protected  void BaseStagedModelDataHandlerTestCase.validateImport(Map<String,List<StagedModel>> dependentStagedModelsMap, Group group)
           
protected  void BaseStagedModelDataHandlerTestCase.validateImport(StagedModel stagedModel, BaseStagedModelDataHandlerTestCase.StagedModelAssets stagedModelAssets, Map<String,List<StagedModel>> dependentStagedModelsMap, Group group)
           
 

Uses of Group in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Group
 class GroupWrapper
           This class is a wrapper for Group.
 

Fields in com.liferay.portal.model with type parameters of type Group
static Accessor<Group,Long> Group.GROUP_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return Group
 Group LayoutSet.getGroup()
          Returns the layout set's group.
 Group LayoutPrototypeWrapper.getGroup()
           
 Group UserGroup.getGroup()
           
 Group LayoutSetPrototypeWrapper.getGroup()
           
 Group LayoutWrapper.getGroup()
          Returns the current layout's group.
 Group LayoutSetPrototype.getGroup()
           
 Group User.getGroup()
           
 Group UserGroupWrapper.getGroup()
           
 Group Layout.getGroup()
          Returns the current layout's group.
 Group UserGroupRole.getGroup()
           
 Group OrganizationWrapper.getGroup()
           
 Group LayoutSetWrapper.getGroup()
          Returns the layout set's group.
 Group UserGroupRoleWrapper.getGroup()
           
 Group Organization.getGroup()
           
 Group LayoutSetBranchWrapper.getGroup()
           
 Group UserGroupGroupRole.getGroup()
           
 Group UserGroupGroupRoleWrapper.getGroup()
           
 Group UserWrapper.getGroup()
           
 Group LayoutSetBranch.getGroup()
           
 Group Company.getGroup()
           
 Group CompanyWrapper.getGroup()
           
 Group LayoutPrototype.getGroup()
           
 Group Group.getLiveGroup()
           
 Group GroupWrapper.getLiveGroup()
           
 Group Group.getParentGroup()
           
 Group GroupWrapper.getParentGroup()
           
 Group LayoutWrapper.getScopeGroup()
           
 Group Layout.getScopeGroup()
           
 Group Group.getStagingGroup()
           
 Group GroupWrapper.getStagingGroup()
           
 Group GroupWrapper.getWrappedModel()
           
 Group GroupModel.toEscapedModel()
           
 Group GroupWrapper.toEscapedModel()
           
 Group GroupModel.toUnescapedModel()
           
 Group GroupWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Group
 List<Group> Group.getAncestors()
           
 List<Group> GroupWrapper.getAncestors()
           
 List<Group> Group.getChildren(boolean site)
           
 List<Group> GroupWrapper.getChildren(boolean site)
           
 List<Group> Group.getChildrenWithLayouts(boolean site, int start, int end)
          Deprecated. As of 7.0.0, replaced by getChildrenWithLayouts(boolean, int, int, OrderByComparator)
 List<Group> GroupWrapper.getChildrenWithLayouts(boolean site, int start, int end)
          Deprecated. As of 7.0.0, replaced by GroupWrapper.getChildrenWithLayouts(boolean, int, int, OrderByComparator)
 List<Group> Group.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupWrapper.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> Group.getDescendants(boolean site)
           
 List<Group> GroupWrapper.getDescendants(boolean site)
           
 List<Group> User.getGroups()
           
 List<Group> UserWrapper.getGroups()
           
 List<Group> User.getMySiteGroups()
           
 List<Group> UserWrapper.getMySiteGroups()
           
 List<Group> User.getMySiteGroups(int max)
           
 List<Group> UserWrapper.getMySiteGroups(int max)
           
 List<Group> User.getMySiteGroups(String[] classNames, int max)
           
 List<Group> UserWrapper.getMySiteGroups(String[] classNames, int max)
           
 List<Group> User.getSiteGroups()
           
 List<Group> UserWrapper.getSiteGroups()
           
 List<Group> User.getSiteGroups(boolean includeAdministrative)
           
 List<Group> UserWrapper.getSiteGroups(boolean includeAdministrative)
           
 CacheModel<Group> GroupModel.toCacheModel()
           
 CacheModel<Group> GroupWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Group
 int GroupModel.compareTo(Group group)
           
 int GroupWrapper.compareTo(Group group)
           
static GroupSoap GroupSoap.toSoapModel(Group model)
           
static GroupSoap[] GroupSoap.toSoapModels(Group[] models)
           
static GroupSoap[][] GroupSoap.toSoapModels(Group[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Group
 boolean OrgGroupRoleWrapper.containsGroup(List<Group> groups)
           
 boolean OrgGroupRole.containsGroup(List<Group> groups)
           
 List<Group> Group.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupWrapper.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> obc)
           
static GroupSoap[] GroupSoap.toSoapModels(List<Group> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Group
GroupWrapper(Group group)
           
 

Uses of Group in com.liferay.portal.model.adapter.builder
 

Methods in com.liferay.portal.model.adapter.builder with parameters of type Group
 StagedGroup StagedGroupModelAdapterBuilder.build(Group group)
           
 

Uses of Group in com.liferay.portal.model.adapter.impl
 

Classes in com.liferay.portal.model.adapter.impl that implement Group
 class StagedGroupImpl
           
 

Constructors in com.liferay.portal.model.adapter.impl with parameters of type Group
StagedGroupImpl(Group group)
           
 

Uses of Group in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement Group
 class GroupBaseImpl
          The extended model base implementation for the Group service.
 class GroupImpl
          Represents either a site or a generic resource container.
 

Methods in com.liferay.portal.model.impl that return Group
 Group VirtualLayout.getGroup()
           
 Group UserGroupGroupRoleImpl.getGroup()
           
 Group UserImpl.getGroup()
           
 Group UserGroupImpl.getGroup()
           
 Group LayoutImpl.getGroup()
          Returns the current layout's group.
 Group LayoutSetBranchImpl.getGroup()
           
 Group UserGroupRoleImpl.getGroup()
           
 Group OrganizationImpl.getGroup()
           
 Group LayoutPrototypeImpl.getGroup()
           
 Group LayoutSetPrototypeImpl.getGroup()
           
 Group LayoutSetImpl.getGroup()
          Returns the layout set's group.
 Group CompanyImpl.getGroup()
           
 Group VirtualLayout.getHostGroup()
           
 Group GroupImpl.getLiveGroup()
           
 Group GroupImpl.getParentGroup()
           
 Group LayoutImpl.getScopeGroup()
           
 Group GroupImpl.getStagingGroup()
           
 Group GroupCacheModel.toEntityModel()
           
 Group GroupModelImpl.toEscapedModel()
           
static Group GroupModelImpl.toModel(GroupSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Group
 List<Group> GroupImpl.getAncestors()
           
 List<Group> GroupImpl.getChildren(boolean site)
           
 List<Group> GroupImpl.getChildrenWithLayouts(boolean site, int start, int end)
          Deprecated. As of 7.0.0, replaced by GroupImpl.getChildrenWithLayouts(boolean, int, int, OrderByComparator)
 List<Group> GroupImpl.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupImpl.getDescendants(boolean site)
           
 List<Group> UserImpl.getGroups()
           
 List<Group> UserImpl.getMySiteGroups()
           
 List<Group> UserImpl.getMySiteGroups(int max)
           
 List<Group> UserImpl.getMySiteGroups(String[] classNames, int max)
           
 List<Group> UserImpl.getSiteGroups()
           
 List<Group> UserImpl.getSiteGroups(boolean includeAdministrative)
           
 CacheModel<Group> GroupModelImpl.toCacheModel()
           
static List<Group> GroupModelImpl.toModels(GroupSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Group
 int GroupModelImpl.compareTo(Group group)
           
 

Method parameters in com.liferay.portal.model.impl with type arguments of type Group
 boolean OrgGroupRoleImpl.containsGroup(List<Group> groups)
           
 List<Group> GroupImpl.getChildrenWithLayouts(boolean site, int start, int end, OrderByComparator<Group> obc)
           
 

Constructors in com.liferay.portal.model.impl with parameters of type Group
VirtualLayout(Layout sourceLayout, Group targetGroup)
           
 

Uses of Group in com.liferay.portal.repository.capabilities.util
 

Methods in com.liferay.portal.repository.capabilities.util that return Group
 Group GroupServiceAdapter.getGroup(long groupId)
           
 

Uses of Group in com.liferay.portal.search.test
 

Fields in com.liferay.portal.search.test declared as Group
protected  Group BaseSearchTestCase.group
           
 

Methods in com.liferay.portal.search.test with parameters of type Group
protected  BaseModel<?> BaseSearchTestCase.getParentBaseModel(Group group, ServiceContext serviceContext)
           
 

Uses of Group in com.liferay.portal.security.membershippolicy
 

Methods in com.liferay.portal.security.membershippolicy that return types with arguments of type Group
 List<Group> MembershipPolicyException.getGroups()
           
protected  List<Group> DefaultSiteMembershipPolicy.getLimitedChildrenGroups(Group group)
           
 

Methods in com.liferay.portal.security.membershippolicy with parameters of type Group
 void MembershipPolicyException.addGroup(Group group)
           
protected  List<Group> DefaultSiteMembershipPolicy.getLimitedChildrenGroups(Group group)
           
protected  void DefaultSiteMembershipPolicy.verifyLimitedParentMembership(Group group)
           
 void DummySiteMembershipPolicy.verifyPolicy(Group group)
           
static void SiteMembershipPolicyUtil.verifyPolicy(Group group)
           
 void BaseSiteMembershipPolicy.verifyPolicy(Group group)
           
 void SiteMembershipPolicy.verifyPolicy(Group group)
          Checks the integrity of the membership policy of the site and performs operations necessary for the site's compliance.
 void DefaultSiteMembershipPolicy.verifyPolicy(Group group)
           
 void DummySiteMembershipPolicy.verifyPolicy(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String,Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsProperties)
           
static void SiteMembershipPolicyUtil.verifyPolicy(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String,Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsProperties)
           
 void SiteMembershipPolicy.verifyPolicy(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String,Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsProperties)
          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.
 void DefaultSiteMembershipPolicy.verifyPolicy(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String,Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsProperties)
           
 

Uses of Group in com.liferay.portal.security.membershippolicy.util.test
 

Methods in com.liferay.portal.security.membershippolicy.util.test that return Group
static Group MembershipPolicyTestUtil.addGroup()
           
 

Uses of Group in com.liferay.portal.security.permission
 

Methods in com.liferay.portal.security.permission that return types with arguments of type Group
 Collection<Group> UserBag.getGroups()
           
 Set<Group> UserBagImpl.getGroups()
           
 Collection<Group> UserBag.getUserGroups()
           
 List<Group> UserBagImpl.getUserGroups()
           
 Collection<Group> UserBag.getUserOrgGroups()
           
 List<Group> UserBagImpl.getUserOrgGroups()
           
 

Methods in com.liferay.portal.security.permission with parameters of type Group
protected  void AdvancedPermissionChecker.addTeamRoles(long userId, Group group, Set<Long> roleIds)
           
 List<Role> ResourceActions.getRoles(long companyId, Group group, String modelResource)
          Deprecated. As of 6.1.0, replaced by ResourceActions.getRoles(long, Group, String, int[])
static List<Role> ResourceActionsUtil.getRoles(long companyId, Group group, String modelResource)
          Deprecated. As of 6.1.0, replaced by ResourceActionsUtil.getRoles(long, Group, String, int[])
 List<Role> ResourceActionsImpl.getRoles(long companyId, Group group, String modelResource)
          Deprecated. As of 6.1.0, replaced by ResourceActionsImpl.getRoles(long, Group, String, int[])
 List<Role> ResourceActions.getRoles(long companyId, Group group, String modelResource, int[] roleTypes)
           
static List<Role> ResourceActionsUtil.getRoles(long companyId, Group group, String modelResource, int[] roleTypes)
           
 List<Role> ResourceActionsImpl.getRoles(long companyId, Group group, String modelResource, int[] roleTypes)
           
protected  int[] ResourceActionsImpl.getRoleTypes(long companyId, Group group, String modelResource)
           
 boolean UserBag.hasUserGroup(Group group)
           
 boolean UserBagImpl.hasUserGroup(Group group)
           
 boolean UserBag.hasUserOrgGroup(Group group)
           
 boolean UserBagImpl.hasUserOrgGroup(Group group)
           
protected  boolean AdvancedPermissionChecker.isGroupAdminImpl(Group group)
           
protected  boolean AdvancedPermissionChecker.isGroupOwnerImpl(Group group)
           
 

Constructor parameters in com.liferay.portal.security.permission with type arguments of type Group
UserBagImpl(long userId, Collection<Group> userGroups, Collection<Organization> userOrgs, Collection<Group> userOrgGroups, Collection<Role> userRoles)
           
UserBagImpl(long userId, Collection<Group> userGroups, Collection<Organization> userOrgs, Collection<Group> userOrgGroups, Collection<Role> userRoles)
           
 

Uses of Group in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Group
 Group GroupLocalService.addGroup(Group group)
          Adds the group to the database.
 Group GroupLocalServiceWrapper.addGroup(Group group)
          Adds the group to the database.
static Group GroupLocalServiceUtil.addGroup(Group group)
          Adds the group to the database.
 Group 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)
           
 Group 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)
           
static Group GroupServiceUtil.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)
           
 Group 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)
           
 Group 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 Group GroupServiceUtil.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)
           
 Group 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 inheritContent, boolean active, ServiceContext serviceContext)
           
 Group 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)
           
static Group GroupLocalServiceUtil.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)
           
 Group 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)
           
 Group 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)
           
static Group GroupLocalServiceUtil.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)
           
 Group GroupLocalService.addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupLocalService.addGroup(long, long, String, long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupLocalServiceWrapper.addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupLocalServiceWrapper.addGroup(long, long, String, long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
static Group GroupLocalServiceUtil.addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupLocalServiceUtil.addGroup(long, long, String, long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupServiceWrapper.addGroup(long parentGroupId, long liveGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupServiceWrapper.addGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupService.addGroup(long parentGroupId, long liveGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupService.addGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
static Group GroupServiceUtil.addGroup(long parentGroupId, long liveGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupServiceUtil.addGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupLocalService.createGroup(long groupId)
          Creates a new group with the primary key.
 Group GroupLocalServiceWrapper.createGroup(long groupId)
          Creates a new group with the primary key.
static Group GroupLocalServiceUtil.createGroup(long groupId)
          Creates a new group with the primary key.
 Group GroupLocalService.deleteGroup(Group group)
          Deletes the group from the database.
 Group GroupLocalServiceWrapper.deleteGroup(Group group)
          Deletes the group from the database.
static Group GroupLocalServiceUtil.deleteGroup(Group group)
          Deletes the group from the database.
 Group GroupLocalService.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
 Group GroupLocalServiceWrapper.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
static Group GroupLocalServiceUtil.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
 Group GroupLocalService.fetchCompanyGroup(long companyId)
          Returns the company's group.
 Group GroupLocalServiceWrapper.fetchCompanyGroup(long companyId)
          Returns the company's group.
static Group GroupLocalServiceUtil.fetchCompanyGroup(long companyId)
          Returns the company's group.
 Group GroupLocalService.fetchFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
 Group GroupLocalServiceWrapper.fetchFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
static Group GroupLocalServiceUtil.fetchFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
 Group GroupLocalService.fetchGroup(long groupId)
           
 Group GroupLocalServiceWrapper.fetchGroup(long groupId)
           
static Group GroupLocalServiceUtil.fetchGroup(long groupId)
           
 Group 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.
 Group 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.
static Group GroupLocalServiceUtil.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.
 Group GroupLocalService.fetchGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the group with the matching UUID and company.
 Group GroupLocalServiceWrapper.fetchGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the group with the matching UUID and company.
static Group GroupLocalServiceUtil.fetchGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the group with the matching UUID and company.
 Group GroupLocalService.fetchUserGroup(long companyId, long userId)
           
 Group GroupLocalServiceWrapper.fetchUserGroup(long companyId, long userId)
           
static Group GroupLocalServiceUtil.fetchUserGroup(long companyId, long userId)
           
 Group GroupLocalService.fetchUserPersonalSiteGroup(long companyId)
          Returns the default user's personal site group.
 Group GroupLocalServiceWrapper.fetchUserPersonalSiteGroup(long companyId)
          Returns the default user's personal site group.
static Group GroupLocalServiceUtil.fetchUserPersonalSiteGroup(long companyId)
          Returns the default user's personal site group.
 Group GroupLocalService.getCompanyGroup(long companyId)
          Returns the company group.
 Group GroupServiceWrapper.getCompanyGroup(long companyId)
          Returns the company group.
 Group GroupService.getCompanyGroup(long companyId)
          Returns the company group.
static Group GroupServiceUtil.getCompanyGroup(long companyId)
          Returns the company group.
 Group GroupLocalServiceWrapper.getCompanyGroup(long companyId)
          Returns the company group.
static Group GroupLocalServiceUtil.getCompanyGroup(long companyId)
          Returns the company group.
 Group GroupLocalService.getFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
 Group GroupLocalServiceWrapper.getFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
static Group GroupLocalServiceUtil.getFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
 Group GroupLocalService.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupServiceWrapper.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupService.getGroup(long groupId)
          Returns the group with the primary key.
static Group GroupServiceUtil.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupLocalServiceWrapper.getGroup(long groupId)
          Returns the group with the primary key.
static Group GroupLocalServiceUtil.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupLocalService.getGroup(long companyId, String groupKey)
          Returns the group with the matching group key.
 Group GroupServiceWrapper.getGroup(long companyId, String groupKey)
          Returns the group with the name.
 Group GroupService.getGroup(long companyId, String groupKey)
          Returns the group with the name.
static Group GroupServiceUtil.getGroup(long companyId, String groupKey)
          Returns the group with the name.
 Group GroupLocalServiceWrapper.getGroup(long companyId, String groupKey)
          Returns the group with the matching group key.
static Group GroupLocalServiceUtil.getGroup(long companyId, String groupKey)
          Returns the group with the matching group key.
 Group GroupLocalService.getGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the group with the matching UUID and company.
 Group GroupLocalServiceWrapper.getGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the group with the matching UUID and company.
static Group GroupLocalServiceUtil.getGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the group with the matching UUID and company.
 Group GroupLocalService.getLayoutGroup(long companyId, long plid)
          Returns the group associated with the layout.
 Group GroupLocalServiceWrapper.getLayoutGroup(long companyId, long plid)
          Returns the group associated with the layout.
static Group GroupLocalServiceUtil.getLayoutGroup(long companyId, long plid)
          Returns the group associated with the layout.
 Group GroupLocalService.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
          Returns the group associated with the layout prototype.
 Group GroupLocalServiceWrapper.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
          Returns the group associated with the layout prototype.
static Group GroupLocalServiceUtil.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
          Returns the group associated with the layout prototype.
 Group GroupLocalService.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
          Returns the group associated with the layout set prototype.
 Group GroupLocalServiceWrapper.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
          Returns the group associated with the layout set prototype.
static Group GroupLocalServiceUtil.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
          Returns the group associated with the layout set prototype.
 Group GroupLocalService.getOrganizationGroup(long companyId, long organizationId)
          Returns the specified organization group.
 Group GroupLocalServiceWrapper.getOrganizationGroup(long companyId, long organizationId)
          Returns the specified organization group.
static Group GroupLocalServiceUtil.getOrganizationGroup(long companyId, long organizationId)
          Returns the specified organization group.
 Group ServiceContext.getScopeGroup()
           
 Group GroupLocalService.getStagingGroup(long liveGroupId)
          Returns the staging group.
 Group GroupLocalServiceWrapper.getStagingGroup(long liveGroupId)
          Returns the staging group.
static Group GroupLocalServiceUtil.getStagingGroup(long liveGroupId)
          Returns the staging group.
 Group GroupLocalService.getUserGroup(long companyId, long userId)
          Returns the group directly associated with the user.
 Group GroupServiceWrapper.getUserGroup(long companyId, long userId)
          Returns the group directly associated with the user.
 Group GroupService.getUserGroup(long companyId, long userId)
          Returns the group directly associated with the user.
static Group GroupServiceUtil.getUserGroup(long companyId, long userId)
          Returns the group directly associated with the user.
 Group GroupLocalServiceWrapper.getUserGroup(long companyId, long userId)
          Returns the group directly associated with the user.
static Group GroupLocalServiceUtil.getUserGroup(long companyId, long userId)
          Returns the group directly associated with the user.
 Group GroupLocalService.getUserGroupGroup(long companyId, long userGroupId)
          Returns the specified "user group" group.
 Group GroupLocalServiceWrapper.getUserGroupGroup(long companyId, long userGroupId)
          Returns the specified "user group" group.
static Group GroupLocalServiceUtil.getUserGroupGroup(long companyId, long userGroupId)
          Returns the specified "user group" group.
 Group GroupLocalService.getUserPersonalSiteGroup(long companyId)
          Returns the default user's personal site group.
 Group GroupLocalServiceWrapper.getUserPersonalSiteGroup(long companyId)
          Returns the default user's personal site group.
static Group GroupLocalServiceUtil.getUserPersonalSiteGroup(long companyId)
          Returns the default user's personal site group.
 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.
 Group 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.
static Group GroupLocalServiceUtil.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.
 Group GroupLocalService.loadGetGroup(long companyId, String groupKey)
          Returns the group with the matching group key.
 Group GroupLocalServiceWrapper.loadGetGroup(long companyId, String groupKey)
          Returns the group with the matching group key.
static Group GroupLocalServiceUtil.loadGetGroup(long companyId, String groupKey)
          Returns the group with the matching group key.
 Group GroupLocalService.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
 Group GroupServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
 Group GroupService.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
static Group GroupServiceUtil.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
 Group GroupLocalServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
static Group GroupLocalServiceUtil.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
 Group GroupLocalService.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 Group GroupLocalServiceWrapper.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
static Group GroupLocalServiceUtil.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 Group 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)
           
 Group 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)
           
 Group 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)
           
static Group GroupServiceUtil.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)
           
 Group 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)
           
static Group GroupLocalServiceUtil.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)
           
 Group GroupLocalService.updateGroup(long groupId, long parentGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupLocalService.updateGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupServiceWrapper.updateGroup(long groupId, long parentGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupServiceWrapper.updateGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupService.updateGroup(long groupId, long parentGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupService.updateGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
static Group GroupServiceUtil.updateGroup(long groupId, long parentGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupServiceUtil.updateGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupLocalServiceWrapper.updateGroup(long groupId, long parentGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupLocalServiceWrapper.updateGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
static Group GroupLocalServiceUtil.updateGroup(long groupId, long parentGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupLocalServiceUtil.updateGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupLocalService.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
 Group GroupServiceWrapper.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
 Group GroupService.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
static Group GroupServiceUtil.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
 Group GroupLocalServiceWrapper.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
static Group GroupLocalServiceUtil.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
 Group GroupLocalService.updateSite(long groupId, boolean site)
          Associates the group with a main site if the group is an organization.
 Group GroupLocalServiceWrapper.updateSite(long groupId, boolean site)
          Associates the group with a main site if the group is an organization.
static Group GroupLocalServiceUtil.updateSite(long groupId, boolean site)
          Associates the group with a main site if the group is an organization.
 

Methods in com.liferay.portal.service that return types with arguments of type Group
 List<Group> GroupLocalService.getActiveGroups(long companyId, boolean active)
          Returns all the active or inactive groups associated with the company.
 List<Group> GroupLocalServiceWrapper.getActiveGroups(long companyId, boolean active)
          Returns all the active or inactive groups associated with the company.
static List<Group> GroupLocalServiceUtil.getActiveGroups(long companyId, boolean active)
          Returns all the active or inactive groups associated with the company.
 List<Group> GroupLocalService.getCompanyGroups(long companyId, int start, int end)
          Returns a range of all the groups associated with the company.
 List<Group> GroupLocalServiceWrapper.getCompanyGroups(long companyId, int start, int end)
          Returns a range of all the groups associated with the company.
static List<Group> GroupLocalServiceUtil.getCompanyGroups(long companyId, int start, int end)
          Returns a range of all the groups associated with the company.
 List<Group> GroupLocalService.getGroups(int start, int end)
          Returns a range of all the groups.
 List<Group> GroupLocalServiceWrapper.getGroups(int start, int end)
          Returns a range of all the groups.
static List<Group> GroupLocalServiceUtil.getGroups(int start, int end)
          Returns a range of all the groups.
 List<Group> GroupLocalService.getGroups(long[] groupIds)
          Returns the groups with the matching primary keys.
 List<Group> GroupLocalServiceWrapper.getGroups(long[] groupIds)
          Returns the groups with the matching primary keys.
static List<Group> GroupLocalServiceUtil.getGroups(long[] groupIds)
          Returns the groups with the matching primary keys.
 List<Group> GroupLocalService.getGroups(long companyId, long parentGroupId, boolean site)
          Returns all the groups that are direct children of the parent group.
 List<Group> GroupServiceWrapper.getGroups(long companyId, long parentGroupId, boolean site)
          Returns all the groups that are direct children of the parent group.
 List<Group> GroupService.getGroups(long companyId, long parentGroupId, boolean site)
          Returns all the groups that are direct children of the parent group.
static List<Group> GroupServiceUtil.getGroups(long companyId, long parentGroupId, boolean site)
          Returns all the groups that are direct children of the parent group.
 List<Group> GroupLocalServiceWrapper.getGroups(long companyId, long parentGroupId, boolean site)
          Returns all the groups that are direct children of the parent group.
static List<Group> GroupLocalServiceUtil.getGroups(long companyId, long parentGroupId, boolean site)
          Returns all the groups that are direct children of the parent group.
 List<Group> GroupLocalService.getGroups(long companyId, long parentGroupId, boolean site, boolean inheritContent)
           
 List<Group> GroupLocalServiceWrapper.getGroups(long companyId, long parentGroupId, boolean site, boolean inheritContent)
           
static List<Group> GroupLocalServiceUtil.getGroups(long companyId, long parentGroupId, boolean site, boolean inheritContent)
           
 List<Group> GroupLocalService.getGroups(long companyId, String className, long parentGroupId)
          Returns all the groups that are direct children of the parent group with the matching className.
 List<Group> GroupLocalServiceWrapper.getGroups(long companyId, String className, long parentGroupId)
          Returns all the groups that are direct children of the parent group with the matching className.
static List<Group> GroupLocalServiceUtil.getGroups(long companyId, String className, long parentGroupId)
          Returns all the groups that are direct children of the parent group with the matching className.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> GroupLocalService.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
 List<Group> GroupLocalServiceWrapper.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
static List<Group> GroupLocalServiceUtil.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
 List<Group> GroupLocalService.getLiveGroups()
          Returns all live groups.
 List<Group> GroupLocalServiceWrapper.getLiveGroups()
          Returns all live groups.
static List<Group> GroupLocalServiceUtil.getLiveGroups()
          Returns all live groups.
 List<Group> GroupServiceWrapper.getManageableSiteGroups(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
 List<Group> GroupService.getManageableSiteGroups(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
static List<Group> GroupServiceUtil.getManageableSiteGroups(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
 List<Group> GroupLocalService.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
          Returns a range of all non-system groups of a specified type (className) that have no layouts.
 List<Group> GroupLocalServiceWrapper.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
          Returns a range of all non-system groups of a specified type (className) that have no layouts.
static List<Group> GroupLocalServiceUtil.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
          Returns a range of all non-system groups of a specified type (className) that have no layouts.
 List<Group> GroupLocalService.getNullFriendlyURLGroups()
          Returns all non-system groups having null or empty friendly URLs.
 List<Group> GroupLocalServiceWrapper.getNullFriendlyURLGroups()
          Returns all non-system groups having null or empty friendly URLs.
static List<Group> GroupLocalServiceUtil.getNullFriendlyURLGroups()
          Returns all non-system groups having null or empty friendly URLs.
 List<Group> GroupLocalService.getOrganizationGroups(long organizationId)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationGroups(long organizationId)
           
static List<Group> GroupLocalServiceUtil.getOrganizationGroups(long organizationId)
           
 List<Group> GroupLocalService.getOrganizationGroups(long organizationId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationGroups(long organizationId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getOrganizationGroups(long organizationId, int start, int end)
           
 List<Group> GroupLocalService.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalService.getOrganizationsGroups(List<Organization> organizations)
          Returns the specified organization groups.
 List<Group> GroupServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
          Returns the groups associated with the organizations.
 List<Group> GroupService.getOrganizationsGroups(List<Organization> organizations)
          Returns the groups associated with the organizations.
static List<Group> GroupServiceUtil.getOrganizationsGroups(List<Organization> organizations)
          Returns the groups associated with the organizations.
 List<Group> GroupLocalServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
          Returns the specified organization groups.
static List<Group> GroupLocalServiceUtil.getOrganizationsGroups(List<Organization> organizations)
          Returns the specified organization groups.
 List<Group> GroupLocalService.getOrganizationsRelatedGroups(List<Organization> organizations)
          Returns all the groups related to the organizations.
 List<Group> GroupLocalServiceWrapper.getOrganizationsRelatedGroups(List<Organization> organizations)
          Returns all the groups related to the organizations.
static List<Group> GroupLocalServiceUtil.getOrganizationsRelatedGroups(List<Organization> organizations)
          Returns all the groups related to the organizations.
 List<Group> GroupLocalService.getParentGroups(long groupId)
          Returns the group followed by all its parent groups ordered by closest ancestor.
 List<Group> GroupLocalServiceWrapper.getParentGroups(long groupId)
          Returns the group followed by all its parent groups ordered by closest ancestor.
static List<Group> GroupLocalServiceUtil.getParentGroups(long groupId)
          Returns the group followed by all its parent groups ordered by closest ancestor.
 List<Group> GroupLocalService.getRoleGroups(long roleId)
           
 List<Group> GroupLocalServiceWrapper.getRoleGroups(long roleId)
           
static List<Group> GroupLocalServiceUtil.getRoleGroups(long roleId)
           
 List<Group> GroupLocalService.getRoleGroups(long roleId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getRoleGroups(long roleId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getRoleGroups(long roleId, int start, int end)
           
 List<Group> GroupLocalService.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalService.getUserGroupGroups(long userGroupId)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId)
           
static List<Group> GroupLocalServiceUtil.getUserGroupGroups(long userGroupId)
           
 List<Group> GroupLocalService.getUserGroupGroups(long userGroupId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getUserGroupGroups(long userGroupId, int start, int end)
           
 List<Group> GroupLocalService.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalService.getUserGroups(long userId)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId)
           
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> GroupLocalService.getUserGroups(long userId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, int start, int end)
           
 List<Group> GroupLocalService.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
static List<Group> GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
static List<Group> GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
 List<Group> GroupLocalServiceWrapper.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
static List<Group> GroupLocalServiceUtil.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
 List<Group> 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 property organizations.membership.strict is set to true.
 List<Group> 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 property organizations.membership.strict is set to true.
 List<Group> 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 property organizations.membership.strict is set to true.
static List<Group> 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 property organizations.membership.strict is set to true.
 List<Group> 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 property organizations.membership.strict is set to true.
static List<Group> 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 property organizations.membership.strict is set to true.
 List<Group> GroupServiceWrapper.getUserSitesGroups()
           
 List<Group> GroupService.getUserSitesGroups()
           
static List<Group> GroupServiceUtil.getUserSitesGroups()
           
 List<Group> GroupLocalService.getUserSitesGroups(long userId)
           
 List<Group> GroupLocalServiceWrapper.getUserSitesGroups(long userId)
           
static List<Group> GroupLocalServiceUtil.getUserSitesGroups(long userId)
           
 List<Group> GroupLocalService.getUserSitesGroups(long userId, boolean includeAdministrative)
           
 List<Group> GroupLocalServiceWrapper.getUserSitesGroups(long userId, boolean includeAdministrative)
           
static List<Group> GroupLocalServiceUtil.getUserSitesGroups(long userId, boolean includeAdministrative)
           
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> GroupLocalService.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> GroupLocalService.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> GroupLocalService.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 List<Group> GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> 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.
 List<Group> 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.
static List<Group> 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.
 

Methods in com.liferay.portal.service with parameters of type Group
 Group GroupLocalService.addGroup(Group group)
          Adds the group to the database.
 Group GroupLocalServiceWrapper.addGroup(Group group)
          Adds the group to the database.
static Group GroupLocalServiceUtil.addGroup(Group group)
          Adds the group to the database.
 void GroupLocalService.addOrganizationGroup(long organizationId, Group group)
           
 void GroupLocalServiceWrapper.addOrganizationGroup(long organizationId, Group group)
           
static void GroupLocalServiceUtil.addOrganizationGroup(long organizationId, Group group)
           
 void GroupLocalService.addRoleGroup(long roleId, Group group)
           
 void GroupLocalServiceWrapper.addRoleGroup(long roleId, Group group)
           
static void GroupLocalServiceUtil.addRoleGroup(long roleId, Group group)
           
 void GroupLocalService.addUserGroup(long userId, Group group)
           
 void GroupLocalServiceWrapper.addUserGroup(long userId, Group group)
           
static void GroupLocalServiceUtil.addUserGroup(long userId, Group group)
           
 void GroupLocalService.addUserGroupGroup(long userGroupId, Group group)
           
 void GroupLocalServiceWrapper.addUserGroupGroup(long userGroupId, Group group)
           
static void GroupLocalServiceUtil.addUserGroupGroup(long userGroupId, Group group)
           
 Group GroupLocalService.deleteGroup(Group group)
          Deletes the group from the database.
 Group GroupLocalServiceWrapper.deleteGroup(Group group)
          Deletes the group from the database.
static Group GroupLocalServiceUtil.deleteGroup(Group group)
          Deletes the group from the database.
 void GroupLocalService.deleteOrganizationGroup(long organizationId, Group group)
           
 void GroupLocalServiceWrapper.deleteOrganizationGroup(long organizationId, Group group)
           
static void GroupLocalServiceUtil.deleteOrganizationGroup(long organizationId, Group group)
           
 void GroupLocalService.deleteRoleGroup(long roleId, Group group)
           
 void GroupLocalServiceWrapper.deleteRoleGroup(long roleId, Group group)
           
static void GroupLocalServiceUtil.deleteRoleGroup(long roleId, Group group)
           
 void GroupLocalService.deleteUserGroup(long userId, Group group)
           
 void GroupLocalServiceWrapper.deleteUserGroup(long userId, Group group)
           
static void GroupLocalServiceUtil.deleteUserGroup(long userId, Group group)
           
 void GroupLocalService.deleteUserGroupGroup(long userGroupId, Group group)
           
 void GroupLocalServiceWrapper.deleteUserGroupGroup(long userGroupId, Group group)
           
static void GroupLocalServiceUtil.deleteUserGroupGroup(long userGroupId, Group group)
           
 String GroupLocalService.getGroupDescriptiveName(Group group, Locale locale)
          Deprecated. As of 7.0.0, replaced by Group#getDescriptiveName(Locale)
 String GroupLocalServiceWrapper.getGroupDescriptiveName(Group group, Locale locale)
          Deprecated. As of 7.0.0, replaced by Group#getDescriptiveName(Locale)
static String GroupLocalServiceUtil.getGroupDescriptiveName(Group group, Locale locale)
          Deprecated. As of 7.0.0, replaced by Group#getDescriptiveName(Locale)
 int LayoutLocalService.getLayoutsCount(Group group, boolean privateLayout)
           
 int LayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout)
           
static int LayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout)
           
 int LayoutLocalService.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups)
           
 int LayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups)
           
static int LayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups)
           
 int LayoutLocalService.getLayoutsCount(Group group, boolean privateLayout, long parentLayoutId)
           
 int LayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout, long parentLayoutId)
           
static int LayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout, long parentLayoutId)
           
 boolean LayoutLocalService.hasLayouts(Group group)
           
 boolean LayoutLocalServiceWrapper.hasLayouts(Group group)
           
static boolean LayoutLocalServiceUtil.hasLayouts(Group group)
           
 boolean LayoutLocalService.hasLayouts(Group group, boolean privateLayout)
           
 boolean LayoutLocalServiceWrapper.hasLayouts(Group group, boolean privateLayout)
           
static boolean LayoutLocalServiceUtil.hasLayouts(Group group, boolean privateLayout)
           
 boolean LayoutLocalService.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups)
           
 boolean LayoutLocalServiceWrapper.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups)
           
static boolean LayoutLocalServiceUtil.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups)
           
 void GroupLocalService.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
          Updates the group's asset replacing categories and tag names.
 void GroupLocalServiceWrapper.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
          Updates the group's asset replacing categories and tag names.
static void GroupLocalServiceUtil.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
          Updates the group's asset replacing categories and tag names.
 Group GroupLocalService.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 Group GroupLocalServiceWrapper.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
static Group GroupLocalServiceUtil.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portal.service with type arguments of type Group
 void GroupLocalService.addOrganizationGroups(long organizationId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.addOrganizationGroups(long organizationId, List<Group> Groups)
           
static void GroupLocalServiceUtil.addOrganizationGroups(long organizationId, List<Group> Groups)
           
 void GroupLocalService.addRoleGroups(long roleId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.addRoleGroups(long roleId, List<Group> Groups)
           
static void GroupLocalServiceUtil.addRoleGroups(long roleId, List<Group> Groups)
           
 void GroupLocalService.addUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.addUserGroupGroups(long userGroupId, List<Group> Groups)
           
static void GroupLocalServiceUtil.addUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void GroupLocalService.addUserGroups(long userId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.addUserGroups(long userId, List<Group> Groups)
           
static void GroupLocalServiceUtil.addUserGroups(long userId, List<Group> Groups)
           
 void GroupLocalService.deleteOrganizationGroups(long organizationId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.deleteOrganizationGroups(long organizationId, List<Group> Groups)
           
static void GroupLocalServiceUtil.deleteOrganizationGroups(long organizationId, List<Group> Groups)
           
 void GroupLocalService.deleteRoleGroups(long roleId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.deleteRoleGroups(long roleId, List<Group> Groups)
           
static void GroupLocalServiceUtil.deleteRoleGroups(long roleId, List<Group> Groups)
           
 void GroupLocalService.deleteUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.deleteUserGroupGroups(long userGroupId, List<Group> Groups)
           
static void GroupLocalServiceUtil.deleteUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void GroupLocalService.deleteUserGroups(long userId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.deleteUserGroups(long userId, List<Group> Groups)
           
static void GroupLocalServiceUtil.deleteUserGroups(long userId, List<Group> Groups)
           
 List<Group> GroupLocalService.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
 List<Group> GroupLocalServiceWrapper.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
static List<Group> GroupLocalServiceUtil.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
 List<Group> GroupLocalService.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalService.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalService.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalService.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Role> RoleLocalService.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
 List<Role> RoleServiceWrapper.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
static List<Role> RoleLocalServiceUtil.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
static List<Role> RoleServiceUtil.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
 List<Role> RoleLocalServiceWrapper.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
 List<Role> RoleService.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 

Uses of Group in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return Group
 Group GroupLocalServiceBaseImpl.addGroup(Group group)
          Adds the group to the database.
 Group GroupLocalServiceBaseImpl.createGroup(long groupId)
          Creates a new group with the primary key.
 Group GroupLocalServiceBaseImpl.deleteGroup(Group group)
          Deletes the group from the database.
 Group GroupLocalServiceBaseImpl.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
 Group GroupLocalServiceBaseImpl.fetchGroup(long groupId)
           
 Group GroupLocalServiceBaseImpl.fetchGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the group with the matching UUID and company.
 Group GroupLocalServiceBaseImpl.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupLocalServiceBaseImpl.getGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the group with the matching UUID and company.
 Group GroupLocalServiceBaseImpl.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Group
 List<Group> GroupLocalServiceBaseImpl.getGroups(int start, int end)
          Returns a range of all the groups.
 List<Group> GroupLocalServiceBaseImpl.getOrganizationGroups(long organizationId)
           
 List<Group> GroupLocalServiceBaseImpl.getOrganizationGroups(long organizationId, int start, int end)
           
 List<Group> GroupLocalServiceBaseImpl.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceBaseImpl.getRoleGroups(long roleId)
           
 List<Group> GroupLocalServiceBaseImpl.getRoleGroups(long roleId, int start, int end)
           
 List<Group> GroupLocalServiceBaseImpl.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceBaseImpl.getUserGroupGroups(long userGroupId)
           
 List<Group> GroupLocalServiceBaseImpl.getUserGroupGroups(long userGroupId, int start, int end)
           
 List<Group> GroupLocalServiceBaseImpl.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceBaseImpl.getUserGroups(long userId)
           
 List<Group> GroupLocalServiceBaseImpl.getUserGroups(long userId, int start, int end)
           
 List<Group> GroupLocalServiceBaseImpl.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 

Methods in com.liferay.portal.service.base with parameters of type Group
 Group GroupLocalServiceBaseImpl.addGroup(Group group)
          Adds the group to the database.
 void GroupLocalServiceBaseImpl.addOrganizationGroup(long organizationId, Group group)
           
 void GroupLocalServiceBaseImpl.addRoleGroup(long roleId, Group group)
           
 void GroupLocalServiceBaseImpl.addUserGroup(long userId, Group group)
           
 void GroupLocalServiceBaseImpl.addUserGroupGroup(long userGroupId, Group group)
           
 Group GroupLocalServiceBaseImpl.deleteGroup(Group group)
          Deletes the group from the database.
 void GroupLocalServiceBaseImpl.deleteOrganizationGroup(long organizationId, Group group)
           
 void GroupLocalServiceBaseImpl.deleteRoleGroup(long roleId, Group group)
           
 void GroupLocalServiceBaseImpl.deleteUserGroup(long userId, Group group)
           
 void GroupLocalServiceBaseImpl.deleteUserGroupGroup(long userGroupId, Group group)
           
 Group GroupLocalServiceBaseImpl.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portal.service.base with type arguments of type Group
 void GroupLocalServiceBaseImpl.addOrganizationGroups(long organizationId, List<Group> Groups)
           
 void GroupLocalServiceBaseImpl.addRoleGroups(long roleId, List<Group> Groups)
           
 void GroupLocalServiceBaseImpl.addUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void GroupLocalServiceBaseImpl.addUserGroups(long userId, List<Group> Groups)
           
 void GroupLocalServiceBaseImpl.deleteOrganizationGroups(long organizationId, List<Group> Groups)
           
 void GroupLocalServiceBaseImpl.deleteRoleGroups(long roleId, List<Group> Groups)
           
 void GroupLocalServiceBaseImpl.deleteUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void GroupLocalServiceBaseImpl.deleteUserGroups(long userId, List<Group> Groups)
           
 List<Group> GroupLocalServiceBaseImpl.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceBaseImpl.getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceBaseImpl.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> GroupLocalServiceBaseImpl.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 

Uses of Group in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return Group
static Group GroupServiceHttp.addGroup(HttpPrincipal httpPrincipal, 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 Group GroupServiceHttp.addGroup(HttpPrincipal httpPrincipal, 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 Group GroupServiceHttp.addGroup(HttpPrincipal httpPrincipal, long parentGroupId, long liveGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceHttp.getCompanyGroup(HttpPrincipal httpPrincipal, long companyId)
           
static Group GroupServiceHttp.getGroup(HttpPrincipal httpPrincipal, long groupId)
           
static Group GroupServiceHttp.getGroup(HttpPrincipal httpPrincipal, long companyId, String groupKey)
           
static Group GroupServiceHttp.getUserGroup(HttpPrincipal httpPrincipal, long companyId, long userId)
           
static Group GroupServiceHttp.updateFriendlyURL(HttpPrincipal httpPrincipal, long groupId, String friendlyURL)
           
static Group GroupServiceHttp.updateGroup(HttpPrincipal httpPrincipal, long groupId, long parentGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceHttp.updateGroup(HttpPrincipal httpPrincipal, long groupId, long parentGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceHttp.updateGroup(HttpPrincipal httpPrincipal, long groupId, String typeSettings)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type Group
static List<Group> GroupServiceHttp.getGroups(HttpPrincipal httpPrincipal, long companyId, long parentGroupId, boolean site)
           
static List<Group> GroupServiceHttp.getManageableSiteGroups(HttpPrincipal httpPrincipal, Collection<Portlet> portlets, int max)
           
static List<Group> GroupServiceHttp.getOrganizationsGroups(HttpPrincipal httpPrincipal, List<Organization> organizations)
           
static List<Group> GroupServiceHttp.getUserGroupsGroups(HttpPrincipal httpPrincipal, List<UserGroup> userGroups)
           
static List<Group> GroupServiceHttp.getUserOrganizationsGroups(HttpPrincipal httpPrincipal, long userId, int start, int end)
           
static List<Group> GroupServiceHttp.getUserSitesGroups(HttpPrincipal httpPrincipal)
           
static List<Group> GroupServiceHttp.getUserSitesGroups(HttpPrincipal httpPrincipal, long userId, String[] classNames, int max)
           
static List<Group> GroupServiceHttp.getUserSitesGroups(HttpPrincipal httpPrincipal, String[] classNames, int max)
           
static List<Group> GroupServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, String name, String description, String[] params, int start, int end)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Group
static List<Role> RoleServiceHttp.getUserRelatedRoles(HttpPrincipal httpPrincipal, long userId, List<Group> groups)
           
static List<Group> GroupServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
 

Uses of Group in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Group
 Group GroupServiceImpl.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)
           
 Group GroupServiceImpl.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)
           
 Group GroupLocalServiceImpl.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)
           
 Group GroupLocalServiceImpl.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)
           
 Group GroupLocalServiceImpl.addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupLocalServiceImpl.addGroup(long, long, String, long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupServiceImpl.addGroup(long parentGroupId, long liveGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupServiceImpl.addGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupLocalServiceImpl.deleteGroup(Group group)
          Deletes the group and its associated data.
 Group GroupLocalServiceImpl.deleteGroup(long groupId)
          Deletes the group and its associated data.
 Group GroupLocalServiceImpl.fetchCompanyGroup(long companyId)
          Returns the company's group.
 Group GroupLocalServiceImpl.fetchFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
 Group GroupLocalServiceImpl.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.
 Group GroupLocalServiceImpl.fetchUserGroup(long companyId, long userId)
           
 Group GroupLocalServiceImpl.fetchUserPersonalSiteGroup(long companyId)
          Returns the default user's personal site group.
 Group GroupLocalServiceImpl.getCompanyGroup(long companyId)
          Returns the company group.
 Group GroupServiceImpl.getCompanyGroup(long companyId)
          Returns the company group.
 Group GroupLocalServiceImpl.getFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
 Group GroupLocalServiceImpl.getGroup(long groupId)
          Returns the group with the matching primary key.
 Group GroupServiceImpl.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupLocalServiceImpl.getGroup(long companyId, String groupKey)
          Returns the group with the matching group key.
 Group GroupServiceImpl.getGroup(long companyId, String groupKey)
          Returns the group with the name.
 Group GroupLocalServiceImpl.getLayoutGroup(long companyId, long plid)
          Returns the group associated with the layout.
 Group GroupLocalServiceImpl.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
          Returns the group associated with the layout prototype.
 Group GroupLocalServiceImpl.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
          Returns the group associated with the layout set prototype.
 Group GroupLocalServiceImpl.getOrganizationGroup(long companyId, long organizationId)
          Returns the specified organization group.
 Group GroupLocalServiceImpl.getStagingGroup(long liveGroupId)
          Returns the staging group.
 Group GroupLocalServiceImpl.getUserGroup(long companyId, long userId)
          Returns the group directly associated with the user.
 Group GroupServiceImpl.getUserGroup(long companyId, long userId)
          Returns the group directly associated with the user.
 Group GroupLocalServiceImpl.getUserGroupGroup(long companyId, long userGroupId)
          Returns the specified "user group" group.
 Group GroupLocalServiceImpl.getUserPersonalSiteGroup(long companyId)
          Returns the default user's personal site group.
 Group GroupLocalServiceImpl.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.
 Group GroupLocalServiceImpl.loadGetGroup(long companyId, String groupKey)
          Returns the group with the matching group key.
 Group GroupLocalServiceImpl.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
 Group GroupServiceImpl.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
 Group GroupLocalServiceImpl.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)
           
 Group GroupServiceImpl.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)
           
 Group GroupLocalServiceImpl.updateGroup(long groupId, long parentGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupLocalServiceImpl.updateGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupServiceImpl.updateGroup(long groupId, long parentGroupId, String name, String description, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by GroupServiceImpl.updateGroup(long, long, Map, Map, int, boolean, int, String, boolean, boolean, ServiceContext)
 Group GroupLocalServiceImpl.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
 Group GroupServiceImpl.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
 Group GroupLocalServiceImpl.updateSite(long groupId, boolean site)
          Associates the group with a main site if the group is an organization.
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Group
protected  Collection<Group> GroupLocalServiceImpl.doSearch(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
           
protected  List<Group> GroupServiceImpl.filterGroups(List<Group> groups)
           
 List<Group> GroupLocalServiceImpl.getActiveGroups(long companyId, boolean active)
          Returns all the active or inactive groups associated with the company.
 List<Group> GroupLocalServiceImpl.getCompanyGroups(long companyId, int start, int end)
          Returns a range of all the groups associated with the company.
 List<Group> GroupLocalServiceImpl.getGroups(long[] groupIds)
          Returns the groups with the matching primary keys.
 List<Group> GroupLocalServiceImpl.getGroups(long companyId, long parentGroupId, boolean site)
          Returns all the groups that are direct children of the parent group.
 List<Group> GroupServiceImpl.getGroups(long companyId, long parentGroupId, boolean site)
          Returns all the groups that are direct children of the parent group.
 List<Group> GroupLocalServiceImpl.getGroups(long companyId, long parentGroupId, boolean site, boolean inheritContent)
           
 List<Group> GroupLocalServiceImpl.getGroups(long companyId, String className, long parentGroupId)
          Returns all the groups that are direct children of the parent group with the matching className.
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
 List<Group> GroupLocalServiceImpl.getLiveGroups()
          Returns all live groups.
 List<Group> GroupServiceImpl.getManageableSiteGroups(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
 List<Group> GroupLocalServiceImpl.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
          Returns a range of all non-system groups of a specified type (className) that have no layouts.
 List<Group> GroupLocalServiceImpl.getNullFriendlyURLGroups()
          Returns all non-system groups having null or empty friendly URLs.
 List<Group> GroupLocalServiceImpl.getOrganizationsGroups(List<Organization> organizations)
          Returns the specified organization groups.
 List<Group> GroupServiceImpl.getOrganizationsGroups(List<Organization> organizations)
          Returns the groups associated with the organizations.
 List<Group> GroupLocalServiceImpl.getOrganizationsRelatedGroups(List<Organization> organizations)
          Returns all the groups related to the organizations.
 List<Group> GroupLocalServiceImpl.getParentGroups(long groupId)
          Returns the group followed by all its parent groups ordered by closest ancestor.
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupServiceImpl.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupLocalServiceImpl.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
 List<Group> GroupLocalServiceImpl.getUserOrganizationsGroups(long userId, int start, int end)
          Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to true.
 List<Group> GroupServiceImpl.getUserOrganizationsGroups(long userId, int start, int end)
          Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to true.
 List<Group> GroupServiceImpl.getUserSitesGroups()
           
 List<Group> GroupLocalServiceImpl.getUserSitesGroups(long userId)
           
 List<Group> GroupLocalServiceImpl.getUserSitesGroups(long userId, boolean includeAdministrative)
           
 List<Group> GroupServiceImpl.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.
 List<Group> GroupServiceImpl.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.
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceImpl.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceImpl.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceImpl.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.
 List<Group> GroupLocalServiceImpl.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceImpl.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.
protected  List<Group> GroupLocalServiceImpl.sort(Collection<Group> groups, int start, int end, OrderByComparator<Group> obc)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Group
protected  List<Layout> LayoutLocalServiceVirtualLayoutsAdvice.addChildUserGroupLayouts(Group group, List<Layout> layouts)
           
protected  void GroupLocalServiceImpl.addControlPanelLayouts(Group group)
           
protected  void GroupLocalServiceImpl.addDefaultGuestPublicLayoutByProperties(Group group)
           
protected  void GroupLocalServiceImpl.addDefaultGuestPublicLayouts(Group group)
           
protected  void GroupLocalServiceImpl.addDefaultGuestPublicLayoutsByLAR(Group group, File larFile)
           
protected  void GroupLocalServiceImpl.addPortletDefaultData(Group group)
           
protected  List<Layout> LayoutLocalServiceVirtualLayoutsAdvice.addUserGroupLayouts(Group group, LayoutSet layoutSet, List<Layout> layouts, long parentLayoutId)
           
 Group GroupLocalServiceImpl.deleteGroup(Group group)
          Deletes the group and its associated data.
protected  void CompanyLocalServiceImpl.DeleteGroupActionableDynamicQuery.deleteGroup(Group group)
           
protected  void GroupLocalServiceImpl.deletePortletData(Group group)
           
 String GroupLocalServiceImpl.getGroupDescriptiveName(Group group, Locale locale)
          Deprecated. As of 7.0.0, replaced by getDescriptiveName(Locale)
 int LayoutLocalServiceImpl.getLayoutsCount(Group group, boolean privateLayout)
           
 int LayoutLocalServiceImpl.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups)
           
 int LayoutLocalServiceImpl.getLayoutsCount(Group group, boolean privateLayout, long parentLayoutId)
           
protected  List<PortletDataHandler> GroupLocalServiceImpl.getPortletDataHandlers(Group group)
           
 boolean LayoutLocalServiceImpl.hasLayouts(Group group)
           
 boolean LayoutLocalServiceImpl.hasLayouts(Group group, boolean privateLayout)
           
 boolean LayoutLocalServiceImpl.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups)
           
protected  void GroupLocalServiceImpl.initUserPersonalSitePermissions(Group group)
           
protected  boolean LayoutLocalServiceVirtualLayoutsAdvice.isMergeComplete(Method method, Object[] arguments, Group group)
           
protected  void LayoutLocalServiceVirtualLayoutsAdvice.mergeLayoutSetPrototypeLayouts(Method method, Object[] arguments, Group group, LayoutSet layoutSet, boolean privateLayout, boolean workflowEnabled)
           
protected  void GroupLocalServiceImpl.setRolePermissions(Group group, Role role, String name)
           
protected  void GroupLocalServiceImpl.setRolePermissions(Group group, Role role, String name, String[] actionIds)
           
protected  void GroupLocalServiceImpl.unscheduleStaging(Group group)
           
 void GroupLocalServiceImpl.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
          Updates the group's asset replacing categories and tag names.
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Group
protected  List<Group> GroupServiceImpl.filterGroups(List<Group> groups)
           
 List<Group> GroupLocalServiceImpl.getLayoutsGroups(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
          Returns a range of all groups that are children of the parent group and that have at least one layout.
 List<Role> RoleServiceImpl.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
 List<Role> RoleLocalServiceImpl.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
 List<Group> GroupLocalServiceImpl.search(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceImpl.search(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceImpl.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceImpl.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalServiceImpl.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceImpl.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupLocalServiceImpl.search(long companyId, long parentGroupId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceImpl.search(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceImpl.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceImpl.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
protected  List<Group> GroupLocalServiceImpl.sort(Collection<Group> groups, int start, int end, OrderByComparator<Group> obc)
           
protected  List<Group> GroupLocalServiceImpl.sort(Collection<Group> groups, int start, int end, OrderByComparator<Group> obc)
           
 

Uses of Group in com.liferay.portal.service.permission
 

Methods in com.liferay.portal.service.permission with parameters of type Group
static void UserGroupRolePermissionUtil.check(PermissionChecker permissionChecker, Group group, Role role)
           
 void UserGroupRolePermission.check(PermissionChecker permissionChecker, Group group, Role role)
           
 void UserGroupRolePermissionImpl.check(PermissionChecker permissionChecker, Group group, Role role)
           
 void GroupPermission.check(PermissionChecker permissionChecker, Group group, String actionId)
           
static void GroupPermissionUtil.check(PermissionChecker permissionChecker, Group group, String actionId)
           
 void GroupPermissionImpl.check(PermissionChecker permissionChecker, Group group, String actionId)
           
static boolean UserGroupRolePermissionUtil.contains(PermissionChecker permissionChecker, Group group, Role role)
           
 boolean UserGroupRolePermission.contains(PermissionChecker permissionChecker, Group group, Role role)
           
 boolean UserGroupRolePermissionImpl.contains(PermissionChecker permissionChecker, Group group, Role role)
           
 boolean GroupPermission.contains(PermissionChecker permissionChecker, Group group, String actionId)
           
static boolean GroupPermissionUtil.contains(PermissionChecker permissionChecker, Group group, String actionId)
           
 boolean GroupPermissionImpl.contains(PermissionChecker permissionChecker, Group group, String actionId)
           
 

Uses of Group in com.liferay.portal.service.permission.test
 

Fields in com.liferay.portal.service.permission.test declared as Group
protected  Group BasePermissionTestCase.group
           
 

Uses of Group in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Group
 Group GroupPersistence.create(long groupId)
          Creates a new group with the primary key.
static Group GroupUtil.create(long groupId)
          Creates a new group with the primary key.
 Group GroupPersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistence.fetchByC_C_C(long companyId, long classNameId, long classPK)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
static Group GroupUtil.fetchByC_C_C(long companyId, long classNameId, long classPK)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Group 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 returns null if it could not be found.
static Group GroupUtil.fetchByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey)
          Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey, boolean retrieveFromCache)
          Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey, boolean retrieveFromCache)
          Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group GroupPersistence.fetchByC_F(long companyId, String friendlyURL)
          Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found.
static Group GroupUtil.fetchByC_F(long companyId, String friendlyURL)
          Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_F(long companyId, String friendlyURL, boolean retrieveFromCache)
          Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByC_F(long companyId, String friendlyURL, boolean retrieveFromCache)
          Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByC_GK(long companyId, String groupKey)
          Returns the group where companyId = ? and groupKey = ? or returns null if it could not be found.
static Group GroupUtil.fetchByC_GK(long companyId, String groupKey)
          Returns the group where companyId = ? and groupKey = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_GK(long companyId, String groupKey, boolean retrieveFromCache)
          Returns the group where companyId = ? and groupKey = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByC_GK(long companyId, String groupKey, boolean retrieveFromCache)
          Returns the group where companyId = ? and groupKey = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByC_L_GK(long companyId, long liveGroupId, String groupKey)
          Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returns null if it could not be found.
static Group GroupUtil.fetchByC_L_GK(long companyId, long liveGroupId, String groupKey)
          Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_L_GK(long companyId, long liveGroupId, String groupKey, boolean retrieveFromCache)
          Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByC_L_GK(long companyId, long liveGroupId, String groupKey, boolean retrieveFromCache)
          Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistence.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group GroupPersistence.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistence.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Group GroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
 Group GroupPersistence.fetchByG_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 Group GroupUtil.fetchByG_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 = ?.
 Group GroupPersistence.fetchByG_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 Group GroupUtil.fetchByG_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 = ?.
 Group GroupPersistence.fetchByLiveGroupId(long liveGroupId)
          Returns the group where liveGroupId = ? or returns null if it could not be found.
static Group GroupUtil.fetchByLiveGroupId(long liveGroupId)
          Returns the group where liveGroupId = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByLiveGroupId(long liveGroupId, boolean retrieveFromCache)
          Returns the group where liveGroupId = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByLiveGroupId(long liveGroupId, boolean retrieveFromCache)
          Returns the group where liveGroupId = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByPrimaryKey(long groupId)
          Returns the group with the primary key or returns null if it could not be found.
static Group GroupUtil.fetchByPrimaryKey(long groupId)
          Returns the group with the primary key or returns null if it could not be found.
 Group GroupPersistence.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Group GroupUtil.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
 Group GroupPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the group where uuid = ? and groupId = ? or returns null if it could not be found.
static Group GroupUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the group where uuid = ? and groupId = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the group where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the group where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Group GroupUtil.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
 Group GroupPersistence.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.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 = ?.
 Group GroupPersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Group 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 a NoSuchGroupException if it could not be found.
static Group GroupUtil.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 a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group GroupPersistence.findByC_F(long companyId, String friendlyURL)
          Returns the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_F(long companyId, String friendlyURL)
          Returns the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupFinderUtil.findByC_GK(long companyId, String groupKey)
           
 Group GroupFinder.findByC_GK(long companyId, String groupKey)
           
 Group GroupPersistence.findByC_GK(long companyId, String groupKey)
          Returns the group where companyId = ? and groupKey = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_GK(long companyId, String groupKey)
          Returns the group where companyId = ? and groupKey = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_L_GK(long companyId, long liveGroupId, String groupKey)
          Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_L_GK(long companyId, long liveGroupId, String groupKey)
          Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistence.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group GroupPersistence.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistence.findByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.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 = ?.
 Group GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Group GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Group GroupUtil.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 = ?.
 Group GroupPersistence.findByG_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 Group GroupUtil.findByG_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 = ?.
 Group GroupPersistence.findByG_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 Group GroupUtil.findByG_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 = ?.
 Group GroupPersistence.findByLiveGroupId(long liveGroupId)
          Returns the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByLiveGroupId(long liveGroupId)
          Returns the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByPrimaryKey(long groupId)
          Returns the group with the primary key or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByPrimaryKey(long groupId)
          Returns the group with the primary key or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.findByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.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 = ?.
 Group GroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.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 = ?.
 Group GroupPersistence.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Group GroupUtil.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
 Group GroupPersistence.findByUUID_G(String uuid, long groupId)
          Returns the group where uuid = ? and groupId = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByUUID_G(String uuid, long groupId)
          Returns the group where uuid = ? and groupId = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Group GroupUtil.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 = ?.
 Group GroupPersistence.remove(long groupId)
          Removes the group with the primary key from the database.
static Group GroupUtil.remove(long groupId)
          Removes the group with the primary key from the database.
 Group GroupPersistence.removeByC_C_C(long companyId, long classNameId, long classPK)
          Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
static Group GroupUtil.removeByC_C_C(long companyId, long classNameId, long classPK)
          Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
 Group 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 Group GroupUtil.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.
 Group GroupPersistence.removeByC_F(long companyId, String friendlyURL)
          Removes the group where companyId = ? and friendlyURL = ? from the database.
static Group GroupUtil.removeByC_F(long companyId, String friendlyURL)
          Removes the group where companyId = ? and friendlyURL = ? from the database.
 Group GroupPersistence.removeByC_GK(long companyId, String groupKey)
          Removes the group where companyId = ? and groupKey = ? from the database.
static Group GroupUtil.removeByC_GK(long companyId, String groupKey)
          Removes the group where companyId = ? and groupKey = ? from the database.
 Group GroupPersistence.removeByC_L_GK(long companyId, long liveGroupId, String groupKey)
          Removes the group where companyId = ? and liveGroupId = ? and groupKey = ? from the database.
static Group GroupUtil.removeByC_L_GK(long companyId, long liveGroupId, String groupKey)
          Removes the group where companyId = ? and liveGroupId = ? and groupKey = ? from the database.
 Group GroupPersistence.removeByLiveGroupId(long liveGroupId)
          Removes the group where liveGroupId = ? from the database.
static Group GroupUtil.removeByLiveGroupId(long liveGroupId)
          Removes the group where liveGroupId = ? from the database.
 Group GroupPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the group where uuid = ? and groupId = ? from the database.
static Group GroupUtil.removeByUUID_G(String uuid, long groupId)
          Removes the group where uuid = ? and groupId = ? from the database.
static Group GroupUtil.update(Group group)
           
static Group GroupUtil.update(Group group, ServiceContext serviceContext)
           
 Group GroupPersistence.updateImpl(Group group)
           
static Group GroupUtil.updateImpl(Group group)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Group
 Map<Serializable,Group> GroupPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,Group> GroupUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<Group> GroupPersistence.findAll()
          Returns all the groups.
static List<Group> GroupUtil.findAll()
          Returns all the groups.
 List<Group> GroupPersistence.findAll(int start, int end)
          Returns a range of all the groups.
static List<Group> GroupUtil.findAll(int start, int end)
          Returns a range of all the groups.
 List<Group> GroupPersistence.findAll(int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups.
static List<Group> GroupUtil.findAll(int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups.
 List<Group> GroupPersistence.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups.
static List<Group> GroupUtil.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups.
 List<Group> GroupPersistence.findByC_A(long companyId, boolean active)
          Returns all the groups where companyId = ? and active = ?.
static List<Group> GroupUtil.findByC_A(long companyId, boolean active)
          Returns all the groups where companyId = ? and active = ?.
 List<Group> GroupPersistence.findByC_A(long companyId, boolean active, int start, int end)
          Returns a range of all the groups where companyId = ? and active = ?.
static List<Group> GroupUtil.findByC_A(long companyId, boolean active, int start, int end)
          Returns a range of all the groups where companyId = ? and active = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
static List<Group> GroupUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
 List<Group> GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId)
          Returns all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId)
          Returns all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
static List<Group> 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> obc)
           
 List<Group> 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> obc)
           
 List<Group> GroupPersistence.findByC_C(long companyId, long classNameId)
          Returns all the groups where companyId = ? and classNameId = ?.
static List<Group> GroupUtil.findByC_C(long companyId, long classNameId)
          Returns all the groups where companyId = ? and classNameId = ?.
 List<Group> GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the groups where companyId = ? and classNameId = ?.
static List<Group> GroupUtil.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the groups where companyId = ? and classNameId = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
static List<Group> GroupUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
static List<Group> GroupUtil.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 List<Group> GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site)
          Returns all the groups where companyId = ? and parentGroupId = ? and site = ?.
static List<Group> GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site)
          Returns all the groups where companyId = ? and parentGroupId = ? and site = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
static List<Group> GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
 List<Group> GroupPersistence.findByC_P(long companyId, long parentGroupId)
          Returns all the groups where companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_P(long companyId, long parentGroupId)
          Returns all the groups where companyId = ? and parentGroupId = ?.
 List<Group> GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end)
          Returns a range of all the groups where companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_P(long companyId, long parentGroupId, int start, int end)
          Returns a range of all the groups where companyId = ? and parentGroupId = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
 List<Group> GroupPersistence.findByC_S(long companyId, boolean site)
          Returns all the groups where companyId = ? and site = ?.
static List<Group> GroupUtil.findByC_S(long companyId, boolean site)
          Returns all the groups where companyId = ? and site = ?.
 List<Group> GroupPersistence.findByC_S(long companyId, boolean site, int start, int end)
          Returns a range of all the groups where companyId = ? and site = ?.
static List<Group> GroupUtil.findByC_S(long companyId, boolean site, int start, int end)
          Returns a range of all the groups where companyId = ? and site = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
static List<Group> GroupUtil.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId)
          Returns all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId)
          Returns all the groups where companyId = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the groups where companyId = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ?.
static List<Group> GroupFinderUtil.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupFinder.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupPersistence.findByG_C_P(long groupId, long companyId, long parentGroupId)
          Returns all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByG_C_P(long groupId, long companyId, long parentGroupId)
          Returns all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
 List<Group> GroupPersistence.findByG_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 = ?.
static List<Group> GroupUtil.findByG_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 = ?.
 List<Group> GroupPersistence.findByG_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 = ?.
static List<Group> GroupUtil.findByG_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 = ?.
 List<Group> GroupPersistence.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
static List<Group> GroupFinderUtil.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end)
           
 List<Group> GroupFinder.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end)
           
static List<Group> GroupFinderUtil.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupFinder.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> GroupFinderUtil.findByLiveGroups()
           
 List<Group> GroupFinder.findByLiveGroups()
           
static List<Group> GroupFinderUtil.findByNoLayouts(long classNameId, boolean privateLayout, int start, int end)
           
 List<Group> GroupFinder.findByNoLayouts(long classNameId, boolean privateLayout, int start, int end)
           
static List<Group> GroupFinderUtil.findByNullFriendlyURL()
           
 List<Group> GroupFinder.findByNullFriendlyURL()
           
static List<Group> GroupFinderUtil.findBySystem(long companyId)
           
 List<Group> GroupFinder.findBySystem(long companyId)
           
 List<Group> GroupPersistence.findByT_A(int type, boolean active)
          Returns all the groups where type = ? and active = ?.
static List<Group> GroupUtil.findByT_A(int type, boolean active)
          Returns all the groups where type = ? and active = ?.
 List<Group> GroupPersistence.findByT_A(int type, boolean active, int start, int end)
          Returns a range of all the groups where type = ? and active = ?.
static List<Group> GroupUtil.findByT_A(int type, boolean active, int start, int end)
          Returns a range of all the groups where type = ? and active = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where type = ? and active = ?.
static List<Group> GroupUtil.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where type = ? and active = ?.
 List<Group> GroupPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the groups where uuid = ? and companyId = ?.
static List<Group> GroupUtil.findByUuid_C(String uuid, long companyId)
          Returns all the groups where uuid = ? and companyId = ?.
 List<Group> GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the groups where uuid = ? and companyId = ?.
static List<Group> GroupUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the groups where uuid = ? and companyId = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
static List<Group> GroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
 List<Group> GroupPersistence.findByUuid(String uuid)
          Returns all the groups where uuid = ?.
static List<Group> GroupUtil.findByUuid(String uuid)
          Returns all the groups where uuid = ?.
 List<Group> GroupPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the groups where uuid = ?.
static List<Group> GroupUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the groups where uuid = ?.
 List<Group> GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
static List<Group> GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
 List<Group> GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ?.
static List<Group> GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ?.
static List<Group> GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Group> GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Group> GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> UserPersistence.getGroups(long pk)
          Returns all the groups associated with the user.
static List<Group> OrganizationUtil.getGroups(long pk)
          Returns all the groups associated with the organization.
 List<Group> RolePersistence.getGroups(long pk)
          Returns all the groups associated with the role.
static List<Group> UserUtil.getGroups(long pk)
          Returns all the groups associated with the user.
 List<Group> OrganizationPersistence.getGroups(long pk)
          Returns all the groups associated with the organization.
 List<Group> UserGroupPersistence.getGroups(long pk)
          Returns all the groups associated with the user group.
static List<Group> UserGroupUtil.getGroups(long pk)
          Returns all the groups associated with the user group.
static List<Group> RoleUtil.getGroups(long pk)
          Returns all the groups associated with the role.
 List<Group> UserPersistence.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the user.
static List<Group> OrganizationUtil.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the organization.
 List<Group> RolePersistence.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the role.
static List<Group> UserUtil.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the user.
 List<Group> OrganizationPersistence.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the organization.
 List<Group> UserGroupPersistence.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the user group.
static List<Group> UserGroupUtil.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the user group.
static List<Group> RoleUtil.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the role.
 List<Group> UserPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user.
static List<Group> OrganizationUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<Group> RolePersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the role.
static List<Group> UserUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user.
 List<Group> OrganizationPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<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.
static List<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.
static List<Group> RoleUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the role.
 

Methods in com.liferay.portal.service.persistence with parameters of type Group
 void UserPersistence.addGroup(long pk, Group group)
          Adds an association between the user and the group.
static void OrganizationUtil.addGroup(long pk, Group group)
          Adds an association between the organization and the group.
 void RolePersistence.addGroup(long pk, Group group)
          Adds an association between the role and the group.
static void UserUtil.addGroup(long pk, Group group)
          Adds an association between the user and the group.
 void OrganizationPersistence.addGroup(long pk, Group group)
          Adds an association between the organization and the group.
 void UserGroupPersistence.addGroup(long pk, Group group)
          Adds an association between the user group and the group.
static void UserGroupUtil.addGroup(long pk, Group group)
          Adds an association between the user group and the group.
static void RoleUtil.addGroup(long pk, Group group)
          Adds an association between the role and the group.
 void GroupPersistence.cacheResult(Group group)
          Caches the group in the entity cache if it is enabled.
static void GroupUtil.cacheResult(Group group)
          Caches the group in the entity cache if it is enabled.
static void GroupUtil.clearCache(Group group)
           
 void UserPersistence.removeGroup(long pk, Group group)
          Removes the association between the user and the group.
static void OrganizationUtil.removeGroup(long pk, Group group)
          Removes the association between the organization and the group.
 void RolePersistence.removeGroup(long pk, Group group)
          Removes the association between the role and the group.
static void UserUtil.removeGroup(long pk, Group group)
          Removes the association between the user and the group.
 void OrganizationPersistence.removeGroup(long pk, Group group)
          Removes the association between the organization and the group.
 void UserGroupPersistence.removeGroup(long pk, Group group)
          Removes the association between the user group and the group.
static void UserGroupUtil.removeGroup(long pk, Group group)
          Removes the association between the user group and the group.
static void RoleUtil.removeGroup(long pk, Group group)
          Removes the association between the role and the group.
static Group GroupUtil.update(Group group)
           
static Group GroupUtil.update(Group group, ServiceContext serviceContext)
           
 Group GroupPersistence.updateImpl(Group group)
           
static Group GroupUtil.updateImpl(Group group)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Group
 void UserPersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the user and the groups.
static void OrganizationUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the organization and the groups.
 void RolePersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the role and the groups.
static void UserUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the user and the groups.
 void OrganizationPersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the organization and the groups.
 void UserGroupPersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the user group and the groups.
static void UserGroupUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the user group and the groups.
static void RoleUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the role and the groups.
 void GroupPersistence.cacheResult(List<Group> groups)
          Caches the groups in the entity cache if it is enabled.
static void GroupUtil.cacheResult(List<Group> groups)
          Caches the groups in the entity cache if it is enabled.
 Group GroupPersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group GroupPersistence.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistence.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group GroupPersistence.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistence.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Group GroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
 Group GroupPersistence.fetchByG_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 Group GroupUtil.fetchByG_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 = ?.
 Group GroupPersistence.fetchByG_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 Group GroupUtil.fetchByG_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 = ?.
 Group GroupPersistence.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Group GroupUtil.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
 Group GroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Group GroupUtil.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
 List<Group> GroupPersistence.findAll(int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups.
static List<Group> GroupUtil.findAll(int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups.
 List<Group> GroupPersistence.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups.
static List<Group> GroupUtil.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups.
 Group GroupPersistence.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
static Group GroupUtil.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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
static List<Group> GroupUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
 Group GroupPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
static Group GroupUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
static List<Group> 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> obc)
           
 List<Group> 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> obc)
           
 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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
static List<Group> GroupUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
 Group GroupPersistence.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistence.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
static Group GroupUtil.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 Group 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 Group GroupUtil.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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
static List<Group> GroupUtil.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 Group 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 Group GroupUtil.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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
static List<Group> GroupUtil.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
 Group GroupPersistence.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistence.findByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
static Group GroupUtil.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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
static List<Group> GroupUtil.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
 Group GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Group GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Group GroupUtil.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 = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ?.
static List<Group> GroupFinderUtil.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupFinder.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 Group GroupPersistence.findByG_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 Group GroupUtil.findByG_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 = ?.
 Group GroupPersistence.findByG_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 Group GroupUtil.findByG_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 = ?.
 List<Group> GroupPersistence.findByG_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 = ?.
static List<Group> GroupUtil.findByG_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 = ?.
 List<Group> GroupPersistence.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
static List<Group> GroupUtil.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
static List<Group> GroupFinderUtil.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupFinder.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
           
 Group GroupPersistence.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.findByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where type = ? and active = ?.
static List<Group> GroupUtil.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where type = ? and active = ?.
static List<Role> RoleFinderUtil.findByU_G(long userId, List<Group> groups)
           
 List<Role> RoleFinder.findByU_G(long userId, List<Group> groups)
           
 Group GroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
static Group GroupUtil.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 = ?.
 List<Group> 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 = ?.
static List<Group> 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 = ?.
 List<Group> GroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
static List<Group> GroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
 Group GroupPersistence.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
static Group GroupUtil.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
 Group GroupPersistence.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
static Group GroupUtil.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 = ?.
 List<Group> GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
static List<Group> GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
 List<Group> GroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ?.
static List<Group> GroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ?.
static List<Group> GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Group> orderByComparator)
           
 List<Group> UserPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user.
static List<Group> OrganizationUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<Group> RolePersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the role.
static List<Group> UserUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user.
 List<Group> OrganizationPersistence.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<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.
static List<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.
static List<Group> RoleUtil.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the role.
 void UserPersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the user and the groups.
static void OrganizationUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the organization and the groups.
 void RolePersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the role and the groups.
static void UserUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the user and the groups.
 void OrganizationPersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the organization and the groups.
 void UserGroupPersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the user group and the groups.
static void UserGroupUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the user group and the groups.
static void RoleUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the role and the groups.
 void UserPersistence.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user, removing and adding associations as necessary.
static void OrganizationUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the organization, removing and adding associations as necessary.
 void RolePersistence.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the role, removing and adding associations as necessary.
static void UserUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user, removing and adding associations as necessary.
 void OrganizationPersistence.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the organization, removing and adding associations as necessary.
 void UserGroupPersistence.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user group, removing and adding associations as necessary.
static void UserGroupUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user group, removing and adding associations as necessary.
static void RoleUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the role, removing and adding associations as necessary.
 

Uses of Group in com.liferay.portal.service.persistence.impl
 

Fields in com.liferay.portal.service.persistence.impl with type parameters of type Group
protected  TableMapper<Group,Organization> GroupPersistenceImpl.groupToOrganizationTableMapper
           
protected  TableMapper<Group,Role> GroupPersistenceImpl.groupToRoleTableMapper
           
protected  TableMapper<Group,UserGroup> GroupPersistenceImpl.groupToUserGroupTableMapper
           
protected  TableMapper<Group,User> GroupPersistenceImpl.groupToUserTableMapper
           
protected  TableMapper<Organization,Group> OrganizationPersistenceImpl.organizationToGroupTableMapper
           
protected  TableMapper<Role,Group> RolePersistenceImpl.roleToGroupTableMapper
           
protected  TableMapper<UserGroup,Group> UserGroupPersistenceImpl.userGroupToGroupTableMapper
           
protected  TableMapper<User,Group> UserPersistenceImpl.userToGroupTableMapper
           
 

Methods in com.liferay.portal.service.persistence.impl that return Group
 Group GroupPersistenceImpl.create(long groupId)
          Creates a new group with the primary key.
 Group GroupPersistenceImpl.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistenceImpl.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistenceImpl.fetchByC_C_C(long companyId, long classNameId, long classPK)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.fetchByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey)
          Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByC_C_L_GK(long companyId, long classNameId, long liveGroupId, String groupKey, boolean retrieveFromCache)
          Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.fetchByC_F(long companyId, String friendlyURL)
          Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByC_F(long companyId, String friendlyURL, boolean retrieveFromCache)
          Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByC_GK(long companyId, String groupKey)
          Returns the group where companyId = ? and groupKey = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByC_GK(long companyId, String groupKey, boolean retrieveFromCache)
          Returns the group where companyId = ? and groupKey = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByC_L_GK(long companyId, long liveGroupId, String groupKey)
          Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByC_L_GK(long companyId, long liveGroupId, String groupKey, boolean retrieveFromCache)
          Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistenceImpl.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistenceImpl.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.fetchByG_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 = ?.
 Group GroupPersistenceImpl.fetchByG_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 = ?.
 Group GroupPersistenceImpl.fetchByLiveGroupId(long liveGroupId)
          Returns the group where liveGroupId = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByLiveGroupId(long liveGroupId, boolean retrieveFromCache)
          Returns the group where liveGroupId = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByPrimaryKey(long groupId)
          Returns the group with the primary key or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the group with the primary key or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistenceImpl.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Group GroupPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
 Group GroupPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the group where uuid = ? and groupId = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the group where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
 Group GroupPersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
 Group[] GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.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 a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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[] GroupPersistenceImpl.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[] GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.findByC_F(long companyId, String friendlyURL)
          Returns the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupFinderImpl.findByC_GK(long companyId, String groupKey)
           
 Group GroupPersistenceImpl.findByC_GK(long companyId, String groupKey)
          Returns the group where companyId = ? and groupKey = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByC_L_GK(long companyId, long liveGroupId, String groupKey)
          Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistenceImpl.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 Group[] GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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[] GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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[] GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistenceImpl.findByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
 Group[] GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
 Group[] GroupPersistenceImpl.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.findByG_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 = ?.
 Group GroupPersistenceImpl.findByG_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 = ?.
 Group GroupPersistenceImpl.findByLiveGroupId(long liveGroupId)
          Returns the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByPrimaryKey(long groupId)
          Returns the group with the primary key or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the group with the primary key or throws a NoSuchModelException if it could not be found.
 Group GroupPersistenceImpl.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistenceImpl.findByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Group[] GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
 Group[] GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
 Group GroupPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the group where uuid = ? and groupId = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
 Group[] GroupPersistenceImpl.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ?.
protected  Group GroupPersistenceImpl.getByC_A_PrevAndNext(Session session, Group group, long companyId, boolean active, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_C_P_PrevAndNext(Session session, Group group, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_C_PrevAndNext(Session session, Group group, long companyId, long classNameId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_S_I_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_S_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_S_PrevAndNext(Session session, Group group, long companyId, boolean site, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Group group, long companyId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByT_A_PrevAndNext(Session session, Group group, int type, boolean active, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Group group, String uuid, long companyId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByUuid_PrevAndNext(Session session, Group group, String uuid, OrderByComparator<Group> orderByComparator, boolean previous)
           
 Group GroupPersistenceImpl.remove(long groupId)
          Removes the group with the primary key from the database.
 Group GroupPersistenceImpl.remove(Serializable primaryKey)
          Removes the group with the primary key from the database.
 Group GroupPersistenceImpl.removeByC_C_C(long companyId, long classNameId, long classPK)
          Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
 Group GroupPersistenceImpl.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.
 Group GroupPersistenceImpl.removeByC_F(long companyId, String friendlyURL)
          Removes the group where companyId = ? and friendlyURL = ? from the database.
 Group GroupPersistenceImpl.removeByC_GK(long companyId, String groupKey)
          Removes the group where companyId = ? and groupKey = ? from the database.
 Group GroupPersistenceImpl.removeByC_L_GK(long companyId, long liveGroupId, String groupKey)
          Removes the group where companyId = ? and liveGroupId = ? and groupKey = ? from the database.
 Group GroupPersistenceImpl.removeByLiveGroupId(long liveGroupId)
          Removes the group where liveGroupId = ? from the database.
 Group GroupPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the group where uuid = ? and groupId = ? from the database.
protected  Group GroupPersistenceImpl.removeImpl(Group group)
           
protected  Group GroupPersistenceImpl.toUnwrappedModel(Group group)
           
 Group GroupPersistenceImpl.updateImpl(Group group)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type Group
 Map<Serializable,Group> GroupPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<Group> GroupPersistenceImpl.findAll()
          Returns all the groups.
 List<Group> GroupPersistenceImpl.findAll(int start, int end)
          Returns a range of all the groups.
 List<Group> GroupPersistenceImpl.findAll(int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups.
 List<Group> GroupPersistenceImpl.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups.
 List<Group> GroupPersistenceImpl.findByC_A(long companyId, boolean active)
          Returns all the groups where companyId = ? and active = ?.
 List<Group> GroupPersistenceImpl.findByC_A(long companyId, boolean active, int start, int end)
          Returns a range of all the groups where companyId = ? and active = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
 List<Group> GroupPersistenceImpl.findByC_C_P(long companyId, long classNameId, long parentGroupId)
          Returns all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
 List<Group> GroupFinderImpl.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> obc)
           
 List<Group> GroupPersistenceImpl.findByC_C(long companyId, long classNameId)
          Returns all the groups where companyId = ? and classNameId = ?.
 List<Group> GroupPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the groups where companyId = ? and classNameId = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
 List<Group> GroupPersistenceImpl.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent)
          Returns all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 List<Group> GroupPersistenceImpl.findByC_P_S(long companyId, long parentGroupId, boolean site)
          Returns all the groups where companyId = ? and parentGroupId = ? and site = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
 List<Group> GroupPersistenceImpl.findByC_P(long companyId, long parentGroupId)
          Returns all the groups where companyId = ? and parentGroupId = ?.
 List<Group> GroupPersistenceImpl.findByC_P(long companyId, long parentGroupId, int start, int end)
          Returns a range of all the groups where companyId = ? and parentGroupId = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
 List<Group> GroupPersistenceImpl.findByC_S(long companyId, boolean site)
          Returns all the groups where companyId = ? and site = ?.
 List<Group> GroupPersistenceImpl.findByC_S(long companyId, boolean site, int start, int end)
          Returns a range of all the groups where companyId = ? and site = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
 List<Group> GroupPersistenceImpl.findByCompanyId(long companyId)
          Returns all the groups where companyId = ?.
 List<Group> GroupPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the groups where companyId = ?.
 List<Group> GroupPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
 List<Group> GroupPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ?.
 List<Group> GroupFinderImpl.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupPersistenceImpl.findByG_C_P(long groupId, long companyId, long parentGroupId)
          Returns all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
 List<Group> GroupPersistenceImpl.findByG_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 = ?.
 List<Group> GroupPersistenceImpl.findByG_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 = ?.
 List<Group> GroupPersistenceImpl.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
 List<Group> GroupFinderImpl.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end)
          Deprecated. 
 List<Group> GroupFinderImpl.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
           
 List<Group> GroupFinderImpl.findByLiveGroups()
           
 List<Group> GroupFinderImpl.findByNoLayouts(long classNameId, boolean privateLayout, int start, int end)
           
 List<Group> GroupFinderImpl.findByNullFriendlyURL()
           
 List<Group> GroupFinderImpl.findBySystem(long companyId)
           
 List<Group> GroupPersistenceImpl.findByT_A(int type, boolean active)
          Returns all the groups where type = ? and active = ?.
 List<Group> GroupPersistenceImpl.findByT_A(int type, boolean active, int start, int end)
          Returns a range of all the groups where type = ? and active = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where type = ? and active = ?.
 List<Group> GroupPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the groups where uuid = ? and companyId = ?.
 List<Group> GroupPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the groups where uuid = ? and companyId = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
 List<Group> GroupPersistenceImpl.findByUuid(String uuid)
          Returns all the groups where uuid = ?.
 List<Group> GroupPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the groups where uuid = ?.
 List<Group> GroupPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
 List<Group> GroupPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ?.
 List<Group> OrganizationPersistenceImpl.getGroups(long pk)
          Returns all the groups associated with the organization.
 List<Group> UserPersistenceImpl.getGroups(long pk)
          Returns all the groups associated with the user.
 List<Group> RolePersistenceImpl.getGroups(long pk)
          Returns all the groups associated with the role.
 List<Group> UserGroupPersistenceImpl.getGroups(long pk)
          Returns all the groups associated with the user group.
 List<Group> OrganizationPersistenceImpl.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the organization.
 List<Group> UserPersistenceImpl.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the user.
 List<Group> RolePersistenceImpl.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the role.
 List<Group> UserGroupPersistenceImpl.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the user group.
 List<Group> OrganizationPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<Group> UserPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user.
 List<Group> RolePersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the role.
 List<Group> UserGroupPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user group.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type Group
 void OrganizationPersistenceImpl.addGroup(long pk, Group group)
          Adds an association between the organization and the group.
 void UserPersistenceImpl.addGroup(long pk, Group group)
          Adds an association between the user and the group.
 void RolePersistenceImpl.addGroup(long pk, Group group)
          Adds an association between the role and the group.
 void UserGroupPersistenceImpl.addGroup(long pk, Group group)
          Adds an association between the user group and the group.
 void GroupPersistenceImpl.cacheResult(Group group)
          Caches the group in the entity cache if it is enabled.
 void GroupPersistenceImpl.clearCache(Group group)
          Clears the cache for the group.
protected  Group GroupPersistenceImpl.getByC_A_PrevAndNext(Session session, Group group, long companyId, boolean active, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_C_P_PrevAndNext(Session session, Group group, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_C_PrevAndNext(Session session, Group group, long companyId, long classNameId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_S_I_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_S_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_S_PrevAndNext(Session session, Group group, long companyId, boolean site, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Group group, long companyId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByT_A_PrevAndNext(Session session, Group group, int type, boolean active, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Group group, String uuid, long companyId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByUuid_PrevAndNext(Session session, Group group, String uuid, OrderByComparator<Group> orderByComparator, boolean previous)
           
 void OrganizationPersistenceImpl.removeGroup(long pk, Group group)
          Removes the association between the organization and the group.
 void UserPersistenceImpl.removeGroup(long pk, Group group)
          Removes the association between the user and the group.
 void RolePersistenceImpl.removeGroup(long pk, Group group)
          Removes the association between the role and the group.
 void UserGroupPersistenceImpl.removeGroup(long pk, Group group)
          Removes the association between the user group and the group.
protected  Group GroupPersistenceImpl.removeImpl(Group group)
           
protected  Group GroupPersistenceImpl.toUnwrappedModel(Group group)
           
 Group GroupPersistenceImpl.updateImpl(Group group)
           
 

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type Group
 void OrganizationPersistenceImpl.addGroups(long pk, List<Group> groups)
          Adds an association between the organization and the groups.
 void UserPersistenceImpl.addGroups(long pk, List<Group> groups)
          Adds an association between the user and the groups.
 void RolePersistenceImpl.addGroups(long pk, List<Group> groups)
          Adds an association between the role and the groups.
 void UserGroupPersistenceImpl.addGroups(long pk, List<Group> groups)
          Adds an association between the user group and the groups.
 void GroupPersistenceImpl.cacheResult(List<Group> groups)
          Caches the groups in the entity cache if it is enabled.
 void GroupPersistenceImpl.clearCache(List<Group> groups)
           
 Group GroupPersistenceImpl.fetchByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistenceImpl.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.fetchByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistenceImpl.fetchByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.fetchByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistenceImpl.fetchByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.fetchByG_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 = ?.
 Group GroupPersistenceImpl.fetchByG_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 = ?.
 Group GroupPersistenceImpl.fetchByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistenceImpl.fetchByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Group GroupPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
 Group GroupPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
 List<Group> GroupPersistenceImpl.findAll(int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups.
 List<Group> GroupPersistenceImpl.findAll(int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups.
 Group GroupPersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and active = ?.
 Group GroupPersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and active = ?.
 Group[] GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and active = ?.
 Group GroupPersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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[] GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_C_P(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.
 List<Group> GroupFinderImpl.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> obc)
           
 Group[] GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and classNameId = ?.
 Group GroupPersistenceImpl.findByC_P_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
 Group GroupPersistenceImpl.findByC_P_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
 Group[] GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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 = ?.
 Group GroupPersistenceImpl.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[] GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_P_S_I(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
 Group GroupPersistenceImpl.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[] GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_P_S(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_P(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.
 Group GroupPersistenceImpl.findByC_S_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and site = ?.
 Group GroupPersistenceImpl.findByC_S_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ? and site = ?.
 Group[] GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByC_S(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ? and site = ?.
 Group GroupPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
 Group[] GroupPersistenceImpl.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ?.
 List<Group> GroupPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
 List<Group> GroupPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where companyId = ?.
 List<Group> GroupFinderImpl.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
 Group GroupPersistenceImpl.findByG_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 = ?.
 Group GroupPersistenceImpl.findByG_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 = ?.
 List<Group> GroupPersistenceImpl.findByG_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 = ?.
 List<Group> GroupPersistenceImpl.findByG_C_P(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.
 List<Group> GroupFinderImpl.findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
           
 Group GroupPersistenceImpl.findByT_A_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistenceImpl.findByT_A_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Group[] GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByT_A(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where type = ? and active = ?.
 List<Role> RoleFinderImpl.findByU_G(long userId, List<Group> groups)
           
 Group GroupPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ? and companyId = ?.
 Group GroupPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ? and companyId = ?.
 Group[] GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.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 = ?.
 List<Group> GroupPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ? and companyId = ?.
 Group GroupPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where uuid = ?.
 Group GroupPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
          Returns the last group in the ordered set where uuid = ?.
 Group[] GroupPersistenceImpl.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator<Group> orderByComparator)
          Returns the groups before and after the current group in the ordered set where uuid = ?.
 List<Group> GroupPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups where uuid = ?.
 List<Group> GroupPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the groups where uuid = ?.
protected  Group GroupPersistenceImpl.getByC_A_PrevAndNext(Session session, Group group, long companyId, boolean active, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_C_P_PrevAndNext(Session session, Group group, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_C_PrevAndNext(Session session, Group group, long companyId, long classNameId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_S_I_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_P_S_PrevAndNext(Session session, Group group, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByC_S_PrevAndNext(Session session, Group group, long companyId, boolean site, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Group group, long companyId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByT_A_PrevAndNext(Session session, Group group, int type, boolean active, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Group group, String uuid, long companyId, OrderByComparator<Group> orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByUuid_PrevAndNext(Session session, Group group, String uuid, OrderByComparator<Group> orderByComparator, boolean previous)
           
 List<Group> OrganizationPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<Group> UserPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user.
 List<Group> RolePersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the role.
 List<Group> UserGroupPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
          Returns an ordered range of all the groups associated with the user group.
 void OrganizationPersistenceImpl.removeGroups(long pk, List<Group> groups)
          Removes the association between the organization and the groups.
 void UserPersistenceImpl.removeGroups(long pk, List<Group> groups)
          Removes the association between the user and the groups.
 void RolePersistenceImpl.removeGroups(long pk, List<Group> groups)
          Removes the association between the role and the groups.
 void UserGroupPersistenceImpl.removeGroups(long pk, List<Group> groups)
          Removes the association between the user group and the groups.
protected  String GroupFinderImpl.replaceOrderBy(String sql, OrderByComparator<Group> obc)
           
 void OrganizationPersistenceImpl.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the organization, removing and adding associations as necessary.
 void UserPersistenceImpl.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user, removing and adding associations as necessary.
 void RolePersistenceImpl.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the role, removing and adding associations as necessary.
 void UserGroupPersistenceImpl.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user group, removing and adding associations as necessary.
 

Uses of Group in com.liferay.portal.service.test
 

Fields in com.liferay.portal.service.test declared as Group
protected  Group BaseLocalServiceTreeTestCase.group
           
 

Uses of Group in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return Group
 Group ThemeDisplay.getRefererGroup()
           
 Group ThemeDisplay.getScopeGroup()
          Returns the scoped or sub-scoped active group (e.g. site).
 Group ThemeDisplay.getSiteGroup()
           
 

Uses of Group in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return Group
protected  Group PortalImpl.doGetCurrentSiteGroup(long groupId)
           
protected  Group PortalImpl.getControlPanelDisplayGroup(long companyId, long scopeGroupId, long doAsGroupId, String portletId)
           
 

Methods in com.liferay.portal.util that return types with arguments of type Group
protected  Set<Group> PortalImpl.doGetAncestorSiteGroups(long groupId, boolean checkContentSharingWithChildrenEnabled)
           
 List<Group> Portal.getBrowsableScopeGroups(long userId, long companyId, long groupId, String portletId)
           
static List<Group> PortalUtil.getBrowsableScopeGroups(long userId, long companyId, long groupId, String portletId)
           
 List<Group> PortalImpl.getBrowsableScopeGroups(long userId, long companyId, long groupId, String portletId)
           
 List<Group> Portal.getCurrentAndAncestorSiteGroups(long groupId)
           
static List<Group> PortalUtil.getCurrentAndAncestorSiteGroups(long groupId)
           
 List<Group> PortalImpl.getCurrentAndAncestorSiteGroups(long groupId)
           
 List<Group> Portal.getCurrentAndAncestorSiteGroups(long[] groupIds)
           
static List<Group> PortalUtil.getCurrentAndAncestorSiteGroups(long[] groupIds)
           
 List<Group> PortalImpl.getCurrentAndAncestorSiteGroups(long[] groupIds)
           
 List<Group> Portal.getCurrentAndAncestorSiteGroups(long[] groupIds, boolean checkContentSharingWithChildrenEnabled)
           
static List<Group> PortalUtil.getCurrentAndAncestorSiteGroups(long[] groupIds, boolean checkContentSharingWithChildrenEnabled)
           
 List<Group> PortalImpl.getCurrentAndAncestorSiteGroups(long[] groupIds, boolean checkContentSharingWithChildrenEnabled)
           
 List<Group> Portal.getCurrentAndAncestorSiteGroups(long groupId, boolean checkContentSharingWithChildrenEnabled)
           
static List<Group> PortalUtil.getCurrentAndAncestorSiteGroups(long groupId, boolean checkContentSharingWithChildrenEnabled)
           
 List<Group> PortalImpl.getCurrentAndAncestorSiteGroups(long groupId, boolean checkContentSharingWithChildrenEnabled)
           
 

Methods in com.liferay.portal.util with parameters of type Group
 PortletURL Portal.getControlPanelPortletURL(javax.servlet.http.HttpServletRequest request, Group group, String portletId, long refererGroupId, long refererPlid, String lifecycle)
           
static PortletURL PortalUtil.getControlPanelPortletURL(javax.servlet.http.HttpServletRequest request, Group group, String portletId, long refererGroupId, long refererPlid, String lifecycle)
           
 PortletURL PortalImpl.getControlPanelPortletURL(javax.servlet.http.HttpServletRequest request, Group group, String portletId, long refererGroupId, long refererPlid, String lifecycle)
           
 PortletURL Portal.getControlPanelPortletURL(PortletRequest portletRequest, Group group, String portletId, long refererGroupId, long refererPlid, String lifecycle)
           
static PortletURL PortalUtil.getControlPanelPortletURL(PortletRequest portletRequest, Group group, String portletId, long refererGroupId, long refererPlid, String lifecycle)
           
 PortletURL PortalImpl.getControlPanelPortletURL(PortletRequest portletRequest, Group group, String portletId, long refererGroupId, long refererPlid, String lifecycle)
           
 

Uses of Group in com.liferay.portal.util.comparator
 

Methods in com.liferay.portal.util.comparator with parameters of type Group
 int GroupTypeComparator.compare(Group group1, Group group2)
           
 int GroupNameComparator.compare(Group group1, Group group2)
           
 int GroupIdComparator.compare(Group group1, Group group2)
           
 int GroupFriendlyURLComparator.compare(Group group1, Group group2)
           
 

Uses of Group in com.liferay.portal.util.test
 

Methods in com.liferay.portal.util.test with parameters of type Group
static Layout LayoutTestUtil.addLayout(Group group)
           
static Layout LayoutTestUtil.addLayout(Group group, boolean privateLayout)
           
static Layout LayoutTestUtil.addLayout(Group group, boolean privateLayout, LayoutPrototype layoutPrototype, boolean linkEnabled)
           
static Layout LayoutTestUtil.addLayout(Group group, long parentLayoutPlid)
           
static javax.servlet.http.HttpServletRequest PortletContainerTestUtil.getHttpServletRequest(Group group, Layout layout)
           
 

Uses of Group in com.liferay.portal.workflow
 

Methods in com.liferay.portal.workflow with parameters of type Group
protected  boolean WorkflowControlPanelEntry.hasAccessPermissionDenied(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
protected  boolean MyWorkflowTasksControlPanelEntry.hasPermissionImplicitlyGranted(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
 

Uses of Group in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type Group
 PortletURL RequestBackedPortletURLFactory.createControlPanelActionURL(String portletId, Group group, long refererGroupId, long refererPlid)
           
 PortletURL RequestBackedPortletURLFactory.createControlPanelPortletURL(String portletId, Group group, long refererGroupId, long refererPlid, String lifecycle)
           
 PortletURL RequestBackedPortletURLFactory.createControlPanelRenderURL(String portletId, Group group, long refererGroupId, long refererPlid)
           
 PortletURL RequestBackedPortletURLFactory.createControlPanelResourceURL(String portletId, Group group, long refererGroupId, long refererPlid)
           
protected  long BaseControlPanelEntry.getDefaultPlid(Group group, String category)
           
 boolean AdministratorControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
          Returns true if the current user is the company's administrator.
 boolean LiberalControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
 boolean BaseControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
 boolean OmniadminControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
          Returns true if the current user is an omni administrator.
 boolean ControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
protected  boolean BaseControlPanelEntry.hasAccessPermissionDenied(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
protected  boolean BaseControlPanelEntry.hasAccessPermissionExplicitlyGranted(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
protected  boolean BaseControlPanelEntry.hasPermissionImplicitlyGranted(PermissionChecker permissionChecker, Group group, Portlet portlet)
           
 

Uses of Group in com.liferay.portlet.announcements.util
 

Methods in com.liferay.portlet.announcements.util that return types with arguments of type Group
static List<Group> AnnouncementsUtil.getGroups(ThemeDisplay themeDisplay)
           
 

Uses of Group in com.liferay.portlet.asset.search.test
 

Methods in com.liferay.portlet.asset.search.test with parameters of type Group
protected  List<BaseModel<?>> BaseAssetSearchTestCase.addBaseModels(Group[] groups, String keywords, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseAssetSearchTestCase.getParentBaseModel(Group group, ServiceContext serviceContext)
           
protected  void BaseAssetSearchTestCase.testAssetCategorization(Group[] groups, AssetEntryQuery assetEntryQuery, int expectedResults)
           
 

Uses of Group in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service with parameters of type Group
static List<AssetTag> AssetTagLocalServiceUtil.checkTags(long userId, Group group, String[] names)
          Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.
 List<AssetTag> AssetTagLocalServiceWrapper.checkTags(long userId, Group group, String[] names)
          Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.
 List<AssetTag> AssetTagLocalService.checkTags(long userId, Group group, String[] names)
          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.portlet.asset.service.impl
 

Methods in com.liferay.portlet.asset.service.impl with parameters of type Group
 List<AssetTag> AssetTagLocalServiceImpl.checkTags(long userId, Group group, String[] names)
          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.portlet.blogs.model
 

Methods in com.liferay.portlet.blogs.model with parameters of type Group
 void GroupModelListener.onBeforeRemove(Group group)
           
 

Uses of Group in com.liferay.portlet.exportimport.service
 

Methods in com.liferay.portlet.exportimport.service with parameters of type Group
static void StagingLocalServiceUtil.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext)
           
 void StagingLocalService.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext)
           
 void StagingLocalServiceWrapper.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext)
           
static void StagingLocalServiceUtil.disableStaging(Group liveGroup, ServiceContext serviceContext)
           
 void StagingLocalService.disableStaging(Group liveGroup, ServiceContext serviceContext)
           
 void StagingLocalServiceWrapper.disableStaging(Group liveGroup, ServiceContext serviceContext)
           
static void StagingLocalServiceUtil.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext)
           
 void StagingLocalService.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext)
           
 void StagingLocalServiceWrapper.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext)
           
static void StagingLocalServiceUtil.enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext)
           
 void StagingLocalService.enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext)
           
 void StagingLocalServiceWrapper.enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext)
           
static void StagingLocalServiceUtil.enableRemoteStaging(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext)
           
 void StagingLocalService.enableRemoteStaging(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext)
           
 void StagingLocalServiceWrapper.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.portlet.exportimport.service.impl
 

Methods in com.liferay.portlet.exportimport.service.impl that return Group
protected  Group StagingLocalServiceImpl.addStagingGroup(long userId, Group liveGroup, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.exportimport.service.impl with parameters of type Group
protected  Group StagingLocalServiceImpl.addStagingGroup(long userId, Group liveGroup, ServiceContext serviceContext)
           
 void StagingLocalServiceImpl.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext)
           
 void StagingLocalServiceImpl.disableStaging(Group liveGroup, ServiceContext serviceContext)
           
 void StagingLocalServiceImpl.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext)
           
 void StagingLocalServiceImpl.enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext)
           
 void StagingLocalServiceImpl.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.portlet.exportimport.staging
 

Methods in com.liferay.portlet.exportimport.staging that return Group
 Group Staging.getLiveGroup(long groupId)
           
static Group StagingUtil.getLiveGroup(long groupId)
           
 Group Staging.getStagingGroup(long groupId)
           
static Group StagingUtil.getStagingGroup(long groupId)
           
 

Methods in com.liferay.portlet.exportimport.staging with parameters of type Group
 void Staging.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by checkDefaultLayoutSetBranches(long, Group, boolean, boolean, boolean, ServiceContext)
static void StagingUtil.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by checkDefaultLayoutSetBranches(long, Group, boolean, boolean, boolean, ServiceContext)
 void Staging.deleteLastImportSettings(Group liveGroup, boolean privateLayout)
           
static void StagingUtil.deleteLastImportSettings(Group liveGroup, boolean privateLayout)
           
 String Staging.getRemoteSiteURL(Group stagingGroup, boolean privateLayout)
           
static String StagingUtil.getRemoteSiteURL(Group stagingGroup, boolean privateLayout)
           
 boolean LayoutStaging.isBranchingLayoutSet(Group group, boolean privateLayout)
           
static boolean LayoutStagingUtil.isBranchingLayoutSet(Group group, boolean privateLayout)
           
 void Staging.updateStaging(PortletRequest PortletRequest, Group liveGroup)
           
static void StagingUtil.updateStaging(PortletRequest PortletRequest, Group liveGroup)
           
 

Uses of Group in com.liferay.portlet.exportimport.staging.permission
 

Methods in com.liferay.portlet.exportimport.staging.permission with parameters of type Group
 Boolean StagingPermission.hasPermission(PermissionChecker permissionChecker, Group group, String className, long classPK, String portletId, String actionId)
           
static Boolean StagingPermissionUtil.hasPermission(PermissionChecker permissionChecker, Group group, String className, long classPK, String portletId, String actionId)
           
 

Uses of Group in com.liferay.portlet.layoutsadmin.display.context
 

Methods in com.liferay.portlet.layoutsadmin.display.context that return Group
 Group GroupDisplayContextHelper.getGroup()
           
 Group GroupDisplayContextHelper.getLiveGroup()
           
 Group GroupDisplayContextHelper.getSelGroup()
           
 Group GroupDisplayContextHelper.getStagingGroup()
           
 

Uses of Group in com.liferay.portlet.notifications.test
 

Fields in com.liferay.portlet.notifications.test declared as Group
protected  Group BaseUserNotificationTestCase.group
           
 

Uses of Group in com.liferay.portlet.ratings.test
 

Fields in com.liferay.portlet.ratings.test declared as Group
protected  Group BaseRatingsTestCase.group
           
 

Methods in com.liferay.portlet.ratings.test with parameters of type Group
protected  BaseModel<?> BaseRatingsTestCase.getParentBaseModel(Group group, ServiceContext serviceContext)
           
 

Uses of Group in com.liferay.portlet.sites.action
 

Methods in com.liferay.portlet.sites.action that return Group
static Group ActionUtil.getGroup(javax.servlet.http.HttpServletRequest request)
           
static Group ActionUtil.getGroup(PortletRequest portletRequest)
           
 

Uses of Group in com.liferay.portlet.sites.search
 

Constructors in com.liferay.portlet.sites.search with parameters of type Group
UserGroupGroupRoleRoleChecker(RenderResponse renderResponse, UserGroup userGroup, Group group)
           
UserGroupGroupRoleUserGroupChecker(RenderResponse renderResponse, Group group, Role role)
           
UserGroupRoleRoleChecker(RenderResponse renderResponse, User user, Group group)
           
UserGroupRoleUserChecker(RenderResponse renderResponse, Group group, Role role)
           
 

Uses of Group in com.liferay.portlet.sites.util
 

Methods in com.liferay.portlet.sites.util with parameters of type Group
 void SitesImpl.addPortletBreadcrumbEntries(Group group, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
 void SitesImpl.addPortletBreadcrumbEntries(Group group, String pagesName, PortletURL redirectURL, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
protected  void SitesImpl.checkResetPrototypePermissions(Group group, Layout layout)
          Checks the permissions necessary for resetting the layout or site.
 void SitesImpl.copyTypeSettings(Group sourceGroup, Group targetGroup)
           
protected  void SitesImpl.doMergeLayoutPrototypeLayout(Group group, Layout layout)
           
 List<String> SitesImpl.getOrganizationNames(Group group, User user)
           
 List<String> SitesImpl.getUserGroupNames(Group group, User user)
           
 boolean SitesImpl.isContentSharingWithChildrenEnabled(Group group)
           
 boolean SitesImpl.isLayoutSetMergeable(Group group, LayoutSet layoutSet)
          Returns true if the linked site template can be merged into the layout set.
 boolean SitesImpl.isUserGroupLayoutSetViewable(PermissionChecker permissionChecker, Group userGroupGroup)
           
 void SitesImpl.mergeLayoutPrototypeLayout(Group group, Layout layout)
           
 void SitesImpl.mergeLayoutProtypeLayout(Group group, Layout layout)
          Deprecated. As of 6.2.0, replaced by SitesImpl.mergeLayoutPrototypeLayout(Group, Layout)
 void SitesImpl.mergeLayoutSetPrototypeLayouts(Group group, LayoutSet layoutSet)
           
 void SitesImpl.mergeLayoutSetProtypeLayouts(Group group, LayoutSet layoutSet)
          Deprecated. As of 6.2.0, replaced by SitesImpl.mergeLayoutSetPrototypeLayouts(Group, LayoutSet)
 void SitesImpl.updateLayoutSetPrototypesLinks(Group group, long publicLayoutSetPrototypeId, long privateLayoutSetPrototypeId, boolean publicLayoutSetPrototypeLinkEnabled, boolean privateLayoutSetPrototypeLinkEnabled)
           
 

Method parameters in com.liferay.portlet.sites.util with type arguments of type Group
 Long[] SitesImpl.filterGroups(List<Group> groups, String[] groupKeys)
           
 

Uses of Group in com.liferay.portlet.sitesadmin.search
 

Constructors in com.liferay.portlet.sitesadmin.search with parameters of type Group
OrganizationSiteMembershipChecker(RenderResponse renderResponse, Group group)
           
SiteMembershipChecker(RenderResponse renderResponse, Group group)
           
UserGroupSiteMembershipChecker(RenderResponse renderResponse, Group group)
           
UserSiteMembershipChecker(RenderResponse renderResponse, Group group)
           
 

Uses of Group in com.liferay.portlet.social.test
 

Fields in com.liferay.portlet.social.test declared as Group
protected  Group BaseSocialActivityInterpreterTestCase.group
           
 

Uses of Group in com.liferay.portlet.social.util.test
 

Methods in com.liferay.portlet.social.util.test with parameters of type Group
static void SocialActivityTestUtil.addActivity(User user, Group group, AssetEntry assetEntry, int type)
           
static void SocialActivityTestUtil.addActivity(User user, Group group, AssetEntry assetEntry, int type, String extraData)
           
static AssetEntry SocialActivityTestUtil.addAssetEntry(User user, Group group)
           
static AssetEntry SocialActivityTestUtil.addAssetEntry(User user, Group group, AssetEntry assetEntry)
           
 

Uses of Group in com.liferay.portlet.subscriptions.test
 

Fields in com.liferay.portlet.subscriptions.test declared as Group
protected  Group BaseSubscriptionTestCase.group
           
 

Uses of Group in com.liferay.portlet.trash.service.impl
 

Methods in com.liferay.portlet.trash.service.impl with parameters of type Group
protected  Date TrashEntryLocalServiceImpl.getMaxAge(Group group)
           
 

Uses of Group in com.liferay.portlet.trash.test
 

Fields in com.liferay.portlet.trash.test declared as Group
protected  Group BaseTrashHandlerTestCase.group
           
 

Methods in com.liferay.portlet.trash.test with parameters of type Group
protected  BaseModel<?> BaseTrashHandlerTestCase.getParentBaseModel(Group group, long parentBaseModelId, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseTrashHandlerTestCase.getParentBaseModel(Group group, ServiceContext serviceContext)
           
 BaseModel<?> WhenIsMoveableFromTrashBaseModel.moveBaseModelFromTrash(ClassedModel classedModel, Group group, ServiceContext serviceContext)
           
 

Uses of Group in com.liferay.portlet.trash.util
 

Methods in com.liferay.portlet.trash.util that return Group
static Group TrashUtil.disableTrash(Group group)
           
 Group Trash.disableTrash(Group group)
           
 Group TrashImpl.disableTrash(Group group)
           
 

Methods in com.liferay.portlet.trash.util with parameters of type Group
static Group TrashUtil.disableTrash(Group group)
           
 Group Trash.disableTrash(Group group)
           
 Group TrashImpl.disableTrash(Group group)
           
static int TrashUtil.getMaxAge(Group group)
           
 int Trash.getMaxAge(Group group)
           
 int TrashImpl.getMaxAge(Group group)
           
static boolean TrashUtil.isTrashEnabled(Group group)
           
 boolean Trash.isTrashEnabled(Group group)
           
 boolean TrashImpl.isTrashEnabled(Group group)
           
 

Uses of Group in com.liferay.portlet.usergroupsadmin.search
 

Constructors in com.liferay.portlet.usergroupsadmin.search with parameters of type Group
UserGroupGroupChecker(RenderResponse renderResponse, Group group)
           
 

Uses of Group in com.liferay.portlet.usersadmin.search
 

Constructors in com.liferay.portlet.usersadmin.search with parameters of type Group
OrganizationGroupChecker(RenderResponse renderResponse, Group group)
           
 

Uses of Group in com.liferay.portlet.usersadmin.util
 

Methods in com.liferay.portlet.usersadmin.util that return types with arguments of type Group
 List<Group> UsersAdminImpl.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 OrderByComparator<Group> UsersAdminImpl.getGroupOrderByComparator(String orderByCol, String orderByType)
           
 

Method parameters in com.liferay.portlet.usersadmin.util with type arguments of type Group
 List<Group> UsersAdminImpl.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 

Uses of Group in com.liferay.sites.kernel.util
 

Methods in com.liferay.sites.kernel.util with parameters of type Group
 void Sites.addPortletBreadcrumbEntries(Group group, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
static void SitesUtil.addPortletBreadcrumbEntries(Group group, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
 void Sites.addPortletBreadcrumbEntries(Group group, String pagesName, PortletURL redirectURL, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
static void SitesUtil.addPortletBreadcrumbEntries(Group group, String pagesName, PortletURL redirectURL, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
 void Sites.copyTypeSettings(Group sourceGroup, Group targetGroup)
           
static void SitesUtil.copyTypeSettings(Group sourceGroup, Group targetGroup)
           
 List<String> Sites.getOrganizationNames(Group group, User user)
           
static List<String> SitesUtil.getOrganizationNames(Group group, User user)
           
 List<String> Sites.getUserGroupNames(Group group, User user)
           
static List<String> SitesUtil.getUserGroupNames(Group group, User user)
           
 boolean Sites.isContentSharingWithChildrenEnabled(Group group)
           
static boolean SitesUtil.isContentSharingWithChildrenEnabled(Group group)
           
 boolean Sites.isLayoutSetMergeable(Group group, LayoutSet layoutSet)
           
static boolean SitesUtil.isLayoutSetMergeable(Group group, LayoutSet layoutSet)
           
 boolean Sites.isUserGroupLayoutSetViewable(PermissionChecker permissionChecker, Group userGroupGroup)
           
static boolean SitesUtil.isUserGroupLayoutSetViewable(PermissionChecker permissionChecker, Group userGroupGroup)
           
 void Sites.mergeLayoutPrototypeLayout(Group group, Layout layout)
           
static void SitesUtil.mergeLayoutPrototypeLayout(Group group, Layout layout)
           
 void Sites.mergeLayoutProtypeLayout(Group group, Layout layout)
          Deprecated. As of 6.2.0, replaced by Sites.mergeLayoutPrototypeLayout(Group, Layout)
static void SitesUtil.mergeLayoutProtypeLayout(Group group, Layout layout)
          Deprecated. As of 6.2.0, replaced by SitesUtil.mergeLayoutPrototypeLayout(Group, Layout)
 void Sites.mergeLayoutSetPrototypeLayouts(Group group, LayoutSet layoutSet)
           
static void SitesUtil.mergeLayoutSetPrototypeLayouts(Group group, LayoutSet layoutSet)
           
 void Sites.mergeLayoutSetProtypeLayouts(Group group, LayoutSet layoutSet)
          Deprecated. As of 6.2.0, replaced by Sites.mergeLayoutSetPrototypeLayouts(Group, LayoutSet)
static void SitesUtil.mergeLayoutSetProtypeLayouts(Group group, LayoutSet layoutSet)
          Deprecated. As of 6.2.0, replaced by SitesUtil.mergeLayoutSetPrototypeLayouts(Group, LayoutSet)
 void Sites.updateLayoutSetPrototypesLinks(Group group, long publicLayoutSetPrototypeId, long privateLayoutSetPrototypeId, boolean publicLayoutSetPrototypeLinkEnabled, boolean privateLayoutSetPrototypeLinkEnabled)
           
static void SitesUtil.updateLayoutSetPrototypesLinks(Group group, long publicLayoutSetPrototypeId, long privateLayoutSetPrototypeId, boolean publicLayoutSetPrototypeLinkEnabled, boolean privateLayoutSetPrototypeLinkEnabled)
           
 

Method parameters in com.liferay.sites.kernel.util with type arguments of type Group
 Long[] Sites.filterGroups(List<Group> groups, String[] names)
           
static Long[] SitesUtil.filterGroups(List<Group> groups, String[] names)
           
 

Uses of Group in com.liferay.users.admin.kernel.util
 

Methods in com.liferay.users.admin.kernel.util that return types with arguments of type Group
 List<Group> UsersAdmin.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
static List<Group> UsersAdminUtil.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 OrderByComparator<Group> UsersAdmin.getGroupOrderByComparator(String orderByCol, String orderByType)
           
static OrderByComparator<Group> UsersAdminUtil.getGroupOrderByComparator(String orderByCol, String orderByType)
           
 

Method parameters in com.liferay.users.admin.kernel.util with type arguments of type Group
 List<Group> UsersAdmin.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
static List<Group> UsersAdminUtil.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 


Liferay 7.0-ce-b4