Uses of Class
cn.vertxup.rbac.domain.tables.pojos.SPermSet
Packages that use SPermSet
Package
Description
-
Uses of SPermSet in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type SPermSetModifier and TypeMethodDescriptionSPermSetDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslySPermSetDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitSPermSetDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslySPermSetDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitSPermSetDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslySPermSetDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitSPermSetDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslySPermSetDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitSPermSetDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslySPermSetDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitSPermSetDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslySPermSetDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitSPermSetDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslySPermSetDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitSPermSetDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslySPermSetDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitSPermSetDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslySPermSetDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitSPermSetDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslySPermSetDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitSPermSetDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslySPermSetDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitSPermSetDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslySPermSetDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SPermSetRecord,SPermSet, String> SPermSetDao.queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type SPermSet -
Uses of SPermSet in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return SPermSetModifier and TypeMethodDescriptionSetter forDB_ETERNAL.S_PERM_SET.ACTIVE.Setter forDB_ETERNAL.S_PERM_SET.CODE.SPermSet.setComment(String comment) Setter forDB_ETERNAL.S_PERM_SET.COMMENT.SPermSet.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.S_PERM_SET.CREATED_AT.SPermSet.setCreatedBy(String createdBy) Setter forDB_ETERNAL.S_PERM_SET.CREATED_BY.Setter forDB_ETERNAL.S_PERM_SET.KEY.SPermSet.setLanguage(String language) Setter forDB_ETERNAL.S_PERM_SET.LANGUAGE.SPermSet.setMetadata(String metadata) Setter forDB_ETERNAL.S_PERM_SET.METADATA.Setter forDB_ETERNAL.S_PERM_SET.NAME.Setter forDB_ETERNAL.S_PERM_SET.SIGMA.Setter forDB_ETERNAL.S_PERM_SET.TYPE.SPermSet.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.S_PERM_SET.UPDATED_AT.SPermSet.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.S_PERM_SET.UPDATED_BY. -
Uses of SPermSet in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type SPermSetModifierConstructorDescriptionSPermSetRecord(SPermSet value) Create a detached, initialised SPermSetRecord -
Uses of SPermSet in cn.vertxup.rbac.service.business
Methods in cn.vertxup.rbac.service.business with parameters of type SPermSetModifier and TypeMethodDescriptionio.vertx.core.Future<io.vertx.core.json.JsonArray>RightsService.saveDefinition(io.vertx.core.json.JsonArray permissions, SPermSet permSet) io.vertx.core.Future<io.vertx.core.json.JsonArray>RightsStub.saveDefinition(io.vertx.core.json.JsonArray permission, SPermSet permSet)