Package ru.bitel.bgbilling.common.bean
Class TransactionUtils
java.lang.Object
ru.bitel.bgbilling.common.bean.TransactionUtils
- Direct Known Subclasses:
 TransactionUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voiddoAutopayment(ParameterMap moduleSetup, String prefix, Class<?> constantsClass) static voidsetAutopaymentData(int moduleId, int contractId, ParameterMap moduleSetup, Map<String, Object> dataMap, Connection con, String prefix, AbstractAutopaymentManager autopaymentManager, Class<?> constantsClass) static voidsetAutopaymentEnabled(ParameterMap moduleSetup, Map<String, Object> dataMap, Autopayment autopayment, Preferences autopaymentModePreferences, String prefix, Class<?> constantsClass) static voidsetAutopaymentModeAuto(ParameterMap moduleSetup, Map<String, Object> dataMap, Autopayment autopayment, Preferences autopaymentModePreferences, String prefix, Class<?> constantsClass) Автоматический режимstatic voidsetAutopaymentModeMonth(ParameterMap moduleSetup, Map<String, Object> dataMap, Autopayment autopayment, Preferences autopaymentModePreferences, String prefix, Class<?> constantsClass) ежемесячный режимstatic voidsetAutopaymentModeWeek(ParameterMap moduleSetup, Map<String, Object> dataMap, Autopayment autopayment, Preferences autopaymentModePreferences, String prefix, Class<?> constantsClass) static voidsetMinMaxSum(ParameterMap moduleSetup, Map<String, Object> dataMap, String prefix, Class<?> constantsClass)  
- 
Constructor Details
- 
TransactionUtils
public TransactionUtils() 
 - 
 - 
Method Details
- 
setMinMaxSum
 - 
setAutopaymentData
public static void setAutopaymentData(int moduleId, int contractId, ParameterMap moduleSetup, Map<String, Object> dataMap, Connection con, String prefix, AbstractAutopaymentManager autopaymentManager, Class<?> constantsClass) throws ru.bitel.bgbilling.common.BGException- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
setAutopaymentEnabled
public static void setAutopaymentEnabled(ParameterMap moduleSetup, Map<String, Object> dataMap, Autopayment autopayment, Preferences autopaymentModePreferences, String prefix, Class<?> constantsClass)  - 
setAutopaymentModeWeek
public static void setAutopaymentModeWeek(ParameterMap moduleSetup, Map<String, Object> dataMap, Autopayment autopayment, Preferences autopaymentModePreferences, String prefix, Class<?> constantsClass)  - 
setAutopaymentModeMonth
public static void setAutopaymentModeMonth(ParameterMap moduleSetup, Map<String, Object> dataMap, Autopayment autopayment, Preferences autopaymentModePreferences, String prefix, Class<?> constantsClass) ежемесячный режим - 
setAutopaymentModeAuto
public static void setAutopaymentModeAuto(ParameterMap moduleSetup, Map<String, Object> dataMap, Autopayment autopayment, Preferences autopaymentModePreferences, String prefix, Class<?> constantsClass) Автоматический режим - 
doAutopayment
 
 -