Interface LocationProvider
- All Known Implementing Classes:
LocationEventProvider
public interface LocationProvider
Provider interface for all the action related to fsm locations module
- Since:
- 17.0
-
Method Summary
Modifier and TypeMethodDescriptiongetAddress(Long addressId) insertAddress(BOAddress address) searchAddress(AddressSearchFilter filter)
-
Method Details
-
getAddress
- Throws:
DAValidateExceptionDAException
-
searchAddress
- Throws:
DAValidateExceptionDAException
-
insertAddress
- Throws:
DAValidateExceptionDAException
-