public interface NewsService
| Modifier and Type | Method and Description |
|---|---|
void |
newsDelete(int id) |
java.util.List<News> |
newsList(Page page) |
java.util.List<News> |
newsListForContract(long groups) |
int |
newsUpdate(News news) |
int newsUpdate(News news) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<News> newsList(Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid newsDelete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<News> newsListForContract(long groups) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException