Uses of Record Class
no.priv.bang.ukelonn.beans.Account
Packages that use Account
-
Uses of Account in no.priv.bang.ukelonn
Methods in no.priv.bang.ukelonn that return AccountModifier and TypeMethodDescriptionUkelonnService.addAccount(User user) UkelonnService.getAccount(String username) UkelonnService.registerPayment(PerformedTransaction payment) UkelonnService.registerPerformedJob(PerformedTransaction job) Methods in no.priv.bang.ukelonn that return types with arguments of type Account -
Uses of Account in no.priv.bang.ukelonn.beans
Fields in no.priv.bang.ukelonn.beans declared as AccountModifier and TypeFieldDescriptionprivate final AccountAccountWithJobIds.accountThe field for theaccountrecord component.private AccountAccountWithJobIds.Builder.accountprivate final AccountPerformedTransaction.accountThe field for theaccountrecord component.private AccountPerformedTransaction.Builder.accountMethods in no.priv.bang.ukelonn.beans that return AccountModifier and TypeMethodDescriptionAccountWithJobIds.account()Returns the value of theaccountrecord component.PerformedTransaction.account()Returns the value of theaccountrecord component.Account.Builder.build()Methods in no.priv.bang.ukelonn.beans with parameters of type AccountConstructors in no.priv.bang.ukelonn.beans with parameters of type AccountModifierConstructorDescriptionAccountWithJobIds(Account account, List<Integer> jobIds) Creates an instance of aAccountWithJobIdsrecord class.PerformedTransaction(Account account, int transactionTypeId, double transactionAmount, Date transactionDate) Creates an instance of aPerformedTransactionrecord class.