类 UserTagController
- java.lang.Object
-
- net.guerlab.smart.platform.server.controller.AbstractControllerImpl<D,E,S,PK>
-
- net.guerlab.smart.platform.server.controller.BaseFindController<D,E,S,SP,PK>
-
- net.guerlab.smart.platform.server.controller.BaseController<net.guerlab.smart.wx.core.domain.UserTagDTO,net.guerlab.smart.wx.service.entity.UserTag,net.guerlab.smart.wx.service.service.UserTagService,net.guerlab.smart.wx.core.searchparams.UserTagSearchParams,java.lang.Long>
-
- net.guerlab.smart.wx.web.controller.user.UserTagController
-
- 所有已实现的接口:
net.guerlab.smart.platform.server.controller.DeleteController<net.guerlab.smart.wx.core.domain.UserTagDTO,net.guerlab.smart.wx.service.entity.UserTag,net.guerlab.smart.wx.service.service.UserTagService,java.lang.Long>,net.guerlab.smart.platform.server.controller.FindController<net.guerlab.smart.wx.core.domain.UserTagDTO,net.guerlab.smart.wx.service.entity.UserTag,net.guerlab.smart.wx.service.service.UserTagService,net.guerlab.smart.wx.core.searchparams.UserTagSearchParams,java.lang.Long>,net.guerlab.smart.platform.server.controller.IController<net.guerlab.smart.wx.service.entity.UserTag,net.guerlab.smart.wx.service.service.UserTagService,java.lang.Long>,net.guerlab.smart.platform.server.controller.ModifyControllerWrapper<net.guerlab.smart.wx.core.domain.UserTagDTO,net.guerlab.smart.wx.service.entity.UserTag,java.lang.Long>,net.guerlab.smart.platform.server.controller.SaveController<net.guerlab.smart.wx.core.domain.UserTagDTO,net.guerlab.smart.wx.service.entity.UserTag,net.guerlab.smart.wx.service.service.UserTagService,java.lang.Long>,net.guerlab.smart.platform.server.controller.UpdateController<net.guerlab.smart.wx.core.domain.UserTagDTO,net.guerlab.smart.wx.service.entity.UserTag,net.guerlab.smart.wx.service.service.UserTagService,java.lang.Long>
@RestController("/user/userTag") @RequestMapping("/user/userTag") public class UserTagController extends net.guerlab.smart.platform.server.controller.BaseController<net.guerlab.smart.wx.core.domain.UserTagDTO,net.guerlab.smart.wx.service.entity.UserTag,net.guerlab.smart.wx.service.service.UserTagService,net.guerlab.smart.wx.core.searchparams.UserTagSearchParams,java.lang.Long>用户标签- 作者:
- guer
-
-
构造器概要
构造器 构造器 说明 UserTagController()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidafterDelete(net.guerlab.smart.wx.service.entity.UserTag entity)voidafterSave(net.guerlab.smart.wx.service.entity.UserTag entity, net.guerlab.smart.wx.core.domain.UserTagDTO dto)voidafterUpdate(net.guerlab.smart.wx.service.entity.UserTag entity, net.guerlab.smart.wx.core.domain.UserTagDTO dto)voidcopyProperties(net.guerlab.smart.wx.core.domain.UserTagDTO dto, net.guerlab.smart.wx.service.entity.UserTag entity, java.lang.Long id)protected net.guerlab.commons.exception.ApplicationExceptionnullPointException()voidsetOperationLogApi(net.guerlab.smart.platform.user.api.OperationLogApi operationLogApi)-
从类继承的方法 net.guerlab.smart.platform.server.controller.AbstractControllerImpl
findOne0, getService, newEntity, setService
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
方法详细资料
-
nullPointException
protected net.guerlab.commons.exception.ApplicationException nullPointException()
- 覆盖:
nullPointException在类中net.guerlab.smart.platform.server.controller.AbstractControllerImpl<net.guerlab.smart.wx.core.domain.UserTagDTO,net.guerlab.smart.wx.service.entity.UserTag,net.guerlab.smart.wx.service.service.UserTagService,java.lang.Long>
-
copyProperties
public void copyProperties(net.guerlab.smart.wx.core.domain.UserTagDTO dto, net.guerlab.smart.wx.service.entity.UserTag entity, java.lang.Long id)
-
afterSave
public void afterSave(net.guerlab.smart.wx.service.entity.UserTag entity, net.guerlab.smart.wx.core.domain.UserTagDTO dto)
-
afterUpdate
public void afterUpdate(net.guerlab.smart.wx.service.entity.UserTag entity, net.guerlab.smart.wx.core.domain.UserTagDTO dto)
-
afterDelete
public void afterDelete(net.guerlab.smart.wx.service.entity.UserTag entity)
-
setOperationLogApi
@Autowired public void setOperationLogApi(net.guerlab.smart.platform.user.api.OperationLogApi operationLogApi)
-
-