com.centrasite.control.registry.items.accessors
Interface ComplexProperties

All Known Implementing Classes:
OrganizationPostalAddressAccessor, UserEmailAddressAccessor, UserPersonNameAccessor, UserPostalAddressAccessor, UserTelephoneNumberAccessor

public interface ComplexProperties


Method Summary
 java.util.Iterator getAPIHeadings()
           
 java.util.Iterator getDisplayHeadings(java.util.Locale locale)
           
 java.lang.Class getModelType()
           
 java.util.Collection getValues(Item item)
           
 boolean isMultiple()
           
 void setValues(Item item, java.util.Collection values)
           
 

Method Detail

getDisplayHeadings

java.util.Iterator getDisplayHeadings(java.util.Locale locale)

getAPIHeadings

java.util.Iterator getAPIHeadings()

isMultiple

boolean isMultiple()

getValues

java.util.Collection getValues(Item item)
                               throws java.lang.Exception
Throws:
java.lang.Exception

setValues

void setValues(Item item,
               java.util.Collection values)
               throws java.lang.Exception
Throws:
java.lang.Exception

getModelType

java.lang.Class getModelType()