Class CerberCryptDAO
java.lang.Object
ru.bgcrm.plugin.bgbilling.dao.BillingDAO
ru.bgcrm.plugin.bgbilling.proto.dao.BillingModuleDAO
ru.bgcrm.plugin.bgbilling.proto.dao.CerberCryptDAO
-
Field Summary
Fields inherited from class ru.bgcrm.plugin.bgbilling.proto.dao.BillingModuleDAO
moduleId
Fields inherited from class ru.bgcrm.plugin.bgbilling.dao.BillingDAO
dbInfo, jsonMapper, jsonTypeFactory, transferData, user
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondealerList
(Date dateFrom, Date dateTo, String title) getCardPackets
(int contractId, int cardId) getCardPackets
(int contractId, int cardId, Date date) Выбирает пакеты по указанной карте на указанную дату;getPacketList
(boolean virtualCinema) getUserCardList
(int contractId, boolean includeSlaveCards) void
updateCardPacket
(int contractId, int id, int cardNumebr, int packetId, String dateFrom, String dateTo) void
updateUserCard
(UserCard userCard) Methods inherited from class ru.bgcrm.plugin.bgbilling.proto.dao.BillingModuleDAO
getModuleId, setModuleId
Methods inherited from class ru.bgcrm.plugin.bgbilling.dao.BillingDAO
doRequest, getDbInfo, getPage, getParameterId, getVersion, linesToString, readJsonValue, setPage
-
Constructor Details
-
CerberCryptDAO
-
-
Method Details
-
getFreeCards
-
getUserCardList
-
getCardPackets
Выбирает пакеты по указанной карте на указанную дату;- Parameters:
contractId
-cardId
-date
- -- дата на которую необходимо вывести пакеты, не должна быть null;- Returns:
-
getCardPackets
-
updateCardPacket
public void updateCardPacket(int contractId, int id, int cardNumebr, int packetId, String dateFrom, String dateTo) throws BGMessageException - Throws:
BGMessageException
-
getPacketList
-
updateUserCard
-
dealerList
-