Package | Description |
---|---|
com.webpagebytes.wpbsample.data | |
com.webpagebytes.wpbsample.database |
Modifier and Type | Method and Description |
---|---|
DepositWithdrawal.OperationType |
DepositWithdrawal.getType() |
static DepositWithdrawal.OperationType |
DepositWithdrawal.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DepositWithdrawal.OperationType[] |
DepositWithdrawal.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DepositWithdrawal.setType(DepositWithdrawal.OperationType type) |
Modifier and Type | Method and Description |
---|---|
DepositWithdrawal |
WPBDatabase.createDepositOrWithdrawal(int user_id,
DepositWithdrawal.OperationType type,
long amount) |
List<DepositWithdrawal> |
WPBDatabase.getDepositsWithdrawalsForUser(int user_id,
DepositWithdrawal.OperationType type,
Date date,
int page,
int pageSize) |
Copyright © 2016. All rights reserved.