Liferay 7.0-ce-b4

com.liferay.portal.service.base
Class GroupLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.GroupLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, GroupLocalService, PersistedModelLocalService
Direct Known Subclasses:
GroupLocalServiceImpl

@ProviderType
public abstract class GroupLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements GroupLocalService, IdentifiableOSGiService

Provides the base implementation for the group local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in GroupLocalServiceImpl.

See Also:
GroupLocalServiceImpl, GroupLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  AccountLocalService accountLocalService
           
protected  AccountPersistence accountPersistence
           
protected  AssetCategoryFinder assetCategoryFinder
           
protected  AssetCategoryLocalService assetCategoryLocalService
           
protected  AssetCategoryPersistence assetCategoryPersistence
           
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetTagFinder assetTagFinder
           
protected  AssetTagLocalService assetTagLocalService
           
protected  AssetTagPersistence assetTagPersistence
           
protected  AssetVocabularyFinder assetVocabularyFinder
           
protected  AssetVocabularyLocalService assetVocabularyLocalService
           
protected  AssetVocabularyPersistence assetVocabularyPersistence
           
protected  ClassNameLocalService classNameLocalService
           
protected  ClassNamePersistence classNamePersistence
           
protected  CompanyLocalService companyLocalService
           
protected  CompanyPersistence companyPersistence
           
protected  CounterLocalService counterLocalService
           
protected  DLAppLocalService dlAppLocalService
           
protected  ExpandoRowLocalService expandoRowLocalService
           
protected  ExpandoRowPersistence expandoRowPersistence
           
protected  ExportImportConfigurationLocalService exportImportConfigurationLocalService
           
protected  ExportImportConfigurationPersistence exportImportConfigurationPersistence
           
protected  ExportImportLocalService exportImportLocalService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  LayoutFinder layoutFinder
           
protected  LayoutLocalService layoutLocalService
           
protected  LayoutPersistence layoutPersistence
           
protected  LayoutPrototypeLocalService layoutPrototypeLocalService
           
protected  LayoutPrototypePersistence layoutPrototypePersistence
           
protected  LayoutSetBranchLocalService layoutSetBranchLocalService
           
protected  LayoutSetBranchPersistence layoutSetBranchPersistence
           
protected  LayoutSetLocalService layoutSetLocalService
           
protected  LayoutSetPersistence layoutSetPersistence
           
protected  LayoutSetPrototypeLocalService layoutSetPrototypeLocalService
           
protected  LayoutSetPrototypePersistence layoutSetPrototypePersistence
           
protected  MembershipRequestLocalService membershipRequestLocalService
           
protected  MembershipRequestPersistence membershipRequestPersistence
           
protected  OrganizationFinder organizationFinder
           
protected  OrganizationLocalService organizationLocalService
           
protected  OrganizationPersistence organizationPersistence
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  PortletLocalService portletLocalService
           
protected  PortletPersistence portletPersistence
           
protected  PortletPreferencesFinder portletPreferencesFinder
           
protected  PortletPreferencesLocalService portletPreferencesLocalService
           
protected  PortletPreferencesPersistence portletPreferencesPersistence
           
protected  ResourceActionLocalService resourceActionLocalService
           
protected  ResourceActionPersistence resourceActionPersistence
           
protected  ResourceBlockFinder resourceBlockFinder
           
protected  ResourceBlockLocalService resourceBlockLocalService
           
protected  ResourceBlockPersistence resourceBlockPersistence
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePermissionFinder resourcePermissionFinder
           
protected  ResourcePermissionLocalService resourcePermissionLocalService
           
protected  ResourcePermissionPersistence resourcePermissionPersistence
           
protected  ResourceTypePermissionFinder resourceTypePermissionFinder
           
protected  ResourceTypePermissionLocalService resourceTypePermissionLocalService
           
protected  ResourceTypePermissionPersistence resourceTypePermissionPersistence
           
protected  RoleFinder roleFinder
           
protected  RoleLocalService roleLocalService
           
protected  RolePersistence rolePersistence
           
protected  SocialActivityFinder socialActivityFinder
           
protected  SocialActivityLocalService socialActivityLocalService
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  SocialActivitySettingLocalService socialActivitySettingLocalService
           
protected  SocialActivitySettingPersistence socialActivitySettingPersistence
           
protected  SocialRequestLocalService socialRequestLocalService
           
protected  SocialRequestPersistence socialRequestPersistence
           
protected  StagingLocalService stagingLocalService
           
protected  SubscriptionLocalService subscriptionLocalService
           
protected  SubscriptionPersistence subscriptionPersistence
           
protected  TeamFinder teamFinder
           
protected  TeamLocalService teamLocalService
           
protected  TeamPersistence teamPersistence
           
protected  TrashEntryLocalService trashEntryLocalService
           
protected  TrashEntryPersistence trashEntryPersistence
           
protected  UserFinder userFinder
           
protected  UserGroupFinder userGroupFinder
           
protected  UserGroupGroupRoleFinder userGroupGroupRoleFinder
           
protected  UserGroupGroupRoleLocalService userGroupGroupRoleLocalService
           
protected  UserGroupGroupRolePersistence userGroupGroupRolePersistence
           
protected  UserGroupLocalService userGroupLocalService
           
protected  UserGroupPersistence userGroupPersistence
           
protected  UserGroupRoleFinder userGroupRoleFinder
           
protected  UserGroupRoleLocalService userGroupRoleLocalService
           
protected  UserGroupRolePersistence userGroupRolePersistence
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService
           
protected  WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
           
 
Constructor Summary
GroupLocalServiceBaseImpl()
           
 
Method Summary
 Group addGroup(Group group)
          Adds the group to the database.
 void addOrganizationGroup(long organizationId, Group group)
           
 void addOrganizationGroup(long organizationId, long groupId)
           
 void addOrganizationGroups(long organizationId, List<Group> Groups)
           
 void addOrganizationGroups(long organizationId, long[] groupIds)
           
 void addRoleGroup(long roleId, Group group)
           
 void addRoleGroup(long roleId, long groupId)
           
 void addRoleGroups(long roleId, List<Group> Groups)
           
 void addRoleGroups(long roleId, long[] groupIds)
           
 void addUserGroup(long userId, Group group)
           
 void addUserGroup(long userId, long groupId)
           
 void addUserGroupGroup(long userGroupId, Group group)
           
 void addUserGroupGroup(long userGroupId, long groupId)
           
 void addUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void addUserGroupGroups(long userGroupId, long[] groupIds)
           
 void addUserGroups(long userId, List<Group> Groups)
           
 void addUserGroups(long userId, long[] groupIds)
           
 void afterPropertiesSet()
           
 void clearOrganizationGroups(long organizationId)
           
 void clearRoleGroups(long roleId)
           
 void clearUserGroupGroups(long userGroupId)
           
 void clearUserGroups(long userId)
           
 Group createGroup(long groupId)
          Creates a new group with the primary key.
 Group deleteGroup(Group group)
          Deletes the group from the database.
 Group deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
 void deleteOrganizationGroup(long organizationId, Group group)
           
 void deleteOrganizationGroup(long organizationId, long groupId)
           
 void deleteOrganizationGroups(long organizationId, List<Group> Groups)
           
 void deleteOrganizationGroups(long organizationId, long[] groupIds)
           
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 void deleteRoleGroup(long roleId, Group group)
           
 void deleteRoleGroup(long roleId, long groupId)
           
 void deleteRoleGroups(long roleId, List<Group> Groups)
           
 void deleteRoleGroups(long roleId, long[] groupIds)
           
 void deleteUserGroup(long userId, Group group)
           
 void deleteUserGroup(long userId, long groupId)
           
 void deleteUserGroupGroup(long userGroupId, Group group)
           
 void deleteUserGroupGroup(long userGroupId, long groupId)
           
 void deleteUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void deleteUserGroupGroups(long userGroupId, long[] groupIds)
           
 void deleteUserGroups(long userId, List<Group> Groups)
           
 void deleteUserGroups(long userId, long[] groupIds)
           
 void destroy()
           
 DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
 Group fetchGroup(long groupId)
           
 Group fetchGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the group with the matching UUID and company.
 AccountLocalService getAccountLocalService()
          Returns the account local service.
 AccountPersistence getAccountPersistence()
          Returns the account persistence.
 ActionableDynamicQuery getActionableDynamicQuery()
           
 AssetCategoryFinder getAssetCategoryFinder()
          Returns the asset category finder.
 AssetCategoryLocalService getAssetCategoryLocalService()
          Returns the asset category local service.
 AssetCategoryPersistence getAssetCategoryPersistence()
          Returns the asset category persistence.
 AssetEntryFinder getAssetEntryFinder()
          Returns the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetTagFinder getAssetTagFinder()
          Returns the asset tag finder.
 AssetTagLocalService getAssetTagLocalService()
          Returns the asset tag local service.
 AssetTagPersistence getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetVocabularyFinder getAssetVocabularyFinder()
          Returns the asset vocabulary finder.
 AssetVocabularyLocalService getAssetVocabularyLocalService()
          Returns the asset vocabulary local service.
 AssetVocabularyPersistence getAssetVocabularyPersistence()
          Returns the asset vocabulary persistence.
 ClassNameLocalService getClassNameLocalService()
          Returns the class name local service.
 ClassNamePersistence getClassNamePersistence()
          Returns the class name persistence.
 CompanyLocalService getCompanyLocalService()
          Returns the company local service.
 CompanyPersistence getCompanyPersistence()
          Returns the company persistence.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 DLAppLocalService getDLAppLocalService()
          Returns the d l app local service.
 ExpandoRowLocalService getExpandoRowLocalService()
          Returns the expando row local service.
 ExpandoRowPersistence getExpandoRowPersistence()
          Returns the expando row persistence.
 ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
          Returns the export import configuration local service.
 ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
          Returns the export import configuration persistence.
 ExportImportLocalService getExportImportLocalService()
          Returns the export import local service.
 Group getGroup(long groupId)
          Returns the group with the primary key.
 Group getGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the group with the matching UUID and company.
 GroupFinder getGroupFinder()
          Returns the group finder.
 GroupLocalService getGroupLocalService()
          Returns the group local service.
 GroupPersistence getGroupPersistence()
          Returns the group persistence.
 List<Group> getGroups(int start, int end)
          Returns a range of all the groups.
 int getGroupsCount()
          Returns the number of groups.
 IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
 LayoutFinder getLayoutFinder()
          Returns the layout finder.
 LayoutLocalService getLayoutLocalService()
          Returns the layout local service.
 LayoutPersistence getLayoutPersistence()
          Returns the layout persistence.
 LayoutPrototypeLocalService getLayoutPrototypeLocalService()
          Returns the layout prototype local service.
 LayoutPrototypePersistence getLayoutPrototypePersistence()
          Returns the layout prototype persistence.
 LayoutSetBranchLocalService getLayoutSetBranchLocalService()
          Returns the layout set branch local service.
 LayoutSetBranchPersistence getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 LayoutSetLocalService getLayoutSetLocalService()
          Returns the layout set local service.
 LayoutSetPersistence getLayoutSetPersistence()
          Returns the layout set persistence.
 LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService()
          Returns the layout set prototype local service.
 LayoutSetPrototypePersistence getLayoutSetPrototypePersistence()
          Returns the layout set prototype persistence.
 MembershipRequestLocalService getMembershipRequestLocalService()
          Returns the membership request local service.
 MembershipRequestPersistence getMembershipRequestPersistence()
          Returns the membership request persistence.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 OrganizationFinder getOrganizationFinder()
          Returns the organization finder.
 List<Group> getOrganizationGroups(long organizationId)
           
 List<Group> getOrganizationGroups(long organizationId, int start, int end)
           
 List<Group> getOrganizationGroups(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 int getOrganizationGroupsCount(long organizationId)
           
 OrganizationLocalService getOrganizationLocalService()
          Returns the organization local service.
 OrganizationPersistence getOrganizationPersistence()
          Returns the organization persistence.
 long[] getOrganizationPrimaryKeys(long groupId)
          Returns the organizationIds of the organizations associated with the group.
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 PortletLocalService getPortletLocalService()
          Returns the portlet local service.
 PortletPersistence getPortletPersistence()
          Returns the portlet persistence.
 PortletPreferencesFinder getPortletPreferencesFinder()
          Returns the portlet preferences finder.
 PortletPreferencesLocalService getPortletPreferencesLocalService()
          Returns the portlet preferences local service.
 PortletPreferencesPersistence getPortletPreferencesPersistence()
          Returns the portlet preferences persistence.
 ResourceActionLocalService getResourceActionLocalService()
          Returns the resource action local service.
 ResourceActionPersistence getResourceActionPersistence()
          Returns the resource action persistence.
 ResourceBlockFinder getResourceBlockFinder()
          Returns the resource block finder.
 ResourceBlockLocalService getResourceBlockLocalService()
          Returns the resource block local service.
 ResourceBlockPersistence getResourceBlockPersistence()
          Returns the resource block persistence.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 ResourcePermissionFinder getResourcePermissionFinder()
          Returns the resource permission finder.
 ResourcePermissionLocalService getResourcePermissionLocalService()
          Returns the resource permission local service.
 ResourcePermissionPersistence getResourcePermissionPersistence()
          Returns the resource permission persistence.
 ResourceTypePermissionFinder getResourceTypePermissionFinder()
          Returns the resource type permission finder.
 ResourceTypePermissionLocalService getResourceTypePermissionLocalService()
          Returns the resource type permission local service.
 ResourceTypePermissionPersistence getResourceTypePermissionPersistence()
          Returns the resource type permission persistence.
 RoleFinder getRoleFinder()
          Returns the role finder.
 List<Group> getRoleGroups(long roleId)
           
 List<Group> getRoleGroups(long roleId, int start, int end)
           
 List<Group> getRoleGroups(long roleId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 int getRoleGroupsCount(long roleId)
           
 RoleLocalService getRoleLocalService()
          Returns the role local service.
 RolePersistence getRolePersistence()
          Returns the role persistence.
 long[] getRolePrimaryKeys(long groupId)
          Returns the roleIds of the roles associated with the group.
 SocialActivityFinder getSocialActivityFinder()
          Returns the social activity finder.
 SocialActivityLocalService getSocialActivityLocalService()
          Returns the social activity local service.
 SocialActivityPersistence getSocialActivityPersistence()
          Returns the social activity persistence.
 SocialActivitySettingLocalService getSocialActivitySettingLocalService()
          Returns the social activity setting local service.
 SocialActivitySettingPersistence getSocialActivitySettingPersistence()
          Returns the social activity setting persistence.
 SocialRequestLocalService getSocialRequestLocalService()
          Returns the social request local service.
 SocialRequestPersistence getSocialRequestPersistence()
          Returns the social request persistence.
 StagingLocalService getStagingLocalService()
          Returns the staging local service.
 SubscriptionLocalService getSubscriptionLocalService()
          Returns the subscription local service.
 SubscriptionPersistence getSubscriptionPersistence()
          Returns the subscription persistence.
 TeamFinder getTeamFinder()
          Returns the team finder.
 TeamLocalService getTeamLocalService()
          Returns the team local service.
 TeamPersistence getTeamPersistence()
          Returns the team persistence.
 TrashEntryLocalService getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryPersistence getTrashEntryPersistence()
          Returns the trash entry persistence.
 UserFinder getUserFinder()
          Returns the user finder.
 UserGroupFinder getUserGroupFinder()
          Returns the user group finder.
 UserGroupGroupRoleFinder getUserGroupGroupRoleFinder()
          Returns the user group group role finder.
 UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService()
          Returns the user group group role local service.
 UserGroupGroupRolePersistence getUserGroupGroupRolePersistence()
          Returns the user group group role persistence.
 List<Group> getUserGroupGroups(long userGroupId)
           
 List<Group> getUserGroupGroups(long userGroupId, int start, int end)
           
 List<Group> getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 int getUserGroupGroupsCount(long userGroupId)
           
 UserGroupLocalService getUserGroupLocalService()
          Returns the user group local service.
 UserGroupPersistence getUserGroupPersistence()
          Returns the user group persistence.
 long[] getUserGroupPrimaryKeys(long groupId)
          Returns the userGroupIds of the user groups associated with the group.
 UserGroupRoleFinder getUserGroupRoleFinder()
          Returns the user group role finder.
 UserGroupRoleLocalService getUserGroupRoleLocalService()
          Returns the user group role local service.
 UserGroupRolePersistence getUserGroupRolePersistence()
          Returns the user group role persistence.
 List<Group> getUserGroups(long userId)
           
 List<Group> getUserGroups(long userId, int start, int end)
           
 List<Group> getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator)
           
 int getUserGroupsCount(long userId)
           
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 long[] getUserPrimaryKeys(long groupId)
          Returns the userIds of the users associated with the group.
 WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService()
          Returns the workflow definition link local service.
 WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence()
          Returns the workflow definition link persistence.
 boolean hasOrganizationGroup(long organizationId, long groupId)
           
 boolean hasOrganizationGroups(long organizationId)
           
 boolean hasRoleGroup(long roleId, long groupId)
           
 boolean hasRoleGroups(long roleId)
           
 boolean hasUserGroup(long userId, long groupId)
           
 boolean hasUserGroupGroup(long userGroupId, long groupId)
           
 boolean hasUserGroupGroups(long userGroupId)
           
 boolean hasUserGroups(long userId)
           
protected  void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
           
protected  void runSQL(String sql)
          Performs a SQL query.
 void setAccountLocalService(AccountLocalService accountLocalService)
          Sets the account local service.
 void setAccountPersistence(AccountPersistence accountPersistence)
          Sets the account persistence.
 void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
          Sets the asset category finder.
 void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
          Sets the asset entry finder.
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void setAssetTagFinder(AssetTagFinder assetTagFinder)
          Sets the asset tag finder.
 void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
          Sets the asset tag local service.
 void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
          Sets the asset vocabulary finder.
 void setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
          Sets the asset vocabulary persistence.
 void setClassNameLocalService(ClassNameLocalService classNameLocalService)
          Sets the class name local service.
 void setClassNamePersistence(ClassNamePersistence classNamePersistence)
          Sets the class name persistence.
 void setCompanyLocalService(CompanyLocalService companyLocalService)
          Sets the company local service.
 void setCompanyPersistence(CompanyPersistence companyPersistence)
          Sets the company persistence.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDLAppLocalService(DLAppLocalService dlAppLocalService)
          Sets the d l app local service.
 void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Sets the expando row local service.
 void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 void setExportImportConfigurationLocalService(ExportImportConfigurationLocalService exportImportConfigurationLocalService)
          Sets the export import configuration local service.
 void setExportImportConfigurationPersistence(ExportImportConfigurationPersistence exportImportConfigurationPersistence)
          Sets the export import configuration persistence.
 void setExportImportLocalService(ExportImportLocalService exportImportLocalService)
          Sets the export import local service.
 void setGroupFinder(GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(GroupPersistence groupPersistence)
          Sets the group persistence.
 void setLayoutFinder(LayoutFinder layoutFinder)
          Sets the layout finder.
 void setLayoutLocalService(LayoutLocalService layoutLocalService)
          Sets the layout local service.
 void setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void setLayoutPrototypeLocalService(LayoutPrototypeLocalService layoutPrototypeLocalService)
          Sets the layout prototype local service.
 void setLayoutPrototypePersistence(LayoutPrototypePersistence layoutPrototypePersistence)
          Sets the layout prototype persistence.
 void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
          Sets the layout set branch local service.
 void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
          Sets the layout set local service.
 void setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void setLayoutSetPrototypeLocalService(LayoutSetPrototypeLocalService layoutSetPrototypeLocalService)
          Sets the layout set prototype local service.
 void setLayoutSetPrototypePersistence(LayoutSetPrototypePersistence layoutSetPrototypePersistence)
          Sets the layout set prototype persistence.
 void setMembershipRequestLocalService(MembershipRequestLocalService membershipRequestLocalService)
          Sets the membership request local service.
 void setMembershipRequestPersistence(MembershipRequestPersistence membershipRequestPersistence)
          Sets the membership request persistence.
 void setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void setOrganizationGroups(long organizationId, long[] groupIds)
           
 void setOrganizationLocalService(OrganizationLocalService organizationLocalService)
          Sets the organization local service.
 void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
          Sets the organization persistence.
 void setPortletLocalService(PortletLocalService portletLocalService)
          Sets the portlet local service.
 void setPortletPersistence(PortletPersistence portletPersistence)
          Sets the portlet persistence.
 void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
          Sets the portlet preferences finder.
 void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
          Sets the portlet preferences local service.
 void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
          Sets the portlet preferences persistence.
 void setResourceActionLocalService(ResourceActionLocalService resourceActionLocalService)
          Sets the resource action local service.
 void setResourceActionPersistence(ResourceActionPersistence resourceActionPersistence)
          Sets the resource action persistence.
 void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder)
          Sets the resource block finder.
 void setResourceBlockLocalService(ResourceBlockLocalService resourceBlockLocalService)
          Sets the resource block local service.
 void setResourceBlockPersistence(ResourceBlockPersistence resourceBlockPersistence)
          Sets the resource block persistence.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePermissionFinder(ResourcePermissionFinder resourcePermissionFinder)
          Sets the resource permission finder.
 void setResourcePermissionLocalService(ResourcePermissionLocalService resourcePermissionLocalService)
          Sets the resource permission local service.
 void setResourcePermissionPersistence(ResourcePermissionPersistence resourcePermissionPersistence)
          Sets the resource permission persistence.
 void setResourceTypePermissionFinder(ResourceTypePermissionFinder resourceTypePermissionFinder)
          Sets the resource type permission finder.
 void setResourceTypePermissionLocalService(ResourceTypePermissionLocalService resourceTypePermissionLocalService)
          Sets the resource type permission local service.
 void setResourceTypePermissionPersistence(ResourceTypePermissionPersistence resourceTypePermissionPersistence)
          Sets the resource type permission persistence.
 void setRoleFinder(RoleFinder roleFinder)
          Sets the role finder.
 void setRoleGroups(long roleId, long[] groupIds)
           
 void setRoleLocalService(RoleLocalService roleLocalService)
          Sets the role local service.
 void setRolePersistence(RolePersistence rolePersistence)
          Sets the role persistence.
 void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
          Sets the social activity local service.
 void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
          Sets the social activity persistence.
 void setSocialActivitySettingLocalService(SocialActivitySettingLocalService socialActivitySettingLocalService)
          Sets the social activity setting local service.
 void setSocialActivitySettingPersistence(SocialActivitySettingPersistence socialActivitySettingPersistence)
          Sets the social activity setting persistence.
 void setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
          Sets the social request local service.
 void setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
          Sets the social request persistence.
 void setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
          Sets the subscription local service.
 void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
          Sets the subscription persistence.
 void setTeamFinder(TeamFinder teamFinder)
          Sets the team finder.
 void setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void setTeamPersistence(TeamPersistence teamPersistence)
          Sets the team persistence.
 void setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
          Sets the user group group role finder.
 void setUserGroupGroupRoleLocalService(UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
          Sets the user group group role local service.
 void setUserGroupGroupRolePersistence(UserGroupGroupRolePersistence userGroupGroupRolePersistence)
          Sets the user group group role persistence.
 void setUserGroupGroups(long userGroupId, long[] groupIds)
           
 void setUserGroupLocalService(UserGroupLocalService userGroupLocalService)
          Sets the user group local service.
 void setUserGroupPersistence(UserGroupPersistence userGroupPersistence)
          Sets the user group persistence.
 void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder)
          Sets the user group role finder.
 void setUserGroupRoleLocalService(UserGroupRoleLocalService userGroupRoleLocalService)
          Sets the user group role local service.
 void setUserGroupRolePersistence(UserGroupRolePersistence userGroupRolePersistence)
          Sets the user group role persistence.
 void setUserGroups(long userId, long[] groupIds)
           
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
          Sets the workflow definition link local service.
 void setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
          Sets the workflow definition link persistence.
 Group updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.GroupLocalService
addGroup, addGroup, addGroup, checkCompanyGroup, checkSystemGroups, disableStaging, enableStaging, fetchCompanyGroup, fetchFriendlyURLGroup, fetchGroup, fetchUserGroup, fetchUserPersonalSiteGroup, getActiveGroups, getCompanyGroup, getCompanyGroups, getCompanyGroupsCount, getFriendlyURLGroup, getGroup, getGroupDescriptiveName, getGroupDescriptiveName, getGroups, getGroups, getGroups, getGroups, getGroups, getGroupsCount, getGroupsCount, getLayoutGroup, getLayoutPrototypeGroup, getLayoutSetPrototypeGroup, getLayoutsGroups, getLayoutsGroupsCount, getLiveGroups, getNoLayoutsGroups, getNullFriendlyURLGroups, getOrganizationGroup, getOrganizationsGroups, getOrganizationsRelatedGroups, getParentGroups, getStagingGroup, getUserGroup, getUserGroupGroup, getUserGroups, getUserGroups, getUserGroupsGroups, getUserGroupsRelatedGroups, getUserOrganizationsGroups, getUserPersonalSiteGroup, getUserSitesGroups, getUserSitesGroups, hasStagingGroup, hasUserGroup, loadFetchGroup, loadGetGroup, rebuildTree, search, search, search, search, search, search, search, search, search, search, search, search, search, search, search, search, search, searchCount, searchCount, searchCount, searchCount, searchCount, searchCount, searchCount, searchCount, unsetRoleGroups, unsetUserGroups, updateAsset, updateFriendlyURL, updateGroup, updateGroup, updateGroup, updateSite
 

Field Detail

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

accountLocalService

@BeanReference(type=AccountLocalService.class)
protected AccountLocalService accountLocalService

accountPersistence

@BeanReference(type=AccountPersistence.class)
protected AccountPersistence accountPersistence

classNameLocalService

@BeanReference(type=ClassNameLocalService.class)
protected ClassNameLocalService classNameLocalService

classNamePersistence

@BeanReference(type=ClassNamePersistence.class)
protected ClassNamePersistence classNamePersistence

companyLocalService

@BeanReference(type=CompanyLocalService.class)
protected CompanyLocalService companyLocalService

companyPersistence

@BeanReference(type=CompanyPersistence.class)
protected CompanyPersistence companyPersistence

assetCategoryLocalService

@BeanReference(type=AssetCategoryLocalService.class)
protected AssetCategoryLocalService assetCategoryLocalService

assetCategoryPersistence

@BeanReference(type=AssetCategoryPersistence.class)
protected AssetCategoryPersistence assetCategoryPersistence

assetCategoryFinder

@BeanReference(type=AssetCategoryFinder.class)
protected AssetCategoryFinder assetCategoryFinder

assetEntryLocalService

@BeanReference(type=AssetEntryLocalService.class)
protected AssetEntryLocalService assetEntryLocalService

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=AssetEntryFinder.class)
protected AssetEntryFinder assetEntryFinder

assetTagLocalService

@BeanReference(type=AssetTagLocalService.class)
protected AssetTagLocalService assetTagLocalService

assetTagPersistence

@BeanReference(type=AssetTagPersistence.class)
protected AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(type=AssetTagFinder.class)
protected AssetTagFinder assetTagFinder

assetVocabularyLocalService

@BeanReference(type=AssetVocabularyLocalService.class)
protected AssetVocabularyLocalService assetVocabularyLocalService

assetVocabularyPersistence

@BeanReference(type=AssetVocabularyPersistence.class)
protected AssetVocabularyPersistence assetVocabularyPersistence

assetVocabularyFinder

@BeanReference(type=AssetVocabularyFinder.class)
protected AssetVocabularyFinder assetVocabularyFinder

dlAppLocalService

@BeanReference(type=DLAppLocalService.class)
protected DLAppLocalService dlAppLocalService

expandoRowLocalService

@BeanReference(type=ExpandoRowLocalService.class)
protected ExpandoRowLocalService expandoRowLocalService

expandoRowPersistence

@BeanReference(type=ExpandoRowPersistence.class)
protected ExpandoRowPersistence expandoRowPersistence

exportImportLocalService

@BeanReference(type=ExportImportLocalService.class)
protected ExportImportLocalService exportImportLocalService

exportImportConfigurationLocalService

@BeanReference(type=ExportImportConfigurationLocalService.class)
protected ExportImportConfigurationLocalService exportImportConfigurationLocalService

exportImportConfigurationPersistence

@BeanReference(type=ExportImportConfigurationPersistence.class)
protected ExportImportConfigurationPersistence exportImportConfigurationPersistence

stagingLocalService

@BeanReference(type=StagingLocalService.class)
protected StagingLocalService stagingLocalService

socialActivityLocalService

@BeanReference(type=SocialActivityLocalService.class)
protected SocialActivityLocalService socialActivityLocalService

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(type=SocialActivityFinder.class)
protected SocialActivityFinder socialActivityFinder

socialActivitySettingLocalService

@BeanReference(type=SocialActivitySettingLocalService.class)
protected SocialActivitySettingLocalService socialActivitySettingLocalService

socialActivitySettingPersistence

@BeanReference(type=SocialActivitySettingPersistence.class)
protected SocialActivitySettingPersistence socialActivitySettingPersistence

socialRequestLocalService

@BeanReference(type=SocialRequestLocalService.class)
protected SocialRequestLocalService socialRequestLocalService

socialRequestPersistence

@BeanReference(type=SocialRequestPersistence.class)
protected SocialRequestPersistence socialRequestPersistence

trashEntryLocalService

@BeanReference(type=TrashEntryLocalService.class)
protected TrashEntryLocalService trashEntryLocalService

trashEntryPersistence

@BeanReference(type=TrashEntryPersistence.class)
protected TrashEntryPersistence trashEntryPersistence

layoutLocalService

@BeanReference(type=LayoutLocalService.class)
protected LayoutLocalService layoutLocalService

layoutPersistence

@BeanReference(type=LayoutPersistence.class)
protected LayoutPersistence layoutPersistence

layoutFinder

@BeanReference(type=LayoutFinder.class)
protected LayoutFinder layoutFinder

layoutPrototypeLocalService

@BeanReference(type=LayoutPrototypeLocalService.class)
protected LayoutPrototypeLocalService layoutPrototypeLocalService

layoutPrototypePersistence

@BeanReference(type=LayoutPrototypePersistence.class)
protected LayoutPrototypePersistence layoutPrototypePersistence

layoutSetLocalService

@BeanReference(type=LayoutSetLocalService.class)
protected LayoutSetLocalService layoutSetLocalService

layoutSetPersistence

@BeanReference(type=LayoutSetPersistence.class)
protected LayoutSetPersistence layoutSetPersistence

layoutSetBranchLocalService

@BeanReference(type=LayoutSetBranchLocalService.class)
protected LayoutSetBranchLocalService layoutSetBranchLocalService

layoutSetBranchPersistence

@BeanReference(type=LayoutSetBranchPersistence.class)
protected LayoutSetBranchPersistence layoutSetBranchPersistence

layoutSetPrototypeLocalService

@BeanReference(type=LayoutSetPrototypeLocalService.class)
protected LayoutSetPrototypeLocalService layoutSetPrototypeLocalService

layoutSetPrototypePersistence

@BeanReference(type=LayoutSetPrototypePersistence.class)
protected LayoutSetPrototypePersistence layoutSetPrototypePersistence

membershipRequestLocalService

@BeanReference(type=MembershipRequestLocalService.class)
protected MembershipRequestLocalService membershipRequestLocalService

membershipRequestPersistence

@BeanReference(type=MembershipRequestPersistence.class)
protected MembershipRequestPersistence membershipRequestPersistence

organizationLocalService

@BeanReference(type=OrganizationLocalService.class)
protected OrganizationLocalService organizationLocalService

organizationPersistence

@BeanReference(type=OrganizationPersistence.class)
protected OrganizationPersistence organizationPersistence

organizationFinder

@BeanReference(type=OrganizationFinder.class)
protected OrganizationFinder organizationFinder

portletLocalService

@BeanReference(type=PortletLocalService.class)
protected PortletLocalService portletLocalService

portletPersistence

@BeanReference(type=PortletPersistence.class)
protected PortletPersistence portletPersistence

portletPreferencesLocalService

@BeanReference(type=PortletPreferencesLocalService.class)
protected PortletPreferencesLocalService portletPreferencesLocalService

portletPreferencesPersistence

@BeanReference(type=PortletPreferencesPersistence.class)
protected PortletPreferencesPersistence portletPreferencesPersistence

portletPreferencesFinder

@BeanReference(type=PortletPreferencesFinder.class)
protected PortletPreferencesFinder portletPreferencesFinder

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceActionLocalService

@BeanReference(type=ResourceActionLocalService.class)
protected ResourceActionLocalService resourceActionLocalService

resourceActionPersistence

@BeanReference(type=ResourceActionPersistence.class)
protected ResourceActionPersistence resourceActionPersistence

resourceBlockLocalService

@BeanReference(type=ResourceBlockLocalService.class)
protected ResourceBlockLocalService resourceBlockLocalService

resourceBlockPersistence

@BeanReference(type=ResourceBlockPersistence.class)
protected ResourceBlockPersistence resourceBlockPersistence

resourceBlockFinder

@BeanReference(type=ResourceBlockFinder.class)
protected ResourceBlockFinder resourceBlockFinder

resourcePermissionLocalService

@BeanReference(type=ResourcePermissionLocalService.class)
protected ResourcePermissionLocalService resourcePermissionLocalService

resourcePermissionPersistence

@BeanReference(type=ResourcePermissionPersistence.class)
protected ResourcePermissionPersistence resourcePermissionPersistence

resourcePermissionFinder

@BeanReference(type=ResourcePermissionFinder.class)
protected ResourcePermissionFinder resourcePermissionFinder

resourceTypePermissionLocalService

@BeanReference(type=ResourceTypePermissionLocalService.class)
protected ResourceTypePermissionLocalService resourceTypePermissionLocalService

resourceTypePermissionPersistence

@BeanReference(type=ResourceTypePermissionPersistence.class)
protected ResourceTypePermissionPersistence resourceTypePermissionPersistence

resourceTypePermissionFinder

@BeanReference(type=ResourceTypePermissionFinder.class)
protected ResourceTypePermissionFinder resourceTypePermissionFinder

roleLocalService

@BeanReference(type=RoleLocalService.class)
protected RoleLocalService roleLocalService

rolePersistence

@BeanReference(type=RolePersistence.class)
protected RolePersistence rolePersistence

roleFinder

@BeanReference(type=RoleFinder.class)
protected RoleFinder roleFinder

subscriptionLocalService

@BeanReference(type=SubscriptionLocalService.class)
protected SubscriptionLocalService subscriptionLocalService

subscriptionPersistence

@BeanReference(type=SubscriptionPersistence.class)
protected SubscriptionPersistence subscriptionPersistence

teamLocalService

@BeanReference(type=TeamLocalService.class)
protected TeamLocalService teamLocalService

teamPersistence

@BeanReference(type=TeamPersistence.class)
protected TeamPersistence teamPersistence

teamFinder

@BeanReference(type=TeamFinder.class)
protected TeamFinder teamFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

userGroupLocalService

@BeanReference(type=UserGroupLocalService.class)
protected UserGroupLocalService userGroupLocalService

userGroupPersistence

@BeanReference(type=UserGroupPersistence.class)
protected UserGroupPersistence userGroupPersistence

userGroupFinder

@BeanReference(type=UserGroupFinder.class)
protected UserGroupFinder userGroupFinder

userGroupGroupRoleLocalService

@BeanReference(type=UserGroupGroupRoleLocalService.class)
protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService

userGroupGroupRolePersistence

@BeanReference(type=UserGroupGroupRolePersistence.class)
protected UserGroupGroupRolePersistence userGroupGroupRolePersistence

userGroupGroupRoleFinder

@BeanReference(type=UserGroupGroupRoleFinder.class)
protected UserGroupGroupRoleFinder userGroupGroupRoleFinder

userGroupRoleLocalService

@BeanReference(type=UserGroupRoleLocalService.class)
protected UserGroupRoleLocalService userGroupRoleLocalService

userGroupRolePersistence

@BeanReference(type=UserGroupRolePersistence.class)
protected UserGroupRolePersistence userGroupRolePersistence

userGroupRoleFinder

@BeanReference(type=UserGroupRoleFinder.class)
protected UserGroupRoleFinder userGroupRoleFinder

workflowDefinitionLinkLocalService

@BeanReference(type=WorkflowDefinitionLinkLocalService.class)
protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService

workflowDefinitionLinkPersistence

@BeanReference(type=WorkflowDefinitionLinkPersistence.class)
protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence

persistedModelLocalServiceRegistry

@BeanReference(type=PersistedModelLocalServiceRegistry.class)
protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

GroupLocalServiceBaseImpl

public GroupLocalServiceBaseImpl()
Method Detail

addGroup

@Indexable(type=REINDEX)
public Group addGroup(Group group)
Adds the group to the database. Also notifies the appropriate model listeners.

Specified by:
addGroup in interface GroupLocalService
Parameters:
group - the group
Returns:
the group that was added

createGroup

public Group createGroup(long groupId)
Creates a new group with the primary key. Does not add the group to the database.

Specified by:
createGroup in interface GroupLocalService
Parameters:
groupId - the primary key for the new group
Returns:
the new group

deleteGroup

@Indexable(type=DELETE)
public Group deleteGroup(long groupId)
                  throws PortalException
Deletes the group with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteGroup in interface GroupLocalService
Parameters:
groupId - the primary key of the group
Returns:
the group that was removed
Throws:
PortalException - if a group with the primary key could not be found

deleteGroup

@Indexable(type=DELETE)
public Group deleteGroup(Group group)
                  throws PortalException
Deletes the group from the database. Also notifies the appropriate model listeners.

Specified by:
deleteGroup in interface GroupLocalService
Parameters:
group - the group
Returns:
the group that was removed
Throws:
PortalException

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface GroupLocalService

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface GroupLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from GroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface GroupLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from GroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface GroupLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface GroupLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface GroupLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchGroup

public Group fetchGroup(long groupId)
Specified by:
fetchGroup in interface GroupLocalService

fetchGroupByUuidAndCompanyId

public Group fetchGroupByUuidAndCompanyId(String uuid,
                                          long companyId)
Returns the group with the matching UUID and company.

Specified by:
fetchGroupByUuidAndCompanyId in interface GroupLocalService
Parameters:
uuid - the group's UUID
companyId - the primary key of the company
Returns:
the matching group, or null if a matching group could not be found

getGroup

public Group getGroup(long groupId)
               throws PortalException
Returns the group with the primary key.

Specified by:
getGroup in interface GroupLocalService
Parameters:
groupId - the primary key of the group
Returns:
the group
Throws:
PortalException - if a group with the primary key could not be found

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface GroupLocalService

getIndexableActionableDynamicQuery

public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
Specified by:
getIndexableActionableDynamicQuery in interface GroupLocalService

initActionableDynamicQuery

protected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)

deletePersistedModel

public PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface GroupLocalService
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Throws:
PortalException

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Specified by:
getPersistedModel in interface GroupLocalService
Specified by:
getPersistedModel in interface PersistedModelLocalService
Throws:
PortalException

getGroupByUuidAndCompanyId

public Group getGroupByUuidAndCompanyId(String uuid,
                                        long companyId)
                                 throws PortalException
Returns the group with the matching UUID and company.

Specified by:
getGroupByUuidAndCompanyId in interface GroupLocalService
Parameters:
uuid - the group's UUID
companyId - the primary key of the company
Returns:
the matching group
Throws:
PortalException - if a matching group could not be found

getGroups

public List<Group> getGroups(int start,
                             int end)
Returns a range of all the groups.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from GroupModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getGroups in interface GroupLocalService
Parameters:
start - the lower bound of the range of groups
end - the upper bound of the range of groups (not inclusive)
Returns:
the range of groups

getGroupsCount

public int getGroupsCount()
Returns the number of groups.

Specified by:
getGroupsCount in interface GroupLocalService
Returns:
the number of groups

updateGroup

@Indexable(type=REINDEX)
public Group updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateGroup in interface GroupLocalService
Parameters:
group - the group
Returns:
the group that was updated

addOrganizationGroup

public void addOrganizationGroup(long organizationId,
                                 long groupId)
Specified by:
addOrganizationGroup in interface GroupLocalService

addOrganizationGroup

public void addOrganizationGroup(long organizationId,
                                 Group group)
Specified by:
addOrganizationGroup in interface GroupLocalService

addOrganizationGroups

public void addOrganizationGroups(long organizationId,
                                  long[] groupIds)
Specified by:
addOrganizationGroups in interface GroupLocalService

addOrganizationGroups

public void addOrganizationGroups(long organizationId,
                                  List<Group> Groups)
Specified by:
addOrganizationGroups in interface GroupLocalService

clearOrganizationGroups

public void clearOrganizationGroups(long organizationId)
Specified by:
clearOrganizationGroups in interface GroupLocalService

deleteOrganizationGroup

public void deleteOrganizationGroup(long organizationId,
                                    long groupId)
Specified by:
deleteOrganizationGroup in interface GroupLocalService

deleteOrganizationGroup

public void deleteOrganizationGroup(long organizationId,
                                    Group group)
Specified by:
deleteOrganizationGroup in interface GroupLocalService

deleteOrganizationGroups

public void deleteOrganizationGroups(long organizationId,
                                     long[] groupIds)
Specified by:
deleteOrganizationGroups in interface GroupLocalService

deleteOrganizationGroups

public void deleteOrganizationGroups(long organizationId,
                                     List<Group> Groups)
Specified by:
deleteOrganizationGroups in interface GroupLocalService

getOrganizationPrimaryKeys

public long[] getOrganizationPrimaryKeys(long groupId)
Returns the organizationIds of the organizations associated with the group.

Specified by:
getOrganizationPrimaryKeys in interface GroupLocalService
Parameters:
groupId - the groupId of the group
Returns:
long[] the organizationIds of organizations associated with the group

getOrganizationGroups

public List<Group> getOrganizationGroups(long organizationId)
Specified by:
getOrganizationGroups in interface GroupLocalService

getOrganizationGroups

public List<Group> getOrganizationGroups(long organizationId,
                                         int start,
                                         int end)
Specified by:
getOrganizationGroups in interface GroupLocalService

getOrganizationGroups

public List<Group> getOrganizationGroups(long organizationId,
                                         int start,
                                         int end,
                                         OrderByComparator<Group> orderByComparator)
Specified by:
getOrganizationGroups in interface GroupLocalService

getOrganizationGroupsCount

public int getOrganizationGroupsCount(long organizationId)
Specified by:
getOrganizationGroupsCount in interface GroupLocalService

hasOrganizationGroup

public boolean hasOrganizationGroup(long organizationId,
                                    long groupId)
Specified by:
hasOrganizationGroup in interface GroupLocalService

hasOrganizationGroups

public boolean hasOrganizationGroups(long organizationId)
Specified by:
hasOrganizationGroups in interface GroupLocalService

setOrganizationGroups

public void setOrganizationGroups(long organizationId,
                                  long[] groupIds)
Specified by:
setOrganizationGroups in interface GroupLocalService

addRoleGroup

public void addRoleGroup(long roleId,
                         long groupId)
Specified by:
addRoleGroup in interface GroupLocalService

addRoleGroup

public void addRoleGroup(long roleId,
                         Group group)
Specified by:
addRoleGroup in interface GroupLocalService

addRoleGroups

public void addRoleGroups(long roleId,
                          long[] groupIds)
Specified by:
addRoleGroups in interface GroupLocalService

addRoleGroups

public void addRoleGroups(long roleId,
                          List<Group> Groups)
Specified by:
addRoleGroups in interface GroupLocalService

clearRoleGroups

public void clearRoleGroups(long roleId)
Specified by:
clearRoleGroups in interface GroupLocalService

deleteRoleGroup

public void deleteRoleGroup(long roleId,
                            long groupId)
Specified by:
deleteRoleGroup in interface GroupLocalService

deleteRoleGroup

public void deleteRoleGroup(long roleId,
                            Group group)
Specified by:
deleteRoleGroup in interface GroupLocalService

deleteRoleGroups

public void deleteRoleGroups(long roleId,
                             long[] groupIds)
Specified by:
deleteRoleGroups in interface GroupLocalService

deleteRoleGroups

public void deleteRoleGroups(long roleId,
                             List<Group> Groups)
Specified by:
deleteRoleGroups in interface GroupLocalService

getRolePrimaryKeys

public long[] getRolePrimaryKeys(long groupId)
Returns the roleIds of the roles associated with the group.

Specified by:
getRolePrimaryKeys in interface GroupLocalService
Parameters:
groupId - the groupId of the group
Returns:
long[] the roleIds of roles associated with the group

getRoleGroups

public List<Group> getRoleGroups(long roleId)
Specified by:
getRoleGroups in interface GroupLocalService

getRoleGroups

public List<Group> getRoleGroups(long roleId,
                                 int start,
                                 int end)
Specified by:
getRoleGroups in interface GroupLocalService

getRoleGroups

public List<Group> getRoleGroups(long roleId,
                                 int start,
                                 int end,
                                 OrderByComparator<Group> orderByComparator)
Specified by:
getRoleGroups in interface GroupLocalService

getRoleGroupsCount

public int getRoleGroupsCount(long roleId)
Specified by:
getRoleGroupsCount in interface GroupLocalService

hasRoleGroup

public boolean hasRoleGroup(long roleId,
                            long groupId)
Specified by:
hasRoleGroup in interface GroupLocalService

hasRoleGroups

public boolean hasRoleGroups(long roleId)
Specified by:
hasRoleGroups in interface GroupLocalService

setRoleGroups

public void setRoleGroups(long roleId,
                          long[] groupIds)
Specified by:
setRoleGroups in interface GroupLocalService

addUserGroupGroup

public void addUserGroupGroup(long userGroupId,
                              long groupId)
Specified by:
addUserGroupGroup in interface GroupLocalService

addUserGroupGroup

public void addUserGroupGroup(long userGroupId,
                              Group group)
Specified by:
addUserGroupGroup in interface GroupLocalService

addUserGroupGroups

public void addUserGroupGroups(long userGroupId,
                               long[] groupIds)
Specified by:
addUserGroupGroups in interface GroupLocalService

addUserGroupGroups

public void addUserGroupGroups(long userGroupId,
                               List<Group> Groups)
Specified by:
addUserGroupGroups in interface GroupLocalService

clearUserGroupGroups

public void clearUserGroupGroups(long userGroupId)
Specified by:
clearUserGroupGroups in interface GroupLocalService

deleteUserGroupGroup

public void deleteUserGroupGroup(long userGroupId,
                                 long groupId)
Specified by:
deleteUserGroupGroup in interface GroupLocalService

deleteUserGroupGroup

public void deleteUserGroupGroup(long userGroupId,
                                 Group group)
Specified by:
deleteUserGroupGroup in interface GroupLocalService

deleteUserGroupGroups

public void deleteUserGroupGroups(long userGroupId,
                                  long[] groupIds)
Specified by:
deleteUserGroupGroups in interface GroupLocalService

deleteUserGroupGroups

public void deleteUserGroupGroups(long userGroupId,
                                  List<Group> Groups)
Specified by:
deleteUserGroupGroups in interface GroupLocalService

getUserGroupPrimaryKeys

public long[] getUserGroupPrimaryKeys(long groupId)
Returns the userGroupIds of the user groups associated with the group.

Specified by:
getUserGroupPrimaryKeys in interface GroupLocalService
Parameters:
groupId - the groupId of the group
Returns:
long[] the userGroupIds of user groups associated with the group

getUserGroupGroups

public List<Group> getUserGroupGroups(long userGroupId)
Specified by:
getUserGroupGroups in interface GroupLocalService

getUserGroupGroups

public List<Group> getUserGroupGroups(long userGroupId,
                                      int start,
                                      int end)
Specified by:
getUserGroupGroups in interface GroupLocalService

getUserGroupGroups

public List<Group> getUserGroupGroups(long userGroupId,
                                      int start,
                                      int end,
                                      OrderByComparator<Group> orderByComparator)
Specified by:
getUserGroupGroups in interface GroupLocalService

getUserGroupGroupsCount

public int getUserGroupGroupsCount(long userGroupId)
Specified by:
getUserGroupGroupsCount in interface GroupLocalService

hasUserGroupGroup

public boolean hasUserGroupGroup(long userGroupId,
                                 long groupId)
Specified by:
hasUserGroupGroup in interface GroupLocalService

hasUserGroupGroups

public boolean hasUserGroupGroups(long userGroupId)
Specified by:
hasUserGroupGroups in interface GroupLocalService

setUserGroupGroups

public void setUserGroupGroups(long userGroupId,
                               long[] groupIds)
Specified by:
setUserGroupGroups in interface GroupLocalService

addUserGroup

public void addUserGroup(long userId,
                         long groupId)
Specified by:
addUserGroup in interface GroupLocalService

addUserGroup

public void addUserGroup(long userId,
                         Group group)
Specified by:
addUserGroup in interface GroupLocalService

addUserGroups

public void addUserGroups(long userId,
                          long[] groupIds)
Specified by:
addUserGroups in interface GroupLocalService

addUserGroups

public void addUserGroups(long userId,
                          List<Group> Groups)
Specified by:
addUserGroups in interface GroupLocalService

clearUserGroups

public void clearUserGroups(long userId)
Specified by:
clearUserGroups in interface GroupLocalService

deleteUserGroup

public void deleteUserGroup(long userId,
                            long groupId)
Specified by:
deleteUserGroup in interface GroupLocalService

deleteUserGroup

public void deleteUserGroup(long userId,
                            Group group)
Specified by:
deleteUserGroup in interface GroupLocalService

deleteUserGroups

public void deleteUserGroups(long userId,
                             long[] groupIds)
Specified by:
deleteUserGroups in interface GroupLocalService

deleteUserGroups

public void deleteUserGroups(long userId,
                             List<Group> Groups)
Specified by:
deleteUserGroups in interface GroupLocalService

getUserPrimaryKeys

public long[] getUserPrimaryKeys(long groupId)
Returns the userIds of the users associated with the group.

Specified by:
getUserPrimaryKeys in interface GroupLocalService
Parameters:
groupId - the groupId of the group
Returns:
long[] the userIds of users associated with the group

getUserGroups

public List<Group> getUserGroups(long userId)
Specified by:
getUserGroups in interface GroupLocalService

getUserGroups

public List<Group> getUserGroups(long userId,
                                 int start,
                                 int end)
Specified by:
getUserGroups in interface GroupLocalService

getUserGroups

public List<Group> getUserGroups(long userId,
                                 int start,
                                 int end,
                                 OrderByComparator<Group> orderByComparator)
                          throws PortalException
Specified by:
getUserGroups in interface GroupLocalService
Throws:
PortalException

getUserGroupsCount

public int getUserGroupsCount(long userId)
Specified by:
getUserGroupsCount in interface GroupLocalService

hasUserGroup

public boolean hasUserGroup(long userId,
                            long groupId)
Specified by:
hasUserGroup in interface GroupLocalService

hasUserGroups

public boolean hasUserGroups(long userId)
Specified by:
hasUserGroups in interface GroupLocalService

setUserGroups

public void setUserGroups(long userId,
                          long[] groupIds)
Specified by:
setUserGroups in interface GroupLocalService

getGroupLocalService

public GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getAccountLocalService

public AccountLocalService getAccountLocalService()
Returns the account local service.

Returns:
the account local service

setAccountLocalService

public void setAccountLocalService(AccountLocalService accountLocalService)
Sets the account local service.

Parameters:
accountLocalService - the account local service

getAccountPersistence

public AccountPersistence getAccountPersistence()
Returns the account persistence.

Returns:
the account persistence

setAccountPersistence

public void setAccountPersistence(AccountPersistence accountPersistence)
Sets the account persistence.

Parameters:
accountPersistence - the account persistence

getClassNameLocalService

public ClassNameLocalService getClassNameLocalService()
Returns the class name local service.

Returns:
the class name local service

setClassNameLocalService

public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service.

Parameters:
classNameLocalService - the class name local service

getClassNamePersistence

public ClassNamePersistence getClassNamePersistence()
Returns the class name persistence.

Returns:
the class name persistence

setClassNamePersistence

public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence.

Parameters:
classNamePersistence - the class name persistence

getCompanyLocalService

public CompanyLocalService getCompanyLocalService()
Returns the company local service.

Returns:
the company local service

setCompanyLocalService

public void setCompanyLocalService(CompanyLocalService companyLocalService)
Sets the company local service.

Parameters:
companyLocalService - the company local service

getCompanyPersistence

public CompanyPersistence getCompanyPersistence()
Returns the company persistence.

Returns:
the company persistence

setCompanyPersistence

public void setCompanyPersistence(CompanyPersistence companyPersistence)
Sets the company persistence.

Parameters:
companyPersistence - the company persistence

getAssetCategoryLocalService

public AssetCategoryLocalService getAssetCategoryLocalService()
Returns the asset category local service.

Returns:
the asset category local service

setAssetCategoryLocalService

public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service.

Parameters:
assetCategoryLocalService - the asset category local service

getAssetCategoryPersistence

public AssetCategoryPersistence getAssetCategoryPersistence()
Returns the asset category persistence.

Returns:
the asset category persistence

setAssetCategoryPersistence

public void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence.

Parameters:
assetCategoryPersistence - the asset category persistence

getAssetCategoryFinder

public AssetCategoryFinder getAssetCategoryFinder()
Returns the asset category finder.

Returns:
the asset category finder

setAssetCategoryFinder

public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder.

Parameters:
assetCategoryFinder - the asset category finder

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()
Returns the asset entry local service.

Returns:
the asset entry local service

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()
Returns the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()
Returns the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

getAssetTagLocalService

public AssetTagLocalService getAssetTagLocalService()
Returns the asset tag local service.

Returns:
the asset tag local service

setAssetTagLocalService

public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service.

Parameters:
assetTagLocalService - the asset tag local service

getAssetTagPersistence

public AssetTagPersistence getAssetTagPersistence()
Returns the asset tag persistence.

Returns:
the asset tag persistence

setAssetTagPersistence

public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.

Parameters:
assetTagPersistence - the asset tag persistence

getAssetTagFinder

public AssetTagFinder getAssetTagFinder()
Returns the asset tag finder.

Returns:
the asset tag finder

setAssetTagFinder

public void setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder.

Parameters:
assetTagFinder - the asset tag finder

getAssetVocabularyLocalService

public AssetVocabularyLocalService getAssetVocabularyLocalService()
Returns the asset vocabulary local service.

Returns:
the asset vocabulary local service

setAssetVocabularyLocalService

public void setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
Sets the asset vocabulary local service.

Parameters:
assetVocabularyLocalService - the asset vocabulary local service

getAssetVocabularyPersistence

public AssetVocabularyPersistence getAssetVocabularyPersistence()
Returns the asset vocabulary persistence.

Returns:
the asset vocabulary persistence

setAssetVocabularyPersistence

public void setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
Sets the asset vocabulary persistence.

Parameters:
assetVocabularyPersistence - the asset vocabulary persistence

getAssetVocabularyFinder

public AssetVocabularyFinder getAssetVocabularyFinder()
Returns the asset vocabulary finder.

Returns:
the asset vocabulary finder

setAssetVocabularyFinder

public void setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
Sets the asset vocabulary finder.

Parameters:
assetVocabularyFinder - the asset vocabulary finder

getDLAppLocalService

public DLAppLocalService getDLAppLocalService()
Returns the d l app local service.

Returns:
the d l app local service

setDLAppLocalService

public void setDLAppLocalService(DLAppLocalService dlAppLocalService)
Sets the d l app local service.

Parameters:
dlAppLocalService - the d l app local service

getExpandoRowLocalService

public ExpandoRowLocalService getExpandoRowLocalService()
Returns the expando row local service.

Returns:
the expando row local service

setExpandoRowLocalService

public void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
Sets the expando row local service.

Parameters:
expandoRowLocalService - the expando row local service

getExpandoRowPersistence

public ExpandoRowPersistence getExpandoRowPersistence()
Returns the expando row persistence.

Returns:
the expando row persistence

setExpandoRowPersistence

public void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
Sets the expando row persistence.

Parameters:
expandoRowPersistence - the expando row persistence

getExportImportLocalService

public ExportImportLocalService getExportImportLocalService()
Returns the export import local service.

Returns:
the export import local service

setExportImportLocalService

public void setExportImportLocalService(ExportImportLocalService exportImportLocalService)
Sets the export import local service.

Parameters:
exportImportLocalService - the export import local service

getExportImportConfigurationLocalService

public ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
Returns the export import configuration local service.

Returns:
the export import configuration local service

setExportImportConfigurationLocalService

public void setExportImportConfigurationLocalService(ExportImportConfigurationLocalService exportImportConfigurationLocalService)
Sets the export import configuration local service.

Parameters:
exportImportConfigurationLocalService - the export import configuration local service

getExportImportConfigurationPersistence

public ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
Returns the export import configuration persistence.

Returns:
the export import configuration persistence

setExportImportConfigurationPersistence

public void setExportImportConfigurationPersistence(ExportImportConfigurationPersistence exportImportConfigurationPersistence)
Sets the export import configuration persistence.

Parameters:
exportImportConfigurationPersistence - the export import configuration persistence

getStagingLocalService

public StagingLocalService getStagingLocalService()
Returns the staging local service.

Returns:
the staging local service

setStagingLocalService

public void setStagingLocalService(StagingLocalService stagingLocalService)
Sets the staging local service.

Parameters:
stagingLocalService - the staging local service

getSocialActivityLocalService

public SocialActivityLocalService getSocialActivityLocalService()
Returns the social activity local service.

Returns:
the social activity local service

setSocialActivityLocalService

public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service.

Parameters:
socialActivityLocalService - the social activity local service

getSocialActivityPersistence

public SocialActivityPersistence getSocialActivityPersistence()
Returns the social activity persistence.

Returns:
the social activity persistence

setSocialActivityPersistence

public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence.

Parameters:
socialActivityPersistence - the social activity persistence

getSocialActivityFinder

public SocialActivityFinder getSocialActivityFinder()
Returns the social activity finder.

Returns:
the social activity finder

setSocialActivityFinder

public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder.

Parameters:
socialActivityFinder - the social activity finder

getSocialActivitySettingLocalService

public SocialActivitySettingLocalService getSocialActivitySettingLocalService()
Returns the social activity setting local service.

Returns:
the social activity setting local service

setSocialActivitySettingLocalService

public void setSocialActivitySettingLocalService(SocialActivitySettingLocalService socialActivitySettingLocalService)
Sets the social activity setting local service.

Parameters:
socialActivitySettingLocalService - the social activity setting local service

getSocialActivitySettingPersistence

public SocialActivitySettingPersistence getSocialActivitySettingPersistence()
Returns the social activity setting persistence.

Returns:
the social activity setting persistence

setSocialActivitySettingPersistence

public void setSocialActivitySettingPersistence(SocialActivitySettingPersistence socialActivitySettingPersistence)
Sets the social activity setting persistence.

Parameters:
socialActivitySettingPersistence - the social activity setting persistence

getSocialRequestLocalService

public SocialRequestLocalService getSocialRequestLocalService()
Returns the social request local service.

Returns:
the social request local service

setSocialRequestLocalService

public void setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
Sets the social request local service.

Parameters:
socialRequestLocalService - the social request local service

getSocialRequestPersistence

public SocialRequestPersistence getSocialRequestPersistence()
Returns the social request persistence.

Returns:
the social request persistence

setSocialRequestPersistence

public void setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
Sets the social request persistence.

Parameters:
socialRequestPersistence - the social request persistence

getTrashEntryLocalService

public TrashEntryLocalService getTrashEntryLocalService()
Returns the trash entry local service.

Returns:
the trash entry local service

setTrashEntryLocalService

public void setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
Sets the trash entry local service.

Parameters:
trashEntryLocalService - the trash entry local service

getTrashEntryPersistence

public TrashEntryPersistence getTrashEntryPersistence()
Returns the trash entry persistence.

Returns:
the trash entry persistence

setTrashEntryPersistence

public void setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
Sets the trash entry persistence.

Parameters:
trashEntryPersistence - the trash entry persistence

getLayoutLocalService

public LayoutLocalService getLayoutLocalService()
Returns the layout local service.

Returns:
the layout local service

setLayoutLocalService

public void setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service.

Parameters:
layoutLocalService - the layout local service

getLayoutPersistence

public LayoutPersistence getLayoutPersistence()
Returns the layout persistence.

Returns:
the layout persistence

setLayoutPersistence

public void setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence.

Parameters:
layoutPersistence - the layout persistence

getLayoutFinder

public LayoutFinder getLayoutFinder()
Returns the layout finder.

Returns:
the layout finder

setLayoutFinder

public void setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder.

Parameters:
layoutFinder - the layout finder

getLayoutPrototypeLocalService

public LayoutPrototypeLocalService getLayoutPrototypeLocalService()
Returns the layout prototype local service.

Returns:
the layout prototype local service

setLayoutPrototypeLocalService

public void setLayoutPrototypeLocalService(LayoutPrototypeLocalService layoutPrototypeLocalService)
Sets the layout prototype local service.

Parameters:
layoutPrototypeLocalService - the layout prototype local service

getLayoutPrototypePersistence

public LayoutPrototypePersistence getLayoutPrototypePersistence()
Returns the layout prototype persistence.

Returns:
the layout prototype persistence

setLayoutPrototypePersistence

public void setLayoutPrototypePersistence(LayoutPrototypePersistence layoutPrototypePersistence)
Sets the layout prototype persistence.

Parameters:
layoutPrototypePersistence - the layout prototype persistence

getLayoutSetLocalService

public LayoutSetLocalService getLayoutSetLocalService()
Returns the layout set local service.

Returns:
the layout set local service

setLayoutSetLocalService

public void setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
Sets the layout set local service.

Parameters:
layoutSetLocalService - the layout set local service

getLayoutSetPersistence

public LayoutSetPersistence getLayoutSetPersistence()
Returns the layout set persistence.

Returns:
the layout set persistence

setLayoutSetPersistence

public void setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
Sets the layout set persistence.

Parameters:
layoutSetPersistence - the layout set persistence

getLayoutSetBranchLocalService

public LayoutSetBranchLocalService getLayoutSetBranchLocalService()
Returns the layout set branch local service.

Returns:
the layout set branch local service

setLayoutSetBranchLocalService

public void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
Sets the layout set branch local service.

Parameters:
layoutSetBranchLocalService - the layout set branch local service

getLayoutSetBranchPersistence

public LayoutSetBranchPersistence getLayoutSetBranchPersistence()
Returns the layout set branch persistence.

Returns:
the layout set branch persistence

setLayoutSetBranchPersistence

public void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
Sets the layout set branch persistence.

Parameters:
layoutSetBranchPersistence - the layout set branch persistence

getLayoutSetPrototypeLocalService

public LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService()
Returns the layout set prototype local service.

Returns:
the layout set prototype local service

setLayoutSetPrototypeLocalService

public void setLayoutSetPrototypeLocalService(LayoutSetPrototypeLocalService layoutSetPrototypeLocalService)
Sets the layout set prototype local service.

Parameters:
layoutSetPrototypeLocalService - the layout set prototype local service

getLayoutSetPrototypePersistence

public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence()
Returns the layout set prototype persistence.

Returns:
the layout set prototype persistence

setLayoutSetPrototypePersistence

public void setLayoutSetPrototypePersistence(LayoutSetPrototypePersistence layoutSetPrototypePersistence)
Sets the layout set prototype persistence.

Parameters:
layoutSetPrototypePersistence - the layout set prototype persistence

getMembershipRequestLocalService

public MembershipRequestLocalService getMembershipRequestLocalService()
Returns the membership request local service.

Returns:
the membership request local service

setMembershipRequestLocalService

public void setMembershipRequestLocalService(MembershipRequestLocalService membershipRequestLocalService)
Sets the membership request local service.

Parameters:
membershipRequestLocalService - the membership request local service

getMembershipRequestPersistence

public MembershipRequestPersistence getMembershipRequestPersistence()
Returns the membership request persistence.

Returns:
the membership request persistence

setMembershipRequestPersistence

public void setMembershipRequestPersistence(MembershipRequestPersistence membershipRequestPersistence)
Sets the membership request persistence.

Parameters:
membershipRequestPersistence - the membership request persistence

getOrganizationLocalService

public OrganizationLocalService getOrganizationLocalService()
Returns the organization local service.

Returns:
the organization local service

setOrganizationLocalService

public void setOrganizationLocalService(OrganizationLocalService organizationLocalService)
Sets the organization local service.

Parameters:
organizationLocalService - the organization local service

getOrganizationPersistence

public OrganizationPersistence getOrganizationPersistence()
Returns the organization persistence.

Returns:
the organization persistence

setOrganizationPersistence

public void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
Sets the organization persistence.

Parameters:
organizationPersistence - the organization persistence

getOrganizationFinder

public OrganizationFinder getOrganizationFinder()
Returns the organization finder.

Returns:
the organization finder

setOrganizationFinder

public void setOrganizationFinder(OrganizationFinder organizationFinder)
Sets the organization finder.

Parameters:
organizationFinder - the organization finder

getPortletLocalService

public PortletLocalService getPortletLocalService()
Returns the portlet local service.

Returns:
the portlet local service

setPortletLocalService

public void setPortletLocalService(PortletLocalService portletLocalService)
Sets the portlet local service.

Parameters:
portletLocalService - the portlet local service

getPortletPersistence

public PortletPersistence getPortletPersistence()
Returns the portlet persistence.

Returns:
the portlet persistence

setPortletPersistence

public void setPortletPersistence(PortletPersistence portletPersistence)
Sets the portlet persistence.

Parameters:
portletPersistence - the portlet persistence

getPortletPreferencesLocalService

public PortletPreferencesLocalService getPortletPreferencesLocalService()
Returns the portlet preferences local service.

Returns:
the portlet preferences local service

setPortletPreferencesLocalService

public void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
Sets the portlet preferences local service.

Parameters:
portletPreferencesLocalService - the portlet preferences local service

getPortletPreferencesPersistence

public PortletPreferencesPersistence getPortletPreferencesPersistence()
Returns the portlet preferences persistence.

Returns:
the portlet preferences persistence

setPortletPreferencesPersistence

public void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
Sets the portlet preferences persistence.

Parameters:
portletPreferencesPersistence - the portlet preferences persistence

getPortletPreferencesFinder

public PortletPreferencesFinder getPortletPreferencesFinder()
Returns the portlet preferences finder.

Returns:
the portlet preferences finder

setPortletPreferencesFinder

public void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
Sets the portlet preferences finder.

Parameters:
portletPreferencesFinder - the portlet preferences finder

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceActionLocalService

public ResourceActionLocalService getResourceActionLocalService()
Returns the resource action local service.

Returns:
the resource action local service

setResourceActionLocalService

public void setResourceActionLocalService(ResourceActionLocalService resourceActionLocalService)
Sets the resource action local service.

Parameters:
resourceActionLocalService - the resource action local service

getResourceActionPersistence

public ResourceActionPersistence getResourceActionPersistence()
Returns the resource action persistence.

Returns:
the resource action persistence

setResourceActionPersistence

public void setResourceActionPersistence(ResourceActionPersistence resourceActionPersistence)
Sets the resource action persistence.

Parameters:
resourceActionPersistence - the resource action persistence

getResourceBlockLocalService

public ResourceBlockLocalService getResourceBlockLocalService()
Returns the resource block local service.

Returns:
the resource block local service

setResourceBlockLocalService

public void setResourceBlockLocalService(ResourceBlockLocalService resourceBlockLocalService)
Sets the resource block local service.

Parameters:
resourceBlockLocalService - the resource block local service

getResourceBlockPersistence

public ResourceBlockPersistence getResourceBlockPersistence()
Returns the resource block persistence.

Returns:
the resource block persistence

setResourceBlockPersistence

public void setResourceBlockPersistence(ResourceBlockPersistence resourceBlockPersistence)
Sets the resource block persistence.

Parameters:
resourceBlockPersistence - the resource block persistence

getResourceBlockFinder

public ResourceBlockFinder getResourceBlockFinder()
Returns the resource block finder.

Returns:
the resource block finder

setResourceBlockFinder

public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder)
Sets the resource block finder.

Parameters:
resourceBlockFinder - the resource block finder

getResourcePermissionLocalService

public ResourcePermissionLocalService getResourcePermissionLocalService()
Returns the resource permission local service.

Returns:
the resource permission local service

setResourcePermissionLocalService

public void setResourcePermissionLocalService(ResourcePermissionLocalService resourcePermissionLocalService)
Sets the resource permission local service.

Parameters:
resourcePermissionLocalService - the resource permission local service

getResourcePermissionPersistence

public ResourcePermissionPersistence getResourcePermissionPersistence()
Returns the resource permission persistence.

Returns:
the resource permission persistence

setResourcePermissionPersistence

public void setResourcePermissionPersistence(ResourcePermissionPersistence resourcePermissionPersistence)
Sets the resource permission persistence.

Parameters:
resourcePermissionPersistence - the resource permission persistence

getResourcePermissionFinder

public ResourcePermissionFinder getResourcePermissionFinder()
Returns the resource permission finder.

Returns:
the resource permission finder

setResourcePermissionFinder

public void setResourcePermissionFinder(ResourcePermissionFinder resourcePermissionFinder)
Sets the resource permission finder.

Parameters:
resourcePermissionFinder - the resource permission finder

getResourceTypePermissionLocalService

public ResourceTypePermissionLocalService getResourceTypePermissionLocalService()
Returns the resource type permission local service.

Returns:
the resource type permission local service

setResourceTypePermissionLocalService

public void setResourceTypePermissionLocalService(ResourceTypePermissionLocalService resourceTypePermissionLocalService)
Sets the resource type permission local service.

Parameters:
resourceTypePermissionLocalService - the resource type permission local service

getResourceTypePermissionPersistence

public ResourceTypePermissionPersistence getResourceTypePermissionPersistence()
Returns the resource type permission persistence.

Returns:
the resource type permission persistence

setResourceTypePermissionPersistence

public void setResourceTypePermissionPersistence(ResourceTypePermissionPersistence resourceTypePermissionPersistence)
Sets the resource type permission persistence.

Parameters:
resourceTypePermissionPersistence - the resource type permission persistence

getResourceTypePermissionFinder

public ResourceTypePermissionFinder getResourceTypePermissionFinder()
Returns the resource type permission finder.

Returns:
the resource type permission finder

setResourceTypePermissionFinder

public void setResourceTypePermissionFinder(ResourceTypePermissionFinder resourceTypePermissionFinder)
Sets the resource type permission finder.

Parameters:
resourceTypePermissionFinder - the resource type permission finder

getRoleLocalService

public RoleLocalService getRoleLocalService()
Returns the role local service.

Returns:
the role local service

setRoleLocalService

public void setRoleLocalService(RoleLocalService roleLocalService)
Sets the role local service.

Parameters:
roleLocalService - the role local service

getRolePersistence

public RolePersistence getRolePersistence()
Returns the role persistence.

Returns:
the role persistence

setRolePersistence

public void setRolePersistence(RolePersistence rolePersistence)
Sets the role persistence.

Parameters:
rolePersistence - the role persistence

getRoleFinder

public RoleFinder getRoleFinder()
Returns the role finder.

Returns:
the role finder

setRoleFinder

public void setRoleFinder(RoleFinder roleFinder)
Sets the role finder.

Parameters:
roleFinder - the role finder

getSubscriptionLocalService

public SubscriptionLocalService getSubscriptionLocalService()
Returns the subscription local service.

Returns:
the subscription local service

setSubscriptionLocalService

public void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
Sets the subscription local service.

Parameters:
subscriptionLocalService - the subscription local service

getSubscriptionPersistence

public SubscriptionPersistence getSubscriptionPersistence()
Returns the subscription persistence.

Returns:
the subscription persistence

setSubscriptionPersistence

public void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
Sets the subscription persistence.

Parameters:
subscriptionPersistence - the subscription persistence

getTeamLocalService

public TeamLocalService getTeamLocalService()
Returns the team local service.

Returns:
the team local service

setTeamLocalService

public void setTeamLocalService(TeamLocalService teamLocalService)
Sets the team local service.

Parameters:
teamLocalService - the team local service

getTeamPersistence

public TeamPersistence getTeamPersistence()
Returns the team persistence.

Returns:
the team persistence

setTeamPersistence

public void setTeamPersistence(TeamPersistence teamPersistence)
Sets the team persistence.

Parameters:
teamPersistence - the team persistence

getTeamFinder

public TeamFinder getTeamFinder()
Returns the team finder.

Returns:
the team finder

setTeamFinder

public void setTeamFinder(TeamFinder teamFinder)
Sets the team finder.

Parameters:
teamFinder - the team finder

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getUserGroupLocalService

public UserGroupLocalService getUserGroupLocalService()
Returns the user group local service.

Returns:
the user group local service

setUserGroupLocalService

public void setUserGroupLocalService(UserGroupLocalService userGroupLocalService)
Sets the user group local service.

Parameters:
userGroupLocalService - the user group local service

getUserGroupPersistence

public UserGroupPersistence getUserGroupPersistence()
Returns the user group persistence.

Returns:
the user group persistence

setUserGroupPersistence

public void setUserGroupPersistence(UserGroupPersistence userGroupPersistence)
Sets the user group persistence.

Parameters:
userGroupPersistence - the user group persistence

getUserGroupFinder

public UserGroupFinder getUserGroupFinder()
Returns the user group finder.

Returns:
the user group finder

setUserGroupFinder

public void setUserGroupFinder(UserGroupFinder userGroupFinder)
Sets the user group finder.

Parameters:
userGroupFinder - the user group finder

getUserGroupGroupRoleLocalService

public UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService()
Returns the user group group role local service.

Returns:
the user group group role local service

setUserGroupGroupRoleLocalService

public void setUserGroupGroupRoleLocalService(UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
Sets the user group group role local service.

Parameters:
userGroupGroupRoleLocalService - the user group group role local service

getUserGroupGroupRolePersistence

public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence()
Returns the user group group role persistence.

Returns:
the user group group role persistence

setUserGroupGroupRolePersistence

public void setUserGroupGroupRolePersistence(UserGroupGroupRolePersistence userGroupGroupRolePersistence)
Sets the user group group role persistence.

Parameters:
userGroupGroupRolePersistence - the user group group role persistence

getUserGroupGroupRoleFinder

public UserGroupGroupRoleFinder getUserGroupGroupRoleFinder()
Returns the user group group role finder.

Returns:
the user group group role finder

setUserGroupGroupRoleFinder

public void setUserGroupGroupRoleFinder(UserGroupGroupRoleFinder userGroupGroupRoleFinder)
Sets the user group group role finder.

Parameters:
userGroupGroupRoleFinder - the user group group role finder

getUserGroupRoleLocalService

public UserGroupRoleLocalService getUserGroupRoleLocalService()
Returns the user group role local service.

Returns:
the user group role local service

setUserGroupRoleLocalService

public void setUserGroupRoleLocalService(UserGroupRoleLocalService userGroupRoleLocalService)
Sets the user group role local service.

Parameters:
userGroupRoleLocalService - the user group role local service

getUserGroupRolePersistence

public UserGroupRolePersistence getUserGroupRolePersistence()
Returns the user group role persistence.

Returns:
the user group role persistence

setUserGroupRolePersistence

public void setUserGroupRolePersistence(UserGroupRolePersistence userGroupRolePersistence)
Sets the user group role persistence.

Parameters:
userGroupRolePersistence - the user group role persistence

getUserGroupRoleFinder

public UserGroupRoleFinder getUserGroupRoleFinder()
Returns the user group role finder.

Returns:
the user group role finder

setUserGroupRoleFinder

public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder)
Sets the user group role finder.

Parameters:
userGroupRoleFinder - the user group role finder

getWorkflowDefinitionLinkLocalService

public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService()
Returns the workflow definition link local service.

Returns:
the workflow definition link local service

setWorkflowDefinitionLinkLocalService

public void setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
Sets the workflow definition link local service.

Parameters:
workflowDefinitionLinkLocalService - the workflow definition link local service

getWorkflowDefinitionLinkPersistence

public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence()
Returns the workflow definition link persistence.

Returns:
the workflow definition link persistence

setWorkflowDefinitionLinkPersistence

public void setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
Sets the workflow definition link persistence.

Parameters:
workflowDefinitionLinkPersistence - the workflow definition link persistence

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface GroupLocalService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b4