Class EventRestService
Object
EventRestService
@DeclareRoles("deputy")
@RolesAllowed("deputy")
@Path("/administration/events")
public class EventRestService
extends Object
- Author:
- maartenl
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EventRestService
public EventRestService()
-
-
Method Details
-
create
-
create
-
edit
-
remove
-
find
-
findAll
@GET @Produces("application/json") public Response findAll() -
findRange
-
countREST
-
getEntityManager
public EntityManager getEntityManager()
-