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

@ -13,7 +13,7 @@
<groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId>
<packaging>jar</packaging>
<version>1.0.73-SNAPSHOT</version>
<version>1.0.74-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name>
<properties>

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;
}