| Package | Description |
|---|---|
| de.adorsys.multibanking.pers.spi.repository |
| Modifier and Type | Method and Description |
|---|---|
RuleEntity |
BookingRuleRepositoryIf.createOrUpdateRule(RuleEntity ruleEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleEntity> |
BookingRuleRepositoryIf.findAll() |
org.springframework.data.domain.Page<RuleEntity> |
BookingRuleRepositoryIf.findAllPageable(org.springframework.data.domain.Pageable pageable) |
List<RuleEntity> |
BookingRuleRepositoryIf.findByUserId(String userId) |
Optional<RuleEntity> |
BookingRuleRepositoryIf.getRuleById(String ruleId) |
List<RuleEntity> |
BookingRuleRepositoryIf.search(String query) |
| Modifier and Type | Method and Description |
|---|---|
RuleEntity |
BookingRuleRepositoryIf.createOrUpdateRule(RuleEntity ruleEntity) |
Copyright © 2018. All rights reserved.