类 CoreSystemConfigServiceImpl
- java.lang.Object
-
- net.sinodawn.module.sys.config.service.impl.CoreSystemConfigServiceImpl
-
- 所有已实现的接口:
GenericService<CoreSystemConfigBean,String>,CoreSystemConfigService
@Repository public class CoreSystemConfigServiceImpl extends Object implements CoreSystemConfigService
-
-
构造器概要
构造器 构造器 说明 CoreSystemConfigServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CoreSystemConfigDaogetDao()voidsave(String id, RestJsonWrapperBean wrapper)CoreSystemConfigBeanselectDetail(String id)CoreSystemConfigDTOselectSystemConfig()-
从类继承的方法 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, selectAll, selectById, selectByIdIfPresent, selectByRole, selectColumnById, selectColumnById, 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 CoreSystemConfigDao getDao()
- 指定者:
getDao在接口中GenericService<CoreSystemConfigBean,String>
-
selectSystemConfig
@Cacheable(value="CORE-SYSTEM-CONFIG", key="\'system\'") public CoreSystemConfigDTO selectSystemConfig()- 指定者:
selectSystemConfig在接口中CoreSystemConfigService
-
selectDetail
public CoreSystemConfigBean selectDetail(String id)
- 指定者:
selectDetail在接口中GenericService<CoreSystemConfigBean,String>
-
save
@CacheEvict(value="CORE-SYSTEM-CONFIG", key="\'system\'") public void save(String id, RestJsonWrapperBean wrapper)- 指定者:
save在接口中GenericService<CoreSystemConfigBean,String>
-
-