Java Doc for UniversalUser.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » core » bo » user » 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 » ERP CRM Financial » Kuali Financial System » org.kuali.core.bo.user 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.kuali.core.bo.PersistableBusinessObjectBase
   org.kuali.core.bo.user.UniversalUser

UniversalUser
public class UniversalUser extends PersistableBusinessObjectBase (Code)


Field Summary
protected static  org.apache.log4j.LoggerLOG
    

Constructor Summary
public  UniversalUser()
     Default no-arg constructor.

Method Summary
public  StringgetActiveModuleCodeString()
     Returns a comma-delimited string of the KualiModule codes for which this person is an active user.
public  CampusgetCampus()
    
public  StringgetCampusCode()
    
public  Set<String>getChangedModuleCodes()
     Gets the changedModuleCodes attribute.
public  EmployeeStatusgetEmployeeStatus()
    
public  StringgetEmployeeStatusCode()
     Gets the employeeStatusCode attribute.
public  EmployeeTypegetEmployeeType()
    
public  StringgetEmployeeTypeCode()
    
public  StringgetFinancialSystemsEncryptedPasswordText()
     Gets the financialSystemsEncryptedPasswordText attribute.
public  List<KualiGroup>getGroups()
    
public  Map<String, Map<String, String>>getModuleProperties()
    
public  Map<String, String>getModuleProperties(String moduleId)
    
public  KualiModuleUsergetModuleUser(String moduleId)
    
public  Map<String, KualiModuleUser>getModuleUsers()
    
public  KualiDecimalgetPersonBaseSalaryAmount()
     Gets the personBaseSalaryAmount attribute.
public  StringgetPersonCampusAddress()
     Gets the personCampusAddress attribute.
public  StringgetPersonEmailAddress()
     Gets the personEmailAddress attribute.
public  StringgetPersonFirstName()
     Gets the personFirstName attribute.
public  StringgetPersonLastName()
     Gets the personLastName attribute.
public  StringgetPersonLocalPhoneNumber()
     Gets the personLocalPhoneNumber attribute.
public  StringgetPersonMiddleName()
    
public  StringgetPersonName()
     Gets the personName attribute.
public  StringgetPersonPayrollIdentifier()
     Gets the personPayrollIdentifier attribute.
public  StringgetPersonTaxIdentifier()
    
public  StringgetPersonTaxIdentifierTypeCode()
    
public  StringgetPersonUniversalIdentifier()
     Gets the personUniversalIdentifier attribute.
public  StringgetPersonUserIdentifier()
     Gets the personUserIdentifier attribute.
public  StringgetPrimaryDepartmentCode()
     Gets the primaryDepartmentCode attribute.
public  booleanisActiveForAnyModule()
    
public  booleanisActiveForModule(String moduleId)
    
public  booleanisAffiliate()
    
public  booleanisFaculty()
    
public  booleanisMember(String groupName)
    
public  booleanisMember(KualiGroup kualiGroup)
    
public  booleanisStaff()
    
public  booleanisStudent()
    
public  booleanisSupervisorUser()
    
public  booleanisWorkflowExceptionUser()
    
protected  voidrefreshModuleUsersToUniversalUserReferences()
     sometimes there are problems w/ the serialization when coming back from struts when retrieving the actionform from struts.
public  voidrefreshUserGroups()
    
public  voidsetAffiliate(boolean affiliate)
    
public  voidsetCampus(Campus campus)
    
public  voidsetCampusCode(String campusCode)
    
public  voidsetChangedModuleCodes(Set<String> changedModuleCodes)
     Sets the changedModuleCodes attribute value.
public  voidsetEmployeeStatus(EmployeeStatus employeeStatus)
    
public  voidsetEmployeeStatusCode(String employeeStatusCode)
     Sets the employeeStatusCode attribute.
public  voidsetEmployeeType(EmployeeType employeeType)
    
public  voidsetEmployeeTypeCode(String personTypeCode)
    
public  voidsetFaculty(boolean faculty)
    
public  voidsetFinancialSystemsEncryptedPasswordText(String financialSystemsEncryptedPasswordText)
     Sets the financialSystemsEncryptedPasswordText attribute value.
public  voidsetGroups(List<KualiGroup> groups)
    
public  voidsetPersonBaseSalaryAmount(KualiDecimal personBaseSalaryAmount)
     Sets the personBaseSalaryAmount attribute.
public  voidsetPersonCampusAddress(String personCampusAddress)
     Sets the personCampusAddress attribute.
public  voidsetPersonEmailAddress(String personEmailAddress)
     Sets the personEmailAddress attribute.
public  voidsetPersonFirstName(String personFirstName)
     Sets the personFirstName attribute.
public  voidsetPersonLastName(String personLastName)
     Sets the personLastName attribute.
public  voidsetPersonLocalPhoneNumber(String personLocalPhoneNumber)
     Sets the personLocalPhoneNumber attribute.
public  voidsetPersonMiddleName(String personMiddleName)
    
public  voidsetPersonName(String personName)
     Sets the personName attribute value.
public  voidsetPersonPayrollIdentifier(String emplid)
     Sets the personPayrollIdentifier attribute.
public  voidsetPersonTaxIdentifier(String personSocialSecurityNbrId)
    
public  voidsetPersonTaxIdentifierTypeCode(String personTaxIdentifierTypeCode)
    
public  voidsetPersonUniversalIdentifier(String personUniversalIdentifier)
     Sets the personUniversalIdentifier attribute.
public  voidsetPersonUserIdentifier(String personUserIdentifier)
     Sets the personUserIdentifier attribute.
public  voidsetPrimaryDepartmentCode(String deptid)
     Sets the primaryDepartmentCode attribute.
public  voidsetStaff(boolean staff)
    
public  voidsetStudent(boolean student)
    
protected  LinkedHashMaptoStringMapper()
    

Field Detail
LOG
protected static org.apache.log4j.Logger LOG(Code)




Constructor Detail
UniversalUser
public UniversalUser()(Code)
Default no-arg constructor.




Method Detail
getActiveModuleCodeString
public String getActiveModuleCodeString()(Code)
Returns a comma-delimited string of the KualiModule codes for which this person is an active user.



getCampus
public Campus getCampus()(Code)
Returns the campus.



getCampusCode
public String getCampusCode()(Code)
Returns the campusCode.



getChangedModuleCodes
public Set<String> getChangedModuleCodes()(Code)
Gets the changedModuleCodes attribute. Returns the changedModuleCodes.



getEmployeeStatus
public EmployeeStatus getEmployeeStatus()(Code)
This method returns the Employee Status record currently associated with this Universal User EmployeeStatus the current status of this user



getEmployeeStatusCode
public String getEmployeeStatusCode()(Code)
Gets the employeeStatusCode attribute. - Returns the employeeStatusCode



getEmployeeType
public EmployeeType getEmployeeType()(Code)
This method returns the employee type that currently describes this universal user EmployeeType the type of employee this universal user currently is



getEmployeeTypeCode
public String getEmployeeTypeCode()(Code)



getFinancialSystemsEncryptedPasswordText
public String getFinancialSystemsEncryptedPasswordText()(Code)
Gets the financialSystemsEncryptedPasswordText attribute. Returns the financialSystemsEncryptedPasswordText.



getGroups
public List<KualiGroup> getGroups()(Code)
Returns the groups.



getModuleProperties
public Map<String, Map<String, String>> getModuleProperties()(Code)



getModuleProperties
public Map<String, String> getModuleProperties(String moduleId)(Code)



getModuleUser
public KualiModuleUser getModuleUser(String moduleId)(Code)



getModuleUsers
public Map<String, KualiModuleUser> getModuleUsers()(Code)



getPersonBaseSalaryAmount
public KualiDecimal getPersonBaseSalaryAmount()(Code)
Gets the personBaseSalaryAmount attribute. - Returns the personBaseSalaryAmount



getPersonCampusAddress
public String getPersonCampusAddress()(Code)
Gets the personCampusAddress attribute. - Returns the personCampusAddress



getPersonEmailAddress
public String getPersonEmailAddress()(Code)
Gets the personEmailAddress attribute. - Returns the personEmailAddress



getPersonFirstName
public String getPersonFirstName()(Code)
Gets the personFirstName attribute. - Returns the personFirstName



getPersonLastName
public String getPersonLastName()(Code)
Gets the personLastName attribute. - Returns the personLastName



getPersonLocalPhoneNumber
public String getPersonLocalPhoneNumber()(Code)
Gets the personLocalPhoneNumber attribute. - Returns the personLocalPhoneNumber



getPersonMiddleName
public String getPersonMiddleName()(Code)



getPersonName
public String getPersonName()(Code)
Gets the personName attribute. Returns the personName.



getPersonPayrollIdentifier
public String getPersonPayrollIdentifier()(Code)
Gets the personPayrollIdentifier attribute. - Returns the personPayrollIdentifier



getPersonTaxIdentifier
public String getPersonTaxIdentifier()(Code)
Returns the personTaxIdentifier.



getPersonTaxIdentifierTypeCode
public String getPersonTaxIdentifierTypeCode()(Code)



getPersonUniversalIdentifier
public String getPersonUniversalIdentifier()(Code)
Gets the personUniversalIdentifier attribute. - Returns the personUniversalIdentifier



getPersonUserIdentifier
public String getPersonUserIdentifier()(Code)
Gets the personUserIdentifier attribute. - Returns the personUserIdentifier



getPrimaryDepartmentCode
public String getPrimaryDepartmentCode()(Code)
Gets the primaryDepartmentCode attribute. - Returns the primaryDepartmentCode



isActiveForAnyModule
public boolean isActiveForAnyModule()(Code)



isActiveForModule
public boolean isActiveForModule(String moduleId)(Code)



isAffiliate
public boolean isAffiliate()(Code)



isFaculty
public boolean isFaculty()(Code)



isMember
public boolean isMember(String groupName)(Code)
boolean to indicate if the user is a member of a kuali group
Parameters:
  kualiGroup - true if the user is a member of the group passed in



isMember
public boolean isMember(KualiGroup kualiGroup)(Code)



isStaff
public boolean isStaff()(Code)



isStudent
public boolean isStudent()(Code)



isSupervisorUser
public boolean isSupervisorUser()(Code)
check if the user is a supervisor user (belongs to all groups)



isWorkflowExceptionUser
public boolean isWorkflowExceptionUser()(Code)
check if the user is an exception user (has the Exception role, belongs to the Exception workgroup, whatever)



refreshModuleUsersToUniversalUserReferences
protected void refreshModuleUsersToUniversalUserReferences()(Code)
sometimes there are problems w/ the serialization when coming back from struts when retrieving the actionform from struts. the module user is not linked to "this" universal user, so this code fixes that



refreshUserGroups
public void refreshUserGroups()(Code)



setAffiliate
public void setAffiliate(boolean affiliate)(Code)



setCampus
public void setCampus(Campus campus)(Code)

Parameters:
  campus - The campus to set.



setCampusCode
public void setCampusCode(String campusCode)(Code)

Parameters:
  campusCode - The campusCode to set.



setChangedModuleCodes
public void setChangedModuleCodes(Set<String> changedModuleCodes)(Code)
Sets the changedModuleCodes attribute value.
Parameters:
  changedModuleCodes - The changedModuleCodes to set.



setEmployeeStatus
public void setEmployeeStatus(EmployeeStatus employeeStatus)(Code)
This method sets the current employee status of this universal user
Parameters:
  employeeStatus - the current status this universal user should be associated with



setEmployeeStatusCode
public void setEmployeeStatusCode(String employeeStatusCode)(Code)
Sets the employeeStatusCode attribute.
Parameters:
  employeeStatusCode - The employeeStatusCode to set.



setEmployeeType
public void setEmployeeType(EmployeeType employeeType)(Code)
This method sets the employee type of this universal user
Parameters:
  employeeType - the employee type to set this universal user to



setEmployeeTypeCode
public void setEmployeeTypeCode(String personTypeCode)(Code)



setFaculty
public void setFaculty(boolean faculty)(Code)



setFinancialSystemsEncryptedPasswordText
public void setFinancialSystemsEncryptedPasswordText(String financialSystemsEncryptedPasswordText)(Code)
Sets the financialSystemsEncryptedPasswordText attribute value.
Parameters:
  financialSystemsEncryptedPasswordText - The financialSystemsEncryptedPasswordText to set.



setGroups
public void setGroups(List<KualiGroup> groups)(Code)

Parameters:
  groups - The groups to set.



setPersonBaseSalaryAmount
public void setPersonBaseSalaryAmount(KualiDecimal personBaseSalaryAmount)(Code)
Sets the personBaseSalaryAmount attribute.
Parameters:
  personBaseSalaryAmount - The personBaseSalaryAmount to set.



setPersonCampusAddress
public void setPersonCampusAddress(String personCampusAddress)(Code)
Sets the personCampusAddress attribute.
Parameters:
  personCampusAddress - The personCampusAddress to set.



setPersonEmailAddress
public void setPersonEmailAddress(String personEmailAddress)(Code)
Sets the personEmailAddress attribute.
Parameters:
  personEmailAddress - The personEmailAddress to set.



setPersonFirstName
public void setPersonFirstName(String personFirstName)(Code)
Sets the personFirstName attribute.
Parameters:
  personFirstName - The personFirstName to set.



setPersonLastName
public void setPersonLastName(String personLastName)(Code)
Sets the personLastName attribute.
Parameters:
  personLastName - The personLastName to set.



setPersonLocalPhoneNumber
public void setPersonLocalPhoneNumber(String personLocalPhoneNumber)(Code)
Sets the personLocalPhoneNumber attribute.
Parameters:
  personLocalPhoneNumber - The personLocalPhoneNumber to set.



setPersonMiddleName
public void setPersonMiddleName(String personMiddleName)(Code)



setPersonName
public void setPersonName(String personName)(Code)
Sets the personName attribute value.
Parameters:
  personName - The personName to set.



setPersonPayrollIdentifier
public void setPersonPayrollIdentifier(String emplid)(Code)
Sets the personPayrollIdentifier attribute.
Parameters:
  personPayrollIdentifier - The personPayrollIdentifier to set.



setPersonTaxIdentifier
public void setPersonTaxIdentifier(String personSocialSecurityNbrId)(Code)

Parameters:
  personTaxIdentifier - The personTaxIdentifier to set.



setPersonTaxIdentifierTypeCode
public void setPersonTaxIdentifierTypeCode(String personTaxIdentifierTypeCode)(Code)



setPersonUniversalIdentifier
public void setPersonUniversalIdentifier(String personUniversalIdentifier)(Code)
Sets the personUniversalIdentifier attribute.
Parameters:
  personUniversalIdentifier - The personUniversalIdentifier to set.



setPersonUserIdentifier
public void setPersonUserIdentifier(String personUserIdentifier)(Code)
Sets the personUserIdentifier attribute.
Parameters:
  personUserIdentifier - The personUserIdentifier to set.



setPrimaryDepartmentCode
public void setPrimaryDepartmentCode(String deptid)(Code)
Sets the primaryDepartmentCode attribute.
Parameters:
  primaryDepartmentCode - The primaryDepartmentCode to set.



setStaff
public void setStaff(boolean staff)(Code)



setStudent
public void setStudent(boolean student)(Code)



toStringMapper
protected LinkedHashMap toStringMapper()(Code)

See Also:   org.kuali.core.bo.BusinessObjectBase.toStringMapper



Fields inherited from org.kuali.core.bo.PersistableBusinessObjectBase
protected Long versionNumber(Code)(Java Doc)

Methods inherited from org.kuali.core.bo.PersistableBusinessObjectBase
public boolean addNote(Note note)(Code)(Java Doc)
public void afterDelete(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterInsert(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterLookup(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterUpdate(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeDelete(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeInsert(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeUpdate(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public List buildListOfDeletionAwareLists()(Code)(Java Doc)
public boolean deleteNote(Note note)(Code)(Java Doc)
public Note getBoNote(int nbr)(Code)(Java Doc)
public List getBoNotes()(Code)(Java Doc)
public PersistableBusinessObjectExtension getExtension()(Code)(Java Doc)
public String getObjectId()(Code)(Java Doc)
public Long getVersionNumber()(Code)(Java Doc)
public boolean isBoNotesSupport()(Code)(Java Doc)
public boolean isNewCollectionRecord()(Code)(Java Doc)
public void linkEditableUserFields()(Code)(Java Doc)
public void refresh()(Code)(Java Doc)
public void refreshIfEmpty()(Code)(Java Doc)
public void refreshNonUpdateableReferences()(Code)(Java Doc)
public void refreshReferenceObject(String referenceObjectName)(Code)(Java Doc)
public void setBoNotes(List boNotes)(Code)(Java Doc)
public void setExtension(PersistableBusinessObjectExtension extension)(Code)(Java Doc)
public void setNewCollectionRecord(boolean isNewCollectionRecord)(Code)(Java Doc)
public void setObjectId(String objectId)(Code)(Java Doc)
public void setVersionNumber(Long versionNumber)(Code)(Java Doc)
protected Boolean supportsBoNotes()(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.