public class ApplicationUserCommand extends CommandSupport<org.joyqueue.model.domain.ApplicationUser,UserService,org.joyqueue.model.query.QUser>
| 限定符和类型 | 字段和说明 |
|---|---|
protected Long |
appId |
protected org.joyqueue.model.domain.Application |
application |
protected ApplicationService |
applicationService |
protected ApplicationUserService |
applicationUserService |
protected UserService |
userService |
operator, service, session, vertx| 构造器和说明 |
|---|
ApplicationUserCommand() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.jd.laf.web.vertx.response.Response |
add(org.joyqueue.model.domain.ApplicationUser applicationUser) |
void |
clean() |
com.jd.laf.web.vertx.response.Response |
delete(Long appId,
Long userId) |
com.jd.laf.web.vertx.response.Response |
getByAppCode(String appCode) |
com.jd.laf.web.vertx.response.Response |
pageQuery(org.joyqueue.model.QPageQuery<org.joyqueue.model.query.QUser> qPageQuery) |
addErrorCode, delete, deleteErrorCode, execute, get, getErrorCode, publish, update, updateErrorCode, updateStatusprotected Long appId
protected UserService userService
protected ApplicationUserService applicationUserService
protected ApplicationService applicationService
protected org.joyqueue.model.domain.Application application
public com.jd.laf.web.vertx.response.Response add(org.joyqueue.model.domain.ApplicationUser applicationUser)
throws Exception
add 在类中 CommandSupport<org.joyqueue.model.domain.ApplicationUser,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.ApplicationUser,UserService,org.joyqueue.model.query.QUser>Exceptionpublic com.jd.laf.web.vertx.response.Response getByAppCode(String appCode) throws Exception
Exceptionpublic com.jd.laf.web.vertx.response.Response delete(Long appId, Long userId) throws Exception
Exceptionpublic void clean()
clean 在接口中 com.jd.laf.web.vertx.pool.Poolableclean 在类中 CommandSupport<org.joyqueue.model.domain.ApplicationUser,UserService,org.joyqueue.model.query.QUser>Copyright © 2020 Joyqueue Community. All rights reserved.