public class WebApiNotificationController extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected WebCommonValidator |
commonValidator |
|
protected WebNotificationControllerService |
notificationControllerService |
|
protected WebNotificationService |
notificationService |
| Constructor | Description |
|---|---|
WebApiNotificationController() |
| Modifier and Type | Method | Description |
|---|---|---|
org.youngmonkeys.ezyplatform.response.CountResponse |
accountNotificationsCountGet(long userId) |
|
org.youngmonkeys.ezyplatform.model.PaginationModel<NotificationResponse> |
accountNotificationsGet(long userId,
String nextPageToken,
String prevPageToken,
boolean lastPage,
int limit) |
|
com.tvd12.ezyhttp.core.response.ResponseEntity |
accountNotificationsIdReadPost(long userId,
long notificationId) |
|
com.tvd12.ezyhttp.core.response.ResponseEntity |
accountNotificationsReadPost(long userId) |
@EzyAutoBind protected WebNotificationService notificationService
@EzyAutoBind protected WebNotificationControllerService notificationControllerService
@EzyAutoBind protected WebCommonValidator commonValidator
public org.youngmonkeys.ezyplatform.response.CountResponse accountNotificationsCountGet(long userId)
public org.youngmonkeys.ezyplatform.model.PaginationModel<NotificationResponse> accountNotificationsGet(long userId, String nextPageToken, String prevPageToken, boolean lastPage, int limit)
public com.tvd12.ezyhttp.core.response.ResponseEntity accountNotificationsIdReadPost(long userId,
long notificationId)
public com.tvd12.ezyhttp.core.response.ResponseEntity accountNotificationsReadPost(long userId)
Copyright © 2026 Young Monkeys. All rights reserved.