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.BGExceptionvoid doSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint 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.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid 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.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid deleteForpostAccount(int id)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionru.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.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid unlinkForpostAccount(int id)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid linkForpostAccount(int id,
int contractId)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException