Class BillUtils
java.lang.Object
ru.bitel.bgbilling.modules.bill.client.bean.BillUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic IdTitlesetBankAccountComboBoxData(ru.bitel.common.client.BGUComboBox<IdTitle> bankAccountComboBox, BillService billService, int contractId, int organizationId) static IdTitlesetOrganizationComboBoxData(ru.bitel.common.client.BGUComboBox<IdTitle> organizationComboBox, BillService billService, int contractId)  
- 
Constructor Details
- 
BillUtils
public BillUtils() 
 - 
 - 
Method Details
- 
setOrganizationComboBoxData
public static IdTitle setOrganizationComboBoxData(ru.bitel.common.client.BGUComboBox<IdTitle> organizationComboBox, BillService billService, int contractId) throws Exception - Throws:
 Exception
 - 
setBankAccountComboBoxData
public static IdTitle setBankAccountComboBoxData(ru.bitel.common.client.BGUComboBox<IdTitle> bankAccountComboBox, BillService billService, int contractId, int organizationId) throws Exception - Throws:
 Exception
 
 -