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, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
searchModuleUpdate
void searchModuleUpdate(SearchModule searchModule) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
searchModuleDelete
void searchModuleDelete(int searchModuleId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-