| Package | Description |
|---|---|
| org.mydotey.artemis.management.dao |
| Modifier and Type | Method and Description |
|---|---|
static ServerLogModel |
ServerLogModel.of(ServerModel server,
boolean isComplete) |
| Modifier and Type | Method and Description |
|---|---|
static List<ServerLogModel> |
ServerLogModel.of(List<ServerModel> servers,
boolean isComplete) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerLogDao.insert(ServerLogModel... logs) |
List<ServerOperationLog> |
ServerLogDao.select(ServerLogModel filter,
Boolean complete) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerLogDao.insert(List<ServerLogModel> logs) |
Copyright © 2020 org.mydotey. All rights reserved.