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 Exception - Throws:
Exception
-
searchRegistersRowList
- Throws:
Exception
-
loadRegister
int loadRegister(String patternId, int registerType, String file, Date date, String title) throws Exception - Throws:
Exception
-
deleteRegister
- Throws:
Exception
-
registerItems
- Throws:
Exception
-
rollbackRegister
- Throws:
Exception
-
processRegister
- Throws:
Exception
-