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.BGException
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostObject> searchForpostAccountObjects(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostObject getDefaultForpostObject() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int 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.BGException
ru.bitel.bgbilling.common.BGMessageException
void 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.BGException
ru.bitel.bgbilling.common.BGMessageException
void 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.BGException
ru.bitel.bgbilling.common.BGMessageException
void deleteForpostObject(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
void deleteForpostAccountObjects(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
void doSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void doSyncForpostObjects(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException