@Service(value="footprintService") public class FootprintServiceImpl extends Object implements FootprintService
| Constructor and Description |
|---|
FootprintServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Integer id) |
void |
deleteBatch(Integer[] ids) |
List<FootprintEntity> |
queryList(Map<String,Object> map) |
FootprintEntity |
queryObject(Integer id) |
int |
queryTotal(Map<String,Object> map) |
void |
save(FootprintEntity footprint) |
void |
update(FootprintEntity footprint) |
public FootprintEntity queryObject(Integer id)
queryObject in interface FootprintServicepublic List<FootprintEntity> queryList(Map<String,Object> map)
queryList in interface FootprintServicepublic int queryTotal(Map<String,Object> map)
queryTotal in interface FootprintServicepublic void save(FootprintEntity footprint)
save in interface FootprintServicepublic void update(FootprintEntity footprint)
update in interface FootprintServicepublic void delete(Integer id)
delete in interface FootprintServicepublic void deleteBatch(Integer[] ids)
deleteBatch in interface FootprintServiceCopyright © 2021. All rights reserved.