targetService
This commit is contained in:
@@ -14,7 +14,7 @@ public interface TargetService {
|
||||
Target regist(Target target, Long probeID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<Target> registAll(List<Target> targets, Long probeID) throws OverflowException;
|
||||
List<Target> registAll(List<Long> infraIDs, Long probeID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
void remove(Long id, Long probeID) throws OverflowException;
|
||||
@@ -28,9 +28,6 @@ public interface TargetService {
|
||||
@WebappAPI
|
||||
List<Target> readAllByProbeID(Long probeID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<Target> readAllTargetByProbeID(Long probeID) throws OverflowException;
|
||||
|
||||
Target increaseSensorCount(Long id) throws OverflowException;
|
||||
|
||||
Target decreaseSensorCount(Long id) throws OverflowException;
|
||||
|
||||
Reference in New Issue
Block a user