All Methods Instance Methods Concrete Methods
| 限定符和类型 |
方法和说明 |
List<AppDO> |
getAll() |
String |
getBalancedHost(String serviceId) |
String |
getBalancedIp(String serviceId) |
List<AppDO> |
getByName(String name) |
List<AppDO> |
getByNameAndType(String name,
String type) |
List<AppDO> |
getByNameNot(String name) |
List<AppDO> |
getByNameOrType(String name,
String type) |
List<AppDO> |
getByServiceId(String serviceId) |
List<AppDO> |
getByServiceIdAndName(String serviceId,
String name) |
List<AppDO> |
getByServiceIdAndSsoServiceId(String serviceId,
String ssoServiceId) |
List<AppDO> |
getByServiceIdAndType(String serviceId,
String type) |
List<AppDO> |
getByServiceIdNameType(String serviceId,
String type,
String name) |
List<AppDO> |
getByServiceIdNot(String serviceId) |
List<AppDO> |
getByServiceIdOrName(String serviceId,
String name) |
List<AppDO> |
getByServiceIdOrSsoServiceId(String serviceId,
String ssoServiceId) |
List<AppDO> |
getByServiceIdOrType(String serviceId,
String type) |
List<AppDO> |
getBySsoServiceId(String ssoServiceId) |
List<AppDO> |
getBySsoServiceIdAndName(String ssoServiceId,
String name) |
List<AppDO> |
getBySsoServiceIdNot(String ssoServiceId) |
List<AppDO> |
getBySsoServiceIdOrName(String ssoServiceId,
String name) |
List<AppDO> |
getByType(String type) |
List<AppDO> |
getByTypeNot(String type) |
List<AppDO> |
getSsoServiceIdAndType(String ssoServiceId,
String type) |
List<AppDO> |
getSsoServiceIdOrType(String ssoServiceId,
String type) |