| Package | Description |
|---|---|
| de.adorsys.multibanking.web | |
| de.adorsys.multibanking.web.mapper |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.Resource<RuleTO> |
CustomRulesController.getRule(String ruleId) |
org.springframework.hateoas.Resources<org.springframework.hateoas.Resource<RuleTO>> |
CustomRulesController.getRules(org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<RuleTO> assembler) |
org.springframework.hateoas.Resources<org.springframework.hateoas.Resource<RuleTO>> |
CustomRulesController.searchRules(String query) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpEntity<Void> |
CustomRulesController.createRule(RuleTO rule) |
org.springframework.http.HttpEntity<Void> |
CustomRulesController.updateRule(String ruleId,
RuleTO rule) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.Resources<org.springframework.hateoas.Resource<RuleTO>> |
CustomRulesController.getRules(org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<RuleTO> assembler) |
| Modifier and Type | Method and Description |
|---|---|
RuleTO |
RuleMapperImpl.toRuleTO(de.adorsys.multibanking.domain.RuleEntity ruleEntity) |
RuleTO |
RuleMapper.toRuleTO(de.adorsys.multibanking.domain.RuleEntity ruleEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleTO> |
RuleMapperImpl.toRuleTOs(List<de.adorsys.multibanking.domain.RuleEntity> ruleEntities) |
List<RuleTO> |
RuleMapper.toRuleTOs(List<de.adorsys.multibanking.domain.RuleEntity> ruleEntities) |
| Modifier and Type | Method and Description |
|---|---|
de.adorsys.multibanking.domain.RuleEntity |
RuleMapperImpl.toRuleEntity(RuleTO ruleEntity) |
de.adorsys.multibanking.domain.RuleEntity |
RuleMapper.toRuleEntity(RuleTO ruleEntity) |
Copyright © 2020. All rights reserved.