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

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

public class EmailAddressFormatter
extends java.lang.Object


Constructor Summary
EmailAddressFormatter()
           
 
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(javax.xml.registry.infomodel.EmailAddress ea, java.util.Locale locale)
           
static java.lang.String getValue(java.util.Iterator it, java.util.Locale locale)
           
static java.util.Collection getValueItem(javax.xml.registry.infomodel.EmailAddress ea)
           
static java.util.Collection getValueItems(java.util.Iterator it)
           
static void setValue(EmailAddressItem emailAddress, javax.xml.registry.infomodel.EmailAddress ea)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailAddressFormatter

public EmailAddressFormatter()
Method Detail

getPropertyName

public static java.lang.String getPropertyName()

getValue

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

getValue

public static java.lang.String getValue(java.util.Iterator it,
                                        java.util.Locale locale)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getValueItem

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

getValueItems

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

setValue

public static void setValue(EmailAddressItem emailAddress,
                            javax.xml.registry.infomodel.EmailAddress ea)
                     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()