public interface OLEPlatformService
Modifier and Type | Method and Description |
---|---|
List<OLEPlatformEventLog> |
filterByEventType(List<OLEPlatformEventLog> eventLogs,
String eventType) |
List<OLEPlatformEventLog> |
filterByLogType(List<OLEPlatformEventLog> eventLogs,
String logType) |
List<OLEPlatformEventLog> |
filterByProblemType(List<OLEPlatformEventLog> eventLogs,
String problemType) |
List<OLEPlatformEventLog> |
filterByReportedDate(Date beginDate,
Date endDate,
List<OLEPlatformEventLog> eventLogs) |
List<OLEPlatformEventLog> |
filterByResolvedDate(Date beginDate,
Date endDate,
List<OLEPlatformEventLog> eventLogs) |
List<OLEPlatformEventLog> |
filterByStatus(List<OLEPlatformEventLog> eventLogs,
String status) |
void |
getNewPlatformDoc(String olePlatformId) |
List<OLEPlatformRecordDocument> |
performSearch(List<OLESearchCondition> oleSearchConditionsList) |
List<OLEPlatformAdminUrl> |
saveUrls(List<OLEPlatformAdminUrl> olePlatformAdminUrls) |
List<OLEPlatformRecordDocument> performSearch(List<OLESearchCondition> oleSearchConditionsList)
void getNewPlatformDoc(String olePlatformId)
List<OLEPlatformAdminUrl> saveUrls(List<OLEPlatformAdminUrl> olePlatformAdminUrls)
List<OLEPlatformEventLog> filterByReportedDate(Date beginDate, Date endDate, List<OLEPlatformEventLog> eventLogs)
List<OLEPlatformEventLog> filterByResolvedDate(Date beginDate, Date endDate, List<OLEPlatformEventLog> eventLogs)
List<OLEPlatformEventLog> filterByStatus(List<OLEPlatformEventLog> eventLogs, String status)
List<OLEPlatformEventLog> filterByLogType(List<OLEPlatformEventLog> eventLogs, String logType)
List<OLEPlatformEventLog> filterByEventType(List<OLEPlatformEventLog> eventLogs, String eventType)
List<OLEPlatformEventLog> filterByProblemType(List<OLEPlatformEventLog> eventLogs, String problemType)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.