-
- All Implemented Interfaces:
-
com.meniga.sdk.models.networth.operators.MenigaNetWorthOperations
public class MenigaNetWorthOperationsImp implements MenigaNetWorthOperations
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description Result<MenigaNetWorth>getNetWorth(long id)Result<List<MenigaNetWorth>>getNetWorth(DateTime startDate, DateTime endDate, boolean interpolate, int skip, int take)Result<MenigaNetWorth>createNetWorthAccount(MenigaDecimal initialBalance, MenigaDecimal balance, String accountIdendefier, String displayName, String networthType, DateTime initialBalanceDate)Result<MenigaNetWorthBalance>fetchFirstBalanceEntry(boolean excludeAccountsExcludedFromNetWorth)Result<Void>deleteNetWorthAccount(long idOfaccountToDelete)Result<Void>updateNetWorthAccount(Long accountId, Boolean isExcluded, String accountName)Result<List<KeyVal<Long, String>>>getNetWorthTypes()-
-
Method Detail
-
getNetWorth
Result<MenigaNetWorth> getNetWorth(long id)
-
getNetWorth
Result<List<MenigaNetWorth>> getNetWorth(DateTime startDate, DateTime endDate, boolean interpolate, int skip, int take)
-
createNetWorthAccount
Result<MenigaNetWorth> createNetWorthAccount(MenigaDecimal initialBalance, MenigaDecimal balance, String accountIdendefier, String displayName, String networthType, DateTime initialBalanceDate)
-
fetchFirstBalanceEntry
Result<MenigaNetWorthBalance> fetchFirstBalanceEntry(boolean excludeAccountsExcludedFromNetWorth)
-
deleteNetWorthAccount
Result<Void> deleteNetWorthAccount(long idOfaccountToDelete)
-
updateNetWorthAccount
Result<Void> updateNetWorthAccount(Long accountId, Boolean isExcluded, String accountName)
-
-
-
-