Java Doc for OrganizationalPerson.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » api » common » edu » person » 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 » sakai » org.sakaiproject.api.common.edu.person 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.sakaiproject.api.common.edu.person.OrganizationalPerson

All known Subclasses:   org.sakaiproject.component.common.edu.person.OrganizationalPersonImpl,  org.sakaiproject.component.common.edu.person.SakaiPersonImpl,  org.sakaiproject.component.common.edu.person.EduPersonImpl,  org.sakaiproject.component.common.edu.person.InetOrgPersonImpl,
OrganizationalPerson
public interface OrganizationalPerson extends Person(Code)
See ITU X.521 spec.
author:
   Lance Speelmon




Method Summary
public  StringgetFacsimileTelephoneNumber()
     A fax number for the directory entry.
public  StringgetLocalityName()
     According to RFC 2256, "This attribute contains the name of a locality, such as a city, county or other geographic region (localityName)."

X.520(2000) reads: "The Locality Name attribute type specifies a locality.

public  StringgetOrganizationalUnit()
     Organizational unit(s).
public  StringgetPhysicalDeliveryOfficeName()
    
public  StringgetPostOfficeBox()
     Follow X.500(2001): "The Post Office Box attribute type specifies the Postal Office Box by which the object will receive physical postal delivery.
public  StringgetPostalAddress()
     From X.521 spec: PostalAttributeSet

Campus or office address.

public  StringgetPostalCode()
     Follow X.500(2001): "The postal code attribute type specifies the postal code of the named object.
public  StringgetStateOrProvinceName()
     Abbreviation for state or province name.

Format: The values should be coordinated on a national level and if well-known shortcuts exist - like the two-letter state abbreviations in the US – these abbreviations are preferred over longer full names.

According to RFC 2256, "This attribute contains the full name of a state or province (stateOrProvinceName)."

Permissible values (if controlled)

For states in the United States, U.S.

public  StringgetStreetAddress()
    
public  StringgetTitle()
    
public  voidsetFacsimileTelephoneNumber(String facsimileTelephoneNumber)
     A fax number for the directory entry.
public  voidsetLocalityName(String localityName)
     According to RFC 2256, "This attribute contains the name of a locality, such as a city, county or other geographic region (localityName)."

X.520(2000) reads: "The Locality Name attribute type specifies a locality.

public  voidsetOrganizationalUnit(String organizationalUnit)
     Organizational unit(s).
public  voidsetPhysicalDeliveryOfficeName(String physicalDeliveryOfficeName)
    
public  voidsetPostOfficeBox(String postOfficeBox)
     Follow X.500(2001): "The Post Office Box attribute type specifies the Postal Office Box by which the object will receive physical postal delivery.
public  voidsetPostalAddress(String postalAddress)
     From X.521 spec: PostalAttributeSet

Campus or office address.

public  voidsetPostalCode(String postalCode)
     Follow X.500(2001): "The postal code attribute type specifies the postal code of the named object.
public  voidsetStateOrProvinceName(String stateOrProvinceName)
     Abbreviation for state or province name.

Format: The values should be coordinated on a national level and if well-known shortcuts exist - like the two-letter state abbreviations in the US – these abbreviations are preferred over longer full names.

According to RFC 2256, "This attribute contains the full name of a state or province (stateOrProvinceName)."

Permissible values (if controlled)

For states in the United States, U.S.

public  voidsetStreetAddress(String streetAddress)
    
public  voidsetTitle(String title)
    



Method Detail
getFacsimileTelephoneNumber
public String getFacsimileTelephoneNumber()(Code)
A fax number for the directory entry. Attribute values should follow the agreed format for international telephone numbers: i.e., "+44 71 123 4567."



getLocalityName
public String getLocalityName()(Code)
According to RFC 2256, "This attribute contains the name of a locality, such as a city, county or other geographic region (localityName)."

X.520(2000) reads: "The Locality Name attribute type specifies a locality. When used as a component of a directory name, it identifies a geographical area or locality in which the named object is physically located or with which it is associated in some other important way.”




getOrganizationalUnit
public String getOrganizationalUnit()(Code)
Organizational unit(s). According to X.520(2000), "The Organizational Unit Name attribute type specifies an organizational unit. When used as a component of a directory name it identifies an organizational unit with which the named object is affiliated.

The designated organizational unit is understood to be part of an organization designated by an OrganizationName [o] attribute. It follows that if an Organizational Unit Name attribute is used in a directory name, it must be associated with an OrganizationName [o] attribute.

An attribute value for Organizational Unit Name is a string chosen by the organization of which it is a part."




getPhysicalDeliveryOfficeName
public String getPhysicalDeliveryOfficeName()(Code)
From X.521 spec: PostalAttributeSet



getPostOfficeBox
public String getPostOfficeBox()(Code)
Follow X.500(2001): "The Post Office Box attribute type specifies the Postal Office Box by which the object will receive physical postal delivery. If present, the attribute value is part of the object's postal address."



getPostalAddress
public String getPostalAddress()(Code)
From X.521 spec: PostalAttributeSet

Campus or office address. inetOrgPerson has a homePostalAddress that complements this attribute. X.520(2000) reads: "The Postal Address attribute type specifies the address information required for the physical postal delivery to an object."




getPostalCode
public String getPostalCode()(Code)
Follow X.500(2001): "The postal code attribute type specifies the postal code of the named object. If this attribute value is present, it will be part of the object's postal address." Zip code in USA, postal code for other countries.



getStateOrProvinceName
public String getStateOrProvinceName()(Code)
Abbreviation for state or province name.

Format: The values should be coordinated on a national level and if well-known shortcuts exist - like the two-letter state abbreviations in the US – these abbreviations are preferred over longer full names.

According to RFC 2256, "This attribute contains the full name of a state or province (stateOrProvinceName)."

Permissible values (if controlled)

For states in the United States, U.S. Postal Service set of two-letter state name abbreviations.




getStreetAddress
public String getStreetAddress()(Code)
From X.521 spec: LocaleAttributeSet, PostalAttributeSet



getTitle
public String getTitle()(Code)
Follow X.520(2001): "The Title attribute type specifies the designated position or function of the object within an organization."



setFacsimileTelephoneNumber
public void setFacsimileTelephoneNumber(String facsimileTelephoneNumber)(Code)
A fax number for the directory entry. Attribute values should follow the agreed format for international telephone numbers: i.e., "+44 71 123 4567."



setLocalityName
public void setLocalityName(String localityName)(Code)
According to RFC 2256, "This attribute contains the name of a locality, such as a city, county or other geographic region (localityName)."

X.520(2000) reads: "The Locality Name attribute type specifies a locality. When used as a component of a directory name, it identifies a geographical area or locality in which the named object is physically located or with which it is associated in some other important way.”




setOrganizationalUnit
public void setOrganizationalUnit(String organizationalUnit)(Code)
Organizational unit(s). According to X.520(2000), "The Organizational Unit Name attribute type specifies an organizational unit. When used as a component of a directory name it identifies an organizational unit with which the named object is affiliated.

The designated organizational unit is understood to be part of an organization designated by an OrganizationName [o] attribute. It follows that if an Organizational Unit Name attribute is used in a directory name, it must be associated with an OrganizationName [o] attribute.

An attribute value for Organizational Unit Name is a string chosen by the organization of which it is a part."




setPhysicalDeliveryOfficeName
public void setPhysicalDeliveryOfficeName(String physicalDeliveryOfficeName)(Code)
From X.521 spec: PostalAttributeSet



setPostOfficeBox
public void setPostOfficeBox(String postOfficeBox)(Code)
Follow X.500(2001): "The Post Office Box attribute type specifies the Postal Office Box by which the object will receive physical postal delivery. If present, the attribute value is part of the object's postal address."



setPostalAddress
public void setPostalAddress(String postalAddress)(Code)
From X.521 spec: PostalAttributeSet

Campus or office address. inetOrgPerson has a homePostalAddress that complements this attribute. X.520(2000) reads: "The Postal Address attribute type specifies the address information required for the physical postal delivery to an object."




setPostalCode
public void setPostalCode(String postalCode)(Code)
Follow X.500(2001): "The postal code attribute type specifies the postal code of the named object. If this attribute value is present, it will be part of the object's postal address." Zip code in USA, postal code for other countries.



setStateOrProvinceName
public void setStateOrProvinceName(String stateOrProvinceName)(Code)
Abbreviation for state or province name.

Format: The values should be coordinated on a national level and if well-known shortcuts exist - like the two-letter state abbreviations in the US – these abbreviations are preferred over longer full names.

According to RFC 2256, "This attribute contains the full name of a state or province (stateOrProvinceName)."

Permissible values (if controlled)

For states in the United States, U.S. Postal Service set of two-letter state name abbreviations.




setStreetAddress
public void setStreetAddress(String streetAddress)(Code)
From X.521 spec: LocaleAttributeSet, PostalAttributeSet



setTitle
public void setTitle(String title)(Code)
Follow X.520(2001): "The Title attribute type specifies the designated position or function of the object within an organization."



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