Liferay 6.0-ee

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

Packages that use UserPersistenceImpl
com.liferay.portal.service.persistence   
 

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.0-ee