@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, startProcessclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, confirm, findAll, findList, getEntity, removeById, removeByIds, startProcess, startProcess@Autowired CoreReportMapper coreReportMapper
public CoreReport addEntity(CoreReport entity) throws java.lang.Exception
BaseServiceaddEntity 在接口中 BaseService<CoreReport>addEntity 在类中 BaseServiceImpl<CoreReport>entity - 实体对象java.lang.Exception - 出错会抛出异常public int modify(CoreReport entity) throws java.lang.Exception
BaseServicemodify 在接口中 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
CoreReportServicecopyTo 在接口中 CoreReportServicesourceidList - 源listdesOrgidList - 目标listsourceOrgid - 机构idjava.lang.Exception - 出错会抛出异常