public class AddressSupport extends LayoutSupport<AddressTemplate> implements GlobalPropertyListener
defaultLayoutFormat, layoutTemplates, specialTokens| Modifier and Type | Method and Description | 
|---|---|
| List<AddressTemplate> | getAddressTemplate() | 
| String | getDefaultLayoutFormat() | 
| static AddressSupport | getInstance() | 
| void | globalPropertyChanged(GlobalProperty newValue)Called after a global property is created or updated | 
| void | globalPropertyDeleted(String propertyName)Called after a global property is deleted | 
| void | setAddressTemplate(List<AddressTemplate> addressTemplates) | 
| boolean | supportsPropertyName(String propertyName)Asks this listener whether it wants to be notified about the given property name | 
getDefaultLayoutTemplate, getLayoutTemplateByCodeName, getLayoutTemplateByCountry, getLayoutTemplateByDisplayName, getLayoutTemplateByName, getLayoutTemplates, getSpecialTokens, setDefaultLayoutFormat, setLayoutTemplates, setSpecialTokenspublic static AddressSupport getInstance()
public String getDefaultLayoutFormat()
getDefaultLayoutFormat in class LayoutSupport<AddressTemplate>public void setAddressTemplate(List<AddressTemplate> addressTemplates)
addressTemplates - The addressTemplates to set.public List<AddressTemplate> getAddressTemplate()
public boolean supportsPropertyName(String propertyName)
GlobalPropertyListenersupportsPropertyName in interface GlobalPropertyListenerGlobalPropertyListener.supportsPropertyName(String)public void globalPropertyChanged(GlobalProperty newValue)
GlobalPropertyListenerglobalPropertyChanged in interface GlobalPropertyListenernewValue - the new value of the property that was just savedGlobalPropertyListener.globalPropertyChanged(org.openmrs.GlobalProperty)public void globalPropertyDeleted(String propertyName)
GlobalPropertyListenerglobalPropertyDeleted in interface GlobalPropertyListenerpropertyName - the name of the property that was just deletedGlobalPropertyListener.globalPropertyDeleted(String)Copyright © 2024 OpenMRS Inc.. All rights reserved.