@Service @Transactional public class NotifyRecordService extends BaseJeeeService<NotifyRecordDao,NotifyRecord>
dao, logger| 构造器和说明 |
|---|
NotifyRecordService() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delete(java.lang.String[] ids) |
java.util.List<NotifyRecord> |
findList(NotifyRecord entity) |
Page<NotifyRecord> |
findPage(Page<NotifyRecord> page,
NotifyRecord entity) |
NotifyRecord |
get(NotifyRecord entity) |
NotifyRecord |
get(java.lang.String id) |
void |
save(NotifyRecord entity) |
void |
tagHaveRead(java.lang.String notifyId) |
autoDeleteById, autoGet, autoQuery, autoSave, autoSum, batchInsertRecord, batchSave, batchUpdateRecord, deleteByTable, edit, execSql, getLoginUserId, insertRecord, querySql, updateRecordecho, IF, ifEmpty, ifNotEmpty, ifnull, isEmpty, isNotEmptypublic NotifyRecord get(java.lang.String id)
get 在类中 BaseJeeeService<NotifyRecordDao,NotifyRecord>public NotifyRecord get(NotifyRecord entity)
get 在类中 BaseJeeeService<NotifyRecordDao,NotifyRecord>public Page<NotifyRecord> findPage(Page<NotifyRecord> page, NotifyRecord entity)
findPage 在类中 BaseJeeeService<NotifyRecordDao,NotifyRecord>public java.util.List<NotifyRecord> findList(NotifyRecord entity)
findList 在类中 BaseJeeeService<NotifyRecordDao,NotifyRecord>public void save(NotifyRecord entity)
save 在类中 BaseJeeeService<NotifyRecordDao,NotifyRecord>public void delete(java.lang.String[] ids)
delete 在类中 BaseJeeeService<NotifyRecordDao,NotifyRecord>public void tagHaveRead(java.lang.String notifyId)
Copyright © 2019. All Rights Reserved.