@RestController public class PostingController extends Object
| Constructor and Description |
|---|
PostingController(PostingService postingService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<PostingBO>> |
findPostingsByOperationId(String oprId) |
org.springframework.http.ResponseEntity<PostingBO> |
newPosting(PostingBO posting) |
public PostingController(PostingService postingService)
Copyright © 2019. All rights reserved.