Uses of Class
cn.vertxup.rbac.domain.tables.pojos.SGroup
Packages that use SGroup
Package
Description
-
Uses of SGroup in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type SGroupModifier and TypeMethodDescriptionSGroupDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslySGroupDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitSGroupDao.findManyByCategory(Collection<String> values) Find records that haveCATEGORY IN (values)asynchronouslySGroupDao.findManyByCategory(Collection<String> values, int limit) Find records that haveCATEGORY IN (values)asynchronously limited by the given limitSGroupDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslySGroupDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitSGroupDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslySGroupDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitSGroupDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslySGroupDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitSGroupDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslySGroupDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitSGroupDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslySGroupDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitSGroupDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslySGroupDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitSGroupDao.findManyByModelKey(Collection<String> values) Find records that haveMODEL_KEY IN (values)asynchronouslySGroupDao.findManyByModelKey(Collection<String> values, int limit) Find records that haveMODEL_KEY IN (values)asynchronously limited by the given limitSGroupDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslySGroupDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitSGroupDao.findManyByParentId(Collection<String> values) Find records that havePARENT_ID IN (values)asynchronouslySGroupDao.findManyByParentId(Collection<String> values, int limit) Find records that havePARENT_ID IN (values)asynchronously limited by the given limitSGroupDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslySGroupDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitSGroupDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslySGroupDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitSGroupDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslySGroupDao.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<SGroupRecord,SGroup, String> SGroupDao.queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type SGroup -
Uses of SGroup in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return SGroupModifier and TypeMethodDescriptionSetter forDB_ETERNAL.S_GROUP.ACTIVE.SGroup.setCategory(String category) Setter forDB_ETERNAL.S_GROUP.CATEGORY.Setter forDB_ETERNAL.S_GROUP.CODE.SGroup.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.S_GROUP.CREATED_AT.SGroup.setCreatedBy(String createdBy) Setter forDB_ETERNAL.S_GROUP.CREATED_BY.Setter forDB_ETERNAL.S_GROUP.KEY.SGroup.setLanguage(String language) Setter forDB_ETERNAL.S_GROUP.LANGUAGE.SGroup.setMetadata(String metadata) Setter forDB_ETERNAL.S_GROUP.METADATA.SGroup.setModelId(String modelId) Setter forDB_ETERNAL.S_GROUP.MODEL_ID.SGroup.setModelKey(String modelKey) Setter forDB_ETERNAL.S_GROUP.MODEL_KEY.Setter forDB_ETERNAL.S_GROUP.NAME.SGroup.setParentId(String parentId) Setter forDB_ETERNAL.S_GROUP.PARENT_ID.Setter forDB_ETERNAL.S_GROUP.SIGMA.SGroup.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.S_GROUP.UPDATED_AT.SGroup.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.S_GROUP.UPDATED_BY. -
Uses of SGroup in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type SGroupModifierConstructorDescriptionSGroupRecord(SGroup value) Create a detached, initialised SGroupRecord -
Uses of SGroup in cn.vertxup.rbac.service.business
Methods in cn.vertxup.rbac.service.business that return SGroupModifier and TypeMethodDescriptionGroupService.fetchParent(String groupKey) GroupStub.fetchParent(String groupKey) Methods in cn.vertxup.rbac.service.business that return types with arguments of type SGroupModifier and TypeMethodDescriptionGroupService.fetchChildren(String groupKey) GroupStub.fetchChildren(String groupKey) -
Uses of SGroup in io.vertx.tp.rbac.acl.relation
Methods in io.vertx.tp.rbac.acl.relation that return types with arguments of type SGroup