This commit is contained in:
crusader
2018-06-14 13:14:30 +09:00
parent a45cf9aebd
commit c429c01dec
2 changed files with 4 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ public interface NoAuthProbeService {
@ProbeAPI
NoAuthProbe regist(NoAuthProbe noAuthProbe) throws OverflowException;
@WebappAPI
NoAuthProbe read(Long id) throws OverflowException;
@ProbeAPI
NoAuthProbe readByTempProbeKey(String tempProbeKey) throws OverflowException;