public interface UserGroupService
Modifier and Type | Method and Description |
---|---|
void |
deleteGroup(int id) |
java.util.List<UserGroup> |
getGroupList(boolean addUsersCount) |
int |
updateGroup(int id,
java.lang.String title,
java.lang.String comment) |
java.util.List<UserGroup> getGroupList(boolean addUsersCount) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int updateGroup(int id, java.lang.String title, java.lang.String comment) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void deleteGroup(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException