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