target remove page
This commit is contained in:
parent
2f50479048
commit
1acd7d83ea
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.109-SNAPSHOT</version>
|
<version>1.0.110-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow.commons-java</name>
|
<name>com.loafle.overflow.commons-java</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -17,6 +17,4 @@ public interface MetaCollectionItemService {
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
MetaCollectionItem readByKey(String key) throws OverflowException;
|
MetaCollectionItem readByKey(String key) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
|
||||||
MetaCollectionItem readByID(Integer ID) throws OverflowException;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,9 +19,6 @@ public interface MetaDisplayItemMappingService {
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<MetaDisplayItemMapping> readAllByMetaCrawlerMappingID(Long metaCrawlerMappingID) throws OverflowException;
|
List<MetaDisplayItemMapping> readAllByMetaCrawlerMappingID(Long metaCrawlerMappingID) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
|
||||||
MetaDisplayItemMapping read(Long id) throws OverflowException;
|
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<MetaDisplayItemMapping> readAll() throws OverflowException;
|
List<MetaDisplayItemMapping> readAll() throws OverflowException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,9 +14,6 @@ public interface MetaDisplayItemService {
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
MetaDisplayItem regist(MetaDisplayItem metaDisplayItem) throws OverflowException;
|
MetaDisplayItem regist(MetaDisplayItem metaDisplayItem) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
|
||||||
MetaDisplayItem read(Long id) throws OverflowException;
|
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<MetaDisplayItem> readAll() throws OverflowException;
|
List<MetaDisplayItem> readAll() throws OverflowException;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user