public class ApplicationTokenCommand extends NsrCommandSupport<org.joyqueue.model.domain.ApplicationToken,ApplicationTokenService,org.joyqueue.model.query.QApplicationToken>
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.joyqueue.model.domain.Application |
application |
operator, service, session, vertx| 构造器和说明 |
|---|
ApplicationTokenCommand() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.jd.laf.web.vertx.response.Response |
add(org.joyqueue.model.domain.ApplicationToken model) |
com.jd.laf.web.vertx.response.Response |
delete(String id) |
com.jd.laf.web.vertx.response.Response |
findByAppId(long appId)
查询按应用id
|
com.jd.laf.web.vertx.response.Response |
pageQuery(org.joyqueue.model.QPageQuery<org.joyqueue.model.query.QApplicationToken> qPageQuery) |
com.jd.laf.web.vertx.response.Response |
search(org.joyqueue.model.QPageQuery<org.joyqueue.model.query.QApplicationToken> qPageQuery) |
com.jd.laf.web.vertx.response.Response |
update(String id,
org.joyqueue.model.domain.ApplicationToken model)
查询按应用id
|
addErrorCode, clean, deleteErrorCode, execute, get, getErrorCode, publish, updateErrorCode, updateStatuspublic com.jd.laf.web.vertx.response.Response search(org.joyqueue.model.QPageQuery<org.joyqueue.model.query.QApplicationToken> qPageQuery)
throws Exception
Exceptionpublic com.jd.laf.web.vertx.response.Response pageQuery(org.joyqueue.model.QPageQuery<org.joyqueue.model.query.QApplicationToken> qPageQuery)
throws Exception
Exceptionpublic com.jd.laf.web.vertx.response.Response add(org.joyqueue.model.domain.ApplicationToken model)
throws Exception
add 在类中 NsrCommandSupport<org.joyqueue.model.domain.ApplicationToken,ApplicationTokenService,org.joyqueue.model.query.QApplicationToken>Exceptionpublic com.jd.laf.web.vertx.response.Response findByAppId(long appId)
throws Exception
appId - Exceptionpublic com.jd.laf.web.vertx.response.Response update(String id, org.joyqueue.model.domain.ApplicationToken model) throws Exception
update 在类中 NsrCommandSupport<org.joyqueue.model.domain.ApplicationToken,ApplicationTokenService,org.joyqueue.model.query.QApplicationToken>id - model - Exceptionpublic com.jd.laf.web.vertx.response.Response delete(String id) throws Exception
delete 在类中 NsrCommandSupport<org.joyqueue.model.domain.ApplicationToken,ApplicationTokenService,org.joyqueue.model.query.QApplicationToken>ExceptionCopyright © 2020 Joyqueue Community. All rights reserved.