public class BillingDAO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DBInfo |
dbInfo |
protected TransferData |
transferData |
protected User |
user |
Constructor and Description |
---|
BillingDAO(User user,
DBInfo dbInfo) |
BillingDAO(User user,
java.lang.String billingId) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
doRequest(Request req) |
DBInfo |
getDbInfo() |
protected void |
getPage(Page page,
org.w3c.dom.Element data) |
java.lang.Integer |
getParameterId(java.lang.String values)
Возвращает из сроки вида billingId1:paramId1;billingId2:paramId2 код параметра
для текущего биллинга.
|
protected void |
setPage(Request req,
Page page) |
protected User user
protected DBInfo dbInfo
protected TransferData transferData
public BillingDAO(User user, java.lang.String billingId) throws BGException
BGException
public BillingDAO(User user, DBInfo dbInfo) throws BGException
BGException
public org.w3c.dom.Document doRequest(Request req) throws BGException
BGException
protected void getPage(Page page, org.w3c.dom.Element data)
public java.lang.Integer getParameterId(java.lang.String values) throws BGException
values
- BGException
public DBInfo getDbInfo()