target remove page
This commit is contained in:
@@ -17,6 +17,4 @@ public interface MetaCollectionItemService {
|
||||
@WebappAPI
|
||||
MetaCollectionItem readByKey(String key) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
MetaCollectionItem readByID(Integer ID) throws OverflowException;
|
||||
}
|
||||
|
||||
@@ -19,9 +19,6 @@ public interface MetaDisplayItemMappingService {
|
||||
@WebappAPI
|
||||
List<MetaDisplayItemMapping> readAllByMetaCrawlerMappingID(Long metaCrawlerMappingID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
MetaDisplayItemMapping read(Long id) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<MetaDisplayItemMapping> readAll() throws OverflowException;
|
||||
}
|
||||
|
||||
@@ -14,9 +14,6 @@ public interface MetaDisplayItemService {
|
||||
@WebappAPI
|
||||
MetaDisplayItem regist(MetaDisplayItem metaDisplayItem) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
MetaDisplayItem read(Long id) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<MetaDisplayItem> readAll() throws OverflowException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user