接口 CoreAuditTrailRecordService
-
- 所有超级接口:
GenericService<CoreAuditTrailRecordBean,Long>
- 所有已知实现类:
CoreAuditTrailRecordServiceImpl
public interface CoreAuditTrailRecordService extends GenericService<CoreAuditTrailRecordBean,Long>
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Longinsert(CoreAuditTrailRecordBean record)List<CoreAuditTrailRecordBean>selectAtRecordList(String tableName, String id)List<CoreAuditTrailRecordBean>selectAtRecordList(String tableName, RestJsonWrapperBean wrapper)CoreAuditTrailRecordLineBeanselectRecordLineDetail(Long id)List<CoreAuditTrailRecordLineBean>selectRecordLineList(Long recordId, String tableName)Page<CoreAuditTrailRecordLineBean>selectRecordLinePaginationList(RestJsonWrapperBean wrapper)List<CoreAuditTrailRecordLineBean>selectRecordLineTableNameList(Long recordId)List<CoreAuditTrailRecordDTO>selectRecordList(String tableName, String id)-
从接口继承的方法 net.sinodawn.framework.support.base.service.GenericService
delete, delete, deleteCascadeById, getDao, 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
-
-
-
-
方法详细资料
-
insert
Long insert(CoreAuditTrailRecordBean record)
-
selectRecordList
List<CoreAuditTrailRecordDTO> selectRecordList(String tableName, String id)
-
selectAtRecordList
List<CoreAuditTrailRecordBean> selectAtRecordList(String tableName, String id)
-
selectRecordLineTableNameList
List<CoreAuditTrailRecordLineBean> selectRecordLineTableNameList(@PathVariable Long recordId)
-
selectRecordLineList
List<CoreAuditTrailRecordLineBean> selectRecordLineList(@PathVariable Long recordId, @PathVariable String tableName)
-
selectRecordLinePaginationList
Page<CoreAuditTrailRecordLineBean> selectRecordLinePaginationList(RestJsonWrapperBean wrapper)
-
selectRecordLineDetail
CoreAuditTrailRecordLineBean selectRecordLineDetail(@PathVariable Long id)
-
selectAtRecordList
List<CoreAuditTrailRecordBean> selectAtRecordList(String tableName, RestJsonWrapperBean wrapper)
-
-