Class BillManager
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.AbstractManager
ru.bitel.bgbilling.modules.bill.server.bean.BillManager
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.modules.bill.server.bean.AbstractManager
BILL_ALL, BILL_NEW, BILL_PAYED, con, contractManager, DT_CREATED, DT_PAYED, mid, moduleId, moduleSetup, setup, table, USER_ADMIN, USER_ALL, USER_USER, UT_ALL, UT_NOTUNLOADED, UT_UNLOADED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
addBillDoc
(int userId, BillDoc doc, List<PositionValue> posList, List<BillDoc> subList, boolean checkPast) int
deleteBill
(int contractId, int id, boolean admin) getBill
(int id) protected BillDoc
getBillDoc
(Attributes attributes) protected BillDoc
getBillDoc
(XMLUtils.BGXMLEventReader reader, StartElement element) getBillList
(Page page, int cid) Возвращает список PayBillgetBillList
(Page page, int yy, int mm, Calendar from, Calendar until, int dateType, int payedType, int userType, int unloadType, int accountId, String groups, String groupMode, String contractTitle, String billNumber, boolean getXml, int type, int packageParamId, int packageId, int addressSortParam, String nameSortParam, int sortMode, int secondarySortMode, boolean forRegister) Deprecated.getBillList
(Page page, int yy, int mm, Period period, int dateType, int payedType, int userType, int unloadType, int accountId, String contractLabels, String labelMode, String contractTitle, String billNumber, boolean getXml, String type, int packageParamId, int packageId, int addressSortParam, String nameSortParam, int sortMode, int secondarySortMode, boolean forRegister) protected void
publishEvent
(int userID, BillDoc billDoc, int billId) void
void
updateDocTypeId
(List<Integer> documentIds, int documentTypeId) Methods inherited from class ru.bitel.bgbilling.modules.bill.server.bean.AbstractManager
addBillDoc, addBillDocData, addBillDocs, addBillDocs, addNameCol, addNameJoin, addPackageFilterJoin, addSortMode, addStreetCol, addStreetJoin, close, delete, delete, delete, getBillDocInfo, getNextNumbers, getXMLData, getXMLData, setBankAccount, setOrganization, updateNumber, updatePositions, updatePositions, updatePositions
-
Constructor Details
-
BillManager
-
-
Method Details
-
getBillList
public List<Bill> getBillList(Page page, int yy, int mm, Period period, int dateType, int payedType, int userType, int unloadType, int accountId, String contractLabels, String labelMode, String contractTitle, String billNumber, boolean getXml, String type, int packageParamId, int packageId, int addressSortParam, String nameSortParam, int sortMode, int secondarySortMode, boolean forRegister) -
getBillList
@Deprecated public List<Bill> getBillList(Page page, int yy, int mm, Calendar from, Calendar until, int dateType, int payedType, int userType, int unloadType, int accountId, String groups, String groupMode, String contractTitle, String billNumber, boolean getXml, int type, int packageParamId, int packageId, int addressSortParam, String nameSortParam, int sortMode, int secondarySortMode, boolean forRegister) Deprecated. -
setPayed
public void setPayed(String ids, int userID, boolean pay, boolean value, Date date, String summComment) throws Exception - Throws:
Exception
-
updateDocTypeId
public void updateDocTypeId(List<Integer> documentIds, int documentTypeId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getBillList
Возвращает список PayBill- Parameters:
cid
- - ContractID- Returns:
-
getBill
-
deleteBill
public int deleteBill(int contractId, int id, boolean admin) -
addBillDoc
public int addBillDoc(int userId, BillDoc doc, List<PositionValue> posList, List<BillDoc> subList, boolean checkPast) - Specified by:
addBillDoc
in classAbstractManager
-
getBillDoc
- Specified by:
getBillDoc
in classAbstractManager
-
getBillDoc
- Specified by:
getBillDoc
in classAbstractManager
-
publishEvent
protected void publishEvent(int userID, BillDoc billDoc, int billId) throws ru.bitel.bgbilling.common.BGException - Specified by:
publishEvent
in classAbstractManager
- Throws:
ru.bitel.bgbilling.common.BGException
-