Interface HelpdeskDirectoryService
public interface HelpdeskDirectoryService
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupList
(boolean groupForDirectory, int contractId, Page page) void
updateCategory
(IdTitle idTitle) void
updateGroup
(IdTitle idTitle) void
updateSubCategory
(IdTitle idTitle)
-
Method Details
-
getGroupList
SearchResult<IdTitle> getGroupList(boolean groupForDirectory, int contractId, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
updateGroup
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateCategory
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateSubCategory
- Throws:
ru.bitel.bgbilling.common.BGException
-