com.centrasite.control.registry.items.accessors
Class PersonNameFormatter

java.lang.Object
  extended by com.centrasite.control.registry.items.accessors.PersonNameFormatter

public class PersonNameFormatter
extends java.lang.Object


Constructor Summary
PersonNameFormatter()
           
 
Method Summary
static java.util.ArrayList getDisplayHeadings(java.util.Locale locale)
           
static java.util.ArrayList getMethodHeadings()
           
static java.lang.String getPropertyName()
           
static java.lang.String getValue(java.util.Iterator col)
           
static java.lang.String getValue(javax.xml.registry.infomodel.PersonName pa)
           
static java.lang.String getValue(javax.xml.registry.infomodel.PersonName pa, java.util.Locale locale)
           
static java.util.Collection getValueItem(javax.xml.registry.infomodel.PersonName pa)
           
static java.util.Collection getValueItems(java.util.Iterator pa)
           
static void setValue(PersonNameItem personname, javax.xml.registry.infomodel.PersonName po)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonNameFormatter

public PersonNameFormatter()
Method Detail

getPropertyName

public static java.lang.String getPropertyName()

getValue

public static java.lang.String getValue(javax.xml.registry.infomodel.PersonName pa,
                                        java.util.Locale locale)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getValue

public static java.lang.String getValue(javax.xml.registry.infomodel.PersonName pa)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getValue

public static java.lang.String getValue(java.util.Iterator col)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getValueItem

public static java.util.Collection getValueItem(javax.xml.registry.infomodel.PersonName pa)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

getValueItems

public static java.util.Collection getValueItems(java.util.Iterator pa)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

setValue

public static void setValue(PersonNameItem personname,
                            javax.xml.registry.infomodel.PersonName po)
                     throws java.lang.Exception
Throws:
java.lang.Exception

getDisplayHeadings

public static java.util.ArrayList getDisplayHeadings(java.util.Locale locale)

getMethodHeadings

public static java.util.ArrayList getMethodHeadings()