类 CoreRequestUrlResourceImpl
- java.lang.Object
-
- net.sinodawn.module.admin.request.resource.impl.CoreRequestUrlResourceImpl
-
@RestController public class CoreRequestUrlResourceImpl extends Object implements CoreRequestUrlResource
-
-
构造器概要
构造器 构造器 说明 CoreRequestUrlResourceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CoreRequestUrlServicegetService()Longinsert(RestJsonWrapperBean wrapper)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.base.resource.GenericResource
delete, getSinoAttrsMybatisMapper, instantSave, print, save, selectByRole, selectColumnById, selectDetail, selectPagination, selectRawPagination, selectSearchablePagination, selectStatus, swap, validate, validateUnique, validateUnique
-
-
-
-
方法详细资料
-
getService
public CoreRequestUrlService getService()
- 指定者:
getService在接口中GenericResource<CoreRequestUrlService,CoreRequestUrlBean,Long>
-
insert
@RequestMapping(method=POST) public Long insert(RestJsonWrapperBean wrapper)
- 指定者:
insert在接口中GenericResource<CoreRequestUrlService,CoreRequestUrlBean,Long>
-
-