Interface AccountsProvider
- All Known Implementing Classes:
AccountsEventProvider
public interface AccountsProvider
Provider interface for all the action related to fsm account module
- Since:
- 18.0
-
Method Summary
Modifier and TypeMethodDescriptiongetTimeZone(TimeZoneResolverInput<Long> input) loadAccount(Long accountId) searchAccounts(AccountSearchFilter filter)
-
Method Details
-
loadAccount
- Throws:
DAValidateExceptionDAException
-
searchAccounts
- Throws:
DAValidateExceptionDAException
-
searchAccountTypes
List<BOAccountType> searchAccountTypes(AccountTypeSearchFilter filter) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
getTimeZone
- Throws:
DAValidateExceptionDAException
-
loadMeter
- Throws:
DAValidateExceptionDAException
-