@Component @RestController @RequestMapping(value="/gateway") public class ProjectRest extends Object
Constructor and Description |
---|
ProjectRest() |
@Autowired public IProjectRepository projectRepository
@Autowired public IProjectUserRepository projectUserRepository
@Autowired public IAuthorityRepository authorityRepository
@Autowired public ITranslationRepository translationRepository
@Autowired public IGroupRepository groupRepository
@Autowired public IProjectGroupRepository projectGroupRepository
@Autowired public IInvitationRepository invitationRepository
@Autowired public IInvitationGroupRepository invitationGroupRepository
public SecurityContextReader securityContextReader
@RequestMapping(value="/createProject", method=POST) @Transactional public org.springframework.http.ResponseEntity createProject(@RequestBody ProjectRequestDto projectRequestDto)
Copyright © 2015 Powered by Sergey. All rights reserved.