Liferay 7.0-ce-b4

com.liferay.portal.service.base
Class UserLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.UserLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, UserLocalService
Direct Known Subclasses:
UserLocalServiceImpl

@ProviderType
public abstract class UserLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements UserLocalService, IdentifiableOSGiService

Provides the base implementation for the user 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 UserLocalServiceImpl.

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

Field Summary
protected  AnnouncementsDeliveryLocalService announcementsDeliveryLocalService
           
protected  AnnouncementsDeliveryPersistence announcementsDeliveryPersistence
           
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  BlogsStatsUserFinder blogsStatsUserFinder
           
protected  BlogsStatsUserLocalService blogsStatsUserLocalService
           
protected  BlogsStatsUserPersistence blogsStatsUserPersistence
           
protected  BrowserTrackerLocalService browserTrackerLocalService
           
protected  BrowserTrackerPersistence browserTrackerPersistence
           
protected  CompanyLocalService companyLocalService
           
protected  CompanyPersistence companyPersistence
           
protected  ContactLocalService contactLocalService
           
protected  ContactPersistence contactPersistence
           
protected  CounterLocalService counterLocalService
           
protected  DLFileEntryFinder dlFileEntryFinder
           
protected  DLFileEntryLocalService dlFileEntryLocalService
           
protected  DLFileEntryPersistence dlFileEntryPersistence
           
protected  DLFileRankFinder dlFileRankFinder
           
protected  DLFileRankLocalService dlFileRankLocalService
           
protected  DLFileRankPersistence dlFileRankPersistence
           
protected  ExpandoRowLocalService expandoRowLocalService
           
protected  ExpandoRowPersistence expandoRowPersistence
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  ImageLocalService imageLocalService
           
protected  ImagePersistence imagePersistence
           
protected  LayoutFinder layoutFinder
           
protected  LayoutLocalService layoutLocalService
           
protected  LayoutPersistence layoutPersistence
           
protected  MBBanLocalService mbBanLocalService
           
protected  MBBanPersistence mbBanPersistence
           
protected  MBMessageFinder mbMessageFinder
           
protected  MBMessageLocalService mbMessageLocalService
           
protected  MBMessagePersistence mbMessagePersistence
           
protected  MBStatsUserLocalService mbStatsUserLocalService
           
protected  MBStatsUserPersistence mbStatsUserPersistence
           
protected  MBThreadFlagLocalService mbThreadFlagLocalService
           
protected  MBThreadFlagPersistence mbThreadFlagPersistence
           
protected  MembershipRequestLocalService membershipRequestLocalService
           
protected  MembershipRequestPersistence membershipRequestPersistence
           
protected  OrganizationFinder organizationFinder
           
protected  OrganizationLocalService organizationLocalService
           
protected  OrganizationPersistence organizationPersistence
           
protected  PasswordPolicyFinder passwordPolicyFinder
           
protected  PasswordPolicyLocalService passwordPolicyLocalService
           
protected  PasswordPolicyPersistence passwordPolicyPersistence
           
protected  PasswordPolicyRelLocalService passwordPolicyRelLocalService
           
protected  PasswordPolicyRelPersistence passwordPolicyRelPersistence
           
protected  PasswordTrackerLocalService passwordTrackerLocalService
           
protected  PasswordTrackerPersistence passwordTrackerPersistence
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  RatingsStatsFinder ratingsStatsFinder
           
protected  RatingsStatsLocalService ratingsStatsLocalService
           
protected  RatingsStatsPersistence ratingsStatsPersistence
           
protected  RecentLayoutBranchLocalService recentLayoutBranchLocalService
           
protected  RecentLayoutBranchPersistence recentLayoutBranchPersistence
           
protected  RecentLayoutRevisionLocalService recentLayoutRevisionLocalService
           
protected  RecentLayoutRevisionPersistence recentLayoutRevisionPersistence
           
protected  RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService
           
protected  RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence
           
protected  ResourceLocalService resourceLocalService
           
protected  RoleFinder roleFinder
           
protected  RoleLocalService roleLocalService
           
protected  RolePersistence rolePersistence
           
protected  SocialActivityFinder socialActivityFinder
           
protected  SocialActivityLocalService socialActivityLocalService
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  SocialRelationLocalService socialRelationLocalService
           
protected  SocialRelationPersistence socialRelationPersistence
           
protected  SocialRequestLocalService socialRequestLocalService
           
protected  SocialRequestPersistence socialRequestPersistence
           
protected  SubscriptionLocalService subscriptionLocalService
           
protected  SubscriptionPersistence subscriptionPersistence
           
protected  TeamFinder teamFinder
           
protected  TeamLocalService teamLocalService
           
protected  TeamPersistence teamPersistence
           
protected  TicketLocalService ticketLocalService
           
protected  TicketPersistence ticketPersistence
           
protected  UserFinder userFinder
           
protected  UserGroupFinder userGroupFinder
           
protected  UserGroupLocalService userGroupLocalService
           
protected  UserGroupPersistence userGroupPersistence
           
protected  UserGroupRoleFinder userGroupRoleFinder
           
protected  UserGroupRoleLocalService userGroupRoleLocalService
           
protected  UserGroupRolePersistence userGroupRolePersistence
           
protected  UserIdMapperLocalService userIdMapperLocalService
           
protected  UserIdMapperPersistence userIdMapperPersistence
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
           
protected  WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
           
 
Constructor Summary
UserLocalServiceBaseImpl()
           
 
Method Summary
 void addGroupUser(long groupId, long userId)
           
 void addGroupUser(long groupId, User user)
           
 void addGroupUsers(long groupId, List<User> Users)
           
 void addGroupUsers(long groupId, long[] userIds)
           
 void addOrganizationUser(long organizationId, long userId)
           
 void addOrganizationUser(long organizationId, User user)
           
 void addOrganizationUsers(long organizationId, List<User> Users)
           
 void addOrganizationUsers(long organizationId, long[] userIds)
           
 void addRoleUser(long roleId, long userId)
           
 void addRoleUser(long roleId, User user)
           
 void addRoleUsers(long roleId, List<User> Users)
           
 void addRoleUsers(long roleId, long[] userIds)
           
 void addTeamUser(long teamId, long userId)
           
 void addTeamUser(long teamId, User user)
           
 void addTeamUsers(long teamId, List<User> Users)
           
 void addTeamUsers(long teamId, long[] userIds)
           
 User addUser(User user)
          Adds the user to the database.
 void addUserGroupUser(long userGroupId, long userId)
           
 void addUserGroupUser(long userGroupId, User user)
           
 void addUserGroupUsers(long userGroupId, List<User> Users)
           
 void addUserGroupUsers(long userGroupId, long[] userIds)
           
 void afterPropertiesSet()
           
 void clearGroupUsers(long groupId)
           
 void clearOrganizationUsers(long organizationId)
           
 void clearRoleUsers(long roleId)
           
 void clearTeamUsers(long teamId)
           
 void clearUserGroupUsers(long userGroupId)
           
 User createUser(long userId)
          Creates a new user with the primary key.
 void deleteGroupUser(long groupId, long userId)
           
 void deleteGroupUser(long groupId, User user)
           
 void deleteGroupUsers(long groupId, List<User> Users)
           
 void deleteGroupUsers(long groupId, long[] userIds)
           
 void deleteOrganizationUser(long organizationId, long userId)
           
 void deleteOrganizationUser(long organizationId, User user)
           
 void deleteOrganizationUsers(long organizationId, List<User> Users)
           
 void deleteOrganizationUsers(long organizationId, long[] userIds)
           
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 void deleteRoleUser(long roleId, long userId)
           
 void deleteRoleUser(long roleId, User user)
           
 void deleteRoleUsers(long roleId, List<User> Users)
           
 void deleteRoleUsers(long roleId, long[] userIds)
           
 void deleteTeamUser(long teamId, long userId)
           
 void deleteTeamUser(long teamId, User user)
           
 void deleteTeamUsers(long teamId, List<User> Users)
           
 void deleteTeamUsers(long teamId, long[] userIds)
           
 User deleteUser(long userId)
          Deletes the user with the primary key from the database.
 User deleteUser(User user)
          Deletes the user from the database.
 void deleteUserGroupUser(long userGroupId, long userId)
           
 void deleteUserGroupUser(long userGroupId, User user)
           
 void deleteUserGroupUsers(long userGroupId, List<User> Users)
           
 void deleteUserGroupUsers(long userGroupId, long[] userIds)
           
 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.
 User fetchUser(long userId)
           
 User fetchUserByUuidAndCompanyId(String uuid, long companyId)
          Returns the user with the matching UUID and company.
 ActionableDynamicQuery getActionableDynamicQuery()
           
 AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()
          Returns the announcements delivery local service.
 AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()
          Returns the announcements delivery persistence.
 AssetEntryFinder getAssetEntryFinder()
          Returns the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Returns the asset entry persistence.
 BlogsStatsUserFinder getBlogsStatsUserFinder()
          Returns the blogs stats user finder.
 BlogsStatsUserLocalService getBlogsStatsUserLocalService()
          Returns the blogs stats user local service.
 BlogsStatsUserPersistence getBlogsStatsUserPersistence()
          Returns the blogs stats user persistence.
 BrowserTrackerLocalService getBrowserTrackerLocalService()
          Returns the browser tracker local service.
 BrowserTrackerPersistence getBrowserTrackerPersistence()
          Returns the browser tracker persistence.
 CompanyLocalService getCompanyLocalService()
          Returns the company local service.
 CompanyPersistence getCompanyPersistence()
          Returns the company persistence.
 ContactLocalService getContactLocalService()
          Returns the contact local service.
 ContactPersistence getContactPersistence()
          Returns the contact persistence.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 DLFileEntryFinder getDLFileEntryFinder()
          Returns the document library file entry finder.
 DLFileEntryLocalService getDLFileEntryLocalService()
          Returns the document library file entry local service.
 DLFileEntryPersistence getDLFileEntryPersistence()
          Returns the document library file entry persistence.
 DLFileRankFinder getDLFileRankFinder()
          Returns the document library file rank finder.
 DLFileRankLocalService getDLFileRankLocalService()
          Returns the document library file rank local service.
 DLFileRankPersistence getDLFileRankPersistence()
          Returns the document library file rank persistence.
 ExpandoRowLocalService getExpandoRowLocalService()
          Returns the expando row local service.
 ExpandoRowPersistence getExpandoRowPersistence()
          Returns the expando row persistence.
 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
           
 GroupFinder getGroupFinder()
          Returns the group finder.
 GroupLocalService getGroupLocalService()
          Returns the group local service.
 GroupPersistence getGroupPersistence()
          Returns the group persistence.
 long[] getGroupPrimaryKeys(long userId)
          Returns the groupIds of the groups associated with the user.
 List<User> getGroupUsers(long groupId)
           
 List<User> getGroupUsers(long groupId, int start, int end)
           
 List<User> getGroupUsers(long groupId, int start, int end, OrderByComparator<User> orderByComparator)
           
 int getGroupUsersCount(long groupId)
           
 ImageLocalService getImageLocalService()
          Returns the image local service.
 ImagePersistence getImagePersistence()
          Returns the image persistence.
 IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
 LayoutFinder getLayoutFinder()
          Returns the layout finder.
 LayoutLocalService getLayoutLocalService()
          Returns the layout local service.
 LayoutPersistence getLayoutPersistence()
          Returns the layout persistence.
 MBBanLocalService getMBBanLocalService()
          Returns the message boards ban local service.
 MBBanPersistence getMBBanPersistence()
          Returns the message boards ban persistence.
 MBMessageFinder getMBMessageFinder()
          Returns the message-boards message finder.
 MBMessageLocalService getMBMessageLocalService()
          Returns the message-boards message local service.
 MBMessagePersistence getMBMessagePersistence()
          Returns the message-boards message persistence.
 MBStatsUserLocalService getMBStatsUserLocalService()
          Returns the message boards stats user local service.
 MBStatsUserPersistence getMBStatsUserPersistence()
          Returns the message boards stats user persistence.
 MBThreadFlagLocalService getMBThreadFlagLocalService()
          Returns the message boards thread flag local service.
 MBThreadFlagPersistence getMBThreadFlagPersistence()
          Returns the message boards thread flag 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.
 OrganizationLocalService getOrganizationLocalService()
          Returns the organization local service.
 OrganizationPersistence getOrganizationPersistence()
          Returns the organization persistence.
 long[] getOrganizationPrimaryKeys(long userId)
          Returns the organizationIds of the organizations associated with the user.
 List<User> getOrganizationUsers(long organizationId)
           
 List<User> getOrganizationUsers(long organizationId, int start, int end)
           
 List<User> getOrganizationUsers(long organizationId, int start, int end, OrderByComparator<User> orderByComparator)
           
 int getOrganizationUsersCount(long organizationId)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PasswordPolicyFinder getPasswordPolicyFinder()
          Returns the password policy finder.
 PasswordPolicyLocalService getPasswordPolicyLocalService()
          Returns the password policy local service.
 PasswordPolicyPersistence getPasswordPolicyPersistence()
          Returns the password policy persistence.
 PasswordPolicyRelLocalService getPasswordPolicyRelLocalService()
          Returns the password policy rel local service.
 PasswordPolicyRelPersistence getPasswordPolicyRelPersistence()
          Returns the password policy rel persistence.
 PasswordTrackerLocalService getPasswordTrackerLocalService()
          Returns the password tracker local service.
 PasswordTrackerPersistence getPasswordTrackerPersistence()
          Returns the password tracker persistence.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 RatingsStatsFinder getRatingsStatsFinder()
          Returns the ratings stats finder.
 RatingsStatsLocalService getRatingsStatsLocalService()
          Returns the ratings stats local service.
 RatingsStatsPersistence getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 RecentLayoutBranchLocalService getRecentLayoutBranchLocalService()
          Returns the recent layout branch local service.
 RecentLayoutBranchPersistence getRecentLayoutBranchPersistence()
          Returns the recent layout branch persistence.
 RecentLayoutRevisionLocalService getRecentLayoutRevisionLocalService()
          Returns the recent layout revision local service.
 RecentLayoutRevisionPersistence getRecentLayoutRevisionPersistence()
          Returns the recent layout revision persistence.
 RecentLayoutSetBranchLocalService getRecentLayoutSetBranchLocalService()
          Returns the recent layout set branch local service.
 RecentLayoutSetBranchPersistence getRecentLayoutSetBranchPersistence()
          Returns the recent layout set branch persistence.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 RoleFinder getRoleFinder()
          Returns the role finder.
 RoleLocalService getRoleLocalService()
          Returns the role local service.
 RolePersistence getRolePersistence()
          Returns the role persistence.
 long[] getRolePrimaryKeys(long userId)
          Returns the roleIds of the roles associated with the user.
 List<User> getRoleUsers(long roleId)
           
 List<User> getRoleUsers(long roleId, int start, int end)
           
 List<User> getRoleUsers(long roleId, int start, int end, OrderByComparator<User> orderByComparator)
           
 int getRoleUsersCount(long roleId)
           
 SocialActivityFinder getSocialActivityFinder()
          Returns the social activity finder.
 SocialActivityLocalService getSocialActivityLocalService()
          Returns the social activity local service.
 SocialActivityPersistence getSocialActivityPersistence()
          Returns the social activity persistence.
 SocialRelationLocalService getSocialRelationLocalService()
          Returns the social relation local service.
 SocialRelationPersistence getSocialRelationPersistence()
          Returns the social relation persistence.
 SocialRequestLocalService getSocialRequestLocalService()
          Returns the social request local service.
 SocialRequestPersistence getSocialRequestPersistence()
          Returns the social request persistence.
 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.
 long[] getTeamPrimaryKeys(long userId)
          Returns the teamIds of the teams associated with the user.
 List<User> getTeamUsers(long teamId)
           
 List<User> getTeamUsers(long teamId, int start, int end)
           
 List<User> getTeamUsers(long teamId, int start, int end, OrderByComparator<User> orderByComparator)
           
 int getTeamUsersCount(long teamId)
           
 TicketLocalService getTicketLocalService()
          Returns the ticket local service.
 TicketPersistence getTicketPersistence()
          Returns the ticket persistence.
 User getUser(long userId)
          Returns the user with the primary key.
 User getUserByUuidAndCompanyId(String uuid, long companyId)
          Returns the user with the matching UUID and company.
 UserFinder getUserFinder()
          Returns the user finder.
 UserGroupFinder getUserGroupFinder()
          Returns the user group finder.
 UserGroupLocalService getUserGroupLocalService()
          Returns the user group local service.
 UserGroupPersistence getUserGroupPersistence()
          Returns the user group persistence.
 long[] getUserGroupPrimaryKeys(long userId)
          Returns the userGroupIds of the user groups associated with the user.
 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<User> getUserGroupUsers(long userGroupId)
           
 List<User> getUserGroupUsers(long userGroupId, int start, int end)
           
 List<User> getUserGroupUsers(long userGroupId, int start, int end, OrderByComparator<User> orderByComparator)
           
 int getUserGroupUsersCount(long userGroupId)
           
 UserIdMapperLocalService getUserIdMapperLocalService()
          Returns the user ID mapper local service.
 UserIdMapperPersistence getUserIdMapperPersistence()
          Returns the user ID mapper persistence.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 List<User> getUsers(int start, int end)
          Returns a range of all the users.
 int getUsersCount()
          Returns the number of users.
 WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
          Returns the workflow instance link local service.
 WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
          Returns the workflow instance link persistence.
 boolean hasGroupUser(long groupId, long userId)
           
 boolean hasGroupUsers(long groupId)
           
 boolean hasOrganizationUser(long organizationId, long userId)
           
 boolean hasOrganizationUsers(long organizationId)
           
 boolean hasRoleUser(long roleId, long userId)
           
 boolean hasRoleUsers(long roleId)
           
 boolean hasTeamUser(long teamId, long userId)
           
 boolean hasTeamUsers(long teamId)
           
 boolean hasUserGroupUser(long userGroupId, long userId)
           
 boolean hasUserGroupUsers(long userGroupId)
           
protected  void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
           
protected  void runSQL(String sql)
          Performs a SQL query.
 void setAnnouncementsDeliveryLocalService(AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
          Sets the announcements delivery local service.
 void setAnnouncementsDeliveryPersistence(AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
          Sets the announcements delivery 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 setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
          Sets the blogs stats user local service.
 void setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
          Sets the blogs stats user persistence.
 void setBrowserTrackerLocalService(BrowserTrackerLocalService browserTrackerLocalService)
          Sets the browser tracker local service.
 void setBrowserTrackerPersistence(BrowserTrackerPersistence browserTrackerPersistence)
          Sets the browser tracker persistence.
 void setCompanyLocalService(CompanyLocalService companyLocalService)
          Sets the company local service.
 void setCompanyPersistence(CompanyPersistence companyPersistence)
          Sets the company persistence.
 void setContactLocalService(ContactLocalService contactLocalService)
          Sets the contact local service.
 void setContactPersistence(ContactPersistence contactPersistence)
          Sets the contact persistence.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
          Sets the document library file entry finder.
 void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
          Sets the document library file entry local service.
 void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
          Sets the document library file entry persistence.
 void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)
          Sets the document library file rank finder.
 void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
          Sets the document library file rank local service.
 void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
          Sets the document library file rank persistence.
 void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Sets the expando row local service.
 void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 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 setGroupUsers(long groupId, long[] userIds)
           
 void setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void setImagePersistence(ImagePersistence imagePersistence)
          Sets the image 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 setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void setMBBanPersistence(MBBanPersistence mbBanPersistence)
          Sets the message boards ban persistence.
 void setMBMessageFinder(MBMessageFinder mbMessageFinder)
          Sets the message-boards message finder.
 void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
          Sets the message-boards message local service.
 void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
          Sets the message-boards message persistence.
 void setMBStatsUserLocalService(MBStatsUserLocalService mbStatsUserLocalService)
          Sets the message boards stats user local service.
 void setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
          Sets the message boards stats user persistence.
 void setMBThreadFlagLocalService(MBThreadFlagLocalService mbThreadFlagLocalService)
          Sets the message boards thread flag local service.
 void setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
          Sets the message boards thread flag 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 setOrganizationLocalService(OrganizationLocalService organizationLocalService)
          Sets the organization local service.
 void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
          Sets the organization persistence.
 void setOrganizationUsers(long organizationId, long[] userIds)
           
 void setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 void setPasswordPolicyLocalService(PasswordPolicyLocalService passwordPolicyLocalService)
          Sets the password policy local service.
 void setPasswordPolicyPersistence(PasswordPolicyPersistence passwordPolicyPersistence)
          Sets the password policy persistence.
 void setPasswordPolicyRelLocalService(PasswordPolicyRelLocalService passwordPolicyRelLocalService)
          Sets the password policy rel local service.
 void setPasswordPolicyRelPersistence(PasswordPolicyRelPersistence passwordPolicyRelPersistence)
          Sets the password policy rel persistence.
 void setPasswordTrackerLocalService(PasswordTrackerLocalService passwordTrackerLocalService)
          Sets the password tracker local service.
 void setPasswordTrackerPersistence(PasswordTrackerPersistence passwordTrackerPersistence)
          Sets the password tracker persistence.
 void setRatingsStatsFinder(RatingsStatsFinder ratingsStatsFinder)
          Sets the ratings stats finder.
 void setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void setRecentLayoutBranchLocalService(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
          Sets the recent layout branch local service.
 void setRecentLayoutBranchPersistence(RecentLayoutBranchPersistence recentLayoutBranchPersistence)
          Sets the recent layout branch persistence.
 void setRecentLayoutRevisionLocalService(RecentLayoutRevisionLocalService recentLayoutRevisionLocalService)
          Sets the recent layout revision local service.
 void setRecentLayoutRevisionPersistence(RecentLayoutRevisionPersistence recentLayoutRevisionPersistence)
          Sets the recent layout revision persistence.
 void setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
          Sets the recent layout set branch local service.
 void setRecentLayoutSetBranchPersistence(RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence)
          Sets the recent layout set branch persistence.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setRoleFinder(RoleFinder roleFinder)
          Sets the role finder.
 void setRoleLocalService(RoleLocalService roleLocalService)
          Sets the role local service.
 void setRolePersistence(RolePersistence rolePersistence)
          Sets the role persistence.
 void setRoleUsers(long roleId, long[] userIds)
           
 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 setSocialRelationLocalService(SocialRelationLocalService socialRelationLocalService)
          Sets the social relation local service.
 void setSocialRelationPersistence(SocialRelationPersistence socialRelationPersistence)
          Sets the social relation persistence.
 void setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
          Sets the social request local service.
 void setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
          Sets the social request persistence.
 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 setTeamUsers(long teamId, long[] userIds)
           
 void setTicketLocalService(TicketLocalService ticketLocalService)
          Sets the ticket local service.
 void setTicketPersistence(TicketPersistence ticketPersistence)
          Sets the ticket persistence.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserGroupFinder(UserGroupFinder userGroupFinder)
          Sets the user group finder.
 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 setUserGroupUsers(long userGroupId, long[] userIds)
           
 void setUserIdMapperLocalService(UserIdMapperLocalService userIdMapperLocalService)
          Sets the user ID mapper local service.
 void setUserIdMapperPersistence(UserIdMapperPersistence userIdMapperPersistence)
          Sets the user ID mapper persistence.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
          Sets the workflow instance link local service.
 void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
          Sets the workflow instance link persistence.
 User updateUser(User user)
          Updates the user 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.UserLocalService
addDefaultAdminUser, addDefaultGroups, addDefaultRoles, addDefaultUserGroups, addPasswordPolicyUsers, addUser, addUserWithWorkflow, authenticateByEmailAddress, authenticateByScreenName, authenticateByUserId, authenticateForBasic, authenticateForDigest, authenticateForJAAS, checkLockout, checkLoginFailure, checkLoginFailureByEmailAddress, checkLoginFailureById, checkLoginFailureByScreenName, checkPasswordExpired, completeUserRegistration, decryptUserId, deletePortrait, encryptUserId, fetchUserByContactId, fetchUserByEmailAddress, fetchUserByFacebookId, fetchUserById, fetchUserByOpenId, fetchUserByPortraitId, fetchUserByScreenName, getCompanyUsers, getCompanyUsersCount, getDefaultUser, getDefaultUserId, getGroupUserIds, getGroupUsersCount, getInheritedRoleUsers, getNoAnnouncementsDeliveries, getNoContacts, getNoGroups, getOrganizationUserIds, getOrganizationUsersCount, getRoleUserIds, getRoleUsersCount, getSocialUsers, getSocialUsers, getSocialUsers, getSocialUsers, getSocialUsers, getSocialUsersCount, getSocialUsersCount, getSocialUsersCount, getSocialUsersCount, getSocialUsersCount, getUserByContactId, getUserByEmailAddress, getUserByFacebookId, getUserById, getUserById, getUserByOpenId, getUserByPortraitId, getUserByScreenName, getUserByUuid, getUserGroupUsersCount, getUserIdByEmailAddress, getUserIdByScreenName, hasPasswordPolicyUser, hasRoleUser, isPasswordExpired, isPasswordExpiringSoon, loadGetDefaultUser, search, search, search, search, search, search, searchCount, searchCount, searchCounts, searchSocial, searchSocial, searchSocial, searchUsers, searchUsers, searchUsers, searchUsers, sendEmailAddressVerification, sendPassword, sendPasswordByEmailAddress, sendPasswordByScreenName, sendPasswordByUserId, unsetGroupTeamsUsers, unsetGroupUsers, unsetOrganizationUsers, unsetPasswordPolicyUsers, unsetRoleUsers, unsetRoleUsers, unsetTeamUsers, unsetUserGroupUsers, updateAgreedToTermsOfUse, updateAsset, updateCreateDate, updateEmailAddress, updateEmailAddress, updateEmailAddressVerified, updateFacebookId, updateGroups, updateIncompleteUser, updateJobTitle, updateLastLogin, updateLockout, updateLockoutByEmailAddress, updateLockoutById, updateLockoutByScreenName, updateModifiedDate, updateOpenId, updateOrganizations, updatePassword, updatePassword, updatePasswordManually, updatePasswordReset, updatePortrait, updateReminderQuery, updateScreenName, updateStatus, updateStatus, updateUser, updateUser, verifyEmailAddress
 

Field Detail

userLocalService

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

userPersistence

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

userFinder

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

counterLocalService

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

browserTrackerLocalService

@BeanReference(type=BrowserTrackerLocalService.class)
protected BrowserTrackerLocalService browserTrackerLocalService

browserTrackerPersistence

@BeanReference(type=BrowserTrackerPersistence.class)
protected BrowserTrackerPersistence browserTrackerPersistence

companyLocalService

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

companyPersistence

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

contactLocalService

@BeanReference(type=ContactLocalService.class)
protected ContactLocalService contactLocalService

contactPersistence

@BeanReference(type=ContactPersistence.class)
protected ContactPersistence contactPersistence

groupLocalService

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

groupPersistence

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

groupFinder

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

imageLocalService

@BeanReference(type=ImageLocalService.class)
protected ImageLocalService imageLocalService

imagePersistence

@BeanReference(type=ImagePersistence.class)
protected ImagePersistence imagePersistence

layoutLocalService

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

layoutPersistence

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

layoutFinder

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

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

passwordPolicyLocalService

@BeanReference(type=PasswordPolicyLocalService.class)
protected PasswordPolicyLocalService passwordPolicyLocalService

passwordPolicyPersistence

@BeanReference(type=PasswordPolicyPersistence.class)
protected PasswordPolicyPersistence passwordPolicyPersistence

passwordPolicyFinder

@BeanReference(type=PasswordPolicyFinder.class)
protected PasswordPolicyFinder passwordPolicyFinder

passwordPolicyRelLocalService

@BeanReference(type=PasswordPolicyRelLocalService.class)
protected PasswordPolicyRelLocalService passwordPolicyRelLocalService

passwordPolicyRelPersistence

@BeanReference(type=PasswordPolicyRelPersistence.class)
protected PasswordPolicyRelPersistence passwordPolicyRelPersistence

passwordTrackerLocalService

@BeanReference(type=PasswordTrackerLocalService.class)
protected PasswordTrackerLocalService passwordTrackerLocalService

passwordTrackerPersistence

@BeanReference(type=PasswordTrackerPersistence.class)
protected PasswordTrackerPersistence passwordTrackerPersistence

recentLayoutBranchLocalService

@BeanReference(type=RecentLayoutBranchLocalService.class)
protected RecentLayoutBranchLocalService recentLayoutBranchLocalService

recentLayoutBranchPersistence

@BeanReference(type=RecentLayoutBranchPersistence.class)
protected RecentLayoutBranchPersistence recentLayoutBranchPersistence

recentLayoutRevisionLocalService

@BeanReference(type=RecentLayoutRevisionLocalService.class)
protected RecentLayoutRevisionLocalService recentLayoutRevisionLocalService

recentLayoutRevisionPersistence

@BeanReference(type=RecentLayoutRevisionPersistence.class)
protected RecentLayoutRevisionPersistence recentLayoutRevisionPersistence

recentLayoutSetBranchLocalService

@BeanReference(type=RecentLayoutSetBranchLocalService.class)
protected RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService

recentLayoutSetBranchPersistence

@BeanReference(type=RecentLayoutSetBranchPersistence.class)
protected RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence

resourceLocalService

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

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

ticketLocalService

@BeanReference(type=TicketLocalService.class)
protected TicketLocalService ticketLocalService

ticketPersistence

@BeanReference(type=TicketPersistence.class)
protected TicketPersistence ticketPersistence

announcementsDeliveryLocalService

@BeanReference(type=AnnouncementsDeliveryLocalService.class)
protected AnnouncementsDeliveryLocalService announcementsDeliveryLocalService

announcementsDeliveryPersistence

@BeanReference(type=AnnouncementsDeliveryPersistence.class)
protected AnnouncementsDeliveryPersistence announcementsDeliveryPersistence

assetEntryLocalService

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

assetEntryPersistence

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

assetEntryFinder

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

blogsStatsUserLocalService

@BeanReference(type=BlogsStatsUserLocalService.class)
protected BlogsStatsUserLocalService blogsStatsUserLocalService

blogsStatsUserPersistence

@BeanReference(type=BlogsStatsUserPersistence.class)
protected BlogsStatsUserPersistence blogsStatsUserPersistence

blogsStatsUserFinder

@BeanReference(type=BlogsStatsUserFinder.class)
protected BlogsStatsUserFinder blogsStatsUserFinder

dlFileEntryLocalService

@BeanReference(type=DLFileEntryLocalService.class)
protected DLFileEntryLocalService dlFileEntryLocalService

dlFileEntryPersistence

@BeanReference(type=DLFileEntryPersistence.class)
protected DLFileEntryPersistence dlFileEntryPersistence

dlFileEntryFinder

@BeanReference(type=DLFileEntryFinder.class)
protected DLFileEntryFinder dlFileEntryFinder

dlFileRankLocalService

@BeanReference(type=DLFileRankLocalService.class)
protected DLFileRankLocalService dlFileRankLocalService

dlFileRankPersistence

@BeanReference(type=DLFileRankPersistence.class)
protected DLFileRankPersistence dlFileRankPersistence

dlFileRankFinder

@BeanReference(type=DLFileRankFinder.class)
protected DLFileRankFinder dlFileRankFinder

expandoRowLocalService

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

expandoRowPersistence

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

mbBanLocalService

@BeanReference(type=MBBanLocalService.class)
protected MBBanLocalService mbBanLocalService

mbBanPersistence

@BeanReference(type=MBBanPersistence.class)
protected MBBanPersistence mbBanPersistence

mbMessageLocalService

@BeanReference(type=MBMessageLocalService.class)
protected MBMessageLocalService mbMessageLocalService

mbMessagePersistence

@BeanReference(type=MBMessagePersistence.class)
protected MBMessagePersistence mbMessagePersistence

mbMessageFinder

@BeanReference(type=MBMessageFinder.class)
protected MBMessageFinder mbMessageFinder

mbStatsUserLocalService

@BeanReference(type=MBStatsUserLocalService.class)
protected MBStatsUserLocalService mbStatsUserLocalService

mbStatsUserPersistence

@BeanReference(type=MBStatsUserPersistence.class)
protected MBStatsUserPersistence mbStatsUserPersistence

mbThreadFlagLocalService

@BeanReference(type=MBThreadFlagLocalService.class)
protected MBThreadFlagLocalService mbThreadFlagLocalService

mbThreadFlagPersistence

@BeanReference(type=MBThreadFlagPersistence.class)
protected MBThreadFlagPersistence mbThreadFlagPersistence

ratingsStatsLocalService

@BeanReference(type=RatingsStatsLocalService.class)
protected RatingsStatsLocalService ratingsStatsLocalService

ratingsStatsPersistence

@BeanReference(type=RatingsStatsPersistence.class)
protected RatingsStatsPersistence ratingsStatsPersistence

ratingsStatsFinder

@BeanReference(type=RatingsStatsFinder.class)
protected RatingsStatsFinder ratingsStatsFinder

socialActivityLocalService

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

socialActivityPersistence

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

socialActivityFinder

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

socialRelationLocalService

@BeanReference(type=SocialRelationLocalService.class)
protected SocialRelationLocalService socialRelationLocalService

socialRelationPersistence

@BeanReference(type=SocialRelationPersistence.class)
protected SocialRelationPersistence socialRelationPersistence

socialRequestLocalService

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

socialRequestPersistence

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

userGroupLocalService

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

userGroupPersistence

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

userGroupFinder

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

userGroupRoleLocalService

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

userGroupRolePersistence

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

userGroupRoleFinder

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

userIdMapperLocalService

@BeanReference(type=UserIdMapperLocalService.class)
protected UserIdMapperLocalService userIdMapperLocalService

userIdMapperPersistence

@BeanReference(type=UserIdMapperPersistence.class)
protected UserIdMapperPersistence userIdMapperPersistence

workflowInstanceLinkLocalService

@BeanReference(type=WorkflowInstanceLinkLocalService.class)
protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService

workflowInstanceLinkPersistence

@BeanReference(type=WorkflowInstanceLinkPersistence.class)
protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence

persistedModelLocalServiceRegistry

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

UserLocalServiceBaseImpl

public UserLocalServiceBaseImpl()
Method Detail

addUser

@Indexable(type=REINDEX)
public User addUser(User user)
Adds the user to the database. Also notifies the appropriate model listeners.

Specified by:
addUser in interface UserLocalService
Parameters:
user - the user
Returns:
the user that was added

createUser

public User createUser(long userId)
Creates a new user with the primary key. Does not add the user to the database.

Specified by:
createUser in interface UserLocalService
Parameters:
userId - the primary key for the new user
Returns:
the new user

deleteUser

@Indexable(type=DELETE)
public User deleteUser(long userId)
                throws PortalException
Deletes the user with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteUser in interface UserLocalService
Parameters:
userId - the primary key of the user
Returns:
the user that was removed
Throws:
PortalException - if a user with the primary key could not be found

deleteUser

@Indexable(type=DELETE)
public User deleteUser(User user)
                throws PortalException
Deletes the user from the database. Also notifies the appropriate model listeners.

Specified by:
deleteUser in interface UserLocalService
Parameters:
user - the user
Returns:
the user that was removed
Throws:
PortalException

dynamicQuery

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

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 UserLocalService
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 UserModelImpl. 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 UserLocalService
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 UserModelImpl. 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 UserLocalService
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 UserLocalService
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 UserLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchUser

public User fetchUser(long userId)
Specified by:
fetchUser in interface UserLocalService

fetchUserByUuidAndCompanyId

public User fetchUserByUuidAndCompanyId(String uuid,
                                        long companyId)
Returns the user with the matching UUID and company.

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

getUser

public User getUser(long userId)
             throws PortalException
Returns the user with the primary key.

Specified by:
getUser in interface UserLocalService
Parameters:
userId - the primary key of the user
Returns:
the user
Throws:
PortalException - if a user with the primary key could not be found

getActionableDynamicQuery

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

getIndexableActionableDynamicQuery

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

initActionableDynamicQuery

protected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)

getExportActionableDynamicQuery

public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
Specified by:
getExportActionableDynamicQuery in interface UserLocalService

deletePersistedModel

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

getPersistedModel

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

getUserByUuidAndCompanyId

public User getUserByUuidAndCompanyId(String uuid,
                                      long companyId)
                               throws PortalException
Returns the user with the matching UUID and company.

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

getUsers

public List<User> getUsers(int start,
                           int end)
Returns a range of all the users.

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 UserModelImpl. 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:
getUsers in interface UserLocalService
Parameters:
start - the lower bound of the range of users
end - the upper bound of the range of users (not inclusive)
Returns:
the range of users

getUsersCount

public int getUsersCount()
Returns the number of users.

Specified by:
getUsersCount in interface UserLocalService
Returns:
the number of users

updateUser

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

Specified by:
updateUser in interface UserLocalService
Parameters:
user - the user
Returns:
the user that was updated

addGroupUser

public void addGroupUser(long groupId,
                         long userId)
Specified by:
addGroupUser in interface UserLocalService

addGroupUser

public void addGroupUser(long groupId,
                         User user)
Specified by:
addGroupUser in interface UserLocalService

addGroupUsers

public void addGroupUsers(long groupId,
                          long[] userIds)
                   throws PortalException
Specified by:
addGroupUsers in interface UserLocalService
Throws:
PortalException

addGroupUsers

public void addGroupUsers(long groupId,
                          List<User> Users)
                   throws PortalException
Specified by:
addGroupUsers in interface UserLocalService
Throws:
PortalException

clearGroupUsers

public void clearGroupUsers(long groupId)
Specified by:
clearGroupUsers in interface UserLocalService

deleteGroupUser

public void deleteGroupUser(long groupId,
                            long userId)
Specified by:
deleteGroupUser in interface UserLocalService

deleteGroupUser

public void deleteGroupUser(long groupId,
                            User user)
Specified by:
deleteGroupUser in interface UserLocalService

deleteGroupUsers

public void deleteGroupUsers(long groupId,
                             long[] userIds)
Specified by:
deleteGroupUsers in interface UserLocalService

deleteGroupUsers

public void deleteGroupUsers(long groupId,
                             List<User> Users)
Specified by:
deleteGroupUsers in interface UserLocalService

getGroupPrimaryKeys

public long[] getGroupPrimaryKeys(long userId)
Returns the groupIds of the groups associated with the user.

Specified by:
getGroupPrimaryKeys in interface UserLocalService
Parameters:
userId - the userId of the user
Returns:
long[] the groupIds of groups associated with the user

getGroupUsers

public List<User> getGroupUsers(long groupId)
Specified by:
getGroupUsers in interface UserLocalService

getGroupUsers

public List<User> getGroupUsers(long groupId,
                                int start,
                                int end)
Specified by:
getGroupUsers in interface UserLocalService

getGroupUsers

public List<User> getGroupUsers(long groupId,
                                int start,
                                int end,
                                OrderByComparator<User> orderByComparator)
Specified by:
getGroupUsers in interface UserLocalService

getGroupUsersCount

public int getGroupUsersCount(long groupId)
Specified by:
getGroupUsersCount in interface UserLocalService

hasGroupUser

public boolean hasGroupUser(long groupId,
                            long userId)
Specified by:
hasGroupUser in interface UserLocalService

hasGroupUsers

public boolean hasGroupUsers(long groupId)
Specified by:
hasGroupUsers in interface UserLocalService

setGroupUsers

public void setGroupUsers(long groupId,
                          long[] userIds)
Specified by:
setGroupUsers in interface UserLocalService

addOrganizationUser

public void addOrganizationUser(long organizationId,
                                long userId)
Specified by:
addOrganizationUser in interface UserLocalService

addOrganizationUser

public void addOrganizationUser(long organizationId,
                                User user)
Specified by:
addOrganizationUser in interface UserLocalService

addOrganizationUsers

public void addOrganizationUsers(long organizationId,
                                 long[] userIds)
                          throws PortalException
Specified by:
addOrganizationUsers in interface UserLocalService
Throws:
PortalException

addOrganizationUsers

public void addOrganizationUsers(long organizationId,
                                 List<User> Users)
                          throws PortalException
Specified by:
addOrganizationUsers in interface UserLocalService
Throws:
PortalException

clearOrganizationUsers

public void clearOrganizationUsers(long organizationId)
Specified by:
clearOrganizationUsers in interface UserLocalService

deleteOrganizationUser

public void deleteOrganizationUser(long organizationId,
                                   long userId)
Specified by:
deleteOrganizationUser in interface UserLocalService

deleteOrganizationUser

public void deleteOrganizationUser(long organizationId,
                                   User user)
Specified by:
deleteOrganizationUser in interface UserLocalService

deleteOrganizationUsers

public void deleteOrganizationUsers(long organizationId,
                                    long[] userIds)
Specified by:
deleteOrganizationUsers in interface UserLocalService

deleteOrganizationUsers

public void deleteOrganizationUsers(long organizationId,
                                    List<User> Users)
Specified by:
deleteOrganizationUsers in interface UserLocalService

getOrganizationPrimaryKeys

public long[] getOrganizationPrimaryKeys(long userId)
Returns the organizationIds of the organizations associated with the user.

Specified by:
getOrganizationPrimaryKeys in interface UserLocalService
Parameters:
userId - the userId of the user
Returns:
long[] the organizationIds of organizations associated with the user

getOrganizationUsers

public List<User> getOrganizationUsers(long organizationId)
Specified by:
getOrganizationUsers in interface UserLocalService

getOrganizationUsers

public List<User> getOrganizationUsers(long organizationId,
                                       int start,
                                       int end)
Specified by:
getOrganizationUsers in interface UserLocalService

getOrganizationUsers

public List<User> getOrganizationUsers(long organizationId,
                                       int start,
                                       int end,
                                       OrderByComparator<User> orderByComparator)
Specified by:
getOrganizationUsers in interface UserLocalService

getOrganizationUsersCount

public int getOrganizationUsersCount(long organizationId)
Specified by:
getOrganizationUsersCount in interface UserLocalService

hasOrganizationUser

public boolean hasOrganizationUser(long organizationId,
                                   long userId)
Specified by:
hasOrganizationUser in interface UserLocalService

hasOrganizationUsers

public boolean hasOrganizationUsers(long organizationId)
Specified by:
hasOrganizationUsers in interface UserLocalService

setOrganizationUsers

public void setOrganizationUsers(long organizationId,
                                 long[] userIds)
Specified by:
setOrganizationUsers in interface UserLocalService

addRoleUser

public void addRoleUser(long roleId,
                        long userId)
Specified by:
addRoleUser in interface UserLocalService

addRoleUser

public void addRoleUser(long roleId,
                        User user)
Specified by:
addRoleUser in interface UserLocalService

addRoleUsers

public void addRoleUsers(long roleId,
                         long[] userIds)
                  throws PortalException
Specified by:
addRoleUsers in interface UserLocalService
Throws:
PortalException

addRoleUsers

public void addRoleUsers(long roleId,
                         List<User> Users)
                  throws PortalException
Specified by:
addRoleUsers in interface UserLocalService
Throws:
PortalException

clearRoleUsers

public void clearRoleUsers(long roleId)
Specified by:
clearRoleUsers in interface UserLocalService

deleteRoleUser

public void deleteRoleUser(long roleId,
                           long userId)
                    throws PortalException
Specified by:
deleteRoleUser in interface UserLocalService
Throws:
PortalException

deleteRoleUser

public void deleteRoleUser(long roleId,
                           User user)
                    throws PortalException
Specified by:
deleteRoleUser in interface UserLocalService
Throws:
PortalException

deleteRoleUsers

public void deleteRoleUsers(long roleId,
                            long[] userIds)
Specified by:
deleteRoleUsers in interface UserLocalService

deleteRoleUsers

public void deleteRoleUsers(long roleId,
                            List<User> Users)
Specified by:
deleteRoleUsers in interface UserLocalService

getRolePrimaryKeys

public long[] getRolePrimaryKeys(long userId)
Returns the roleIds of the roles associated with the user.

Specified by:
getRolePrimaryKeys in interface UserLocalService
Parameters:
userId - the userId of the user
Returns:
long[] the roleIds of roles associated with the user

getRoleUsers

public List<User> getRoleUsers(long roleId)
Specified by:
getRoleUsers in interface UserLocalService

getRoleUsers

public List<User> getRoleUsers(long roleId,
                               int start,
                               int end)
Specified by:
getRoleUsers in interface UserLocalService

getRoleUsers

public List<User> getRoleUsers(long roleId,
                               int start,
                               int end,
                               OrderByComparator<User> orderByComparator)
Specified by:
getRoleUsers in interface UserLocalService

getRoleUsersCount

public int getRoleUsersCount(long roleId)
Specified by:
getRoleUsersCount in interface UserLocalService

hasRoleUser

public boolean hasRoleUser(long roleId,
                           long userId)
Specified by:
hasRoleUser in interface UserLocalService

hasRoleUsers

public boolean hasRoleUsers(long roleId)
Specified by:
hasRoleUsers in interface UserLocalService

setRoleUsers

public void setRoleUsers(long roleId,
                         long[] userIds)
                  throws PortalException
Specified by:
setRoleUsers in interface UserLocalService
Throws:
PortalException

addTeamUser

public void addTeamUser(long teamId,
                        long userId)
Specified by:
addTeamUser in interface UserLocalService

addTeamUser

public void addTeamUser(long teamId,
                        User user)
Specified by:
addTeamUser in interface UserLocalService

addTeamUsers

public void addTeamUsers(long teamId,
                         long[] userIds)
                  throws PortalException
Specified by:
addTeamUsers in interface UserLocalService
Throws:
PortalException

addTeamUsers

public void addTeamUsers(long teamId,
                         List<User> Users)
                  throws PortalException
Specified by:
addTeamUsers in interface UserLocalService
Throws:
PortalException

clearTeamUsers

public void clearTeamUsers(long teamId)
Specified by:
clearTeamUsers in interface UserLocalService

deleteTeamUser

public void deleteTeamUser(long teamId,
                           long userId)
Specified by:
deleteTeamUser in interface UserLocalService

deleteTeamUser

public void deleteTeamUser(long teamId,
                           User user)
Specified by:
deleteTeamUser in interface UserLocalService

deleteTeamUsers

public void deleteTeamUsers(long teamId,
                            long[] userIds)
Specified by:
deleteTeamUsers in interface UserLocalService

deleteTeamUsers

public void deleteTeamUsers(long teamId,
                            List<User> Users)
Specified by:
deleteTeamUsers in interface UserLocalService

getTeamPrimaryKeys

public long[] getTeamPrimaryKeys(long userId)
Returns the teamIds of the teams associated with the user.

Specified by:
getTeamPrimaryKeys in interface UserLocalService
Parameters:
userId - the userId of the user
Returns:
long[] the teamIds of teams associated with the user

getTeamUsers

public List<User> getTeamUsers(long teamId)
Specified by:
getTeamUsers in interface UserLocalService

getTeamUsers

public List<User> getTeamUsers(long teamId,
                               int start,
                               int end)
Specified by:
getTeamUsers in interface UserLocalService

getTeamUsers

public List<User> getTeamUsers(long teamId,
                               int start,
                               int end,
                               OrderByComparator<User> orderByComparator)
Specified by:
getTeamUsers in interface UserLocalService

getTeamUsersCount

public int getTeamUsersCount(long teamId)
Specified by:
getTeamUsersCount in interface UserLocalService

hasTeamUser

public boolean hasTeamUser(long teamId,
                           long userId)
Specified by:
hasTeamUser in interface UserLocalService

hasTeamUsers

public boolean hasTeamUsers(long teamId)
Specified by:
hasTeamUsers in interface UserLocalService

setTeamUsers

public void setTeamUsers(long teamId,
                         long[] userIds)
Specified by:
setTeamUsers in interface UserLocalService

addUserGroupUser

public void addUserGroupUser(long userGroupId,
                             long userId)
Specified by:
addUserGroupUser in interface UserLocalService

addUserGroupUser

public void addUserGroupUser(long userGroupId,
                             User user)
Specified by:
addUserGroupUser in interface UserLocalService

addUserGroupUsers

public void addUserGroupUsers(long userGroupId,
                              long[] userIds)
                       throws PortalException
Specified by:
addUserGroupUsers in interface UserLocalService
Throws:
PortalException

addUserGroupUsers

public void addUserGroupUsers(long userGroupId,
                              List<User> Users)
                       throws PortalException
Specified by:
addUserGroupUsers in interface UserLocalService
Throws:
PortalException

clearUserGroupUsers

public void clearUserGroupUsers(long userGroupId)
Specified by:
clearUserGroupUsers in interface UserLocalService

deleteUserGroupUser

public void deleteUserGroupUser(long userGroupId,
                                long userId)
                         throws PortalException
Specified by:
deleteUserGroupUser in interface UserLocalService
Throws:
PortalException

deleteUserGroupUser

public void deleteUserGroupUser(long userGroupId,
                                User user)
                         throws PortalException
Specified by:
deleteUserGroupUser in interface UserLocalService
Throws:
PortalException

deleteUserGroupUsers

public void deleteUserGroupUsers(long userGroupId,
                                 long[] userIds)
Specified by:
deleteUserGroupUsers in interface UserLocalService

deleteUserGroupUsers

public void deleteUserGroupUsers(long userGroupId,
                                 List<User> Users)
Specified by:
deleteUserGroupUsers in interface UserLocalService

getUserGroupPrimaryKeys

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

Specified by:
getUserGroupPrimaryKeys in interface UserLocalService
Parameters:
userId - the userId of the user
Returns:
long[] the userGroupIds of user groups associated with the user

getUserGroupUsers

public List<User> getUserGroupUsers(long userGroupId)
Specified by:
getUserGroupUsers in interface UserLocalService

getUserGroupUsers

public List<User> getUserGroupUsers(long userGroupId,
                                    int start,
                                    int end)
Specified by:
getUserGroupUsers in interface UserLocalService

getUserGroupUsers

public List<User> getUserGroupUsers(long userGroupId,
                                    int start,
                                    int end,
                                    OrderByComparator<User> orderByComparator)
Specified by:
getUserGroupUsers in interface UserLocalService

getUserGroupUsersCount

public int getUserGroupUsersCount(long userGroupId)
Specified by:
getUserGroupUsersCount in interface UserLocalService

hasUserGroupUser

public boolean hasUserGroupUser(long userGroupId,
                                long userId)
Specified by:
hasUserGroupUser in interface UserLocalService

hasUserGroupUsers

public boolean hasUserGroupUsers(long userGroupId)
Specified by:
hasUserGroupUsers in interface UserLocalService

setUserGroupUsers

public void setUserGroupUsers(long userGroupId,
                              long[] userIds)
                       throws PortalException
Specified by:
setUserGroupUsers in interface UserLocalService
Throws:
PortalException

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

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

getBrowserTrackerLocalService

public BrowserTrackerLocalService getBrowserTrackerLocalService()
Returns the browser tracker local service.

Returns:
the browser tracker local service

setBrowserTrackerLocalService

public void setBrowserTrackerLocalService(BrowserTrackerLocalService browserTrackerLocalService)
Sets the browser tracker local service.

Parameters:
browserTrackerLocalService - the browser tracker local service

getBrowserTrackerPersistence

public BrowserTrackerPersistence getBrowserTrackerPersistence()
Returns the browser tracker persistence.

Returns:
the browser tracker persistence

setBrowserTrackerPersistence

public void setBrowserTrackerPersistence(BrowserTrackerPersistence browserTrackerPersistence)
Sets the browser tracker persistence.

Parameters:
browserTrackerPersistence - the browser tracker 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

getContactLocalService

public ContactLocalService getContactLocalService()
Returns the contact local service.

Returns:
the contact local service

setContactLocalService

public void setContactLocalService(ContactLocalService contactLocalService)
Sets the contact local service.

Parameters:
contactLocalService - the contact local service

getContactPersistence

public ContactPersistence getContactPersistence()
Returns the contact persistence.

Returns:
the contact persistence

setContactPersistence

public void setContactPersistence(ContactPersistence contactPersistence)
Sets the contact persistence.

Parameters:
contactPersistence - the contact persistence

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

getImageLocalService

public ImageLocalService getImageLocalService()
Returns the image local service.

Returns:
the image local service

setImageLocalService

public void setImageLocalService(ImageLocalService imageLocalService)
Sets the image local service.

Parameters:
imageLocalService - the image local service

getImagePersistence

public ImagePersistence getImagePersistence()
Returns the image persistence.

Returns:
the image persistence

setImagePersistence

public void setImagePersistence(ImagePersistence imagePersistence)
Sets the image persistence.

Parameters:
imagePersistence - the image 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

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

getPasswordPolicyLocalService

public PasswordPolicyLocalService getPasswordPolicyLocalService()
Returns the password policy local service.

Returns:
the password policy local service

setPasswordPolicyLocalService

public void setPasswordPolicyLocalService(PasswordPolicyLocalService passwordPolicyLocalService)
Sets the password policy local service.

Parameters:
passwordPolicyLocalService - the password policy local service

getPasswordPolicyPersistence

public PasswordPolicyPersistence getPasswordPolicyPersistence()
Returns the password policy persistence.

Returns:
the password policy persistence

setPasswordPolicyPersistence

public void setPasswordPolicyPersistence(PasswordPolicyPersistence passwordPolicyPersistence)
Sets the password policy persistence.

Parameters:
passwordPolicyPersistence - the password policy persistence

getPasswordPolicyFinder

public PasswordPolicyFinder getPasswordPolicyFinder()
Returns the password policy finder.

Returns:
the password policy finder

setPasswordPolicyFinder

public void setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
Sets the password policy finder.

Parameters:
passwordPolicyFinder - the password policy finder

getPasswordPolicyRelLocalService

public PasswordPolicyRelLocalService getPasswordPolicyRelLocalService()
Returns the password policy rel local service.

Returns:
the password policy rel local service

setPasswordPolicyRelLocalService

public void setPasswordPolicyRelLocalService(PasswordPolicyRelLocalService passwordPolicyRelLocalService)
Sets the password policy rel local service.

Parameters:
passwordPolicyRelLocalService - the password policy rel local service

getPasswordPolicyRelPersistence

public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence()
Returns the password policy rel persistence.

Returns:
the password policy rel persistence

setPasswordPolicyRelPersistence

public void setPasswordPolicyRelPersistence(PasswordPolicyRelPersistence passwordPolicyRelPersistence)
Sets the password policy rel persistence.

Parameters:
passwordPolicyRelPersistence - the password policy rel persistence

getPasswordTrackerLocalService

public PasswordTrackerLocalService getPasswordTrackerLocalService()
Returns the password tracker local service.

Returns:
the password tracker local service

setPasswordTrackerLocalService

public void setPasswordTrackerLocalService(PasswordTrackerLocalService passwordTrackerLocalService)
Sets the password tracker local service.

Parameters:
passwordTrackerLocalService - the password tracker local service

getPasswordTrackerPersistence

public PasswordTrackerPersistence getPasswordTrackerPersistence()
Returns the password tracker persistence.

Returns:
the password tracker persistence

setPasswordTrackerPersistence

public void setPasswordTrackerPersistence(PasswordTrackerPersistence passwordTrackerPersistence)
Sets the password tracker persistence.

Parameters:
passwordTrackerPersistence - the password tracker persistence

getRecentLayoutBranchLocalService

public RecentLayoutBranchLocalService getRecentLayoutBranchLocalService()
Returns the recent layout branch local service.

Returns:
the recent layout branch local service

setRecentLayoutBranchLocalService

public void setRecentLayoutBranchLocalService(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
Sets the recent layout branch local service.

Parameters:
recentLayoutBranchLocalService - the recent layout branch local service

getRecentLayoutBranchPersistence

public RecentLayoutBranchPersistence getRecentLayoutBranchPersistence()
Returns the recent layout branch persistence.

Returns:
the recent layout branch persistence

setRecentLayoutBranchPersistence

public void setRecentLayoutBranchPersistence(RecentLayoutBranchPersistence recentLayoutBranchPersistence)
Sets the recent layout branch persistence.

Parameters:
recentLayoutBranchPersistence - the recent layout branch persistence

getRecentLayoutRevisionLocalService

public RecentLayoutRevisionLocalService getRecentLayoutRevisionLocalService()
Returns the recent layout revision local service.

Returns:
the recent layout revision local service

setRecentLayoutRevisionLocalService

public void setRecentLayoutRevisionLocalService(RecentLayoutRevisionLocalService recentLayoutRevisionLocalService)
Sets the recent layout revision local service.

Parameters:
recentLayoutRevisionLocalService - the recent layout revision local service

getRecentLayoutRevisionPersistence

public RecentLayoutRevisionPersistence getRecentLayoutRevisionPersistence()
Returns the recent layout revision persistence.

Returns:
the recent layout revision persistence

setRecentLayoutRevisionPersistence

public void setRecentLayoutRevisionPersistence(RecentLayoutRevisionPersistence recentLayoutRevisionPersistence)
Sets the recent layout revision persistence.

Parameters:
recentLayoutRevisionPersistence - the recent layout revision persistence

getRecentLayoutSetBranchLocalService

public RecentLayoutSetBranchLocalService getRecentLayoutSetBranchLocalService()
Returns the recent layout set branch local service.

Returns:
the recent layout set branch local service

setRecentLayoutSetBranchLocalService

public void setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
Sets the recent layout set branch local service.

Parameters:
recentLayoutSetBranchLocalService - the recent layout set branch local service

getRecentLayoutSetBranchPersistence

public RecentLayoutSetBranchPersistence getRecentLayoutSetBranchPersistence()
Returns the recent layout set branch persistence.

Returns:
the recent layout set branch persistence

setRecentLayoutSetBranchPersistence

public void setRecentLayoutSetBranchPersistence(RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence)
Sets the recent layout set branch persistence.

Parameters:
recentLayoutSetBranchPersistence - the recent layout set branch persistence

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

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

getTicketLocalService

public TicketLocalService getTicketLocalService()
Returns the ticket local service.

Returns:
the ticket local service

setTicketLocalService

public void setTicketLocalService(TicketLocalService ticketLocalService)
Sets the ticket local service.

Parameters:
ticketLocalService - the ticket local service

getTicketPersistence

public TicketPersistence getTicketPersistence()
Returns the ticket persistence.

Returns:
the ticket persistence

setTicketPersistence

public void setTicketPersistence(TicketPersistence ticketPersistence)
Sets the ticket persistence.

Parameters:
ticketPersistence - the ticket persistence

getAnnouncementsDeliveryLocalService

public AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()
Returns the announcements delivery local service.

Returns:
the announcements delivery local service

setAnnouncementsDeliveryLocalService

public void setAnnouncementsDeliveryLocalService(AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
Sets the announcements delivery local service.

Parameters:
announcementsDeliveryLocalService - the announcements delivery local service

getAnnouncementsDeliveryPersistence

public AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()
Returns the announcements delivery persistence.

Returns:
the announcements delivery persistence

setAnnouncementsDeliveryPersistence

public void setAnnouncementsDeliveryPersistence(AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
Sets the announcements delivery persistence.

Parameters:
announcementsDeliveryPersistence - the announcements delivery persistence

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

getBlogsStatsUserLocalService

public BlogsStatsUserLocalService getBlogsStatsUserLocalService()
Returns the blogs stats user local service.

Returns:
the blogs stats user local service

setBlogsStatsUserLocalService

public void setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
Sets the blogs stats user local service.

Parameters:
blogsStatsUserLocalService - the blogs stats user local service

getBlogsStatsUserPersistence

public BlogsStatsUserPersistence getBlogsStatsUserPersistence()
Returns the blogs stats user persistence.

Returns:
the blogs stats user persistence

setBlogsStatsUserPersistence

public void setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
Sets the blogs stats user persistence.

Parameters:
blogsStatsUserPersistence - the blogs stats user persistence

getBlogsStatsUserFinder

public BlogsStatsUserFinder getBlogsStatsUserFinder()
Returns the blogs stats user finder.

Returns:
the blogs stats user finder

setBlogsStatsUserFinder

public void setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
Sets the blogs stats user finder.

Parameters:
blogsStatsUserFinder - the blogs stats user finder

getDLFileEntryLocalService

public DLFileEntryLocalService getDLFileEntryLocalService()
Returns the document library file entry local service.

Returns:
the document library file entry local service

setDLFileEntryLocalService

public void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
Sets the document library file entry local service.

Parameters:
dlFileEntryLocalService - the document library file entry local service

getDLFileEntryPersistence

public DLFileEntryPersistence getDLFileEntryPersistence()
Returns the document library file entry persistence.

Returns:
the document library file entry persistence

setDLFileEntryPersistence

public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
Sets the document library file entry persistence.

Parameters:
dlFileEntryPersistence - the document library file entry persistence

getDLFileEntryFinder

public DLFileEntryFinder getDLFileEntryFinder()
Returns the document library file entry finder.

Returns:
the document library file entry finder

setDLFileEntryFinder

public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
Sets the document library file entry finder.

Parameters:
dlFileEntryFinder - the document library file entry finder

getDLFileRankLocalService

public DLFileRankLocalService getDLFileRankLocalService()
Returns the document library file rank local service.

Returns:
the document library file rank local service

setDLFileRankLocalService

public void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
Sets the document library file rank local service.

Parameters:
dlFileRankLocalService - the document library file rank local service

getDLFileRankPersistence

public DLFileRankPersistence getDLFileRankPersistence()
Returns the document library file rank persistence.

Returns:
the document library file rank persistence

setDLFileRankPersistence

public void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
Sets the document library file rank persistence.

Parameters:
dlFileRankPersistence - the document library file rank persistence

getDLFileRankFinder

public DLFileRankFinder getDLFileRankFinder()
Returns the document library file rank finder.

Returns:
the document library file rank finder

setDLFileRankFinder

public void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)
Sets the document library file rank finder.

Parameters:
dlFileRankFinder - the document library file rank finder

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

getMBBanLocalService

public MBBanLocalService getMBBanLocalService()
Returns the message boards ban local service.

Returns:
the message boards ban local service

setMBBanLocalService

public void setMBBanLocalService(MBBanLocalService mbBanLocalService)
Sets the message boards ban local service.

Parameters:
mbBanLocalService - the message boards ban local service

getMBBanPersistence

public MBBanPersistence getMBBanPersistence()
Returns the message boards ban persistence.

Returns:
the message boards ban persistence

setMBBanPersistence

public void setMBBanPersistence(MBBanPersistence mbBanPersistence)
Sets the message boards ban persistence.

Parameters:
mbBanPersistence - the message boards ban persistence

getMBMessageLocalService

public MBMessageLocalService getMBMessageLocalService()
Returns the message-boards message local service.

Returns:
the message-boards message local service

setMBMessageLocalService

public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
Sets the message-boards message local service.

Parameters:
mbMessageLocalService - the message-boards message local service

getMBMessagePersistence

public MBMessagePersistence getMBMessagePersistence()
Returns the message-boards message persistence.

Returns:
the message-boards message persistence

setMBMessagePersistence

public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
Sets the message-boards message persistence.

Parameters:
mbMessagePersistence - the message-boards message persistence

getMBMessageFinder

public MBMessageFinder getMBMessageFinder()
Returns the message-boards message finder.

Returns:
the message-boards message finder

setMBMessageFinder

public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
Sets the message-boards message finder.

Parameters:
mbMessageFinder - the message-boards message finder

getMBStatsUserLocalService

public MBStatsUserLocalService getMBStatsUserLocalService()
Returns the message boards stats user local service.

Returns:
the message boards stats user local service

setMBStatsUserLocalService

public void setMBStatsUserLocalService(MBStatsUserLocalService mbStatsUserLocalService)
Sets the message boards stats user local service.

Parameters:
mbStatsUserLocalService - the message boards stats user local service

getMBStatsUserPersistence

public MBStatsUserPersistence getMBStatsUserPersistence()
Returns the message boards stats user persistence.

Returns:
the message boards stats user persistence

setMBStatsUserPersistence

public void setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
Sets the message boards stats user persistence.

Parameters:
mbStatsUserPersistence - the message boards stats user persistence

getMBThreadFlagLocalService

public MBThreadFlagLocalService getMBThreadFlagLocalService()
Returns the message boards thread flag local service.

Returns:
the message boards thread flag local service

setMBThreadFlagLocalService

public void setMBThreadFlagLocalService(MBThreadFlagLocalService mbThreadFlagLocalService)
Sets the message boards thread flag local service.

Parameters:
mbThreadFlagLocalService - the message boards thread flag local service

getMBThreadFlagPersistence

public MBThreadFlagPersistence getMBThreadFlagPersistence()
Returns the message boards thread flag persistence.

Returns:
the message boards thread flag persistence

setMBThreadFlagPersistence

public void setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
Sets the message boards thread flag persistence.

Parameters:
mbThreadFlagPersistence - the message boards thread flag persistence

getRatingsStatsLocalService

public RatingsStatsLocalService getRatingsStatsLocalService()
Returns the ratings stats local service.

Returns:
the ratings stats local service

setRatingsStatsLocalService

public void setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
Sets the ratings stats local service.

Parameters:
ratingsStatsLocalService - the ratings stats local service

getRatingsStatsPersistence

public RatingsStatsPersistence getRatingsStatsPersistence()
Returns the ratings stats persistence.

Returns:
the ratings stats persistence

setRatingsStatsPersistence

public void setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
Sets the ratings stats persistence.

Parameters:
ratingsStatsPersistence - the ratings stats persistence

getRatingsStatsFinder

public RatingsStatsFinder getRatingsStatsFinder()
Returns the ratings stats finder.

Returns:
the ratings stats finder

setRatingsStatsFinder

public void setRatingsStatsFinder(RatingsStatsFinder ratingsStatsFinder)
Sets the ratings stats finder.

Parameters:
ratingsStatsFinder - the ratings stats finder

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

getSocialRelationLocalService

public SocialRelationLocalService getSocialRelationLocalService()
Returns the social relation local service.

Returns:
the social relation local service

setSocialRelationLocalService

public void setSocialRelationLocalService(SocialRelationLocalService socialRelationLocalService)
Sets the social relation local service.

Parameters:
socialRelationLocalService - the social relation local service

getSocialRelationPersistence

public SocialRelationPersistence getSocialRelationPersistence()
Returns the social relation persistence.

Returns:
the social relation persistence

setSocialRelationPersistence

public void setSocialRelationPersistence(SocialRelationPersistence socialRelationPersistence)
Sets the social relation persistence.

Parameters:
socialRelationPersistence - the social relation 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

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

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

getUserIdMapperLocalService

public UserIdMapperLocalService getUserIdMapperLocalService()
Returns the user ID mapper local service.

Returns:
the user ID mapper local service

setUserIdMapperLocalService

public void setUserIdMapperLocalService(UserIdMapperLocalService userIdMapperLocalService)
Sets the user ID mapper local service.

Parameters:
userIdMapperLocalService - the user ID mapper local service

getUserIdMapperPersistence

public UserIdMapperPersistence getUserIdMapperPersistence()
Returns the user ID mapper persistence.

Returns:
the user ID mapper persistence

setUserIdMapperPersistence

public void setUserIdMapperPersistence(UserIdMapperPersistence userIdMapperPersistence)
Sets the user ID mapper persistence.

Parameters:
userIdMapperPersistence - the user ID mapper persistence

getWorkflowInstanceLinkLocalService

public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
Returns the workflow instance link local service.

Returns:
the workflow instance link local service

setWorkflowInstanceLinkLocalService

public void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
Sets the workflow instance link local service.

Parameters:
workflowInstanceLinkLocalService - the workflow instance link local service

getWorkflowInstanceLinkPersistence

public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
Returns the workflow instance link persistence.

Returns:
the workflow instance link persistence

setWorkflowInstanceLinkPersistence

public void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
Sets the workflow instance link persistence.

Parameters:
workflowInstanceLinkPersistence - the workflow instance 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 UserLocalService
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