public interface ForpostGroupService
| Modifier and Type | Method and Description |
|---|---|
int |
addForpostGroup(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup forpostGroup) |
void |
deleteForpostAccountGroups(int accountId) |
void |
deleteForpostGroup(int id) |
void |
doSync() |
void |
doSyncForpostGroups(int accountId) |
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup |
getDefaultForpostGroup() |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup> |
searchForpostAccountGroups(int accountId) |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostTMCAO<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup>> |
searchForpostGroups(java.lang.String[] sort,
Page page) |
void |
updateForpostGroup(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup forpostGroup) |
void |
updateForpostGroupParam(int forpostGroupId,
java.lang.String name,
java.lang.String value) |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostTMCAO<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup>> searchForpostGroups(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionSearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup> searchForpostAccountGroups(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid doSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid doSyncForpostGroups(int accountId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup getDefaultForpostGroup()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint addForpostGroup(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup forpostGroup)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid updateForpostGroup(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup forpostGroup)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid updateForpostGroupParam(int forpostGroupId,
java.lang.String name,
java.lang.String value)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid deleteForpostGroup(int id)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid deleteForpostAccountGroups(int accountId)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException