aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/org/onap/usecaseui/server/service/PerformanceInformationService.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main/java/org/onap/usecaseui/server/service/PerformanceInformationService.java')
-rw-r--r--server/src/main/java/org/onap/usecaseui/server/service/PerformanceInformationService.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/src/main/java/org/onap/usecaseui/server/service/PerformanceInformationService.java b/server/src/main/java/org/onap/usecaseui/server/service/PerformanceInformationService.java
index 83991a24..f6a8d1d9 100644
--- a/server/src/main/java/org/onap/usecaseui/server/service/PerformanceInformationService.java
+++ b/server/src/main/java/org/onap/usecaseui/server/service/PerformanceInformationService.java
@@ -28,10 +28,6 @@ public interface PerformanceInformationService {
String updatePerformanceInformation(PerformanceInformation performanceInformation);
- int getAllCount(PerformanceInformation performanceInformation, int currentPage, int pageSize);
-
- Page<PerformanceInformation> queryPerformanceInformation(PerformanceInformation performanceInformation, int currentPage, int pageSize);
-
List<PerformanceInformation> queryId(String[] id);
List<PerformanceInformation> queryDateBetween(String eventId, Date startDate, Date endDate);