Uses of Class
cn.vertxup.rbac.domain.tables.pojos.SAction
Packages that use SAction
Package
Description
-
Uses of SAction in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type SActionModifier and TypeMethodDescriptionSActionDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslySActionDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitSActionDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslySActionDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitSActionDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslySActionDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitSActionDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslySActionDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitSActionDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslySActionDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitSActionDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslySActionDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitSActionDao.findManyByLevel(Collection<Integer> values) Find records that haveLEVEL IN (values)asynchronouslySActionDao.findManyByLevel(Collection<Integer> values, int limit) Find records that haveLEVEL IN (values)asynchronously limited by the given limitSActionDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslySActionDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitSActionDao.findManyByMethod(Collection<String> values) Find records that haveMETHOD IN (values)asynchronouslySActionDao.findManyByMethod(Collection<String> values, int limit) Find records that haveMETHOD IN (values)asynchronously limited by the given limitSActionDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslySActionDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitSActionDao.findManyByPermissionId(Collection<String> values) Find records that havePERMISSION_ID IN (values)asynchronouslySActionDao.findManyByPermissionId(Collection<String> values, int limit) Find records that havePERMISSION_ID IN (values)asynchronously limited by the given limitSActionDao.findManyByRenewalCredit(Collection<String> values) Find records that haveRENEWAL_CREDIT IN (values)asynchronouslySActionDao.findManyByRenewalCredit(Collection<String> values, int limit) Find records that haveRENEWAL_CREDIT IN (values)asynchronously limited by the given limitSActionDao.findManyByResourceId(Collection<String> values) Find records that haveRESOURCE_ID IN (values)asynchronouslySActionDao.findManyByResourceId(Collection<String> values, int limit) Find records that haveRESOURCE_ID IN (values)asynchronously limited by the given limitSActionDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslySActionDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitSActionDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslySActionDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitSActionDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslySActionDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitSActionDao.findManyByUri(Collection<String> values) Find records that haveURI IN (values)asynchronouslySActionDao.findManyByUri(Collection<String> values, int limit) Find records that haveURI IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SActionRecord,SAction, String> SActionDao.queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type SAction -
Uses of SAction in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return SActionModifier and TypeMethodDescriptionSetter forDB_ETERNAL.S_ACTION.ACTIVE.Setter forDB_ETERNAL.S_ACTION.CODE.SAction.setComment(String comment) Setter forDB_ETERNAL.S_ACTION.COMMENT.SAction.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.S_ACTION.CREATED_AT.SAction.setCreatedBy(String createdBy) Setter forDB_ETERNAL.S_ACTION.CREATED_BY.Setter forDB_ETERNAL.S_ACTION.KEY.SAction.setLanguage(String language) Setter forDB_ETERNAL.S_ACTION.LANGUAGE.Setter forDB_ETERNAL.S_ACTION.LEVEL.SAction.setMetadata(String metadata) Setter forDB_ETERNAL.S_ACTION.METADATA.Setter forDB_ETERNAL.S_ACTION.METHOD.Setter forDB_ETERNAL.S_ACTION.NAME.SAction.setPermissionId(String permissionId) Setter forDB_ETERNAL.S_ACTION.PERMISSION_ID.SAction.setRenewalCredit(String renewalCredit) Setter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT.SAction.setResourceId(String resourceId) Setter forDB_ETERNAL.S_ACTION.RESOURCE_ID.Setter forDB_ETERNAL.S_ACTION.SIGMA.SAction.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.S_ACTION.UPDATED_AT.SAction.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.S_ACTION.UPDATED_BY.Setter forDB_ETERNAL.S_ACTION.URI. -
Uses of SAction in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type SActionModifierConstructorDescriptionSActionRecord(SAction value) Create a detached, initialised SActionRecord -
Uses of SAction in cn.vertxup.rbac.service.accredit
Methods in cn.vertxup.rbac.service.accredit that return types with arguments of type SActionModifier and TypeMethodDescriptionActionService.fetchAction(String permissionId) io.vertx.core.Future<SAction>ActionService.fetchAction(String normalizedUri, io.vertx.core.http.HttpMethod method) io.vertx.core.Future<SAction>ActionService.fetchAction(String normalizedUri, io.vertx.core.http.HttpMethod method, String sigma) ActionStub.fetchAction(String permissionId) io.vertx.core.Future<SAction>ActionStub.fetchAction(String normalizedUri, io.vertx.core.http.HttpMethod method) io.vertx.core.Future<SAction>ActionStub.fetchAction(String normalizedUri, io.vertx.core.http.HttpMethod method, String sigma) ActionService.saveAction(SPermission permission, io.vertx.core.json.JsonArray actionData) ActionStub.saveAction(SPermission permission, io.vertx.core.json.JsonArray actionData) ActionService.searchAuthorized(String keyword, String sigma) ActionStub.searchAuthorized(String keyword, String sigma)