Interface SearchService
public interface SearchService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
searchModuleDelete
(int searchModuleId) searchModules
(String entityKey, Page page) void
searchModuleUpdate
(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.BGException
ru.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.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-