类 CoreRequestUrlServiceImpl
- java.lang.Object
-
- net.sinodawn.module.admin.request.service.impl.CoreRequestUrlServiceImpl
-
- 所有已实现的接口:
GenericService<CoreRequestUrlBean,Long>,CoreRequestUrlService
@Repository public class CoreRequestUrlServiceImpl extends Object implements CoreRequestUrlService
-
-
构造器概要
构造器 构造器 说明 CoreRequestUrlServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CoreRequestUrlDaogetDao()Map<String,List<CoreRequestUrlBean>>getGroupingByUrlMap()Longinsert(RestJsonWrapperBean jsonWrapper)-
从类继承的方法 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, 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 CoreRequestUrlDao getDao()
- 指定者:
getDao在接口中GenericService<CoreRequestUrlBean,Long>
-
insert
@Transactional public Long insert(RestJsonWrapperBean jsonWrapper)
- 指定者:
insert在接口中GenericService<CoreRequestUrlBean,Long>
-
getGroupingByUrlMap
@Cacheable(value="T_CORE_REQUEST_URL", key="\'GROUPING_BY_URL_MAP\'") public Map<String,List<CoreRequestUrlBean>> getGroupingByUrlMap()- 指定者:
getGroupingByUrlMap在接口中CoreRequestUrlService
-
-