Interface IntegrationService
public interface IntegrationService
- 
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteRegister(int registerType, int registerId) List<ru.bitel.bgbilling.common.model.KeyValue>getLoadPatternList(int registerType) intloadRegister(String patternId, int registerType, String file, Date date, String title) voidprocessRegister(int registerType, int registerId) registerItems(int registerId) voidrollbackRegister(int registerType, int registerId) searchRegistersRowList(int registerType, Period period)  
- 
Method Details
- 
getLoadPatternList
List<ru.bitel.bgbilling.common.model.KeyValue> getLoadPatternList(int registerType) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
searchRegistersRowList
SearchResult<Register> searchRegistersRowList(int registerType, Period period) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
loadRegister
int loadRegister(String patternId, int registerType, String file, Date date, String title) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
deleteRegister
void deleteRegister(int registerType, int registerId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
registerItems
Result<RegisterItem> registerItems(int registerId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
rollbackRegister
void rollbackRegister(int registerType, int registerId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
processRegister
void processRegister(int registerType, int registerId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 
 -