This commit is contained in:
crusader
2018-06-15 12:40:38 +09:00
parent 2de921d543
commit 323daacc8d
2 changed files with 2 additions and 4 deletions

View File

@@ -12,9 +12,7 @@ public interface InfraHostPortService {
InfraHostPort read(Long id) throws OverflowException;
InfraHostPort readByInfraHostIDAndMetaPortTypeKeyAndPort(Long infraHostID, String metaPortTypeKey, Integer port)
InfraHostPort readByInfraHostIPIDAndMetaPortTypeKeyAndPort(Long infraHostIPID, String metaPortTypeKey, Integer port)
throws OverflowException;
InfraHostPort readByInfraHostInfraZoneIDAndMetaPortTypeKeyAndPort(Long infraHostInfraZoneID, String metaPortTypeKey,
Integer port) throws OverflowException;
}