Class Legacy
java.lang.Object
com.infinitekind.moneydance.model.Legacy
public abstract class Legacy
extends java.lang.Object
Created by sreilly - 7/27/14 1:01 PM
-
Constructor Summary
Constructors Constructor Description Legacy() -
Method Summary
Modifier and Type Method Description static voidloadLegacyOnlineInfo(AccountBook book, StreamTable info)static AccountmakeAccount(AccountBook book, int acctType, java.lang.String name, CurrencyType currency, Account parent)Deprecated.static AccountmakeAccount(AccountBook book, Account.AccountType acctType, java.lang.String name, CurrencyType currency, Account parent)Deprecated.static AccountmakeAccount(AccountBook book, java.lang.String accountName, int accountID, Account.AccountType type, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount)Deprecated.please use Account object constructorstatic AccountmakeAccount(AccountBook book, java.lang.String accountName, int accountID, Account.AccountType type, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount, long startBalance)Deprecated.please use Account object constructorstatic AccountmakeBankAccount(AccountBook book, java.lang.String accountName, int accountID, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount, long startBalance)Deprecated.please use Account object constructorstatic RemindermakeBasicReminder(AccountBook book, long id, java.lang.String description, int initialDate, int dateAcked, int lastDate, int[] daysOfWeek, int daysOfWeekModifier, int[] daysOfMonth, int everyNDays, boolean everyYear, java.lang.String memo)static CurrencyTypemakeCurrencyType(int id, java.lang.String idString, java.lang.String name, double rate, int decimalPlaces, java.lang.String prefix, java.lang.String suffix, java.lang.String tickerSymbol, int effectiveDate, int currencyType, CurrencyTable table)Construct a CurrencyType object using the olden wayes.static CurrencyTypemakeCurrencyType(int id, java.lang.String idString, java.lang.String name, double rate, int decimalPlaces, java.lang.String prefix, java.lang.String suffix, java.lang.String tickerSymbol, int effectiveDate, CurrencyType.Type currencyType, CurrencyTable table)Construct a CurrencyType object using the olden wayes.static AccountmakeExpenseAccount(AccountBook book, java.lang.String accountName, int accountID, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount)Deprecated.please use Account object constructorstatic AccountmakeIncomeAccount(AccountBook book, java.lang.String accountName, int accountID, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount)Deprecated.please use Account object constructorstatic AccountmakeInvestmentAccount(AccountBook book, java.lang.String accountName, int accountID, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount, long startBalance)Deprecated.please use Account object constructorstatic RemindermakeTransactionReminder(AccountBook book, long id, java.lang.String description, int initialDate, int dateAcked, int lastDate, int[] daysOfWeek, int daysOfWeekModifier, int[] daysOfMonth, int everyNDays, boolean everyYear, ParentTxn txn)static RemindermakeTransactionReminder(AccountBook book, long id, java.lang.String description, long initialDate, long dateAcked, long lastDate, int[] daysOfWeek, int daysOfWeekModifier, int[] daysOfMonth, int everyNDays, boolean everyYear, ParentTxn txn)static com.infinitekind.tiksync.SyncRecordparseParametersFromURL(java.lang.String urlStr)static voidupdateLegacyBudgets(AccountBook book)static voidupdateLegacyReports(AccountBook legacyBook)
-
Constructor Details
-
Legacy
public Legacy()
-
-
Method Details
-
makeBankAccount
public static Account makeBankAccount(AccountBook book, java.lang.String accountName, int accountID, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount, long startBalance)Deprecated.please use Account object constructorMake a bank account using the same API from the original -
makeIncomeAccount
public static Account makeIncomeAccount(AccountBook book, java.lang.String accountName, int accountID, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount)Deprecated.please use Account object constructorMake an income account using the same API from the original Moneydance -
makeExpenseAccount
public static Account makeExpenseAccount(AccountBook book, java.lang.String accountName, int accountID, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount)Deprecated.please use Account object constructorMake an expense account using the same API from the original Moneydance -
makeInvestmentAccount
public static Account makeInvestmentAccount(AccountBook book, java.lang.String accountName, int accountID, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount, long startBalance)Deprecated.please use Account object constructorMake an investment account using the same API from the original Moneydance -
makeAccount
public static Account makeAccount(AccountBook book, java.lang.String accountName, int accountID, Account.AccountType type, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount)Deprecated.please use Account object constructorMake an account using the same API from the original Moneydance -
makeAccount
public static Account makeAccount(AccountBook book, java.lang.String accountName, int accountID, Account.AccountType type, CurrencyType currency, java.util.Hashtable accountInfo, java.util.Vector subAccounts, Account parentAccount, long startBalance)Deprecated.please use Account object constructorMake an account using the same API from the original Moneydance -
makeAccount
@Deprecated public static Account makeAccount(AccountBook book, int acctType, java.lang.String name, CurrencyType currency, Account parent)Deprecated. -
makeAccount
@Deprecated public static Account makeAccount(AccountBook book, Account.AccountType acctType, java.lang.String name, CurrencyType currency, Account parent)Deprecated. -
makeTransactionReminder
public static Reminder makeTransactionReminder(AccountBook book, long id, java.lang.String description, long initialDate, long dateAcked, long lastDate, int[] daysOfWeek, int daysOfWeekModifier, int[] daysOfMonth, int everyNDays, boolean everyYear, ParentTxn txn) -
makeBasicReminder
public static Reminder makeBasicReminder(AccountBook book, long id, java.lang.String description, int initialDate, int dateAcked, int lastDate, int[] daysOfWeek, int daysOfWeekModifier, int[] daysOfMonth, int everyNDays, boolean everyYear, java.lang.String memo) -
makeTransactionReminder
public static Reminder makeTransactionReminder(AccountBook book, long id, java.lang.String description, int initialDate, int dateAcked, int lastDate, int[] daysOfWeek, int daysOfWeekModifier, int[] daysOfMonth, int everyNDays, boolean everyYear, ParentTxn txn) -
makeCurrencyType
public static CurrencyType makeCurrencyType(int id, java.lang.String idString, java.lang.String name, double rate, int decimalPlaces, java.lang.String prefix, java.lang.String suffix, java.lang.String tickerSymbol, int effectiveDate, CurrencyType.Type currencyType, CurrencyTable table)Construct a CurrencyType object using the olden wayes. -
makeCurrencyType
public static CurrencyType makeCurrencyType(int id, java.lang.String idString, java.lang.String name, double rate, int decimalPlaces, java.lang.String prefix, java.lang.String suffix, java.lang.String tickerSymbol, int effectiveDate, int currencyType, CurrencyTable table)Construct a CurrencyType object using the olden wayes. -
loadLegacyOnlineInfo
-
parseParametersFromURL
public static com.infinitekind.tiksync.SyncRecord parseParametersFromURL(java.lang.String urlStr) -
updateLegacyBudgets
-
updateLegacyReports
-