public class RuleViolationsRestResource extends de.alpharogroup.service.rs.AbstractRestfulResource<Integer,de.alpharogroup.user.management.domain.RuleViolation,de.alpharogroup.user.management.service.api.RuleViolationService> implements RuleViolationsResource
| Constructor and Description |
|---|
RuleViolationsRestResource() |
| Modifier and Type | Method and Description |
|---|---|
List<de.alpharogroup.user.management.domain.RuleViolation> |
find(de.alpharogroup.user.management.domain.model.Infringement model)
Find a all
RuleViolation objects from the given Infringement object. |
de.alpharogroup.user.management.domain.RuleViolation |
save(de.alpharogroup.user.management.domain.model.Infringement model)
Persist the given domain object
InfringementModel. |
create, delete, getDomainService, read, setDomainService, updatepublic List<de.alpharogroup.user.management.domain.RuleViolation> find(de.alpharogroup.user.management.domain.model.Infringement model)
RuleViolationsResourceRuleViolation objects from the given Infringement object.find in interface RuleViolationsResourcemodel - the Infringement object with the search criteria.RuleViolation objects.public de.alpharogroup.user.management.domain.RuleViolation save(de.alpharogroup.user.management.domain.model.Infringement model)
RuleViolationsResourceInfringementModel.save in interface RuleViolationsResourcemodel - the modelRuleViolation object.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.