public interface ForpostObjectService
| Modifier and Type | Method and Description |
|---|---|
int |
addForpostObject(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostObject forpostObject) |
void |
deleteForpostAccountObjects(int accountId) |
void |
deleteForpostObject(int id) |
void |
doSync() |
void |
doSyncForpostObjects(int accountId) |
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostObject |
getDefaultForpostObject() |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostObject> |
searchForpostAccountObjects(int accountId) |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostTMCAO<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostObject>> |
searchForpostObjects(java.lang.String[] sort,
Page page) |
void |
updateForpostObject(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostObject forpostObject) |
void |
updateForpostObjectParam(int forpostObjectId,
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.ForpostObject>> searchForpostObjects(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.ForpostObject> searchForpostAccountObjects(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostObject getDefaultForpostObject()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint addForpostObject(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostObject forpostObject)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid updateForpostObject(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostObject forpostObject)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid updateForpostObjectParam(int forpostObjectId,
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 deleteForpostObject(int id)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid deleteForpostAccountObjects(int accountId)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid doSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid doSyncForpostObjects(int accountId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException