public interface ContractNotificationService
| Modifier and Type | Method and Description |
|---|---|
void |
contractNotificationDelete(int contractId,
int id) |
java.util.List<ContractNotification> |
contractNotificationList(int contractId) |
void |
contractNotificationMarkRead(int contractId,
int id) |
int |
contractNotificationUnreadCount(int contractId) |
int |
contractNotificationUpdate(int contractId,
ContractNotification contractNotification) |
java.util.List<ContractNotification> contractNotificationList(int contractId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid contractNotificationDelete(int contractId,
int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint contractNotificationUpdate(int contractId,
ContractNotification contractNotification)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid contractNotificationMarkRead(int contractId,
int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint contractNotificationUnreadCount(int contractId)