Interface ForpostGroupService
public interface ForpostGroupService
- 
Method Summary
Modifier and TypeMethodDescriptionintaddForpostGroup(ForpostGroup forpostGroup) voiddeleteForpostAccountGroups(int accountId) voiddeleteForpostGroup(int id) voiddoSync()voiddoSyncForpostGroups(int accountId) searchForpostAccountGroups(int accountId) searchForpostGroups(String[] sort, Page page) voidupdateForpostGroup(ForpostGroup forpostGroup) voidupdateForpostGroupParam(int forpostGroupId, String name, String value)  
- 
Method Details
- 
searchForpostGroups
SearchResult<ForpostTMCAO<ForpostGroup>> searchForpostGroups(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
searchForpostAccountGroups
SearchResult<ForpostGroup> searchForpostAccountGroups(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
doSync
void doSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
doSyncForpostGroups
void doSyncForpostGroups(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
getDefaultForpostGroup
ForpostGroup getDefaultForpostGroup() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
addForpostGroup
int addForpostGroup(ForpostGroup forpostGroup) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
updateForpostGroup
void updateForpostGroup(ForpostGroup forpostGroup) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
updateForpostGroupParam
void updateForpostGroupParam(int forpostGroupId, String name, String value) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
deleteForpostGroup
void deleteForpostGroup(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
deleteForpostAccountGroups
void deleteForpostAccountGroups(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 
 -