@Service @Transactional(rollbackFor=java.lang.Exception.class) public class CoreRptJzrServiceImpl extends BaseServiceImpl<CoreRptJzr> implements CoreRptJzrService
构造器和说明 |
---|
CoreRptJzrServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
CoreRptJzr |
addEntity(CoreRptJzr entity)
新增实体并返回实体
|
boolean |
existJiZr(java.lang.String jiZr,
java.lang.String filterRwid)
基准日是否存在
|
boolean |
existObjCode(java.lang.String objCode,
java.lang.String filterRwid)
编号是否存在
|
CoreRptJzr |
findRptConfigByJiZr(java.lang.String jiZr)
根据基准日查找报表配置
|
int |
modify(CoreRptJzr entity)
更新实体
|
CoreRptJzr |
publishConfig(java.lang.String rwid)
发布基准日
|
int |
removeByIds(java.util.List<java.lang.String> ids)
删除多个实体
|
add, confirm, findAll, findList, getEntity, removeById, saveJdbc, startProcess, startProcess
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, confirm, findAll, findList, getEntity, removeById, startProcess, startProcess
public CoreRptJzr addEntity(CoreRptJzr entity) throws java.lang.Exception
BaseService
addEntity
在接口中 BaseService<CoreRptJzr>
addEntity
在类中 BaseServiceImpl<CoreRptJzr>
entity
- 实体对象java.lang.Exception
- 出错会抛出异常public int modify(CoreRptJzr entity) throws java.lang.Exception
BaseService
modify
在接口中 BaseService<CoreRptJzr>
modify
在类中 BaseServiceImpl<CoreRptJzr>
entity
- 实体对象java.lang.Exception
- 出错会抛出异常public int removeByIds(java.util.List<java.lang.String> ids) throws java.lang.Exception
BaseService
removeByIds
在接口中 BaseService<CoreRptJzr>
removeByIds
在类中 BaseServiceImpl<CoreRptJzr>
ids
- 实体的主键Listjava.lang.Exception
- 出错会抛出异常public boolean existObjCode(java.lang.String objCode, java.lang.String filterRwid) throws java.lang.Exception
CoreRptJzrService
existObjCode
在接口中 CoreRptJzrService
objCode
- 编号filterRwid
- 如果不为空,怎过滤该RWIDjava.lang.Exception
- 出错会抛出异常public boolean existJiZr(java.lang.String jiZr, java.lang.String filterRwid) throws java.lang.Exception
CoreRptJzrService
existJiZr
在接口中 CoreRptJzrService
jiZr
- 基准日filterRwid
- 如果不为空,怎过滤该RWIDjava.lang.Exception
- 出错会抛出异常public CoreRptJzr findRptConfigByJiZr(java.lang.String jiZr) throws java.lang.Exception
CoreRptJzrService
findRptConfigByJiZr
在接口中 CoreRptJzrService
jiZr
- 基准日java.lang.Exception
- 出错会抛出异常public CoreRptJzr publishConfig(java.lang.String rwid) throws java.lang.Exception
CoreRptJzrService
publishConfig
在接口中 CoreRptJzrService
rwid
- 主键java.lang.Exception
- 出错会抛出异常