@Service public class FooBarServiceImpl extends BaseServiceImpl<FooBarMapper,FooBar> implements FooBarService
FooBar 服务实现类
| Constructor and Description |
|---|
FooBarServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteFooBar(Long id)
删除
|
FooBarQueryVo |
getFooBarById(Serializable id)
根据ID获取查询对象
|
Paging<FooBarQueryVo> |
getFooBarPageList(FooBarQueryParam fooBarQueryParam)
获取分页对象
|
boolean |
saveFooBar(FooBar fooBar)
保存
|
boolean |
updateFooBar(FooBar fooBar)
修改
|
setPageParam, setPageParamcloseSqlSession, count, currentModelClass, getBaseMapper, getById, getMap, getObj, getOne, list, listByIds, listByMap, listMaps, listObjs, page, pageMaps, remove, removeById, removeByIds, removeByMap, retBool, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, update, updateBatchById, updateByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById@Transactional(rollbackFor=java.lang.Exception.class) public boolean saveFooBar(FooBar fooBar) throws Exception
FooBarServicesaveFooBar in interface FooBarServiceException@Transactional(rollbackFor=java.lang.Exception.class) public boolean updateFooBar(FooBar fooBar) throws Exception
FooBarServiceupdateFooBar in interface FooBarServiceException@Transactional(rollbackFor=java.lang.Exception.class) public boolean deleteFooBar(Long id) throws Exception
FooBarServicedeleteFooBar in interface FooBarServiceExceptionpublic FooBarQueryVo getFooBarById(Serializable id) throws Exception
FooBarServicegetFooBarById in interface FooBarServiceExceptionpublic Paging<FooBarQueryVo> getFooBarPageList(FooBarQueryParam fooBarQueryParam) throws Exception
FooBarServicegetFooBarPageList in interface FooBarServiceExceptionCopyright © 2019. All rights reserved.