Uses of Class
cn.vertxup.rbac.domain.tables.pojos.SResource
Packages that use SResource
Package
Description
-
Uses of SResource in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type SResourceModifier and TypeMethodDescriptionSResourceDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslySResourceDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitSResourceDao.findManyByCategory(Collection<String> values) Find records that haveCATEGORY IN (values)asynchronouslySResourceDao.findManyByCategory(Collection<String> values, int limit) Find records that haveCATEGORY IN (values)asynchronously limited by the given limitSResourceDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslySResourceDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitSResourceDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslySResourceDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitSResourceDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslySResourceDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitSResourceDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslySResourceDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitSResourceDao.findManyByIdentifier(Collection<String> values) Find records that haveIDENTIFIER IN (values)asynchronouslySResourceDao.findManyByIdentifier(Collection<String> values, int limit) Find records that haveIDENTIFIER IN (values)asynchronously limited by the given limitSResourceDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslySResourceDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitSResourceDao.findManyByLevel(Collection<Integer> values) Find records that haveLEVEL IN (values)asynchronouslySResourceDao.findManyByLevel(Collection<Integer> values, int limit) Find records that haveLEVEL IN (values)asynchronously limited by the given limitSResourceDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslySResourceDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitSResourceDao.findManyByModeGroup(Collection<String> values) Find records that haveMODE_GROUP IN (values)asynchronouslySResourceDao.findManyByModeGroup(Collection<String> values, int limit) Find records that haveMODE_GROUP IN (values)asynchronously limited by the given limitSResourceDao.findManyByModeRole(Collection<String> values) Find records that haveMODE_ROLE IN (values)asynchronouslySResourceDao.findManyByModeRole(Collection<String> values, int limit) Find records that haveMODE_ROLE IN (values)asynchronously limited by the given limitSResourceDao.findManyByModeTree(Collection<String> values) Find records that haveMODE_TREE IN (values)asynchronouslySResourceDao.findManyByModeTree(Collection<String> values, int limit) Find records that haveMODE_TREE IN (values)asynchronously limited by the given limitSResourceDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslySResourceDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitSResourceDao.findManyBySeekComponent(Collection<String> values) Find records that haveSEEK_COMPONENT IN (values)asynchronouslySResourceDao.findManyBySeekComponent(Collection<String> values, int limit) Find records that haveSEEK_COMPONENT IN (values)asynchronously limited by the given limitSResourceDao.findManyBySeekConfig(Collection<String> values) Find records that haveSEEK_CONFIG IN (values)asynchronouslySResourceDao.findManyBySeekConfig(Collection<String> values, int limit) Find records that haveSEEK_CONFIG IN (values)asynchronously limited by the given limitSResourceDao.findManyBySeekSyntax(Collection<String> values) Find records that haveSEEK_SYNTAX IN (values)asynchronouslySResourceDao.findManyBySeekSyntax(Collection<String> values, int limit) Find records that haveSEEK_SYNTAX IN (values)asynchronously limited by the given limitSResourceDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslySResourceDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitSResourceDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslySResourceDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitSResourceDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslySResourceDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitSResourceDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslySResourceDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitSResourceDao.findManyByVirtual(Collection<Boolean> values) Find records that haveVIRTUAL IN (values)asynchronouslySResourceDao.findManyByVirtual(Collection<Boolean> values, int limit) Find records that haveVIRTUAL IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SResourceRecord,SResource, String> SResourceDao.queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type SResource -
Uses of SResource in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return SResourceModifier and TypeMethodDescriptionSetter forDB_ETERNAL.S_RESOURCE.ACTIVE.SResource.setCategory(String category) Setter forDB_ETERNAL.S_RESOURCE.CATEGORY.Setter forDB_ETERNAL.S_RESOURCE.CODE.SResource.setComment(String comment) Setter forDB_ETERNAL.S_RESOURCE.COMMENT.SResource.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.S_RESOURCE.CREATED_AT.SResource.setCreatedBy(String createdBy) Setter forDB_ETERNAL.S_RESOURCE.CREATED_BY.SResource.setIdentifier(String identifier) Setter forDB_ETERNAL.S_RESOURCE.IDENTIFIER.Setter forDB_ETERNAL.S_RESOURCE.KEY.SResource.setLanguage(String language) Setter forDB_ETERNAL.S_RESOURCE.LANGUAGE.Setter forDB_ETERNAL.S_RESOURCE.LEVEL.SResource.setMetadata(String metadata) Setter forDB_ETERNAL.S_RESOURCE.METADATA.SResource.setModeGroup(String modeGroup) Setter forDB_ETERNAL.S_RESOURCE.MODE_GROUP.SResource.setModeRole(String modeRole) Setter forDB_ETERNAL.S_RESOURCE.MODE_ROLE.SResource.setModeTree(String modeTree) Setter forDB_ETERNAL.S_RESOURCE.MODE_TREE.Setter forDB_ETERNAL.S_RESOURCE.NAME.SResource.setSeekComponent(String seekComponent) Setter forDB_ETERNAL.S_RESOURCE.SEEK_COMPONENT.SResource.setSeekConfig(String seekConfig) Setter forDB_ETERNAL.S_RESOURCE.SEEK_CONFIG.SResource.setSeekSyntax(String seekSyntax) Setter forDB_ETERNAL.S_RESOURCE.SEEK_SYNTAX.Setter forDB_ETERNAL.S_RESOURCE.SIGMA.Setter forDB_ETERNAL.S_RESOURCE.TYPE.SResource.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.S_RESOURCE.UPDATED_AT.SResource.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.S_RESOURCE.UPDATED_BY.SResource.setVirtual(Boolean virtual) Setter forDB_ETERNAL.S_RESOURCE.VIRTUAL. -
Uses of SResource in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type SResourceModifierConstructorDescriptionSResourceRecord(SResource value) Create a detached, initialised SResourceRecord -
Uses of SResource in cn.vertxup.rbac.service.accredit
Methods in cn.vertxup.rbac.service.accredit that return types with arguments of type SResourceModifier and TypeMethodDescriptionio.vertx.core.Future<SResource>ActionService.fetchResource(String key) io.vertx.core.Future<SResource>ActionStub.fetchResource(String key) -
Uses of SResource in io.vertx.tp.rbac.acl.rapier
Methods in io.vertx.tp.rbac.acl.rapier with parameters of type SResourceModifier and TypeMethodDescriptiondefault <T> io.vertx.core.Future<T>Quinn.fetchAsync(SResource resource, ScOwner owner) <T> io.vertx.core.Future<T>QuinnVivid.fetchAsync(SResource resource, ScOwner owner) default <T> io.vertx.core.Future<T><T> io.vertx.core.Future<T> -
Uses of SResource in io.vertx.tp.rbac.refine
Methods in io.vertx.tp.rbac.refine with parameters of type SResource