some minor stuffs
This commit is contained in:
parent
c46cd41c3f
commit
2f50479048
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.108-SNAPSHOT</version>
|
<version>1.0.109-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow.commons-java</name>
|
<name>com.loafle.overflow.commons-java</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -3,7 +3,6 @@ package com.loafle.overflow.service.central.meta;
|
||||||
import com.loafle.overflow.core.annotation.WebappAPI;
|
import com.loafle.overflow.core.annotation.WebappAPI;
|
||||||
import com.loafle.overflow.core.exception.OverflowException;
|
import com.loafle.overflow.core.exception.OverflowException;
|
||||||
import com.loafle.overflow.model.meta.MetaCrawlerMapping;
|
import com.loafle.overflow.model.meta.MetaCrawlerMapping;
|
||||||
import com.loafle.overflow.model.meta.MetaTargetType;
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,8 @@ public interface MetaDisplayItemMappingService {
|
||||||
List<MetaDisplayItemMapping> readAllByMetaCrawlerMappingID(Long metaCrawlerMappingID) throws OverflowException;
|
List<MetaDisplayItemMapping> readAllByMetaCrawlerMappingID(Long metaCrawlerMappingID) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
MetaDisplayItemMapping read(Long ID) throws OverflowException;
|
MetaDisplayItemMapping read(Long id) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<MetaDisplayItemMapping> readAll() throws OverflowException;
|
List<MetaDisplayItemMapping> readAll() throws OverflowException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,4 +14,10 @@ public interface MetaSensorStatusService {
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<MetaSensorStatus> readAll() throws OverflowException;
|
List<MetaSensorStatus> readAll() throws OverflowException;
|
||||||
|
|
||||||
|
@WebappAPI
|
||||||
|
MetaSensorStatus regist(MetaSensorStatus metaSensorStatus) throws OverflowException;
|
||||||
|
|
||||||
|
@WebappAPI
|
||||||
|
MetaSensorStatus readByKey(String key) throws OverflowException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user