Interface UserRightRuleService
public interface UserRightRuleService
-
Method Summary
Modifier and TypeMethodDescriptiongetUserRightRules
(int rightGroupId) updateUserRightRule
(UserRightRule userRightRule)
-
Method Details
-
getUserRightRules
List<UserRightRule> getUserRightRules(int rightGroupId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
updateUserRightRule
UserRightRule updateUserRightRule(UserRightRule userRightRule) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-