| Package | Description |
|---|---|
| de.alpharogroup.user.management.service | |
| de.alpharogroup.user.management.service.api |
| Modifier and Type | Method and Description |
|---|---|
RuleViolation |
RuleViolationDomainService.save(Infringement model)
Persist the given domain object
Infringement. |
RuleViolation |
RuleViolationDomainService.save(de.alpharogroup.user.management.application.models.InfringementModel model)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleViolation> |
RuleViolationDomainService.find(de.alpharogroup.user.domain.User detector,
de.alpharogroup.user.domain.User violator,
de.alpharogroup.user.management.enums.RuleViolationReason reason,
String description)
Find a all
RuleViolation objects from the given arguments. |
| Modifier and Type | Method and Description |
|---|---|
RuleViolation |
RuleViolationService.save(Infringement model)
Persist the given domain object
Infringement. |
RuleViolation |
RuleViolationService.save(de.alpharogroup.user.management.application.models.InfringementModel model)
Deprecated.
use instead
RuleViolationService.save(Infringement) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleViolation> |
RuleViolationService.find(de.alpharogroup.user.domain.User detector,
de.alpharogroup.user.domain.User violator,
de.alpharogroup.user.management.enums.RuleViolationReason reason,
String description)
Find a all
RuleViolation objects from the given arguments. |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.