|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.UserLocalServiceBaseImpl
@ProviderType public abstract class UserLocalServiceBaseImpl
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.
UserLocalServiceImpl,
UserLocalServiceUtil| 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()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
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 |
| Field Detail |
|---|
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=BrowserTrackerLocalService.class) protected BrowserTrackerLocalService browserTrackerLocalService
@BeanReference(type=BrowserTrackerPersistence.class) protected BrowserTrackerPersistence browserTrackerPersistence
@BeanReference(type=CompanyLocalService.class) protected CompanyLocalService companyLocalService
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=ContactLocalService.class) protected ContactLocalService contactLocalService
@BeanReference(type=ContactPersistence.class) protected ContactPersistence contactPersistence
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=ImageLocalService.class) protected ImageLocalService imageLocalService
@BeanReference(type=ImagePersistence.class) protected ImagePersistence imagePersistence
@BeanReference(type=LayoutLocalService.class) protected LayoutLocalService layoutLocalService
@BeanReference(type=LayoutPersistence.class) protected LayoutPersistence layoutPersistence
@BeanReference(type=LayoutFinder.class) protected LayoutFinder layoutFinder
@BeanReference(type=MembershipRequestLocalService.class) protected MembershipRequestLocalService membershipRequestLocalService
@BeanReference(type=MembershipRequestPersistence.class) protected MembershipRequestPersistence membershipRequestPersistence
@BeanReference(type=OrganizationLocalService.class) protected OrganizationLocalService organizationLocalService
@BeanReference(type=OrganizationPersistence.class) protected OrganizationPersistence organizationPersistence
@BeanReference(type=OrganizationFinder.class) protected OrganizationFinder organizationFinder
@BeanReference(type=PasswordPolicyLocalService.class) protected PasswordPolicyLocalService passwordPolicyLocalService
@BeanReference(type=PasswordPolicyPersistence.class) protected PasswordPolicyPersistence passwordPolicyPersistence
@BeanReference(type=PasswordPolicyFinder.class) protected PasswordPolicyFinder passwordPolicyFinder
@BeanReference(type=PasswordPolicyRelLocalService.class) protected PasswordPolicyRelLocalService passwordPolicyRelLocalService
@BeanReference(type=PasswordPolicyRelPersistence.class) protected PasswordPolicyRelPersistence passwordPolicyRelPersistence
@BeanReference(type=PasswordTrackerLocalService.class) protected PasswordTrackerLocalService passwordTrackerLocalService
@BeanReference(type=PasswordTrackerPersistence.class) protected PasswordTrackerPersistence passwordTrackerPersistence
@BeanReference(type=RecentLayoutBranchLocalService.class) protected RecentLayoutBranchLocalService recentLayoutBranchLocalService
@BeanReference(type=RecentLayoutBranchPersistence.class) protected RecentLayoutBranchPersistence recentLayoutBranchPersistence
@BeanReference(type=RecentLayoutRevisionLocalService.class) protected RecentLayoutRevisionLocalService recentLayoutRevisionLocalService
@BeanReference(type=RecentLayoutRevisionPersistence.class) protected RecentLayoutRevisionPersistence recentLayoutRevisionPersistence
@BeanReference(type=RecentLayoutSetBranchLocalService.class) protected RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService
@BeanReference(type=RecentLayoutSetBranchPersistence.class) protected RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=RoleLocalService.class) protected RoleLocalService roleLocalService
@BeanReference(type=RolePersistence.class) protected RolePersistence rolePersistence
@BeanReference(type=RoleFinder.class) protected RoleFinder roleFinder
@BeanReference(type=SubscriptionLocalService.class) protected SubscriptionLocalService subscriptionLocalService
@BeanReference(type=SubscriptionPersistence.class) protected SubscriptionPersistence subscriptionPersistence
@BeanReference(type=TeamLocalService.class) protected TeamLocalService teamLocalService
@BeanReference(type=TeamPersistence.class) protected TeamPersistence teamPersistence
@BeanReference(type=TeamFinder.class) protected TeamFinder teamFinder
@BeanReference(type=TicketLocalService.class) protected TicketLocalService ticketLocalService
@BeanReference(type=TicketPersistence.class) protected TicketPersistence ticketPersistence
@BeanReference(type=AnnouncementsDeliveryLocalService.class) protected AnnouncementsDeliveryLocalService announcementsDeliveryLocalService
@BeanReference(type=AnnouncementsDeliveryPersistence.class) protected AnnouncementsDeliveryPersistence announcementsDeliveryPersistence
@BeanReference(type=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=BlogsStatsUserLocalService.class) protected BlogsStatsUserLocalService blogsStatsUserLocalService
@BeanReference(type=BlogsStatsUserPersistence.class) protected BlogsStatsUserPersistence blogsStatsUserPersistence
@BeanReference(type=BlogsStatsUserFinder.class) protected BlogsStatsUserFinder blogsStatsUserFinder
@BeanReference(type=DLFileEntryLocalService.class) protected DLFileEntryLocalService dlFileEntryLocalService
@BeanReference(type=DLFileEntryPersistence.class) protected DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=DLFileEntryFinder.class) protected DLFileEntryFinder dlFileEntryFinder
@BeanReference(type=DLFileRankLocalService.class) protected DLFileRankLocalService dlFileRankLocalService
@BeanReference(type=DLFileRankPersistence.class) protected DLFileRankPersistence dlFileRankPersistence
@BeanReference(type=DLFileRankFinder.class) protected DLFileRankFinder dlFileRankFinder
@BeanReference(type=ExpandoRowLocalService.class) protected ExpandoRowLocalService expandoRowLocalService
@BeanReference(type=ExpandoRowPersistence.class) protected ExpandoRowPersistence expandoRowPersistence
@BeanReference(type=MBBanLocalService.class) protected MBBanLocalService mbBanLocalService
@BeanReference(type=MBBanPersistence.class) protected MBBanPersistence mbBanPersistence
@BeanReference(type=MBMessageLocalService.class) protected MBMessageLocalService mbMessageLocalService
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=MBMessageFinder.class) protected MBMessageFinder mbMessageFinder
@BeanReference(type=MBStatsUserLocalService.class) protected MBStatsUserLocalService mbStatsUserLocalService
@BeanReference(type=MBStatsUserPersistence.class) protected MBStatsUserPersistence mbStatsUserPersistence
@BeanReference(type=MBThreadFlagLocalService.class) protected MBThreadFlagLocalService mbThreadFlagLocalService
@BeanReference(type=MBThreadFlagPersistence.class) protected MBThreadFlagPersistence mbThreadFlagPersistence
@BeanReference(type=RatingsStatsLocalService.class) protected RatingsStatsLocalService ratingsStatsLocalService
@BeanReference(type=RatingsStatsPersistence.class) protected RatingsStatsPersistence ratingsStatsPersistence
@BeanReference(type=RatingsStatsFinder.class) protected RatingsStatsFinder ratingsStatsFinder
@BeanReference(type=SocialActivityLocalService.class) protected SocialActivityLocalService socialActivityLocalService
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialActivityFinder.class) protected SocialActivityFinder socialActivityFinder
@BeanReference(type=SocialRelationLocalService.class) protected SocialRelationLocalService socialRelationLocalService
@BeanReference(type=SocialRelationPersistence.class) protected SocialRelationPersistence socialRelationPersistence
@BeanReference(type=SocialRequestLocalService.class) protected SocialRequestLocalService socialRequestLocalService
@BeanReference(type=SocialRequestPersistence.class) protected SocialRequestPersistence socialRequestPersistence
@BeanReference(type=UserGroupLocalService.class) protected UserGroupLocalService userGroupLocalService
@BeanReference(type=UserGroupPersistence.class) protected UserGroupPersistence userGroupPersistence
@BeanReference(type=UserGroupFinder.class) protected UserGroupFinder userGroupFinder
@BeanReference(type=UserGroupRoleLocalService.class) protected UserGroupRoleLocalService userGroupRoleLocalService
@BeanReference(type=UserGroupRolePersistence.class) protected UserGroupRolePersistence userGroupRolePersistence
@BeanReference(type=UserGroupRoleFinder.class) protected UserGroupRoleFinder userGroupRoleFinder
@BeanReference(type=UserIdMapperLocalService.class) protected UserIdMapperLocalService userIdMapperLocalService
@BeanReference(type=UserIdMapperPersistence.class) protected UserIdMapperPersistence userIdMapperPersistence
@BeanReference(type=WorkflowInstanceLinkLocalService.class) protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
@BeanReference(type=WorkflowInstanceLinkPersistence.class) protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public UserLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public User addUser(User user)
addUser in interface UserLocalServiceuser - the user
public User createUser(long userId)
createUser in interface UserLocalServiceuserId - the primary key for the new user
@Indexable(type=DELETE)
public User deleteUser(long userId)
throws PortalException
deleteUser in interface UserLocalServiceuserId - the primary key of the user
PortalException - if a user with the primary key could not be found
@Indexable(type=DELETE)
public User deleteUser(User user)
throws PortalException
deleteUser in interface UserLocalServiceuser - the user
PortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface UserLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface UserLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
dynamicQuery in interface UserLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
dynamicQuery in interface UserLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface UserLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface UserLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public User fetchUser(long userId)
fetchUser in interface UserLocalService
public User fetchUserByUuidAndCompanyId(String uuid,
long companyId)
fetchUserByUuidAndCompanyId in interface UserLocalServiceuuid - the user's UUIDcompanyId - the primary key of the company
null if a matching user could not be found
public User getUser(long userId)
throws PortalException
getUser in interface UserLocalServiceuserId - the primary key of the user
PortalException - if a user with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface UserLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface UserLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface UserLocalService
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface UserLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface UserLocalServicePortalException
public User getUserByUuidAndCompanyId(String uuid,
long companyId)
throws PortalException
getUserByUuidAndCompanyId in interface UserLocalServiceuuid - the user's UUIDcompanyId - the primary key of the company
PortalException - if a matching user could not be found
public List<User> getUsers(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
getUsers in interface UserLocalServicestart - the lower bound of the range of usersend - the upper bound of the range of users (not inclusive)
public int getUsersCount()
getUsersCount in interface UserLocalService@Indexable(type=REINDEX) public User updateUser(User user)
updateUser in interface UserLocalServiceuser - the user
public void addGroupUser(long groupId,
long userId)
addGroupUser in interface UserLocalService
public void addGroupUser(long groupId,
User user)
addGroupUser in interface UserLocalService
public void addGroupUsers(long groupId,
long[] userIds)
throws PortalException
addGroupUsers in interface UserLocalServicePortalException
public void addGroupUsers(long groupId,
List<User> Users)
throws PortalException
addGroupUsers in interface UserLocalServicePortalExceptionpublic void clearGroupUsers(long groupId)
clearGroupUsers in interface UserLocalService
public void deleteGroupUser(long groupId,
long userId)
deleteGroupUser in interface UserLocalService
public void deleteGroupUser(long groupId,
User user)
deleteGroupUser in interface UserLocalService
public void deleteGroupUsers(long groupId,
long[] userIds)
deleteGroupUsers in interface UserLocalService
public void deleteGroupUsers(long groupId,
List<User> Users)
deleteGroupUsers in interface UserLocalServicepublic long[] getGroupPrimaryKeys(long userId)
getGroupPrimaryKeys in interface UserLocalServiceuserId - the userId of the user
public List<User> getGroupUsers(long groupId)
getGroupUsers in interface UserLocalService
public List<User> getGroupUsers(long groupId,
int start,
int end)
getGroupUsers in interface UserLocalService
public List<User> getGroupUsers(long groupId,
int start,
int end,
OrderByComparator<User> orderByComparator)
getGroupUsers in interface UserLocalServicepublic int getGroupUsersCount(long groupId)
getGroupUsersCount in interface UserLocalService
public boolean hasGroupUser(long groupId,
long userId)
hasGroupUser in interface UserLocalServicepublic boolean hasGroupUsers(long groupId)
hasGroupUsers in interface UserLocalService
public void setGroupUsers(long groupId,
long[] userIds)
setGroupUsers in interface UserLocalService
public void addOrganizationUser(long organizationId,
long userId)
addOrganizationUser in interface UserLocalService
public void addOrganizationUser(long organizationId,
User user)
addOrganizationUser in interface UserLocalService
public void addOrganizationUsers(long organizationId,
long[] userIds)
throws PortalException
addOrganizationUsers in interface UserLocalServicePortalException
public void addOrganizationUsers(long organizationId,
List<User> Users)
throws PortalException
addOrganizationUsers in interface UserLocalServicePortalExceptionpublic void clearOrganizationUsers(long organizationId)
clearOrganizationUsers in interface UserLocalService
public void deleteOrganizationUser(long organizationId,
long userId)
deleteOrganizationUser in interface UserLocalService
public void deleteOrganizationUser(long organizationId,
User user)
deleteOrganizationUser in interface UserLocalService
public void deleteOrganizationUsers(long organizationId,
long[] userIds)
deleteOrganizationUsers in interface UserLocalService
public void deleteOrganizationUsers(long organizationId,
List<User> Users)
deleteOrganizationUsers in interface UserLocalServicepublic long[] getOrganizationPrimaryKeys(long userId)
getOrganizationPrimaryKeys in interface UserLocalServiceuserId - the userId of the user
public List<User> getOrganizationUsers(long organizationId)
getOrganizationUsers in interface UserLocalService
public List<User> getOrganizationUsers(long organizationId,
int start,
int end)
getOrganizationUsers in interface UserLocalService
public List<User> getOrganizationUsers(long organizationId,
int start,
int end,
OrderByComparator<User> orderByComparator)
getOrganizationUsers in interface UserLocalServicepublic int getOrganizationUsersCount(long organizationId)
getOrganizationUsersCount in interface UserLocalService
public boolean hasOrganizationUser(long organizationId,
long userId)
hasOrganizationUser in interface UserLocalServicepublic boolean hasOrganizationUsers(long organizationId)
hasOrganizationUsers in interface UserLocalService
public void setOrganizationUsers(long organizationId,
long[] userIds)
setOrganizationUsers in interface UserLocalService
public void addRoleUser(long roleId,
long userId)
addRoleUser in interface UserLocalService
public void addRoleUser(long roleId,
User user)
addRoleUser in interface UserLocalService
public void addRoleUsers(long roleId,
long[] userIds)
throws PortalException
addRoleUsers in interface UserLocalServicePortalException
public void addRoleUsers(long roleId,
List<User> Users)
throws PortalException
addRoleUsers in interface UserLocalServicePortalExceptionpublic void clearRoleUsers(long roleId)
clearRoleUsers in interface UserLocalService
public void deleteRoleUser(long roleId,
long userId)
throws PortalException
deleteRoleUser in interface UserLocalServicePortalException
public void deleteRoleUser(long roleId,
User user)
throws PortalException
deleteRoleUser in interface UserLocalServicePortalException
public void deleteRoleUsers(long roleId,
long[] userIds)
deleteRoleUsers in interface UserLocalService
public void deleteRoleUsers(long roleId,
List<User> Users)
deleteRoleUsers in interface UserLocalServicepublic long[] getRolePrimaryKeys(long userId)
getRolePrimaryKeys in interface UserLocalServiceuserId - the userId of the user
public List<User> getRoleUsers(long roleId)
getRoleUsers in interface UserLocalService
public List<User> getRoleUsers(long roleId,
int start,
int end)
getRoleUsers in interface UserLocalService
public List<User> getRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> orderByComparator)
getRoleUsers in interface UserLocalServicepublic int getRoleUsersCount(long roleId)
getRoleUsersCount in interface UserLocalService
public boolean hasRoleUser(long roleId,
long userId)
hasRoleUser in interface UserLocalServicepublic boolean hasRoleUsers(long roleId)
hasRoleUsers in interface UserLocalService
public void setRoleUsers(long roleId,
long[] userIds)
throws PortalException
setRoleUsers in interface UserLocalServicePortalException
public void addTeamUser(long teamId,
long userId)
addTeamUser in interface UserLocalService
public void addTeamUser(long teamId,
User user)
addTeamUser in interface UserLocalService
public void addTeamUsers(long teamId,
long[] userIds)
throws PortalException
addTeamUsers in interface UserLocalServicePortalException
public void addTeamUsers(long teamId,
List<User> Users)
throws PortalException
addTeamUsers in interface UserLocalServicePortalExceptionpublic void clearTeamUsers(long teamId)
clearTeamUsers in interface UserLocalService
public void deleteTeamUser(long teamId,
long userId)
deleteTeamUser in interface UserLocalService
public void deleteTeamUser(long teamId,
User user)
deleteTeamUser in interface UserLocalService
public void deleteTeamUsers(long teamId,
long[] userIds)
deleteTeamUsers in interface UserLocalService
public void deleteTeamUsers(long teamId,
List<User> Users)
deleteTeamUsers in interface UserLocalServicepublic long[] getTeamPrimaryKeys(long userId)
getTeamPrimaryKeys in interface UserLocalServiceuserId - the userId of the user
public List<User> getTeamUsers(long teamId)
getTeamUsers in interface UserLocalService
public List<User> getTeamUsers(long teamId,
int start,
int end)
getTeamUsers in interface UserLocalService
public List<User> getTeamUsers(long teamId,
int start,
int end,
OrderByComparator<User> orderByComparator)
getTeamUsers in interface UserLocalServicepublic int getTeamUsersCount(long teamId)
getTeamUsersCount in interface UserLocalService
public boolean hasTeamUser(long teamId,
long userId)
hasTeamUser in interface UserLocalServicepublic boolean hasTeamUsers(long teamId)
hasTeamUsers in interface UserLocalService
public void setTeamUsers(long teamId,
long[] userIds)
setTeamUsers in interface UserLocalService
public void addUserGroupUser(long userGroupId,
long userId)
addUserGroupUser in interface UserLocalService
public void addUserGroupUser(long userGroupId,
User user)
addUserGroupUser in interface UserLocalService
public void addUserGroupUsers(long userGroupId,
long[] userIds)
throws PortalException
addUserGroupUsers in interface UserLocalServicePortalException
public void addUserGroupUsers(long userGroupId,
List<User> Users)
throws PortalException
addUserGroupUsers in interface UserLocalServicePortalExceptionpublic void clearUserGroupUsers(long userGroupId)
clearUserGroupUsers in interface UserLocalService
public void deleteUserGroupUser(long userGroupId,
long userId)
throws PortalException
deleteUserGroupUser in interface UserLocalServicePortalException
public void deleteUserGroupUser(long userGroupId,
User user)
throws PortalException
deleteUserGroupUser in interface UserLocalServicePortalException
public void deleteUserGroupUsers(long userGroupId,
long[] userIds)
deleteUserGroupUsers in interface UserLocalService
public void deleteUserGroupUsers(long userGroupId,
List<User> Users)
deleteUserGroupUsers in interface UserLocalServicepublic long[] getUserGroupPrimaryKeys(long userId)
getUserGroupPrimaryKeys in interface UserLocalServiceuserId - the userId of the user
public List<User> getUserGroupUsers(long userGroupId)
getUserGroupUsers in interface UserLocalService
public List<User> getUserGroupUsers(long userGroupId,
int start,
int end)
getUserGroupUsers in interface UserLocalService
public List<User> getUserGroupUsers(long userGroupId,
int start,
int end,
OrderByComparator<User> orderByComparator)
getUserGroupUsers in interface UserLocalServicepublic int getUserGroupUsersCount(long userGroupId)
getUserGroupUsersCount in interface UserLocalService
public boolean hasUserGroupUser(long userGroupId,
long userId)
hasUserGroupUser in interface UserLocalServicepublic boolean hasUserGroupUsers(long userGroupId)
hasUserGroupUsers in interface UserLocalService
public void setUserGroupUsers(long userGroupId,
long[] userIds)
throws PortalException
setUserGroupUsers in interface UserLocalServicePortalExceptionpublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic BrowserTrackerLocalService getBrowserTrackerLocalService()
public void setBrowserTrackerLocalService(BrowserTrackerLocalService browserTrackerLocalService)
browserTrackerLocalService - the browser tracker local servicepublic BrowserTrackerPersistence getBrowserTrackerPersistence()
public void setBrowserTrackerPersistence(BrowserTrackerPersistence browserTrackerPersistence)
browserTrackerPersistence - the browser tracker persistencepublic CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic ContactLocalService getContactLocalService()
public void setContactLocalService(ContactLocalService contactLocalService)
contactLocalService - the contact local servicepublic ContactPersistence getContactPersistence()
public void setContactPersistence(ContactPersistence contactPersistence)
contactPersistence - the contact persistencepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic ImageLocalService getImageLocalService()
public void setImageLocalService(ImageLocalService imageLocalService)
imageLocalService - the image local servicepublic ImagePersistence getImagePersistence()
public void setImagePersistence(ImagePersistence imagePersistence)
imagePersistence - the image persistencepublic LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(LayoutLocalService layoutLocalService)
layoutLocalService - the layout local servicepublic LayoutPersistence getLayoutPersistence()
public void setLayoutPersistence(LayoutPersistence layoutPersistence)
layoutPersistence - the layout persistencepublic LayoutFinder getLayoutFinder()
public void setLayoutFinder(LayoutFinder layoutFinder)
layoutFinder - the layout finderpublic MembershipRequestLocalService getMembershipRequestLocalService()
public void setMembershipRequestLocalService(MembershipRequestLocalService membershipRequestLocalService)
membershipRequestLocalService - the membership request local servicepublic MembershipRequestPersistence getMembershipRequestPersistence()
public void setMembershipRequestPersistence(MembershipRequestPersistence membershipRequestPersistence)
membershipRequestPersistence - the membership request persistencepublic OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(OrganizationLocalService organizationLocalService)
organizationLocalService - the organization local servicepublic OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
organizationPersistence - the organization persistencepublic OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(OrganizationFinder organizationFinder)
organizationFinder - the organization finderpublic PasswordPolicyLocalService getPasswordPolicyLocalService()
public void setPasswordPolicyLocalService(PasswordPolicyLocalService passwordPolicyLocalService)
passwordPolicyLocalService - the password policy local servicepublic PasswordPolicyPersistence getPasswordPolicyPersistence()
public void setPasswordPolicyPersistence(PasswordPolicyPersistence passwordPolicyPersistence)
passwordPolicyPersistence - the password policy persistencepublic PasswordPolicyFinder getPasswordPolicyFinder()
public void setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
passwordPolicyFinder - the password policy finderpublic PasswordPolicyRelLocalService getPasswordPolicyRelLocalService()
public void setPasswordPolicyRelLocalService(PasswordPolicyRelLocalService passwordPolicyRelLocalService)
passwordPolicyRelLocalService - the password policy rel local servicepublic PasswordPolicyRelPersistence getPasswordPolicyRelPersistence()
public void setPasswordPolicyRelPersistence(PasswordPolicyRelPersistence passwordPolicyRelPersistence)
passwordPolicyRelPersistence - the password policy rel persistencepublic PasswordTrackerLocalService getPasswordTrackerLocalService()
public void setPasswordTrackerLocalService(PasswordTrackerLocalService passwordTrackerLocalService)
passwordTrackerLocalService - the password tracker local servicepublic PasswordTrackerPersistence getPasswordTrackerPersistence()
public void setPasswordTrackerPersistence(PasswordTrackerPersistence passwordTrackerPersistence)
passwordTrackerPersistence - the password tracker persistencepublic RecentLayoutBranchLocalService getRecentLayoutBranchLocalService()
public void setRecentLayoutBranchLocalService(RecentLayoutBranchLocalService recentLayoutBranchLocalService)
recentLayoutBranchLocalService - the recent layout branch local servicepublic RecentLayoutBranchPersistence getRecentLayoutBranchPersistence()
public void setRecentLayoutBranchPersistence(RecentLayoutBranchPersistence recentLayoutBranchPersistence)
recentLayoutBranchPersistence - the recent layout branch persistencepublic RecentLayoutRevisionLocalService getRecentLayoutRevisionLocalService()
public void setRecentLayoutRevisionLocalService(RecentLayoutRevisionLocalService recentLayoutRevisionLocalService)
recentLayoutRevisionLocalService - the recent layout revision local servicepublic RecentLayoutRevisionPersistence getRecentLayoutRevisionPersistence()
public void setRecentLayoutRevisionPersistence(RecentLayoutRevisionPersistence recentLayoutRevisionPersistence)
recentLayoutRevisionPersistence - the recent layout revision persistencepublic RecentLayoutSetBranchLocalService getRecentLayoutSetBranchLocalService()
public void setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
recentLayoutSetBranchLocalService - the recent layout set branch local servicepublic RecentLayoutSetBranchPersistence getRecentLayoutSetBranchPersistence()
public void setRecentLayoutSetBranchPersistence(RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence)
recentLayoutSetBranchPersistence - the recent layout set branch persistencepublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic RoleLocalService getRoleLocalService()
public void setRoleLocalService(RoleLocalService roleLocalService)
roleLocalService - the role local servicepublic RolePersistence getRolePersistence()
public void setRolePersistence(RolePersistence rolePersistence)
rolePersistence - the role persistencepublic RoleFinder getRoleFinder()
public void setRoleFinder(RoleFinder roleFinder)
roleFinder - the role finderpublic SubscriptionLocalService getSubscriptionLocalService()
public void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
subscriptionLocalService - the subscription local servicepublic SubscriptionPersistence getSubscriptionPersistence()
public void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
subscriptionPersistence - the subscription persistencepublic TeamLocalService getTeamLocalService()
public void setTeamLocalService(TeamLocalService teamLocalService)
teamLocalService - the team local servicepublic TeamPersistence getTeamPersistence()
public void setTeamPersistence(TeamPersistence teamPersistence)
teamPersistence - the team persistencepublic TeamFinder getTeamFinder()
public void setTeamFinder(TeamFinder teamFinder)
teamFinder - the team finderpublic TicketLocalService getTicketLocalService()
public void setTicketLocalService(TicketLocalService ticketLocalService)
ticketLocalService - the ticket local servicepublic TicketPersistence getTicketPersistence()
public void setTicketPersistence(TicketPersistence ticketPersistence)
ticketPersistence - the ticket persistencepublic AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()
public void setAnnouncementsDeliveryLocalService(AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
announcementsDeliveryLocalService - the announcements delivery local servicepublic AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()
public void setAnnouncementsDeliveryPersistence(AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
announcementsDeliveryPersistence - the announcements delivery persistencepublic AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic BlogsStatsUserLocalService getBlogsStatsUserLocalService()
public void setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
blogsStatsUserLocalService - the blogs stats user local servicepublic BlogsStatsUserPersistence getBlogsStatsUserPersistence()
public void setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
blogsStatsUserPersistence - the blogs stats user persistencepublic BlogsStatsUserFinder getBlogsStatsUserFinder()
public void setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
blogsStatsUserFinder - the blogs stats user finderpublic DLFileEntryLocalService getDLFileEntryLocalService()
public void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
dlFileEntryLocalService - the document library file entry local servicepublic DLFileEntryPersistence getDLFileEntryPersistence()
public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
dlFileEntryPersistence - the document library file entry persistencepublic DLFileEntryFinder getDLFileEntryFinder()
public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
dlFileEntryFinder - the document library file entry finderpublic DLFileRankLocalService getDLFileRankLocalService()
public void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
dlFileRankLocalService - the document library file rank local servicepublic DLFileRankPersistence getDLFileRankPersistence()
public void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
dlFileRankPersistence - the document library file rank persistencepublic DLFileRankFinder getDLFileRankFinder()
public void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)
dlFileRankFinder - the document library file rank finderpublic ExpandoRowLocalService getExpandoRowLocalService()
public void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
expandoRowLocalService - the expando row local servicepublic ExpandoRowPersistence getExpandoRowPersistence()
public void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
expandoRowPersistence - the expando row persistencepublic MBBanLocalService getMBBanLocalService()
public void setMBBanLocalService(MBBanLocalService mbBanLocalService)
mbBanLocalService - the message boards ban local servicepublic MBBanPersistence getMBBanPersistence()
public void setMBBanPersistence(MBBanPersistence mbBanPersistence)
mbBanPersistence - the message boards ban persistencepublic MBMessageLocalService getMBMessageLocalService()
public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
mbMessageLocalService - the message-boards message local servicepublic MBMessagePersistence getMBMessagePersistence()
public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
mbMessagePersistence - the message-boards message persistencepublic MBMessageFinder getMBMessageFinder()
public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
mbMessageFinder - the message-boards message finderpublic MBStatsUserLocalService getMBStatsUserLocalService()
public void setMBStatsUserLocalService(MBStatsUserLocalService mbStatsUserLocalService)
mbStatsUserLocalService - the message boards stats user local servicepublic MBStatsUserPersistence getMBStatsUserPersistence()
public void setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
mbStatsUserPersistence - the message boards stats user persistencepublic MBThreadFlagLocalService getMBThreadFlagLocalService()
public void setMBThreadFlagLocalService(MBThreadFlagLocalService mbThreadFlagLocalService)
mbThreadFlagLocalService - the message boards thread flag local servicepublic MBThreadFlagPersistence getMBThreadFlagPersistence()
public void setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
mbThreadFlagPersistence - the message boards thread flag persistencepublic RatingsStatsLocalService getRatingsStatsLocalService()
public void setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
ratingsStatsLocalService - the ratings stats local servicepublic RatingsStatsPersistence getRatingsStatsPersistence()
public void setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
ratingsStatsPersistence - the ratings stats persistencepublic RatingsStatsFinder getRatingsStatsFinder()
public void setRatingsStatsFinder(RatingsStatsFinder ratingsStatsFinder)
ratingsStatsFinder - the ratings stats finderpublic SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService - the social activity local servicepublic SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence - the social activity persistencepublic SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
socialActivityFinder - the social activity finderpublic SocialRelationLocalService getSocialRelationLocalService()
public void setSocialRelationLocalService(SocialRelationLocalService socialRelationLocalService)
socialRelationLocalService - the social relation local servicepublic SocialRelationPersistence getSocialRelationPersistence()
public void setSocialRelationPersistence(SocialRelationPersistence socialRelationPersistence)
socialRelationPersistence - the social relation persistencepublic SocialRequestLocalService getSocialRequestLocalService()
public void setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
socialRequestLocalService - the social request local servicepublic SocialRequestPersistence getSocialRequestPersistence()
public void setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
socialRequestPersistence - the social request persistencepublic UserGroupLocalService getUserGroupLocalService()
public void setUserGroupLocalService(UserGroupLocalService userGroupLocalService)
userGroupLocalService - the user group local servicepublic UserGroupPersistence getUserGroupPersistence()
public void setUserGroupPersistence(UserGroupPersistence userGroupPersistence)
userGroupPersistence - the user group persistencepublic UserGroupFinder getUserGroupFinder()
public void setUserGroupFinder(UserGroupFinder userGroupFinder)
userGroupFinder - the user group finderpublic UserGroupRoleLocalService getUserGroupRoleLocalService()
public void setUserGroupRoleLocalService(UserGroupRoleLocalService userGroupRoleLocalService)
userGroupRoleLocalService - the user group role local servicepublic UserGroupRolePersistence getUserGroupRolePersistence()
public void setUserGroupRolePersistence(UserGroupRolePersistence userGroupRolePersistence)
userGroupRolePersistence - the user group role persistencepublic UserGroupRoleFinder getUserGroupRoleFinder()
public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder)
userGroupRoleFinder - the user group role finderpublic UserIdMapperLocalService getUserIdMapperLocalService()
public void setUserIdMapperLocalService(UserIdMapperLocalService userIdMapperLocalService)
userIdMapperLocalService - the user ID mapper local servicepublic UserIdMapperPersistence getUserIdMapperPersistence()
public void setUserIdMapperPersistence(UserIdMapperPersistence userIdMapperPersistence)
userIdMapperPersistence - the user ID mapper persistencepublic WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
public void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
workflowInstanceLinkLocalService - the workflow instance link local servicepublic WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
public void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
workflowInstanceLinkPersistence - the workflow instance link persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface UserLocalServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||