Interface SearchService
public interface SearchService
-
Method Summary
Modifier and TypeMethodDescriptionvoidsearchModuleDelete(int searchModuleId) searchModules(String entityKey, Page page) voidsearchModuleUpdate(SearchModule searchModule)
-
Method Details
-
searchModules
SearchResult<SearchModule> searchModules(String entityKey, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
searchModuleUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
searchModuleDelete
void searchModuleDelete(int searchModuleId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-