Class ReportAccessRuleDao
java.lang.Object
ru.bitel.bgbilling.modules.reports.server.bean.ReportAccessRuleDao
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteRulesByReportId(String reportId) getAccessRulesByReportId(String reportId) voidupdateAccessRule(ReportAccessRule reportAccessRule)  
- 
Constructor Details
- 
ReportAccessRuleDao
 
 - 
 - 
Method Details
- 
getAccessRulesByReportId
public ReportAccessRule getAccessRulesByReportId(String reportId) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
updateAccessRule
public void updateAccessRule(ReportAccessRule reportAccessRule) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
deleteRulesByReportId
- Throws:
 ru.bitel.bgbilling.common.BGException
 
 -