@Service(value="collectService") public class CollectServiceImpl extends Object implements CollectService
| Constructor and Description |
|---|
CollectServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Integer id) |
void |
deleteBatch(Integer[] ids) |
List<CollectEntity> |
queryList(Map<String,Object> map) |
CollectEntity |
queryObject(Integer id) |
int |
queryTotal(Map<String,Object> map) |
void |
save(CollectEntity collect) |
void |
update(CollectEntity collect) |
public CollectEntity queryObject(Integer id)
queryObject in interface CollectServicepublic List<CollectEntity> queryList(Map<String,Object> map)
queryList in interface CollectServicepublic int queryTotal(Map<String,Object> map)
queryTotal in interface CollectServicepublic void save(CollectEntity collect)
save in interface CollectServicepublic void update(CollectEntity collect)
update in interface CollectServicepublic void delete(Integer id)
delete in interface CollectServicepublic void deleteBatch(Integer[] ids)
deleteBatch in interface CollectServiceCopyright © 2021. All rights reserved.