Interface NewsService
public interface NewsService
-
Method Summary
Modifier and TypeMethodDescriptionvoidnewsDelete(int id) newsGet(int id) newsListForContract(int contractId, Page page) newsSearch(Page page) intnewsUpdate(News news)
-
Method Details
-
newsGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
newsUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
newsDelete
void newsDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
newsList
- Throws:
ru.bitel.bgbilling.common.BGException
-
newsSearch
- Throws:
ru.bitel.bgbilling.common.BGException
-
newsListForContract
List<News> newsListForContract(int contractId, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-