public interface RuleViolationService extends de.alpharogroup.service.domain.DomainService<Integer,RuleViolation>
RuleViolationService.| Modifier and Type | Method and Description |
|---|---|
List<RuleViolation> |
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. |
RuleViolation |
save(Infringement model)
Persist the given domain object
Infringement. |
RuleViolation |
save(de.alpharogroup.user.management.application.models.InfringementModel model)
Deprecated.
use instead
save(Infringement) |
List<RuleViolation> find(de.alpharogroup.user.domain.User detector, de.alpharogroup.user.domain.User violator, de.alpharogroup.user.management.enums.RuleViolationReason reason, String description)
RuleViolation objects from the given arguments.detector - the detectorviolator - the violatorreason - the reasondescription - the descriptionRuleViolation objects.RuleViolation save(Infringement model)
Infringement.model - the modelRuleViolation object.@Deprecated RuleViolation save(de.alpharogroup.user.management.application.models.InfringementModel model)
save(Infringement)InfringementModel.model - the modelRuleViolation object.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.