| Package | Description |
|---|---|
| org.everit.osgi.balance.api |
| Modifier and Type | Method and Description |
|---|---|
TransferStatus |
TransferFilter.getTransferStatus() |
TransferStatus |
BalanceTransfer.getTransferStatus() |
static TransferStatus |
TransferStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferStatus[] |
TransferStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BalanceTransfer(long transferId,
String transferPairId,
Calendar createdAt,
Calendar accomplishedAt,
String transferCode,
BigDecimal amount,
TransferStatus transferStatus,
BigDecimal lastCreditorAvailableBalance,
BigDecimal lastCreditorBlockedBalance,
String notes,
long creditorAccountId,
long debtorAccountId,
long resourceId) |
TransferFilter(Long creditorAccountId,
Long debtorAccountId,
org.everit.commons.selection.util.CalendarRange createdRange,
org.everit.commons.selection.util.CalendarRange accomplishedRange,
String transferCode,
TransferStatus transferStatus)
Constructor for setting final fields.
|
Copyright © 2011–2014 Everit Kft.. All rights reserved.