Class EventRegistrationMessageResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.optional.event.impl.widget.eventregistration.EventRegistrationMessageResource
- All Implemented Interfaces:
RestResource
@Path("/widgets/eventRegistration/{pk}")
public class EventRegistrationMessageResource
extends AbstractRestResource
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo -
Constructor Summary
ConstructorsConstructorDescriptionEventRegistrationMessageResource(PersistenceService persistenceService, EventRegistrationMessageService messageService) -
Method Summary
Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
EventRegistrationMessageResource
public EventRegistrationMessageResource(PersistenceService persistenceService, EventRegistrationMessageService messageService)
-
-
Method Details
-
isRegistrationBlockedByMessages
@GET @Path("/check-messages") @Produces("application/json") public EventRegistrationMessageResource.EventRegistrationMessageResponse isRegistrationBlockedByMessages(@PathParam("pk") String eventKey)
-