Class RegisterLoadPatternManager
java.lang.Object
ru.bitel.bgbilling.kernel.integration.server.bean.RegisterLoadPatternManager
public class RegisterLoadPatternManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description RegisterLoadPatternManager(Setup setup)
-
Method Summary
Modifier and Type Method Description RegisterLoadPattern
getLoadPatternByKey(java.lang.String key, int registerType)
java.util.Map<java.lang.String,RegisterLoadPattern>
getLoadPatternMap()
java.util.List<RegisterLoadPattern>
getLoadPatterns(int regType)
Загрузка шаблона загрузки реестров платежей и расходов из конфига.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RegisterLoadPatternManager
-
-
Method Details
-
getLoadPatterns
public java.util.List<RegisterLoadPattern> getLoadPatterns(int regType) throws ru.bitel.bgbilling.common.BGMessageExceptionЗагрузка шаблона загрузки реестров платежей и расходов из конфига.- Throws:
ru.bitel.bgbilling.common.BGMessageException
-
getLoadPatternMap
public java.util.Map<java.lang.String,RegisterLoadPattern> getLoadPatternMap() throws ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGMessageException
-
getLoadPatternByKey
public RegisterLoadPattern getLoadPatternByKey(java.lang.String key, int registerType) throws ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGMessageException
-