|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.discovery.AbstractPropertyAccessor
com.centrasite.control.discovery.ReadWritePropertyAccessor
com.centrasite.control.registry.items.accessors.OrganizationPostalAddressAccessor
public class OrganizationPostalAddressAccessor
Method Summary | |
---|---|
static OrganizationPostalAddressAccessor |
get()
|
java.util.Iterator |
getAPIHeadings()
|
java.util.Iterator |
getDisplayHeadings(java.util.Locale locale)
|
java.lang.Class |
getModelType()
|
java.lang.String |
getPropertyName()
Obtain name of property being accessed via this accessor. |
java.lang.String |
getValue(Item item)
Get value of property for given Item |
java.util.Collection |
getValues(Item item)
|
boolean |
isComplexProperty()
Check whether property is complex May be due to referenced item |
boolean |
isMultiple()
|
void |
setValue(Item item,
java.lang.String value)
Set value of property for given Item |
void |
setValues(Item item,
java.util.Collection values)
|
Methods inherited from class com.centrasite.control.discovery.ReadWritePropertyAccessor |
---|
isReadOnly, isRequired |
Methods inherited from class com.centrasite.control.discovery.AbstractPropertyAccessor |
---|
editProperty, getActivatingMessage, getCommands, getDescription, getDisplayName, getReferencedItem, getSelectReferencedItemDescriptor, isDateProperty, isIntProperty, isTextEditAllowed, selectReferencedItem |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static OrganizationPostalAddressAccessor get()
public java.lang.String getPropertyName()
PropertyAccessor
getPropertyName
in interface PropertyAccessor
public java.lang.String getValue(Item item) throws java.lang.Exception
PropertyAccessor
getValue
in interface PropertyAccessor
java.lang.Exception
public java.util.Collection getValues(Item item) throws java.lang.Exception
getValues
in interface ComplexProperties
java.lang.Exception
public void setValues(Item item, java.util.Collection values) throws java.lang.Exception
setValues
in interface ComplexProperties
java.lang.Exception
public void setValue(Item item, java.lang.String value) throws java.lang.Exception
PropertyAccessor
setValue
in interface PropertyAccessor
java.lang.Exception
public java.util.Iterator getDisplayHeadings(java.util.Locale locale)
getDisplayHeadings
in interface ComplexProperties
public java.util.Iterator getAPIHeadings()
getAPIHeadings
in interface ComplexProperties
public boolean isMultiple()
isMultiple
in interface ComplexProperties
public java.lang.Class getModelType()
getModelType
in interface ComplexProperties
public boolean isComplexProperty()
AbstractPropertyAccessor
isComplexProperty
in interface PropertyAccessor
isComplexProperty
in class AbstractPropertyAccessor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |