| Package | Description |
|---|---|
| cn.vertxup.rbac.domain.tables.daos | |
| cn.vertxup.rbac.domain.tables.pojos | |
| cn.vertxup.rbac.service.view |
| Modifier and Type | Method and Description |
|---|---|
SPath |
SPathDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<SPath> |
SPathDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByGroupComponent(String... values)
Fetch records that have
GROUP_COMPONENT IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByGroupComponentAsync(List<String> values)
Fetch records that have
GROUP_COMPONENT IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByGroupCondition(String... values)
Fetch records that have
GROUP_CONDITION IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByGroupConditionAsync(List<String> values)
Fetch records that have
GROUP_CONDITION IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByGroupConfig(String... values)
Fetch records that have
GROUP_CONFIG IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByGroupConfigAsync(List<String> values)
Fetch records that have
GROUP_CONFIG IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByGroupMapping(String... values)
Fetch records that have
GROUP_MAPPING IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByGroupMappingAsync(List<String> values)
Fetch records that have
GROUP_MAPPING IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByGroupType(String... values)
Fetch records that have
GROUP_TYPE IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByGroupTypeAsync(List<String> values)
Fetch records that have
GROUP_TYPE IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<SPath> |
SPathDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByUiComponent(String... values)
Fetch records that have
UI_COMPONENT IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByUiComponentAsync(List<String> values)
Fetch records that have
UI_COMPONENT IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByUiCondition(String... values)
Fetch records that have
UI_CONDITION IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByUiConditionAsync(List<String> values)
Fetch records that have
UI_CONDITION IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByUiConfig(String... values)
Fetch records that have
UI_CONFIG IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByUiConfigAsync(List<String> values)
Fetch records that have
UI_CONFIG IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByUiType(String... values)
Fetch records that have
UI_TYPE IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByUiTypeAsync(List<String> values)
Fetch records that have
UI_TYPE IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SPath> |
SPathDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SPath>> |
SPathDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<SPath> |
SPathDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SPathDao.getId(SPath object) |
| Modifier and Type | Method and Description |
|---|---|
SPath |
SPath.setActive(Boolean active) |
SPath |
SPath.setCode(String code) |
SPath |
SPath.setCreatedAt(LocalDateTime createdAt) |
SPath |
SPath.setCreatedBy(String createdBy) |
SPath |
SPath.setGroupComponent(String groupComponent) |
SPath |
SPath.setGroupCondition(String groupCondition) |
SPath |
SPath.setGroupConfig(String groupConfig) |
SPath |
SPath.setGroupMapping(String groupMapping) |
SPath |
SPath.setGroupType(String groupType) |
SPath |
SPath.setKey(String key) |
SPath |
SPath.setLanguage(String language) |
SPath |
SPath.setMetadata(String metadata) |
SPath |
SPath.setName(String name) |
SPath |
SPath.setSigma(String sigma) |
SPath |
SPath.setUiComponent(String uiComponent) |
SPath |
SPath.setUiCondition(String uiCondition) |
SPath |
SPath.setUiConfig(String uiConfig) |
SPath |
SPath.setUiType(String uiType) |
SPath |
SPath.setUpdatedAt(LocalDateTime updatedAt) |
SPath |
SPath.setUpdatedBy(String updatedBy) |
| Constructor and Description |
|---|
SPath(SPath value) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
RuleStub.procAsync(List<SPath> paths) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
RuleService.procAsync(List<SPath> paths) |
Copyright © 2020. All rights reserved.