| Modifier and Type | Method and Description |
|---|---|
List<ServiceInstance> |
GroupRepository.getServiceInstances(ServiceInstanceModel filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupRepository.deleteServiceInstancesByFilter(OperationContext operationContext,
List<ServiceInstanceModel> serviceInstances) |
void |
GroupRepository.insertServiceInstances(OperationContext operationContext,
List<ServiceInstanceModel> serviceInstances) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceInstanceModel> |
ServiceInstanceDao.query() |
protected List<ServiceInstanceModel> |
ServiceInstanceDao.query(String condition,
List<String> args) |
protected List<ServiceInstanceModel> |
ServiceInstanceDao.query(String condition,
String... args) |
List<ServiceInstanceModel> |
ServiceInstanceDao.select(List<Long> groupIds) |
List<ServiceInstanceModel> |
ServiceInstanceDao.select(ServiceInstanceModel filter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServiceInstanceDao.insertOrUpdate(ServiceInstanceModel... groupInstances) |
List<ServiceInstanceModel> |
ServiceInstanceDao.select(ServiceInstanceModel filter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServiceInstanceDao.checkInsertOrUpdateArgument(List<ServiceInstanceModel> models) |
protected void |
ServiceInstanceDao.deleteByFilters(List<ServiceInstanceModel> filters) |
void |
BusinessDao.deleteServiceInstancesByFilter(OperationContext operationContext,
List<ServiceInstanceModel> serviceInstances) |
protected void |
ServiceInstanceDao.insertOrUpdate(List<ServiceInstanceModel> models) |
void |
BusinessDao.insertServiceInstances(OperationContext operationContext,
List<ServiceInstanceModel> serviceInstanceModels) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceInstanceLogModel
Created by fang_j on 10/07/2016.
|
| Constructor and Description |
|---|
ServiceInstanceLogModel(OperationContext operationContext,
ServiceInstanceModel serviceInstance) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceModel |
ServiceInstances.newServiceInstanceModel(ServiceInstance serviceInstance) |
| Modifier and Type | Method and Description |
|---|---|
static List<ServiceInstanceModel> |
ServiceInstances.newServiceInstanceModels(List<ServiceInstance> groupInstances) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstance |
ServiceInstances.newServiceInstance(ServiceInstanceModel model) |
| Modifier and Type | Method and Description |
|---|---|
static List<ServiceInstanceLogModel> |
ServiceInstances.newServiceInstanceLogModels(OperationContext operationContext,
List<ServiceInstanceModel> groupInstances) |
static List<ServiceInstance> |
ServiceInstances.newServiceInstances(List<ServiceInstanceModel> models) |
Copyright © 2020 org.mydotey. All rights reserved.