@Component @RestController @RequestMapping(value="/gateway") public class InvitationRest extends Object
Modifier and Type | Field and Description |
---|---|
IInvitationRepository |
invitationRepository |
SecurityContextReader |
securityContextReader |
ITranslationRepository |
translationRepository |
Constructor and Description |
---|
InvitationRest() |
@Autowired public IInvitationRepository invitationRepository
@Autowired public ITranslationRepository translationRepository
public SecurityContextReader securityContextReader
@RequestMapping(value="/getReceivedInvitations", method=GET) @Transactional public List<InvitationResponseDto> getReceivedInvitations()
Copyright © 2015 Powered by Sergey. All rights reserved.