Java Doc for UserUtil.java in  » Portal » liferay-portal-4.4.2 » com » liferay » portal » service » persistence » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » liferay portal 4.4.2 » com.liferay.portal.service.persistence 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.liferay.portal.service.persistence.UserUtil

UserUtil
public class UserUtil (Code)
View Source
author:
   Brian Wing Shun Chan




Method Summary
public static  voidaddGroup(long pk, long groupPK)
    
public static  voidaddGroup(long pk, com.liferay.portal.model.Group group)
    
public static  voidaddGroups(long pk, long[] groupPKs)
    
public static  voidaddGroups(long pk, java.util.List groups)
    
public static  voidaddOrganization(long pk, long organizationPK)
    
public static  voidaddOrganization(long pk, com.liferay.portal.model.Organization organization)
    
public static  voidaddOrganizations(long pk, long[] organizationPKs)
    
public static  voidaddOrganizations(long pk, java.util.List organizations)
    
public static  voidaddPermission(long pk, long permissionPK)
    
public static  voidaddPermission(long pk, com.liferay.portal.model.Permission permission)
    
public static  voidaddPermissions(long pk, long[] permissionPKs)
    
public static  voidaddPermissions(long pk, java.util.List permissions)
    
public static  voidaddRole(long pk, long rolePK)
    
public static  voidaddRole(long pk, com.liferay.portal.model.Role role)
    
public static  voidaddRoles(long pk, long[] rolePKs)
    
public static  voidaddRoles(long pk, java.util.List roles)
    
public static  voidaddUserGroup(long pk, long userGroupPK)
    
public static  voidaddUserGroup(long pk, com.liferay.portal.model.UserGroup userGroup)
    
public static  voidaddUserGroups(long pk, long[] userGroupPKs)
    
public static  voidaddUserGroups(long pk, java.util.List userGroups)
    
public static  voidclearGroups(long pk)
    
public static  voidclearOrganizations(long pk)
    
public static  voidclearPermissions(long pk)
    
public static  voidclearRoles(long pk)
    
public static  voidclearUserGroups(long pk)
    
public static  booleancontainsGroup(long pk, long groupPK)
    
public static  booleancontainsGroups(long pk)
    
public static  booleancontainsOrganization(long pk, long organizationPK)
    
public static  booleancontainsOrganizations(long pk)
    
public static  booleancontainsPermission(long pk, long permissionPK)
    
public static  booleancontainsPermissions(long pk)
    
public static  booleancontainsRole(long pk, long rolePK)
    
public static  booleancontainsRoles(long pk)
    
public static  booleancontainsUserGroup(long pk, long userGroupPK)
    
public static  booleancontainsUserGroups(long pk)
    
public static  intcountAll()
    
public static  intcountByC_DU(long companyId, boolean defaultUser)
    
public static  intcountByC_EA(long companyId, java.lang.String emailAddress)
    
public static  intcountByC_P(long companyId, java.lang.String password)
    
public static  intcountByC_SN(long companyId, java.lang.String screenName)
    
public static  intcountByC_U(long companyId, long userId)
    
public static  intcountByCompanyId(long companyId)
    
public static  intcountByContactId(long contactId)
    
public static  intcountByPortraitId(long portraitId)
    
public static  intcountByUuid(java.lang.String uuid)
    
public static  com.liferay.portal.model.Usercreate(long userId)
    
public static  com.liferay.portal.model.UserfetchByC_DU(long companyId, boolean defaultUser)
    
public static  com.liferay.portal.model.UserfetchByC_EA(long companyId, java.lang.String emailAddress)
    
public static  com.liferay.portal.model.UserfetchByC_SN(long companyId, java.lang.String screenName)
    
public static  com.liferay.portal.model.UserfetchByC_U(long companyId, long userId)
    
public static  com.liferay.portal.model.UserfetchByContactId(long contactId)
    
public static  com.liferay.portal.model.UserfetchByPortraitId(long portraitId)
    
public static  com.liferay.portal.model.UserfetchByPrimaryKey(long userId)
    
public static  java.util.ListfindAll()
    
public static  java.util.ListfindAll(int begin, int end)
    
public static  java.util.ListfindAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.UserfindByC_DU(long companyId, boolean defaultUser)
    
public static  com.liferay.portal.model.UserfindByC_EA(long companyId, java.lang.String emailAddress)
    
public static  java.util.ListfindByC_P(long companyId, java.lang.String password)
    
public static  java.util.ListfindByC_P(long companyId, java.lang.String password, int begin, int end)
    
public static  java.util.ListfindByC_P(long companyId, java.lang.String password, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.UserfindByC_P_First(long companyId, java.lang.String password, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.UserfindByC_P_Last(long companyId, java.lang.String password, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.User[]findByC_P_PrevAndNext(long userId, long companyId, java.lang.String password, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.UserfindByC_SN(long companyId, java.lang.String screenName)
    
public static  com.liferay.portal.model.UserfindByC_U(long companyId, long userId)
    
public static  java.util.ListfindByCompanyId(long companyId)
    
public static  java.util.ListfindByCompanyId(long companyId, int begin, int end)
    
public static  java.util.ListfindByCompanyId(long companyId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.UserfindByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.UserfindByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.User[]findByCompanyId_PrevAndNext(long userId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.UserfindByContactId(long contactId)
    
public static  com.liferay.portal.model.UserfindByPortraitId(long portraitId)
    
public static  com.liferay.portal.model.UserfindByPrimaryKey(long userId)
    
public static  java.util.ListfindByUuid(java.lang.String uuid)
    
public static  java.util.ListfindByUuid(java.lang.String uuid, int begin, int end)
    
public static  java.util.ListfindByUuid(java.lang.String uuid, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.UserfindByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.UserfindByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  com.liferay.portal.model.User[]findByUuid_PrevAndNext(long userId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  java.util.ListfindWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
    
public static  java.util.ListfindWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
    
public static  java.util.ListgetGroups(long pk)
    
public static  java.util.ListgetGroups(long pk, int begin, int end)
    
public static  java.util.ListgetGroups(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  intgetGroupsSize(long pk)
    
public static  java.util.ListgetOrganizations(long pk)
    
public static  java.util.ListgetOrganizations(long pk, int begin, int end)
    
public static  java.util.ListgetOrganizations(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  intgetOrganizationsSize(long pk)
    
public static  java.util.ListgetPermissions(long pk)
    
public static  java.util.ListgetPermissions(long pk, int begin, int end)
    
public static  java.util.ListgetPermissions(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  intgetPermissionsSize(long pk)
    
public static  UserPersistencegetPersistence()
    
public static  java.util.ListgetRoles(long pk)
    
public static  java.util.ListgetRoles(long pk, int begin, int end)
    
public static  java.util.ListgetRoles(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  intgetRolesSize(long pk)
    
public static  java.util.ListgetUserGroups(long pk)
    
public static  java.util.ListgetUserGroups(long pk, int begin, int end)
    
public static  java.util.ListgetUserGroups(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public static  intgetUserGroupsSize(long pk)
    
public static  com.liferay.portal.model.Userremove(long userId)
    
public static  com.liferay.portal.model.Userremove(com.liferay.portal.model.User user)
    
public static  voidremoveAll()
    
public static  voidremoveByC_DU(long companyId, boolean defaultUser)
    
public static  voidremoveByC_EA(long companyId, java.lang.String emailAddress)
    
public static  voidremoveByC_P(long companyId, java.lang.String password)
    
public static  voidremoveByC_SN(long companyId, java.lang.String screenName)
    
public static  voidremoveByC_U(long companyId, long userId)
    
public static  voidremoveByCompanyId(long companyId)
    
public static  voidremoveByContactId(long contactId)
    
public static  voidremoveByPortraitId(long portraitId)
    
public static  voidremoveByUuid(java.lang.String uuid)
    
public static  voidremoveGroup(long pk, long groupPK)
    
public static  voidremoveGroup(long pk, com.liferay.portal.model.Group group)
    
public static  voidremoveGroups(long pk, long[] groupPKs)
    
public static  voidremoveGroups(long pk, java.util.List groups)
    
public static  voidremoveOrganization(long pk, long organizationPK)
    
public static  voidremoveOrganization(long pk, com.liferay.portal.model.Organization organization)
    
public static  voidremoveOrganizations(long pk, long[] organizationPKs)
    
public static  voidremoveOrganizations(long pk, java.util.List organizations)
    
public static  voidremovePermission(long pk, long permissionPK)
    
public static  voidremovePermission(long pk, com.liferay.portal.model.Permission permission)
    
public static  voidremovePermissions(long pk, long[] permissionPKs)
    
public static  voidremovePermissions(long pk, java.util.List permissions)
    
public static  voidremoveRole(long pk, long rolePK)
    
public static  voidremoveRole(long pk, com.liferay.portal.model.Role role)
    
public static  voidremoveRoles(long pk, long[] rolePKs)
    
public static  voidremoveRoles(long pk, java.util.List roles)
    
public static  voidremoveUserGroup(long pk, long userGroupPK)
    
public static  voidremoveUserGroup(long pk, com.liferay.portal.model.UserGroup userGroup)
    
public static  voidremoveUserGroups(long pk, long[] userGroupPKs)
    
public static  voidremoveUserGroups(long pk, java.util.List userGroups)
    
public static  voidsetGroups(long pk, long[] groupPKs)
    
public static  voidsetGroups(long pk, java.util.List groups)
    
public static  voidsetOrganizations(long pk, long[] organizationPKs)
    
public static  voidsetOrganizations(long pk, java.util.List organizations)
    
public static  voidsetPermissions(long pk, long[] permissionPKs)
    
public static  voidsetPermissions(long pk, java.util.List permissions)
    
public  voidsetPersistence(UserPersistence persistence)
    
public static  voidsetRoles(long pk, long[] rolePKs)
    
public static  voidsetRoles(long pk, java.util.List roles)
    
public static  voidsetUserGroups(long pk, long[] userGroupPKs)
    
public static  voidsetUserGroups(long pk, java.util.List userGroups)
    
public static  com.liferay.portal.model.Userupdate(com.liferay.portal.model.User user)
    
public static  com.liferay.portal.model.Userupdate(com.liferay.portal.model.User user, boolean merge)
    
public static  com.liferay.portal.model.UserupdateImpl(com.liferay.portal.model.User user, boolean merge)
    



Method Detail
addGroup
public static void addGroup(long pk, long groupPK) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchGroupException, com.liferay.portal.NoSuchUserException(Code)



addGroup
public static void addGroup(long pk, com.liferay.portal.model.Group group) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchGroupException, com.liferay.portal.NoSuchUserException(Code)



addGroups
public static void addGroups(long pk, long[] groupPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchGroupException, com.liferay.portal.NoSuchUserException(Code)



addGroups
public static void addGroups(long pk, java.util.List groups) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchGroupException, com.liferay.portal.NoSuchUserException(Code)



addOrganization
public static void addOrganization(long pk, long organizationPK) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchOrganizationException, com.liferay.portal.NoSuchUserException(Code)



addOrganization
public static void addOrganization(long pk, com.liferay.portal.model.Organization organization) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchOrganizationException, com.liferay.portal.NoSuchUserException(Code)



addOrganizations
public static void addOrganizations(long pk, long[] organizationPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchOrganizationException, com.liferay.portal.NoSuchUserException(Code)



addOrganizations
public static void addOrganizations(long pk, java.util.List organizations) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchOrganizationException, com.liferay.portal.NoSuchUserException(Code)



addPermission
public static void addPermission(long pk, long permissionPK) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchPermissionException, com.liferay.portal.NoSuchUserException(Code)



addPermission
public static void addPermission(long pk, com.liferay.portal.model.Permission permission) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchPermissionException, com.liferay.portal.NoSuchUserException(Code)



addPermissions
public static void addPermissions(long pk, long[] permissionPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchPermissionException, com.liferay.portal.NoSuchUserException(Code)



addPermissions
public static void addPermissions(long pk, java.util.List permissions) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchPermissionException, com.liferay.portal.NoSuchUserException(Code)



addRole
public static void addRole(long pk, long rolePK) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchRoleException, com.liferay.portal.NoSuchUserException(Code)



addRole
public static void addRole(long pk, com.liferay.portal.model.Role role) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchRoleException, com.liferay.portal.NoSuchUserException(Code)



addRoles
public static void addRoles(long pk, long[] rolePKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchRoleException, com.liferay.portal.NoSuchUserException(Code)



addRoles
public static void addRoles(long pk, java.util.List roles) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchRoleException, com.liferay.portal.NoSuchUserException(Code)



addUserGroup
public static void addUserGroup(long pk, long userGroupPK) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException, com.liferay.portal.NoSuchUserGroupException(Code)



addUserGroup
public static void addUserGroup(long pk, com.liferay.portal.model.UserGroup userGroup) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException, com.liferay.portal.NoSuchUserGroupException(Code)



addUserGroups
public static void addUserGroups(long pk, long[] userGroupPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException, com.liferay.portal.NoSuchUserGroupException(Code)



addUserGroups
public static void addUserGroups(long pk, java.util.List userGroups) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException, com.liferay.portal.NoSuchUserGroupException(Code)



clearGroups
public static void clearGroups(long pk) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



clearOrganizations
public static void clearOrganizations(long pk) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



clearPermissions
public static void clearPermissions(long pk) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



clearRoles
public static void clearRoles(long pk) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



clearUserGroups
public static void clearUserGroups(long pk) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



containsGroup
public static boolean containsGroup(long pk, long groupPK) throws com.liferay.portal.SystemException(Code)



containsGroups
public static boolean containsGroups(long pk) throws com.liferay.portal.SystemException(Code)



containsOrganization
public static boolean containsOrganization(long pk, long organizationPK) throws com.liferay.portal.SystemException(Code)



containsOrganizations
public static boolean containsOrganizations(long pk) throws com.liferay.portal.SystemException(Code)



containsPermission
public static boolean containsPermission(long pk, long permissionPK) throws com.liferay.portal.SystemException(Code)



containsPermissions
public static boolean containsPermissions(long pk) throws com.liferay.portal.SystemException(Code)



containsRole
public static boolean containsRole(long pk, long rolePK) throws com.liferay.portal.SystemException(Code)



containsRoles
public static boolean containsRoles(long pk) throws com.liferay.portal.SystemException(Code)



containsUserGroup
public static boolean containsUserGroup(long pk, long userGroupPK) throws com.liferay.portal.SystemException(Code)



containsUserGroups
public static boolean containsUserGroups(long pk) throws com.liferay.portal.SystemException(Code)



countAll
public static int countAll() throws com.liferay.portal.SystemException(Code)



countByC_DU
public static int countByC_DU(long companyId, boolean defaultUser) throws com.liferay.portal.SystemException(Code)



countByC_EA
public static int countByC_EA(long companyId, java.lang.String emailAddress) throws com.liferay.portal.SystemException(Code)



countByC_P
public static int countByC_P(long companyId, java.lang.String password) throws com.liferay.portal.SystemException(Code)



countByC_SN
public static int countByC_SN(long companyId, java.lang.String screenName) throws com.liferay.portal.SystemException(Code)



countByC_U
public static int countByC_U(long companyId, long userId) throws com.liferay.portal.SystemException(Code)



countByCompanyId
public static int countByCompanyId(long companyId) throws com.liferay.portal.SystemException(Code)



countByContactId
public static int countByContactId(long contactId) throws com.liferay.portal.SystemException(Code)



countByPortraitId
public static int countByPortraitId(long portraitId) throws com.liferay.portal.SystemException(Code)



countByUuid
public static int countByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException(Code)



create
public static com.liferay.portal.model.User create(long userId)(Code)



fetchByC_DU
public static com.liferay.portal.model.User fetchByC_DU(long companyId, boolean defaultUser) throws com.liferay.portal.SystemException(Code)



fetchByC_EA
public static com.liferay.portal.model.User fetchByC_EA(long companyId, java.lang.String emailAddress) throws com.liferay.portal.SystemException(Code)



fetchByC_SN
public static com.liferay.portal.model.User fetchByC_SN(long companyId, java.lang.String screenName) throws com.liferay.portal.SystemException(Code)



fetchByC_U
public static com.liferay.portal.model.User fetchByC_U(long companyId, long userId) throws com.liferay.portal.SystemException(Code)



fetchByContactId
public static com.liferay.portal.model.User fetchByContactId(long contactId) throws com.liferay.portal.SystemException(Code)



fetchByPortraitId
public static com.liferay.portal.model.User fetchByPortraitId(long portraitId) throws com.liferay.portal.SystemException(Code)



fetchByPrimaryKey
public static com.liferay.portal.model.User fetchByPrimaryKey(long userId) throws com.liferay.portal.SystemException(Code)



findAll
public static java.util.List findAll() throws com.liferay.portal.SystemException(Code)



findAll
public static java.util.List findAll(int begin, int end) throws com.liferay.portal.SystemException(Code)



findAll
public static java.util.List findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException(Code)



findByC_DU
public static com.liferay.portal.model.User findByC_DU(long companyId, boolean defaultUser) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByC_EA
public static com.liferay.portal.model.User findByC_EA(long companyId, java.lang.String emailAddress) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByC_P
public static java.util.List findByC_P(long companyId, java.lang.String password) throws com.liferay.portal.SystemException(Code)



findByC_P
public static java.util.List findByC_P(long companyId, java.lang.String password, int begin, int end) throws com.liferay.portal.SystemException(Code)



findByC_P
public static java.util.List findByC_P(long companyId, java.lang.String password, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException(Code)



findByC_P_First
public static com.liferay.portal.model.User findByC_P_First(long companyId, java.lang.String password, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByC_P_Last
public static com.liferay.portal.model.User findByC_P_Last(long companyId, java.lang.String password, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByC_P_PrevAndNext
public static com.liferay.portal.model.User[] findByC_P_PrevAndNext(long userId, long companyId, java.lang.String password, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByC_SN
public static com.liferay.portal.model.User findByC_SN(long companyId, java.lang.String screenName) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByC_U
public static com.liferay.portal.model.User findByC_U(long companyId, long userId) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByCompanyId
public static java.util.List findByCompanyId(long companyId) throws com.liferay.portal.SystemException(Code)



findByCompanyId
public static java.util.List findByCompanyId(long companyId, int begin, int end) throws com.liferay.portal.SystemException(Code)



findByCompanyId
public static java.util.List findByCompanyId(long companyId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException(Code)



findByCompanyId_First
public static com.liferay.portal.model.User findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByCompanyId_Last
public static com.liferay.portal.model.User findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByCompanyId_PrevAndNext
public static com.liferay.portal.model.User[] findByCompanyId_PrevAndNext(long userId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByContactId
public static com.liferay.portal.model.User findByContactId(long contactId) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByPortraitId
public static com.liferay.portal.model.User findByPortraitId(long portraitId) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByPrimaryKey
public static com.liferay.portal.model.User findByPrimaryKey(long userId) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByUuid
public static java.util.List findByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException(Code)



findByUuid
public static java.util.List findByUuid(java.lang.String uuid, int begin, int end) throws com.liferay.portal.SystemException(Code)



findByUuid
public static java.util.List findByUuid(java.lang.String uuid, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException(Code)



findByUuid_First
public static com.liferay.portal.model.User findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByUuid_Last
public static com.liferay.portal.model.User findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findByUuid_PrevAndNext
public static com.liferay.portal.model.User[] findByUuid_PrevAndNext(long userId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



findWithDynamicQuery
public static java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException(Code)



findWithDynamicQuery
public static java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException(Code)



getGroups
public static java.util.List getGroups(long pk) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getGroups
public static java.util.List getGroups(long pk, int begin, int end) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getGroups
public static java.util.List getGroups(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getGroupsSize
public static int getGroupsSize(long pk) throws com.liferay.portal.SystemException(Code)



getOrganizations
public static java.util.List getOrganizations(long pk) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getOrganizations
public static java.util.List getOrganizations(long pk, int begin, int end) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getOrganizations
public static java.util.List getOrganizations(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getOrganizationsSize
public static int getOrganizationsSize(long pk) throws com.liferay.portal.SystemException(Code)



getPermissions
public static java.util.List getPermissions(long pk) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getPermissions
public static java.util.List getPermissions(long pk, int begin, int end) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getPermissions
public static java.util.List getPermissions(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getPermissionsSize
public static int getPermissionsSize(long pk) throws com.liferay.portal.SystemException(Code)



getPersistence
public static UserPersistence getPersistence()(Code)



getRoles
public static java.util.List getRoles(long pk) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getRoles
public static java.util.List getRoles(long pk, int begin, int end) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getRoles
public static java.util.List getRoles(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getRolesSize
public static int getRolesSize(long pk) throws com.liferay.portal.SystemException(Code)



getUserGroups
public static java.util.List getUserGroups(long pk) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getUserGroups
public static java.util.List getUserGroups(long pk, int begin, int end) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getUserGroups
public static java.util.List getUserGroups(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



getUserGroupsSize
public static int getUserGroupsSize(long pk) throws com.liferay.portal.SystemException(Code)



remove
public static com.liferay.portal.model.User remove(long userId) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



remove
public static com.liferay.portal.model.User remove(com.liferay.portal.model.User user) throws com.liferay.portal.SystemException(Code)



removeAll
public static void removeAll() throws com.liferay.portal.SystemException(Code)



removeByC_DU
public static void removeByC_DU(long companyId, boolean defaultUser) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



removeByC_EA
public static void removeByC_EA(long companyId, java.lang.String emailAddress) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



removeByC_P
public static void removeByC_P(long companyId, java.lang.String password) throws com.liferay.portal.SystemException(Code)



removeByC_SN
public static void removeByC_SN(long companyId, java.lang.String screenName) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



removeByC_U
public static void removeByC_U(long companyId, long userId) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



removeByCompanyId
public static void removeByCompanyId(long companyId) throws com.liferay.portal.SystemException(Code)



removeByContactId
public static void removeByContactId(long contactId) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



removeByPortraitId
public static void removeByPortraitId(long portraitId) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException(Code)



removeByUuid
public static void removeByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException(Code)



removeGroup
public static void removeGroup(long pk, long groupPK) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchGroupException, com.liferay.portal.NoSuchUserException(Code)



removeGroup
public static void removeGroup(long pk, com.liferay.portal.model.Group group) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchGroupException, com.liferay.portal.NoSuchUserException(Code)



removeGroups
public static void removeGroups(long pk, long[] groupPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchGroupException, com.liferay.portal.NoSuchUserException(Code)



removeGroups
public static void removeGroups(long pk, java.util.List groups) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchGroupException, com.liferay.portal.NoSuchUserException(Code)



removeOrganization
public static void removeOrganization(long pk, long organizationPK) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchOrganizationException, com.liferay.portal.NoSuchUserException(Code)



removeOrganization
public static void removeOrganization(long pk, com.liferay.portal.model.Organization organization) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchOrganizationException, com.liferay.portal.NoSuchUserException(Code)



removeOrganizations
public static void removeOrganizations(long pk, long[] organizationPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchOrganizationException, com.liferay.portal.NoSuchUserException(Code)



removeOrganizations
public static void removeOrganizations(long pk, java.util.List organizations) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchOrganizationException, com.liferay.portal.NoSuchUserException(Code)



removePermission
public static void removePermission(long pk, long permissionPK) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchPermissionException, com.liferay.portal.NoSuchUserException(Code)



removePermission
public static void removePermission(long pk, com.liferay.portal.model.Permission permission) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchPermissionException, com.liferay.portal.NoSuchUserException(Code)



removePermissions
public static void removePermissions(long pk, long[] permissionPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchPermissionException, com.liferay.portal.NoSuchUserException(Code)



removePermissions
public static void removePermissions(long pk, java.util.List permissions) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchPermissionException, com.liferay.portal.NoSuchUserException(Code)



removeRole
public static void removeRole(long pk, long rolePK) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchRoleException, com.liferay.portal.NoSuchUserException(Code)



removeRole
public static void removeRole(long pk, com.liferay.portal.model.Role role) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchRoleException, com.liferay.portal.NoSuchUserException(Code)



removeRoles
public static void removeRoles(long pk, long[] rolePKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchRoleException, com.liferay.portal.NoSuchUserException(Code)



removeRoles
public static void removeRoles(long pk, java.util.List roles) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchRoleException, com.liferay.portal.NoSuchUserException(Code)



removeUserGroup
public static void removeUserGroup(long pk, long userGroupPK) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException, com.liferay.portal.NoSuchUserGroupException(Code)



removeUserGroup
public static void removeUserGroup(long pk, com.liferay.portal.model.UserGroup userGroup) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException, com.liferay.portal.NoSuchUserGroupException(Code)



removeUserGroups
public static void removeUserGroups(long pk, long[] userGroupPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException, com.liferay.portal.NoSuchUserGroupException(Code)



removeUserGroups
public static void removeUserGroups(long pk, java.util.List userGroups) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException, com.liferay.portal.NoSuchUserGroupException(Code)



setGroups
public static void setGroups(long pk, long[] groupPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchGroupException, com.liferay.portal.NoSuchUserException(Code)



setGroups
public static void setGroups(long pk, java.util.List groups) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchGroupException, com.liferay.portal.NoSuchUserException(Code)



setOrganizations
public static void setOrganizations(long pk, long[] organizationPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchOrganizationException, com.liferay.portal.NoSuchUserException(Code)



setOrganizations
public static void setOrganizations(long pk, java.util.List organizations) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchOrganizationException, com.liferay.portal.NoSuchUserException(Code)



setPermissions
public static void setPermissions(long pk, long[] permissionPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchPermissionException, com.liferay.portal.NoSuchUserException(Code)



setPermissions
public static void setPermissions(long pk, java.util.List permissions) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchPermissionException, com.liferay.portal.NoSuchUserException(Code)



setPersistence
public void setPersistence(UserPersistence persistence)(Code)



setRoles
public static void setRoles(long pk, long[] rolePKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchRoleException, com.liferay.portal.NoSuchUserException(Code)



setRoles
public static void setRoles(long pk, java.util.List roles) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchRoleException, com.liferay.portal.NoSuchUserException(Code)



setUserGroups
public static void setUserGroups(long pk, long[] userGroupPKs) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException, com.liferay.portal.NoSuchUserGroupException(Code)



setUserGroups
public static void setUserGroups(long pk, java.util.List userGroups) throws com.liferay.portal.SystemException, com.liferay.portal.NoSuchUserException, com.liferay.portal.NoSuchUserGroupException(Code)



update
public static com.liferay.portal.model.User update(com.liferay.portal.model.User user) throws com.liferay.portal.SystemException(Code)



update
public static com.liferay.portal.model.User update(com.liferay.portal.model.User user, boolean merge) throws com.liferay.portal.SystemException(Code)



updateImpl
public static com.liferay.portal.model.User updateImpl(com.liferay.portal.model.User user, boolean merge) throws com.liferay.portal.SystemException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.