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.BGException
java.util.List<News> newsList(Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void newsDelete(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<News> newsListForContract(long groups) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException