Uses of Class
cn.vertxup.rbac.domain.tables.pojos.SView
Packages that use SView
Package
Description
-
Uses of SView in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type SViewModifier and TypeMethodDescriptionSViewDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslySViewDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitSViewDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslySViewDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitSViewDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslySViewDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitSViewDao.findManyByCriteria(Collection<String> values) Find records that haveCRITERIA IN (values)asynchronouslySViewDao.findManyByCriteria(Collection<String> values, int limit) Find records that haveCRITERIA IN (values)asynchronously limited by the given limitSViewDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslySViewDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitSViewDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslySViewDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitSViewDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslySViewDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitSViewDao.findManyByOwner(Collection<String> values) Find records that haveOWNER IN (values)asynchronouslySViewDao.findManyByOwner(Collection<String> values, int limit) Find records that haveOWNER IN (values)asynchronously limited by the given limitSViewDao.findManyByOwnerType(Collection<String> values) Find records that haveOWNER_TYPE IN (values)asynchronouslySViewDao.findManyByOwnerType(Collection<String> values, int limit) Find records that haveOWNER_TYPE IN (values)asynchronously limited by the given limitSViewDao.findManyByPosition(Collection<String> values) Find records that havePOSITION IN (values)asynchronouslySViewDao.findManyByPosition(Collection<String> values, int limit) Find records that havePOSITION IN (values)asynchronously limited by the given limitSViewDao.findManyByProjection(Collection<String> values) Find records that havePROJECTION IN (values)asynchronouslySViewDao.findManyByProjection(Collection<String> values, int limit) Find records that havePROJECTION IN (values)asynchronously limited by the given limitSViewDao.findManyByResourceId(Collection<String> values) Find records that haveRESOURCE_ID IN (values)asynchronouslySViewDao.findManyByResourceId(Collection<String> values, int limit) Find records that haveRESOURCE_ID IN (values)asynchronously limited by the given limitSViewDao.findManyByRows(Collection<String> values) Find records that haveROWS IN (values)asynchronouslySViewDao.findManyByRows(Collection<String> values, int limit) Find records that haveROWS IN (values)asynchronously limited by the given limitSViewDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslySViewDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitSViewDao.findManyByTitle(Collection<String> values) Find records that haveTITLE IN (values)asynchronouslySViewDao.findManyByTitle(Collection<String> values, int limit) Find records that haveTITLE IN (values)asynchronously limited by the given limitSViewDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslySViewDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitSViewDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslySViewDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitSViewDao.findManyByVisitant(Collection<Boolean> values) Find records that haveVISITANT IN (values)asynchronouslySViewDao.findManyByVisitant(Collection<Boolean> values, int limit) Find records that haveVISITANT IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SViewRecord,SView, String> SViewDao.queryExecutor()Methods in cn.vertxup.rbac.domain.tables.daos with parameters of type SView -
Uses of SView in cn.vertxup.rbac.domain.tables.pojos
Methods in cn.vertxup.rbac.domain.tables.pojos that return SViewModifier and TypeMethodDescriptionSetter forDB_ETERNAL.S_VIEW.ACTIVE.SView.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.S_VIEW.CREATED_AT.SView.setCreatedBy(String createdBy) Setter forDB_ETERNAL.S_VIEW.CREATED_BY.SView.setCriteria(String criteria) Setter forDB_ETERNAL.S_VIEW.CRITERIA.Setter forDB_ETERNAL.S_VIEW.KEY.SView.setLanguage(String language) Setter forDB_ETERNAL.S_VIEW.LANGUAGE.SView.setMetadata(String metadata) Setter forDB_ETERNAL.S_VIEW.METADATA.Setter forDB_ETERNAL.S_VIEW.NAME.Setter forDB_ETERNAL.S_VIEW.OWNER.SView.setOwnerType(String ownerType) Setter forDB_ETERNAL.S_VIEW.OWNER_TYPE.SView.setPosition(String position) Setter forDB_ETERNAL.S_VIEW.POSITION.SView.setProjection(String projection) Setter forDB_ETERNAL.S_VIEW.PROJECTION.SView.setResourceId(String resourceId) Setter forDB_ETERNAL.S_VIEW.RESOURCE_ID.Setter forDB_ETERNAL.S_VIEW.ROWS.Setter forDB_ETERNAL.S_VIEW.SIGMA.Setter forDB_ETERNAL.S_VIEW.TITLE.SView.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.S_VIEW.UPDATED_AT.SView.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.S_VIEW.UPDATED_BY.SView.setVisitant(Boolean visitant) Setter forDB_ETERNAL.S_VIEW.VISITANT. -
Uses of SView in cn.vertxup.rbac.domain.tables.records
Constructors in cn.vertxup.rbac.domain.tables.records with parameters of type SViewModifierConstructorDescriptionSViewRecord(SView value) Create a detached, initialised SViewRecord -
Uses of SView in cn.vertxup.rbac.service.view
Methods in cn.vertxup.rbac.service.view that return types with arguments of type SViewModifier and TypeMethodDescriptionio.vertx.core.Future<SView>io.vertx.core.Future<SView>io.vertx.core.Future<SView>PersonalService.create(io.vertx.core.json.JsonObject data) io.vertx.core.Future<SView>PersonalStub.create(io.vertx.core.json.JsonObject data) io.vertx.core.Future<SView>io.vertx.core.Future<SView> -
Uses of SView in io.vertx.tp.rbac.ruler.element
Methods in io.vertx.tp.rbac.ruler.element with parameters of type SView