| Package | Description |
|---|---|
| cn.vertxup.rbac.domain.tables.daos | |
| cn.vertxup.rbac.domain.tables.pojos | |
| cn.vertxup.rbac.service.business |
| Modifier and Type | Method and Description |
|---|---|
SPermSet |
SPermSetDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<SPermSet> |
SPermSetDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SPermSet> |
SPermSetDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SPermSet>> |
SPermSetDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<SPermSet> |
SPermSetDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SPermSetDao.getId(SPermSet object) |
| Modifier and Type | Method and Description |
|---|---|
SPermSet |
SPermSet.setActive(Boolean active) |
SPermSet |
SPermSet.setCode(String code) |
SPermSet |
SPermSet.setComment(String comment) |
SPermSet |
SPermSet.setCreatedAt(LocalDateTime createdAt) |
SPermSet |
SPermSet.setCreatedBy(String createdBy) |
SPermSet |
SPermSet.setKey(String key) |
SPermSet |
SPermSet.setLanguage(String language) |
SPermSet |
SPermSet.setMetadata(String metadata) |
SPermSet |
SPermSet.setName(String name) |
SPermSet |
SPermSet.setSigma(String sigma) |
SPermSet |
SPermSet.setType(String type) |
SPermSet |
SPermSet.setUpdatedAt(LocalDateTime updatedAt) |
SPermSet |
SPermSet.setUpdatedBy(String updatedBy) |
| Constructor and Description |
|---|
SPermSet(SPermSet value) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
PermGStub.saveDefinition(io.vertx.core.json.JsonArray permission,
SPermSet permSet) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
PermGService.saveDefinition(io.vertx.core.json.JsonArray permissions,
SPermSet permSet) |
Copyright © 2021. All rights reserved.