infraservice

This commit is contained in:
insanity
2018-06-20 19:31:04 +09:00
parent 14feb6e924
commit 33bc79efe8
2 changed files with 5 additions and 1 deletions

View File

@@ -51,4 +51,8 @@ public interface InfraService {
@WebappAPI
List<InfraZone> readAllInfraZoneByProbeDomainID(Long probeDomainID) throws OverflowException;
@WebappAPI
List<Infra> readAllByMetaInfraTypeKeyAndProbeID(String metaInfraTypeKey, Long probeID) throws OverflowException;
}