public interface ForpostAccountService
Modifier and Type | Method and Description |
---|---|
int |
addForpostAccount(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostAccount forpostAccount) |
void |
deleteForpostAccount(int id) |
void |
doSync() |
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostAccount |
getForpostAccount(int forpostAccountId) |
void |
linkForpostAccount(int id,
int contractId) |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostAccount> |
searchForpostAccounts(int contractId,
java.lang.String accountName,
java.lang.String[] sort,
Page page) |
void |
unlinkForpostAccount(int id) |
void |
updateForpostAccountParam(int forpostAccountId,
java.lang.String name,
java.lang.String value) |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostAccount> searchForpostAccounts(int contractId, java.lang.String accountName, java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void doSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int addForpostAccount(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostAccount forpostAccount) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
void updateForpostAccountParam(int forpostAccountId, 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 deleteForpostAccount(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostAccount getForpostAccount(int forpostAccountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
void unlinkForpostAccount(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
void linkForpostAccount(int id, int contractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException