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.BGException
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup> searchForpostAccountGroups(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void doSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void doSyncForpostGroups(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostGroup getDefaultForpostGroup() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int 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.BGException
ru.bitel.bgbilling.common.BGMessageException
void 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.BGException
ru.bitel.bgbilling.common.BGMessageException
void 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.BGException
ru.bitel.bgbilling.common.BGMessageException
void deleteForpostGroup(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
void deleteForpostAccountGroups(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException