Class MPSTransactionManager
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.protocol.MPSTransactionManager
- Direct Known Subclasses:
BiSysTransactionManager
,CitiPayTransactionManager
,ClickTransactionManager
,ComepayTransactionManager
,CPTransactionManager
,EasyPayTransactionManager
,ElecsnetAbstractTransactionManager
,EmpayTransactionManager
,EPortTransactionManager
,FreecashTransactionManager
,GenericOSMPTransactionManager
,KaspiTransactionManager
,MbankTransactionManager
,OptimaPlusTransactionManager
,OSMPTransactionManager
,Payfon24TransactionManager
,PaynetTransactionManager
,PegasTransactionManager
,QuickPayTransactionManager
,RapidaOldTransactionManager
,RapidaTransactionManager
,SberbankTransactionManager
,SbrfTransactionManager
,SfourAlternativeTransactionManager
,UepcTransactionManager
,UnikassaTransactionManager
,VtbTransactionManager
,XPlatTransactionManager
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
protected final DocumentBuilder
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final String
protected static org.apache.logging.log4j.Logger
static final int
static final int
static final int
protected static final Pattern
protected static final Pattern
protected static final Pattern
protected static final Pattern
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Contract
actionCheck
(MPSRequest request) action - проверка (поиск) договора, возвращает найденный Contractfinal Transaction
addTransaction
(int id, Connection con, int moduleId, String mpsId, Conf.MPSSystem system, int contractId, Date time, BigDecimal sum, String transId, String rawNumber, int type, String paymentComment) Добавление платежа.addTransaction
(int id, Connection con, int moduleId, String mpsId, Conf.MPSSystem system, int contractId, Date time, BigDecimal scriptSum, BigDecimal sum, String transId, String rawNumber, int type, String paymentComment) Добавление платежа.final Transaction
addTransaction
(Connection con, int moduleId, String mpsId, Conf.MPSSystem system, int contractId, Date time, BigDecimal sum, String transId, String rawNumber, int type, String paymentComment) Добавление платежа.protected final void
cancelPreparedTransaction
(Connection con, int moduleId, String mpsId, Conf.MPSSystem system, Transaction transaction) Отмена платежа, ранее подготовленного методом#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
.void
cancelTransaction
(Connection con, int moduleId, String mpsId, Conf.MPSSystem system, Transaction transaction) Отмена платежа если он еще не отмененprotected final void
checkTime
(MPSRequest mpsRequest) protected void
checkValid
(Conf.MPSSystem system, MPSRequest mpsRequest, Connection con) Проверка на валидность запросаprotected void
clearCanceledTransaction
(Connection con, int mid, int mpsId, Transaction transaction) protected final void
createTemporaryTable
(Connection con, String tableName) protected final Transaction
executePreparedTransaction
(Connection con, int mid, Conf.MPSSystem system, Transaction result, String paymentComment) Завершение процедуры платежа - установка статусаTransactionStatus.PAYMENT_PAYED
, добавление платежа и обновление баланса договора.protected final Transaction
executePreparedTransaction
(Connection con, int mid, Conf.MPSSystem system, Transaction result, String paymentComment, BigDecimal sum) Завершение процедуры платежа - установка статусаTransactionStatus.PAYMENT_PAYED
, добавление платежа и обновление баланса договора.protected final Transaction
executePreparedTransaction
(Connection con, int mid, Conf.MPSSystem system, Transaction result, String paymentComment, BigDecimal scriptSum, BigDecimal sum) Завершение процедуры платежа - установка статусаTransactionStatus.PAYMENT_PAYED
, добавление платежа и обновление баланса договора.protected final Contract
findContract
(Connection con, int moduleId, Conf.MPSSystem system, String number, int type) protected final String
getComment
(Conf.MPSSystem system, Conf conf, Connection con, Contract contract) protected final String
getContractTitle
(HashMap<Integer, String> contractTitles, PreparedStatement getContractTitlePS, int contractId) static MPSTransactionManager
getInstance
(String mpsId, Setup setup, int moduleId) protected abstract byte[]
getResponse
(Connection con, Conf.MPSSystem system, MPSResponse response) Формирование сырого ответа системе из MPSResponsegetResponseAttributes
(Connection con, Conf.MPSSystem system, MPSResponse response) protected final String
getTable
(Connection con, int moduleId, Date time) final Transaction
getTransactionByTransId
(Connection con, int moduleId, String mpsId, long transId, Date time) Получение MPSPayment по транзакцииfinal Transaction
getTransactionByTransId
(Connection con, int moduleId, String mpsId, String transId, Date time) Получение MPSPayment по транзакцииfinal Transaction
getTransactionByTransId
(Connection con, int moduleId, String mpsId, BigInteger transId, Date time) protected final Transaction
Получение MPSPayment из ResultSetgetTransactionList
(Connection con, int moduleId, int contractId, int yy, int mm) Получение списка платежей для договора за месяц (для web) upd 15.09 получение списка платежей всех системgetTransactionList
(Connection con, int moduleId, int contractId, String mpsId, String status, Page page) getTransactionList
(Connection con, int moduleId, String mpsId, Calendar from, Calendar to, int paymentTypeId, String status) Получение списка платежей за произвольный период с возможностью фильтрации по типу платежа (такая возможность используется, например, в платежной системе Paynet)getTransactionList
(Connection con, int mid, String mpsId, Conf conf, Calendar from, Calendar until, boolean onlyPayed) Получение списка платежей за период (Период в пределах одного месяца)getTransactionList
(Setup setup, Connection con, int moduleId, String mpsId, Calendar from, Calendar until, boolean onlyPayed) final List<Transaction>
getTransactionListForDay
(Connection con, int mid, String mpsId, Calendar date) Получение списка платежей за один деньprotected abstract List<Transaction>
getTransactionListFromFile
(Conf.MPSSystem system, String file) protected final List<Transaction>
getTransactionListFromFileByConfig
(Conf.MPSSystem system, String fileString) protected final List<Transaction>
getTransactionListFromFileByPattern
(Pattern pattern, Map<String, Integer> patternOrder, String timeFormat, boolean osmpPrefix, String fileString) int
getUserLogin
(Connection con, int mid, int cid) getUserLoginFormatted
(Setup setup, Connection con, int mid, int cid) protected void
onPayment
(Conf.MPSSystem system, Payment payment) protected BigInteger
parseBigInteger
(String value) protected abstract MPSRequest
parseRequest
(Connection con, int moduleId, String mpsId, Conf.MPSSystem system, jakarta.servlet.http.HttpServletRequest request) Парсинг запроса от системыprotected final Transaction
prepareTransaction
(Connection con, int moduleId, String mpsId, int contractId, Date time, BigDecimal sum, long transId, String rawNumber, int type) Описание параметров метода смотри у метода#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
protected final Transaction
prepareTransaction
(Connection con, int moduleId, String mpsId, int cid, Date time, BigDecimal sum, String transId, String rawNumber, int type) Подготовка к проведению платежа.protected final Transaction
prepareTransaction
(Connection con, int moduleId, String mpsId, int cid, Date time, BigDecimal sum, BigInteger transId, String rawNumber, int type) Описание параметров метода смотри у метода#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
protected void
preProcess
(Conf.MPSSystem system, MPSRequest mpsRequest, Connection con) protected abstract void
processError
(MPSException ex, MPSResponse response) Обработка ошибкиstatic ProcessRegister
processRegister
(String mpsId, String file, String fileName, Calendar from, Calendar until, Setup setup, Connection con, int moduleId) protected ProcessRegister
processRegister
(MPSTransactionManager paymentManager, Connection con, int moduleId, String mpsId, Conf conf, String fileString, Calendar from, Calendar until) Обработка реестра за период.static byte[]
processRequest
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Setup setup, Connection con, int moduleId, String mpsId, AtomicReference<Conf.MPSSystem> mpsSystem) В зависимости от запроса нужным менеджером обрабатывает запросprotected abstract byte[]
processRequest
(Connection con, int moduleId, String mpsId, Conf conf, Conf.MPSSystem system, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse response) Обработка запроса от системыprotected void
processResponseEvent
(MPSResponse response, Element responseElement) Создание и отправка синхронного события ДО ответа платёжной системе.void
reviseAddTransactions
(Connection con, int mid, String mpsId, Setup setup, Document payments) Добавление платежей которые нашлись в реестре но не было в базеvoid
reviseCancelTransactions
(Connection con, int moduleId, String mpsId, Document payments) Отмена платежей которых не было в реестреvoid
reviseRestoreTransactions
(Connection con, int mid, String mpsId, Setup setup, Document payments) Восстановление платежей, которые в базе были отменены, но в реестре естьvoid
searchTransactionList
(SearchResult<Transaction> searchResult, String systemId, int contractId, String status, Connection con, int moduleId) Получение списка Transaction за периодvoid
setEncoding
(String encoding) protected void
setResponseParameters
(MPSResponse response, Element responseElement) void
setUserLogin
(Setup setup, Connection con, int moduleId, int contractId, String _login) protected void
systemAccountAdd
(Connection con, Conf.MPSSystem system, Date time, BigDecimal sum) protected void
systemAccountDelete
(Connection con, int mid, Conf.MPSSystem system, Date time, BigDecimal sum) protected byte[]
xmlSerialize
(Document doc)
-
Field Details
-
log
protected static org.apache.logging.log4j.Logger log -
REQUEST_ATTRIBUTE_PATH_INFO
- See Also:
-
REQUEST_ATTRIBUTE_PARAMETERS
- See Also:
-
MPS_FROMGATEWAY
public static final int MPS_FROMGATEWAY- See Also:
-
MPS_CYBERPLAT
public static final int MPS_CYBERPLAT- See Also:
-
MPS_OSMP
public static final int MPS_OSMP- See Also:
-
ACTION_CHECK
public static final int ACTION_CHECK- See Also:
-
ACTION_PAY
public static final int ACTION_PAY- See Also:
-
ACTION_STATUS
public static final int ACTION_STATUS- See Also:
-
ACTION_CANCEL
public static final int ACTION_CANCEL- See Also:
-
ACTION_CHANGE
public static final int ACTION_CHANGE- See Also:
-
ACTION_PAY_ON_CHECK
public static final int ACTION_PAY_ON_CHECK- See Also:
-
ERROR_MPS_SERVER
public static final int ERROR_MPS_SERVER- See Also:
-
ERROR_MPS_REQUEST
public static final int ERROR_MPS_REQUEST- See Also:
-
ERROR_MPS_CONTRACT_NOTFOUND
public static final int ERROR_MPS_CONTRACT_NOTFOUND- See Also:
-
ERROR_MPS_PAY_EXIST
public static final int ERROR_MPS_PAY_EXIST- See Also:
-
ERROR_MPS_PAY_NOTEXIST
public static final int ERROR_MPS_PAY_NOTEXIST- See Also:
-
ERROR_MPS_DATE
public static final int ERROR_MPS_DATE- See Also:
-
ERROR_MPS_SUM_TOOSMALLORBIG
public static final int ERROR_MPS_SUM_TOOSMALLORBIG- See Also:
-
ERROR_MPS_ISOFF
public static final int ERROR_MPS_ISOFF- See Also:
-
ERROR_MPS_HASH
public static final int ERROR_MPS_HASH- See Also:
-
ERROR_MPS_EDIT_NOT_SUPPORTED
public static final int ERROR_MPS_EDIT_NOT_SUPPORTED- See Also:
-
ERROR_MPS_TYPE
public static final int ERROR_MPS_TYPE- See Also:
-
ERROR_MPS_NUMBER_PATTERN
public static final int ERROR_MPS_NUMBER_PATTERN- See Also:
-
ERROR_MPS_TRANSACTION_ID_FIELD
public static final int ERROR_MPS_TRANSACTION_ID_FIELD- See Also:
-
ERROR_MPS_DATE_FIELD
public static final int ERROR_MPS_DATE_FIELD- See Also:
-
ERROR_MPS_OUT_OF_MONEY
public static final int ERROR_MPS_OUT_OF_MONEY- See Also:
-
ERROR_MPS_DATA
public static final int ERROR_MPS_DATA- See Also:
-
ERROR_MPS_SUM_SMALL
public static final int ERROR_MPS_SUM_SMALL- See Also:
-
ERROR_MPS_SUM_BIG
public static final int ERROR_MPS_SUM_BIG- See Also:
-
KEY_RESPONSE_PARAMETERS
- See Also:
-
pNumber
-
p1
-
p2
-
p3
-
documentBuilder
-
-
Constructor Details
-
MPSTransactionManager
protected MPSTransactionManager()
-
-
Method Details
-
findContract
protected final Contract findContract(Connection con, int moduleId, Conf.MPSSystem system, String number, int type) throws MPSException - Throws:
MPSException
-
getContractTitle
protected final String getContractTitle(HashMap<Integer, String> contractTitles, PreparedStatement getContractTitlePS, int contractId) -
processRequest
public static byte[] processRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Setup setup, Connection con, int moduleId, String mpsId, AtomicReference<Conf.MPSSystem> mpsSystem) throws ru.bitel.bgbilling.modules.mps.server.RequestProcessException В зависимости от запроса нужным менеджером обрабатывает запрос- Throws:
ru.bitel.bgbilling.modules.mps.server.RequestProcessException
-
getInstance
-
processRequest
protected abstract byte[] processRequest(Connection con, int moduleId, String mpsId, Conf conf, Conf.MPSSystem system, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse response) Обработка запроса от системы -
parseRequest
protected abstract MPSRequest parseRequest(Connection con, int moduleId, String mpsId, Conf.MPSSystem system, jakarta.servlet.http.HttpServletRequest request) throws MPSException Парсинг запроса от системы- Throws:
MPSException
-
processError
Обработка ошибки -
checkValid
protected void checkValid(Conf.MPSSystem system, MPSRequest mpsRequest, Connection con) throws MPSException Проверка на валидность запроса- Throws:
MPSException
-
preProcess
protected void preProcess(Conf.MPSSystem system, MPSRequest mpsRequest, Connection con) throws MPSException - Throws:
MPSException
-
onPayment
-
checkTime
- Throws:
MPSException
-
parseBigInteger
-
getTable
- Throws:
SQLException
-
createTemporaryTable
- Throws:
SQLException
-
addTransaction
public final Transaction addTransaction(Connection con, int moduleId, String mpsId, Conf.MPSSystem system, int contractId, Date time, BigDecimal sum, String transId, String rawNumber, int type, String paymentComment) throws Exception Добавление платежа.- Parameters:
con
- соединение с БДmoduleId
- код модуля MPSmpsId
- код платежной системы в конфигурации модуля MPSsystem
- набор настроек платежной системыcontractId
- код договораtime
- дата/время платежаsum
- сумма платежа, пришедшая в запросе от платежной системыtransId
- код транзакции на стороне платежной системыrawNumber
- идентификатор абонента, который присылает paynet в запросеtype
- тип поиска.paymentComment
- комментарий платежа- Returns:
- платеж mps, добавленный в БД.
- Throws:
Exception
-
addTransaction
public final Transaction addTransaction(int id, Connection con, int moduleId, String mpsId, Conf.MPSSystem system, int contractId, Date time, BigDecimal sum, String transId, String rawNumber, int type, String paymentComment) throws Exception Добавление платежа.- Parameters:
id
-con
- соединение с БДmoduleId
- код модуля MPSmpsId
- код платежной системы в конфигурации модуля MPSsystem
- набор настроек платежной системыcontractId
- код договораtime
- дата/время платежаsum
- сумма платежа, пришедшая в запросе от платежной системыtransId
- код транзакции на стороне платежной системыrawNumber
- идентификатор абонента, который присылает paynet в запросеtype
- тип поиска.paymentComment
- комментарий платежа- Returns:
- платеж mps, добавленный в БД.
- Throws:
Exception
-
addTransaction
public Transaction addTransaction(int id, Connection con, int moduleId, String mpsId, Conf.MPSSystem system, int contractId, Date time, BigDecimal scriptSum, BigDecimal sum, String transId, String rawNumber, int type, String paymentComment) throws Exception Добавление платежа.- Parameters:
id
-con
- соединение с БДmoduleId
- код модуля MPSmpsId
- код платежной системы в конфигурации модуля MPSsystem
- набор настроек платежной системыcontractId
- код договораtime
- дата/время платежаscriptSum
- сумма платежа, полученная в скрипте по событиюMPSBeforePaymentEvent
.sum
- сумма платежа, пришедшая в запросе от платежной системыtransId
- код транзакции на стороне платежной системыrawNumber
- идентификатор абонента, который присылает paynet в запросеtype
- тип поиска.paymentComment
- комментарий платежа- Returns:
- платеж mps, добавленный в БД.
- Throws:
Exception
-
prepareTransaction
protected final Transaction prepareTransaction(Connection con, int moduleId, String mpsId, int contractId, Date time, BigDecimal sum, long transId, String rawNumber, int type) throws Exception Описание параметров метода смотри у метода#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
- Throws:
Exception
-
prepareTransaction
protected final Transaction prepareTransaction(Connection con, int moduleId, String mpsId, int cid, Date time, BigDecimal sum, BigInteger transId, String rawNumber, int type) throws Exception Описание параметров метода смотри у метода#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
- Throws:
Exception
-
prepareTransaction
protected final Transaction prepareTransaction(Connection con, int moduleId, String mpsId, int cid, Date time, BigDecimal sum, String transId, String rawNumber, int type) throws Exception Подготовка к проведению платежа. Метод добавляет платеж в таблицу mps_payment со статусомTransactionStatus.PAYMENT_NOT_PAYED
. Баланс договора не меняется.- Parameters:
con
- экземпляр соединения с БД.moduleId
- код модуля mps.mpsId
- код платежной системы, по которой проводится платеж. Настраивается в конфигурации модуля mps.cid
- код договора, на который принимается платеж.time
- время совершения платежа, приходящее от платежной системы.sum
- сумма платежа, пришедшая в запросе от платежной системы.transId
- код транзакции на стороне платежной системы.rawNumber
- идентификатор абонента, пришедший в запросе от платежной системы.type
- тип поиска- Returns:
- платеж в виде сущности
Transaction
со статусом#PAYMENT_NOT_PAYED
. - Throws:
Exception
-
executePreparedTransaction
protected final Transaction executePreparedTransaction(Connection con, int mid, Conf.MPSSystem system, Transaction result, String paymentComment) throws Exception Завершение процедуры платежа - установка статусаTransactionStatus.PAYMENT_PAYED
, добавление платежа и обновление баланса договора.- Parameters:
con
- экземпляр соединения с БДmid
- код модуля MPSsystem
- конфигурация платежной системыresult
- экземпляр платежа, добавленный методом#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
paymentComment
- комментарий платежа- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
- См.#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
Exception
-
executePreparedTransaction
protected final Transaction executePreparedTransaction(Connection con, int mid, Conf.MPSSystem system, Transaction result, String paymentComment, BigDecimal sum) throws ru.bitel.bgbilling.common.BGException Завершение процедуры платежа - установка статусаTransactionStatus.PAYMENT_PAYED
, добавление платежа и обновление баланса договора.- Parameters:
con
- экземпляр соединения с БДmid
- код модуля MPSsystem
- конфигурация платежной системыresult
- экземпляр платежа, добавленный методом#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
paymentComment
- комментарий платежаsum
- оригинальная сумма платежа, пришедшая в запросе от платежной системы.- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
- См.#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
-
executePreparedTransaction
protected final Transaction executePreparedTransaction(Connection con, int mid, Conf.MPSSystem system, Transaction result, String paymentComment, BigDecimal scriptSum, BigDecimal sum) throws ru.bitel.bgbilling.common.BGException Завершение процедуры платежа - установка статусаTransactionStatus.PAYMENT_PAYED
, добавление платежа и обновление баланса договора.- Parameters:
con
- экземпляр соединения с БДmid
- код модуля MPSsystem
- конфигурация платежной системыresult
- экземпляр платежа, добавленный методом#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
paymentComment
- комментарий платежаscriptSum
- сумма платежа, которая могла быть изменена скриптом на событиеMPSBeforePaymentEvent
sum
- оригинальная сумма платежа, пришедшая в запросе от платежной системы.- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
- См.#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
-
cancelPreparedTransaction
protected final void cancelPreparedTransaction(Connection con, int moduleId, String mpsId, Conf.MPSSystem system, Transaction transaction) throws Exception Отмена платежа, ранее подготовленного методом#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
. Выставляется статусTransactionStatus.PAYMENT_CANCELED
. Метод срабатывает только тогда, когда статус платежа неTransactionStatus.PAYMENT_CANCELED
.- Parameters:
con
- экземлпяр соединения с БДmoduleId
- код модуля MPSmpsId
- код платежной системы в конфигурации модуля MPSsystem
- набор настроек платежной системыtransaction
- экземпляр платежа, добавленный методом#prepareTransaction(Connection, int, int, int, Date, BigDecimal, String, String, int)
- Throws:
Exception
-
getTransactionByTransId
public final Transaction getTransactionByTransId(Connection con, int moduleId, String mpsId, long transId, Date time) throws Exception Получение MPSPayment по транзакции- Parameters:
transId
-- Returns:
- Throws:
Exception
-
getTransactionByTransId
public final Transaction getTransactionByTransId(Connection con, int moduleId, String mpsId, BigInteger transId, Date time) throws Exception - Throws:
Exception
-
getTransactionByTransId
public final Transaction getTransactionByTransId(Connection con, int moduleId, String mpsId, String transId, Date time) throws Exception Получение MPSPayment по транзакции- Parameters:
transId
-- Returns:
- Throws:
Exception
-
cancelTransaction
public void cancelTransaction(Connection con, int moduleId, String mpsId, Conf.MPSSystem system, Transaction transaction) throws Exception Отмена платежа если он еще не отменен- Throws:
Exception
-
clearCanceledTransaction
protected void clearCanceledTransaction(Connection con, int mid, int mpsId, Transaction transaction) throws Exception - Throws:
Exception
-
searchTransactionList
public void searchTransactionList(SearchResult<Transaction> searchResult, String systemId, int contractId, String status, Connection con, int moduleId) Получение списка Transaction за период -
getTransactionListForDay
public final List<Transaction> getTransactionListForDay(Connection con, int mid, String mpsId, Calendar date) throws Exception Получение списка платежей за один день- Parameters:
date
-- Returns:
- Throws:
Exception
-
getTransactionList
public List<Transaction> getTransactionList(Connection con, int moduleId, int contractId, int yy, int mm) Получение списка платежей для договора за месяц (для web) upd 15.09 получение списка платежей всех систем- Parameters:
contractId
-yy
-mm
- is 0 based!- Returns:
-
getTransactionList
public List<Transaction> getTransactionList(Setup setup, Connection con, int moduleId, String mpsId, Calendar from, Calendar until, boolean onlyPayed) -
getTransactionList
public List<Transaction> getTransactionList(Connection con, int mid, String mpsId, Conf conf, Calendar from, Calendar until, boolean onlyPayed) Получение списка платежей за период (Период в пределах одного месяца)- Parameters:
from
-until
-- Returns:
-
getTransactionList
public List<Transaction> getTransactionList(Connection con, int moduleId, String mpsId, Calendar from, Calendar to, int paymentTypeId, String status) throws ru.bitel.bgbilling.common.BGException Получение списка платежей за произвольный период с возможностью фильтрации по типу платежа (такая возможность используется, например, в платежной системе Paynet)- Parameters:
con
- экземпляр соединения с БДmoduleId
- код модуля MPSmpsId
- код платежной системы, определяемый в конфигурации модуля MPSfrom
- начало периода, с которого выгружаютя платежиto
- конец период, по который выгружаются платежиpaymentTypeId
- код типа платежаstatus
- статус платежа- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
-
getTransactionList
public List<Transaction> getTransactionList(Connection con, int moduleId, int contractId, String mpsId, String status, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getTransactionFromRS
Получение MPSPayment из ResultSet- Parameters:
rs
-- Returns:
- Throws:
SQLException
-
actionCheck
action - проверка (поиск) договора, возвращает найденный Contract- Parameters:
request
-- Returns:
- Throws:
MPSException
-
processRegister
public static ProcessRegister processRegister(String mpsId, String file, String fileName, Calendar from, Calendar until, Setup setup, Connection con, int moduleId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getTransactionListFromFileByConfig
protected final List<Transaction> getTransactionListFromFileByConfig(Conf.MPSSystem system, String fileString) -
getTransactionListFromFileByPattern
-
processRegister
protected ProcessRegister processRegister(MPSTransactionManager paymentManager, Connection con, int moduleId, String mpsId, Conf conf, String fileString, Calendar from, Calendar until) throws ru.bitel.bgbilling.common.BGException Обработка реестра за период.- Parameters:
fileString
- реестрfrom
-until
-- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
-
reviseCancelTransactions
public void reviseCancelTransactions(Connection con, int moduleId, String mpsId, Document payments) throws ru.bitel.bgbilling.common.BGException Отмена платежей которых не было в реестре- Parameters:
payments
-- Throws:
ru.bitel.bgbilling.common.BGException
-
reviseAddTransactions
public void reviseAddTransactions(Connection con, int mid, String mpsId, Setup setup, Document payments) Добавление платежей которые нашлись в реестре но не было в базе- Parameters:
payments
-
-
reviseRestoreTransactions
public void reviseRestoreTransactions(Connection con, int mid, String mpsId, Setup setup, Document payments) throws ru.bitel.bgbilling.common.BGException Восстановление платежей, которые в базе были отменены, но в реестре есть- Parameters:
payments
-- Throws:
ru.bitel.bgbilling.common.BGException
-
getTransactionListFromFile
-
getUserLogin
-
getUserLoginFormatted
-
setUserLogin
public void setUserLogin(Setup setup, Connection con, int moduleId, int contractId, String _login) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
setEncoding
-
getEncoding
-
getDefaultEncoding
-
getResponse
Формирование сырого ответа системе из MPSResponse -
processResponseEvent
Создание и отправка синхронного события ДО ответа платёжной системе. Должно обрабатываться в динамическом коде скриптом-обработчиком. для внесения доп.информации, например "fields" - полей- Parameters:
response
- - ответ платёжной системе
-
getComment
protected final String getComment(Conf.MPSSystem system, Conf conf, Connection con, Contract contract) -
systemAccountAdd
protected void systemAccountAdd(Connection con, Conf.MPSSystem system, Date time, BigDecimal sum) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
systemAccountDelete
protected void systemAccountDelete(Connection con, int mid, Conf.MPSSystem system, Date time, BigDecimal sum) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
setResponseParameters
-
getResponseAttributes
protected Map<String,String> getResponseAttributes(Connection con, Conf.MPSSystem system, MPSResponse response) -
xmlSerialize
-