| 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 |
|---|---|
SGroup |
SGroupDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<SGroup> |
SGroupDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByCategory(String... values)
Fetch records that have
CATEGORY IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByCategoryAsync(List<String> values)
Fetch records that have
CATEGORY IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByModelId(String... values)
Fetch records that have
MODEL_ID IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByModelIdAsync(List<String> values)
Fetch records that have
MODEL_ID IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByModelKey(String... values)
Fetch records that have
MODEL_KEY IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByModelKeyAsync(List<String> values)
Fetch records that have
MODEL_KEY IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByParentId(String... values)
Fetch records that have
PARENT_ID IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByParentIdAsync(List<String> values)
Fetch records that have
PARENT_ID IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SGroup> |
SGroupDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SGroup>> |
SGroupDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<SGroup> |
SGroupDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SGroupDao.getId(SGroup object) |
| Modifier and Type | Method and Description |
|---|---|
SGroup |
SGroup.setActive(Boolean active) |
SGroup |
SGroup.setCategory(String category) |
SGroup |
SGroup.setCode(String code) |
SGroup |
SGroup.setCreatedAt(LocalDateTime createdAt) |
SGroup |
SGroup.setCreatedBy(String createdBy) |
SGroup |
SGroup.setKey(String key) |
SGroup |
SGroup.setLanguage(String language) |
SGroup |
SGroup.setMetadata(String metadata) |
SGroup |
SGroup.setModelId(String modelId) |
SGroup |
SGroup.setModelKey(String modelKey) |
SGroup |
SGroup.setName(String name) |
SGroup |
SGroup.setParentId(String parentId) |
SGroup |
SGroup.setSigma(String sigma) |
SGroup |
SGroup.setUpdatedAt(LocalDateTime updatedAt) |
SGroup |
SGroup.setUpdatedBy(String updatedBy) |
| Constructor and Description |
|---|
SGroup(SGroup value) |
| Modifier and Type | Method and Description |
|---|---|
SGroup |
GroupStub.fetchParent(String groupKey) |
SGroup |
GroupService.fetchParent(String groupKey) |
| Modifier and Type | Method and Description |
|---|---|
List<SGroup> |
GroupStub.fetchChildren(String groupKey) |
List<SGroup> |
GroupService.fetchChildren(String groupKey) |
Copyright © 2020. All rights reserved.