| Package | Description |
|---|---|
| de.adorsys.multibanking.domain | |
| de.adorsys.multibanking.domain.common | |
| de.adorsys.multibanking.service.base | |
| de.adorsys.multibanking.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountAnalyticsEntity
Created by alexg on 08.05.17.
|
class |
AccountSynchPref
Hold preferences on how to synch and split booking lists in to files.
|
class |
AnonymizedBookingEntity
Created by alexg on 01.12.17.
|
class |
BankAccessCredentials |
class |
BankAccessEntity
Created by alexg on 07.02.17.
|
class |
BankAccountEntity
Created by alexg on 07.02.17.
|
class |
BankEntity
Created by alexg on 08.05.17.
|
class |
BookingEntity
Created by alexg on 07.02.17.
|
class |
CategoryEntity |
class |
ContractEntity
Created by alexg on 07.02.17.
|
class |
CustomCategoryEntity |
class |
CustomRuleEntity
Created by alexg on 05.09.17.
|
class |
PaymentEntity
Created by alexg on 05.09.17.
|
class |
RuleEntity
Created by alexg on 05.09.17.
|
class |
StandingOrderEntity
Created by alexg on 05.09.17.
|
class |
UserEntity
Created by alexg on 07.02.17.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractId
Superclass for all object with an identity.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IdentityIf> |
ListUtils.deleteList(List<T> inputList,
List<T> persList)
Deletes all occurrences of the list from the persistent storage.
|
static <T extends IdentityIf> |
ListUtils.deleteListById(List<String> inputIdList,
List<T> persList)
Returns the number of record deleted.
|
static <T extends IdentityIf> |
ListUtils.find(String id,
List<T> list)
Find and return the object with id from klass with type from document.
|
static <T extends IdentityIf> |
ListUtils.setId(List<T> inputList)
Sets the id if none is existent.
|
static <T extends IdentityIf> |
ListUtils.updateList(List<T> inputList,
List<T> persList)
Update a list.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IdentityIf> |
Ids.id(IdentityIf n) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IdentityIf> |
Ids.id(IdentityIf n) |
Copyright © 2018. All rights reserved.