public class LocationUtility extends Object implements GlobalPropertyListener
Constructor and Description |
---|
LocationUtility() |
Modifier and Type | Method and Description |
---|---|
static Location |
getDefaultLocation()
Gets the system default location specified as a global property.
|
static Location |
getUserDefaultLocation()
Convenience method that returns the default location of the authenticated user.
|
void |
globalPropertyChanged(GlobalProperty newValue)
Called after a global property is created or updated
|
void |
globalPropertyDeleted(String propertyName)
Called after a global property is deleted
|
static void |
setDefaultLocation(Location defaultLocation) |
boolean |
supportsPropertyName(String propertyName)
Asks this listener whether it wants to be notified about the given property name
|
public static Location getDefaultLocation()
public static Location getUserDefaultLocation()
public static void setDefaultLocation(Location defaultLocation)
public void globalPropertyChanged(GlobalProperty newValue)
GlobalPropertyListener
globalPropertyChanged
in interface GlobalPropertyListener
newValue
- the new value of the property that was just savedGlobalPropertyListener.globalPropertyChanged(org.openmrs.GlobalProperty)
public void globalPropertyDeleted(String propertyName)
GlobalPropertyListener
globalPropertyDeleted
in interface GlobalPropertyListener
propertyName
- the name of the property that was just deletedGlobalPropertyListener.globalPropertyDeleted(java.lang.String)
public boolean supportsPropertyName(String propertyName)
GlobalPropertyListener
supportsPropertyName
in interface GlobalPropertyListener
GlobalPropertyListener.supportsPropertyName(java.lang.String)
Copyright © 2024 OpenMRS Inc.. All rights reserved.