Liferay 6.1.0-ce-b4

Uses of Class
com.liferay.portal.service.persistence.UserPersistenceImpl

Packages that use UserPersistenceImpl
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces and classes. 
 

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

Constructors in com.liferay.portal.service.persistence with parameters of type UserPersistenceImpl
UserPersistenceImpl.AddGroup(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.AddOrganization(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.AddPermission(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.AddRole(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.AddTeam(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.AddUserGroup(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ClearGroups(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ClearOrganizations(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ClearPermissions(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ClearRoles(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ClearTeams(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ClearUserGroups(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ContainsGroup(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ContainsOrganization(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ContainsPermission(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ContainsRole(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ContainsTeam(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.ContainsUserGroup(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.RemoveGroup(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.RemoveOrganization(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.RemovePermission(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.RemoveRole(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.RemoveTeam(UserPersistenceImpl persistenceImpl)
           
UserPersistenceImpl.RemoveUserGroup(UserPersistenceImpl persistenceImpl)
           
 


Liferay 6.1.0-ce-b4