MetaTargetTypeService
This commit is contained in:
parent
91edf25603
commit
c4704d6210
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.82-SNAPSHOT</version>
|
<version>1.0.83-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow.commons-java</name>
|
<name>com.loafle.overflow.commons-java</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -2,6 +2,7 @@ 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.MetaInfraType;
|
||||||
import com.loafle.overflow.model.meta.MetaTargetType;
|
import com.loafle.overflow.model.meta.MetaTargetType;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
@ -18,4 +19,7 @@ public interface MetaTargetTypeService {
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<MetaTargetType> readAll() throws OverflowException;
|
List<MetaTargetType> readAll() throws OverflowException;
|
||||||
|
|
||||||
|
@WebappAPI
|
||||||
|
List<MetaTargetType> readAllByMetaInfraType(MetaInfraType metaInfraType) throws OverflowException;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user