Class PostingController
- java.lang.Object
-
- de.adorsys.ledgers.rest.posting.controller.PostingController
-
@RestController public class PostingController extends Object
-
-
Constructor Summary
Constructors Constructor Description PostingController(PostingService postingService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<List<PostingBO>>findPostingsByOperationId(String oprId)org.springframework.http.ResponseEntity<PostingBO>newPosting(PostingBO posting)
-
-
-
Constructor Detail
-
PostingController
public PostingController(PostingService postingService)
-
-