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.BGException
void contractNotificationDelete(int contractId, int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int contractNotificationUpdate(int contractId, ContractNotification contractNotification) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void contractNotificationMarkRead(int contractId, int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int contractNotificationUnreadCount(int contractId)