com.centrasite.control.registry.items.accessors
Interface ComplexProperties
- All Known Implementing Classes:
- OrganizationPostalAddressAccessor, UserEmailAddressAccessor, UserPersonNameAccessor, UserPostalAddressAccessor, UserTelephoneNumberAccessor
public interface ComplexProperties
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()