@Service public class TranslationServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<TranslationMapper,Translation> implements TranslationService
| 构造器和说明 |
|---|
TranslationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
新增
|
void |
del(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
删除
|
void |
deleteTranLanguage(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
删除语种
|
Translation |
detail(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
查询-详情-根据主键id
|
void |
edit(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
修改
|
List<Translation> |
findList(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
查询-列表-按实体对象
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<Translation> |
findPage(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
查询-列表-分页-按实体对象
|
List<cn.stylefeng.roses.kernel.i18n.api.pojo.TranslationDict> |
getAllTranslationDict() |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdpublic void add(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
TranslationServiceadd 在接口中 TranslationServicetranslationRequest - 参数对象public void edit(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
TranslationServiceedit 在接口中 TranslationServicetranslationRequest - 参数对象public void del(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
TranslationServicedel 在接口中 TranslationServicetranslationRequest - 参数对象public Translation detail(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
TranslationServicedetail 在接口中 TranslationServicetranslationRequest - 参数对象public List<Translation> findList(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
TranslationServicefindList 在接口中 TranslationServicetranslationRequest - 参数对象public cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<Translation> findPage(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
TranslationServicefindPage 在接口中 TranslationServicetranslationRequest - 参数对象public void deleteTranLanguage(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
TranslationServicedeleteTranLanguage 在接口中 TranslationServicetranslationRequest - 参数对象public List<cn.stylefeng.roses.kernel.i18n.api.pojo.TranslationDict> getAllTranslationDict()
getAllTranslationDict 在接口中 cn.stylefeng.roses.kernel.i18n.api.TranslationPersistenceApiCopyright © 2022. All rights reserved.