public class CerbercryptDAO extends BillingDAO
dbInfo, transferData, user
Constructor and Description |
---|
CerbercryptDAO(User user,
java.lang.String billingId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CardPacket> |
getCardPackets(int contractId,
int cardId) |
java.util.List<IdTitle> |
getPacketList(boolean virtualCinema) |
java.util.List<UserCard> |
getUserCards(int contractId) |
void |
updateCardPacket(int contractId,
int cardNumebr,
int packetId,
java.lang.String dateFrom,
java.lang.String dateTo) |
doRequest, getDbInfo, getPage, getParameterId, setPage
public CerbercryptDAO(User user, java.lang.String billingId) throws BGException
BGException
public java.util.List<UserCard> getUserCards(int contractId) throws BGException
BGException
public java.util.List<CardPacket> getCardPackets(int contractId, int cardId) throws BGException
BGException
public void updateCardPacket(int contractId, int cardNumebr, int packetId, java.lang.String dateFrom, java.lang.String dateTo) throws BGException
BGException
public java.util.List<IdTitle> getPacketList(boolean virtualCinema) throws BGException
BGException