| Package | Description |
|---|---|
| org.mydotey.artemis.management | |
| org.mydotey.artemis.management.group | |
| org.mydotey.artemis.management.group.util |
| Modifier and Type | Method and Description |
|---|---|
ServiceRouteRule |
GroupRepository.generateRouteRule(RouteRuleModel routeRuleModel) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceRouteRule> |
GroupRepository.getAllRouteRules(String regionId) |
List<ServiceRouteRule> |
GroupRepository.getRouteRules(RouteRuleModel filter) |
| Modifier and Type | Method and Description |
|---|---|
ServiceRouteRule |
CreateRouteRuleRequest.getRouteRule() |
ServiceRouteRule |
RouteRuleInfo.getRouteRule() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceRouteRule> |
UpdateRouteRulesRequest.getRouteRules() |
List<ServiceRouteRule> |
InsertRouteRulesRequest.getRouteRules() |
List<ServiceRouteRule> |
GetAllRouteRulesResponse.getRouteRules() |
List<ServiceRouteRule> |
GetRouteRulesResponse.getRouteRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRouteRuleRequest.setRouteRule(ServiceRouteRule routeRule) |
void |
RouteRuleInfo.setRouteRule(ServiceRouteRule routeRule) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRouteRulesRequest.setRouteRules(List<ServiceRouteRule> routeRules) |
void |
InsertRouteRulesRequest.setRouteRules(List<ServiceRouteRule> routeRules) |
void |
GetAllRouteRulesResponse.setRouteRules(List<ServiceRouteRule> routeRules) |
void |
GetRouteRulesResponse.setRouteRules(List<ServiceRouteRule> routeRules) |
| Constructor and Description |
|---|
RouteRuleInfo(ServiceRouteRule routeRule,
List<GroupWeight> groups) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceRouteRule |
ServiceRouteRules.newServiceRouteRule(RouteRuleModel model) |
| Modifier and Type | Method and Description |
|---|---|
static List<ServiceRouteRule> |
ServiceRouteRules.newServiceRouteRules(List<RouteRuleModel> models) |
| Modifier and Type | Method and Description |
|---|---|
static RouteRuleModel |
ServiceRouteRules.newRouteRuleModel(ServiceRouteRule serviceRouteRule) |
| Modifier and Type | Method and Description |
|---|---|
static List<RouteRuleModel> |
ServiceRouteRules.newRouteRuleModels(List<ServiceRouteRule> serviceRouteRules) |
Copyright © 2020 org.mydotey. All rights reserved.