@Service @Transactional(propagation=REQUIRED) public final class CreateApplicationEventService extends AbstractBusinessServiceImpl<com.hack23.cia.service.api.action.application.CreateApplicationEventRequest,com.hack23.cia.service.api.action.application.CreateApplicationEventResponse> implements BusinessService<com.hack23.cia.service.api.action.application.CreateApplicationEventRequest,com.hack23.cia.service.api.action.application.CreateApplicationEventResponse>
Constructor and Description |
---|
CreateApplicationEventService()
Instantiates a new creates the application event service.
|
Modifier and Type | Method and Description |
---|---|
com.hack23.cia.service.api.action.application.CreateApplicationEventResponse |
processService(com.hack23.cia.service.api.action.application.CreateApplicationEventRequest serviceRequest)
Process service.
|
getSupportedService, getUserAccountFromSecurityContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSupportedService
public CreateApplicationEventService()
@Secured(value={"ROLE_ANONYMOUS","ROLE_USER","ROLE_ADMIN"}) public com.hack23.cia.service.api.action.application.CreateApplicationEventResponse processService(com.hack23.cia.service.api.action.application.CreateApplicationEventRequest serviceRequest)
BusinessService
processService
in interface BusinessService<com.hack23.cia.service.api.action.application.CreateApplicationEventRequest,com.hack23.cia.service.api.action.application.CreateApplicationEventResponse>
serviceRequest
- the service requestCopyright © 2010–2017 www.hack23.com. All rights reserved.