类 CoreAuditTrailRecordLineServiceImpl
- java.lang.Object
-
- net.sinodawn.module.sys.at.service.impl.CoreAuditTrailRecordLineServiceImpl
-
@Repository public class CoreAuditTrailRecordLineServiceImpl extends Object implements CoreAuditTrailRecordLineService
-
-
构造器概要
构造器 构造器 说明 CoreAuditTrailRecordLineServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CoreAuditTrailRecordLineDaogetDao()voidinsert(List<CoreAuditTrailRecordLineBean> lineList)List<CoreAuditTrailRecordLineBean>selectRecordLineList(Long recordId, String tableName)List<CoreAuditTrailRecordLineBean>selectRecordLineTableNameList(Long recordId)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.base.service.GenericService
delete, delete, deleteCascadeById, getSinoAttrsMybatisMapper, insert, instantSave, isAvailableByCurrentUser, isUpdatedByCurrentUser, postUpdate, print, save, selectAll, selectById, selectByIdIfPresent, selectByRole, selectColumnById, selectColumnById, selectDetail, selectFirst, selectFirstByFilter, selectFirstByFilter, selectList, selectList, selectListByFilter, selectListByFilter, selectListByIds, selectPagination, selectPagination, selectPagination, selectPagination, selectPaginationByFilter, selectProcId, selectRawPagination, selectSearchablePagination, selectStatus, swap, update, updateColumn, updateCreatedBy, updateCreatedBy, updateIfChanged, updateIfChanged, validate, validateUnique, validateUnique, validateUnique
-
-
-
-
方法详细资料
-
getDao
public CoreAuditTrailRecordLineDao getDao()
- 指定者:
getDao在接口中GenericService<CoreAuditTrailRecordLineBean,Long>
-
insert
@Transactional public void insert(List<CoreAuditTrailRecordLineBean> lineList)
- 指定者:
insert在接口中CoreAuditTrailRecordLineService
-
selectRecordLineTableNameList
public List<CoreAuditTrailRecordLineBean> selectRecordLineTableNameList(Long recordId)
-
selectRecordLineList
public List<CoreAuditTrailRecordLineBean> selectRecordLineList(Long recordId, String tableName)
-
-