@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, startProcessclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, confirm, findAll, findList, getEntity, removeById, startProcess, startProcesspublic CoreRptJzr addEntity(CoreRptJzr entity) throws java.lang.Exception
BaseServiceaddEntity 在接口中 BaseService<CoreRptJzr>addEntity 在类中 BaseServiceImpl<CoreRptJzr>entity - 实体对象java.lang.Exception - 出错会抛出异常public int modify(CoreRptJzr entity) throws java.lang.Exception
BaseServicemodify 在接口中 BaseService<CoreRptJzr>modify 在类中 BaseServiceImpl<CoreRptJzr>entity - 实体对象java.lang.Exception - 出错会抛出异常public int removeByIds(java.util.List<java.lang.String> ids)
throws java.lang.Exception
BaseServiceremoveByIds 在接口中 BaseService<CoreRptJzr>removeByIds 在类中 BaseServiceImpl<CoreRptJzr>ids - 实体的主键Listjava.lang.Exception - 出错会抛出异常public boolean existObjCode(java.lang.String objCode,
java.lang.String filterRwid)
throws java.lang.Exception
CoreRptJzrServiceexistObjCode 在接口中 CoreRptJzrServiceobjCode - 编号filterRwid - 如果不为空,怎过滤该RWIDjava.lang.Exception - 出错会抛出异常public boolean existJiZr(java.lang.String jiZr,
java.lang.String filterRwid)
throws java.lang.Exception
CoreRptJzrServiceexistJiZr 在接口中 CoreRptJzrServicejiZr - 基准日filterRwid - 如果不为空,怎过滤该RWIDjava.lang.Exception - 出错会抛出异常public CoreRptJzr findRptConfigByJiZr(java.lang.String jiZr) throws java.lang.Exception
CoreRptJzrServicefindRptConfigByJiZr 在接口中 CoreRptJzrServicejiZr - 基准日java.lang.Exception - 出错会抛出异常public CoreRptJzr publishConfig(java.lang.String rwid) throws java.lang.Exception
CoreRptJzrServicepublishConfig 在接口中 CoreRptJzrServicerwid - 主键java.lang.Exception - 出错会抛出异常