public class PhoneDAO extends BillingDAO
dbInfo, transferData, user
Constructor and Description |
---|
PhoneDAO(User user,
java.lang.String billingId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getFreeNumberResourceList(int categoryId,
java.util.Date date) |
java.util.List<PhonePoint> |
getPhonePoints(java.lang.Integer contractId) |
java.util.List<PhoneSession> |
getPhoneSessionList(java.lang.Integer contractId,
java.lang.Integer pointId,
java.lang.Integer days) |
PhonePoint |
getPoint(int pointId) |
void |
updateClientItem(int contractId,
java.lang.String clientNumbers,
java.lang.String alias,
int sourceId,
java.util.Date date1,
java.util.Date date2,
int id,
java.lang.String comment,
int objectId,
int type) |
doRequest, getDbInfo, getPage, getParameterId, setPage
public PhoneDAO(User user, java.lang.String billingId) throws BGException
BGException
public java.util.List<PhonePoint> getPhonePoints(java.lang.Integer contractId) throws BGException
BGException
public PhonePoint getPoint(int pointId) throws BGException, java.text.ParseException
BGException
java.text.ParseException
public java.util.List<java.lang.String> getFreeNumberResourceList(int categoryId, java.util.Date date) throws BGException
BGException
public void updateClientItem(int contractId, java.lang.String clientNumbers, java.lang.String alias, int sourceId, java.util.Date date1, java.util.Date date2, int id, java.lang.String comment, int objectId, int type) throws BGException
BGException
public java.util.List<PhoneSession> getPhoneSessionList(java.lang.Integer contractId, java.lang.Integer pointId, java.lang.Integer days) throws BGException
BGException