Interface ContractNotificationService
public interface ContractNotificationService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcontractNotificationDelete(int contractId, int id) contractNotificationList(int contractId) voidcontractNotificationMarkRead(int contractId, int id) intcontractNotificationUnreadCount(int contractId) intcontractNotificationUpdate(int contractId, ContractNotification contractNotification)
-
Method Details
-
contractNotificationList
List<ContractNotification> contractNotificationList(int contractId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
contractNotificationDelete
void contractNotificationDelete(int contractId, int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
contractNotificationUpdate
int contractNotificationUpdate(int contractId, ContractNotification contractNotification) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
contractNotificationMarkRead
void contractNotificationMarkRead(int contractId, int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
contractNotificationUnreadCount
int contractNotificationUnreadCount(int contractId)
-