@Service(value="searchHistoryService") public class SearchHistoryServiceImpl extends Object implements SearchHistoryService
| Constructor and Description |
|---|
SearchHistoryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Integer id) |
void |
deleteBatch(Integer[] ids) |
List<SearchHistoryEntity> |
queryList(Map<String,Object> map) |
SearchHistoryEntity |
queryObject(Integer id) |
int |
queryTotal(Map<String,Object> map) |
void |
save(SearchHistoryEntity searchHistory) |
void |
update(SearchHistoryEntity searchHistory) |
public SearchHistoryEntity queryObject(Integer id)
queryObject in interface SearchHistoryServicepublic List<SearchHistoryEntity> queryList(Map<String,Object> map)
queryList in interface SearchHistoryServicepublic int queryTotal(Map<String,Object> map)
queryTotal in interface SearchHistoryServicepublic void save(SearchHistoryEntity searchHistory)
save in interface SearchHistoryServicepublic void update(SearchHistoryEntity searchHistory)
update in interface SearchHistoryServicepublic void delete(Integer id)
delete in interface SearchHistoryServicepublic void deleteBatch(Integer[] ids)
deleteBatch in interface SearchHistoryServiceCopyright © 2021. All rights reserved.