@Transactional(rollbackFor=java.lang.Exception.class) @Service public class CoreReportServiceImpl extends BaseServiceImpl<CoreReport> implements CoreReportService
限定符和类型 | 字段和说明 |
---|---|
(专用程序包) CoreReportMapper |
coreReportMapper |
构造器和说明 |
---|
CoreReportServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
CoreReport |
addEntity(CoreReport entity)
新增实体并返回实体
|
void |
copyTo(java.util.List<java.lang.String> sourceidList,
java.util.List<java.lang.String> desOrgidList,
java.lang.String sourceOrgid)
复制报表
|
int |
modify(CoreReport entity)
更新实体
|
add, confirm, findAll, findList, getEntity, removeById, removeByIds, saveJdbc, startProcess, startProcess
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, confirm, findAll, findList, getEntity, removeById, removeByIds, startProcess, startProcess
@Autowired CoreReportMapper coreReportMapper
public CoreReport addEntity(CoreReport entity) throws java.lang.Exception
BaseService
addEntity
在接口中 BaseService<CoreReport>
addEntity
在类中 BaseServiceImpl<CoreReport>
entity
- 实体对象java.lang.Exception
- 出错会抛出异常public int modify(CoreReport entity) throws java.lang.Exception
BaseService
modify
在接口中 BaseService<CoreReport>
modify
在类中 BaseServiceImpl<CoreReport>
entity
- 实体对象java.lang.Exception
- 出错会抛出异常public void copyTo(java.util.List<java.lang.String> sourceidList, java.util.List<java.lang.String> desOrgidList, java.lang.String sourceOrgid) throws java.lang.Exception
CoreReportService
copyTo
在接口中 CoreReportService
sourceidList
- 源listdesOrgidList
- 目标listsourceOrgid
- 机构idjava.lang.Exception
- 出错会抛出异常