Class LocationEventProvider
java.lang.Object
overit.geocallapp.wfm.locations.integration.LocationEventProvider
- All Implemented Interfaces:
LocationProvider
Provider for integration with resources fsm module.
- Since:
- 17.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAddress(Long addressId) insertAddress(BOAddress address) static LocationEventProvidermakeInstance(PoolKit poolKit) searchAddress(AddressSearchFilter filter)
-
Constructor Details
-
LocationEventProvider
public LocationEventProvider()
-
-
Method Details
-
makeInstance
-
getAddress
- Specified by:
getAddressin interfaceLocationProvider- Throws:
DAValidateExceptionDAException
-
insertAddress
- Specified by:
insertAddressin interfaceLocationProvider- Throws:
DAValidateExceptionDAException
-
searchAddress
public List<BOAddress> searchAddress(AddressSearchFilter filter) throws DAValidateException, DAException - Specified by:
searchAddressin interfaceLocationProvider- Throws:
DAValidateExceptionDAException
-