public class NPayDAO extends BillingDAO
dbInfo, transferData, user
Constructor and Description |
---|
NPayDAO(User user,
DBInfo dbInfo) |
NPayDAO(User user,
java.lang.String billingId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<NPayService> |
getServiceList(int contractId) |
java.util.List<IdTitle> |
getServiceTypeList(int contractId) |
void |
updateService(int serviceId,
int contractId,
int serviceTypeId,
java.util.Date dateFrom,
java.util.Date dateTo,
int objectId,
int count,
java.lang.String comment) |
void |
updateService(NPayService service) |
doRequest, getDbInfo, getPage, getParameterId, setPage
public NPayDAO(User user, java.lang.String billingId) throws BGException
BGException
public NPayDAO(User user, DBInfo dbInfo) throws BGException
BGException
public java.util.List<NPayService> getServiceList(int contractId) throws BGException
BGException
public java.util.List<IdTitle> getServiceTypeList(int contractId) throws BGException
BGException
public void updateService(NPayService service) throws BGException
BGException
public void updateService(int serviceId, int contractId, int serviceTypeId, java.util.Date dateFrom, java.util.Date dateTo, int objectId, int count, java.lang.String comment) throws BGException
BGException