Package | Description |
---|---|
com.webpagebytes.wpbsample.database |
Modifier and Type | Method and Description |
---|---|
DepositWithdrawal |
WPBDatabase.createDepositOrWithdrawal(int user_id,
DepositWithdrawal.OperationType type,
long amount) |
DepositWithdrawal |
WPBDatabase.getDepositOrWithdrawal(long id) |
Modifier and Type | Method and Description |
---|---|
List<DepositWithdrawal> |
WPBDatabase.getDepositsWithdrawalsForUser(int user_id,
DepositWithdrawal.OperationType type,
Date date,
int page,
int pageSize) |
Copyright © 2016. All rights reserved.