test
This commit is contained in:
parent
1d0584ceb3
commit
6a8265a38f
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<groupId>com.loafle.overflow</groupId>
|
<groupId>com.loafle.overflow</groupId>
|
||||||
<artifactId>commons-java</artifactId>
|
<artifactId>commons-java</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.55-SNAPSHOT</version>
|
<version>1.0.56-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow.commons-java</name>
|
<name>com.loafle.overflow.commons-java</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -30,6 +30,9 @@ public interface TargetService {
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
Page<Target> readAllByProbeID(Long probeID, PageParams pageParams) throws OverflowException;
|
Page<Target> readAllByProbeID(Long probeID, PageParams pageParams) throws OverflowException;
|
||||||
|
|
||||||
|
@WebappAPI
|
||||||
|
List<Target> readAllTargetByProbeID(Long probeID) throws OverflowException;
|
||||||
|
|
||||||
Target increaseSensorCount(Long id) throws OverflowException;
|
Target increaseSensorCount(Long id) throws OverflowException;
|
||||||
|
|
||||||
Target decreaseSensorCount(Long id) throws OverflowException;
|
Target decreaseSensorCount(Long id) throws OverflowException;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user