| Package | Description |
|---|---|
| de.adorsys.multibanking.domain | |
| de.adorsys.multibanking.pers.spi.repository |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomRuleEntity
Created by alexg on 05.09.17.
|
| Modifier and Type | Method and Description |
|---|---|
RuleEntity |
BookingRuleRepositoryIf.createOrUpdateCustomRule(CustomRuleEntity ruleEntity) |
RuleEntity |
BookingRuleRepositoryIf.createOrUpdateRule(RuleEntity ruleEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends RuleEntity> |
BookingRuleRepositoryIf.findAll(boolean custom) |
org.springframework.data.domain.Page<? extends RuleEntity> |
BookingRuleRepositoryIf.findAllPageable(org.springframework.data.domain.Pageable pageable,
boolean custom) |
List<RuleEntity> |
BookingRuleRepositoryIf.findByIncoming(boolean incoming) |
Optional<? extends RuleEntity> |
BookingRuleRepositoryIf.getRuleById(boolean customRule,
String ruleId) |
List<? extends RuleEntity> |
BookingRuleRepositoryIf.search(boolean customRules,
String query) |
| Modifier and Type | Method and Description |
|---|---|
RuleEntity |
BookingRuleRepositoryIf.createOrUpdateRule(RuleEntity ruleEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
BookingRuleRepositoryIf.replacesRules(List<? extends RuleEntity> rules,
boolean custom) |
Copyright © 2018. All rights reserved.