Class TransactionManager
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.bgbilling.server.bean.AbstractTransactionManager
ru.bitel.bgbilling.modules.psb.server.bean.TransactionManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildSignData(Map<String, Object> dataMap, String[] checkParams) doRequest(Transaction transaction, String contractTitle, BigDecimal sum, String email, String intRef, String recurRef) static StringdoSign(String str, ModuleSetup moduleSetup) static StringgetFormatSum(BigDecimal sum) static StringgetFormatTime(Date date) static StringgetNonce()newTransaction(int contractId, BigDecimal sum, boolean autopaymentTransaction, boolean reqChain) Methods inherited from class ru.bitel.bgbilling.server.bean.AbstractTransactionManager
doConnection, doConnection, getConnection, getModuleId, getModuleSetup, getParameter, getParamString, getParamString, getParamString, getPaymentData, getSetup, setConnectionTimeout, setParameterMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError, warn
-
Constructor Details
-
TransactionManager
-
-
Method Details
-
buildSignData
-
doSign
public static String doSign(String str, ModuleSetup moduleSetup) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getNonce
-
newTransaction
public Transaction newTransaction(int contractId, BigDecimal sum, boolean autopaymentTransaction, boolean reqChain) throws Exception - Throws:
Exception
-
doRequest
public String doRequest(Transaction transaction, String contractTitle, BigDecimal sum, String email, String intRef, String recurRef) -
getFormatSum
-
getFormatTime
-