Class RegisterLoadPatternManager
java.lang.Object
ru.bitel.bgbilling.kernel.integration.server.bean.RegisterLoadPatternManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLoadPatternByKey
(String key, int registerType) getLoadPatterns
(int regType) Загрузка шаблона загрузки реестров платежей и расходов из конфига.
-
Constructor Details
-
RegisterLoadPatternManager
-
-
Method Details
-
getLoadPatterns
public List<RegisterLoadPattern> getLoadPatterns(int regType) throws ru.bitel.bgbilling.common.BGMessageException Загрузка шаблона загрузки реестров платежей и расходов из конфига.- Throws:
ru.bitel.bgbilling.common.BGMessageException
-
getLoadPatternMap
public Map<String,RegisterLoadPattern> getLoadPatternMap() throws ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGMessageException
-
getLoadPatternByKey
public RegisterLoadPattern getLoadPatternByKey(String key, int registerType) throws ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGMessageException
-