public class UserCommand extends CommandSupport<org.joyqueue.model.domain.User,UserService,org.joyqueue.model.query.QUser>
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.joyqueue.model.domain.User |
operator |
service, session, vertx| 构造器和说明 |
|---|
UserCommand() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.jd.laf.web.vertx.response.Response |
add(org.joyqueue.model.domain.User model) |
com.jd.laf.web.vertx.response.Response |
getByCode(String code) |
com.jd.laf.web.vertx.response.Response |
getByRole(Integer role) |
com.jd.laf.web.vertx.response.Response |
pageQuery(org.joyqueue.model.QPageQuery<org.joyqueue.model.query.QUser> qPageQuery) |
com.jd.laf.web.vertx.response.Response |
update(Long id,
org.joyqueue.model.domain.User model) |
addErrorCode, clean, delete, deleteErrorCode, execute, get, getErrorCode, publish, updateErrorCode, updateStatuspublic com.jd.laf.web.vertx.response.Response add(org.joyqueue.model.domain.User model)
throws Exception
add 在类中 CommandSupport<org.joyqueue.model.domain.User,UserService,org.joyqueue.model.query.QUser>Exceptionpublic com.jd.laf.web.vertx.response.Response pageQuery(org.joyqueue.model.QPageQuery<org.joyqueue.model.query.QUser> qPageQuery)
throws Exception
pageQuery 在类中 CommandSupport<org.joyqueue.model.domain.User,UserService,org.joyqueue.model.query.QUser>Exceptionpublic com.jd.laf.web.vertx.response.Response update(Long id, org.joyqueue.model.domain.User model) throws Exception
update 在类中 CommandSupport<org.joyqueue.model.domain.User,UserService,org.joyqueue.model.query.QUser>Exceptionpublic com.jd.laf.web.vertx.response.Response getByCode(String code)
public com.jd.laf.web.vertx.response.Response getByRole(Integer role)
Copyright © 2020 Joyqueue Community. All rights reserved.