@Path(value="/rule/violation/") @Produces(value="application/json") @Consumes(value="application/json") public interface RuleViolationsResource extends de.alpharogroup.service.rs.RestfulResource<Integer,de.alpharogroup.user.management.domain.RuleViolation>
RuleViolationsResource provides methods for resolve rule violations of
users.| 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. |
@POST @Path(value="/find") List<de.alpharogroup.user.management.domain.RuleViolation> find(de.alpharogroup.user.management.domain.model.Infringement model)
RuleViolation objects from the given Infringement object.model - the Infringement object with the search criteria.RuleViolation objects.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.