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

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

public class PostalAddressFormatter
extends java.lang.Object


Constructor Summary
PostalAddressFormatter()
           
 
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, java.util.Locale locale)
           
static java.lang.String getValue(javax.xml.registry.infomodel.PostalAddress pa, java.util.Locale locale)
           
static java.util.Collection getValueItem(javax.xml.registry.infomodel.PostalAddress pa)
           
static java.util.Collection getValueItems(java.util.Iterator pa)
           
static void setValue(PostalAddressItem postalAddress, javax.xml.registry.infomodel.PostalAddress po)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostalAddressFormatter

public PostalAddressFormatter()
Method Detail

getPropertyName

public static java.lang.String getPropertyName()

getValue

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

getValue

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

getValueItem

public static java.util.Collection getValueItem(javax.xml.registry.infomodel.PostalAddress 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(PostalAddressItem postalAddress,
                            javax.xml.registry.infomodel.PostalAddress 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()