public class WebApiLetterController extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected WebCommonValidator |
commonValidator |
|
protected WebLetterControllerService |
letterControllerService |
|
protected WebLetterService |
letterService |
| Constructor | Description |
|---|---|
WebApiLetterController() |
| Modifier and Type | Method | Description |
|---|---|---|
org.youngmonkeys.ezyplatform.response.CountResponse |
accountLettersCount(long userId) |
|
com.tvd12.ezyhttp.core.response.ResponseEntity |
accountLettersDelete(long userId,
Set<Long> ids) |
|
org.youngmonkeys.ezyplatform.model.PaginationModel<LetterResponse> |
accountLettersGet(long userId,
String nextPageToken,
String prevPageToken,
boolean lastPage,
int limit) |
|
com.tvd12.ezyhttp.core.response.ResponseEntity |
accountLettersIdReadPost(long userId,
long letterId) |
|
com.tvd12.ezyhttp.core.response.ResponseEntity |
accountLettersReadPost(long userId,
ReadLettersRequest request) |
@EzyAutoBind protected WebLetterService letterService
@EzyAutoBind protected WebLetterControllerService letterControllerService
@EzyAutoBind protected WebCommonValidator commonValidator
public org.youngmonkeys.ezyplatform.response.CountResponse accountLettersCount(long userId)
public org.youngmonkeys.ezyplatform.model.PaginationModel<LetterResponse> accountLettersGet(long userId, String nextPageToken, String prevPageToken, boolean lastPage, int limit)
public com.tvd12.ezyhttp.core.response.ResponseEntity accountLettersIdReadPost(long userId,
long letterId)
public com.tvd12.ezyhttp.core.response.ResponseEntity accountLettersReadPost(long userId,
ReadLettersRequest request)
Copyright © 2026 Young Monkeys. All rights reserved.