Interface IntegrationService
public interface IntegrationService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteRegister
(int registerType, int registerId) List<ru.bitel.bgbilling.common.model.KeyValue>
getLoadPatternList
(int registerType) int
loadRegister
(String patternId, int registerType, String file, Date date, String title) void
processRegister
(int registerType, int registerId) registerItems
(int registerId) void
rollbackRegister
(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
-