List<OLEPlatformEventLog> |
OLEPlatformServiceImpl.filterByEventType(List<OLEPlatformEventLog> eventLogs,
String eventType) |
List<OLEPlatformEventLog> |
OLEPlatformServiceImpl.filterByLogType(List<OLEPlatformEventLog> eventLogs,
String logType) |
List<OLEPlatformEventLog> |
OLEPlatformServiceImpl.filterByProblemType(List<OLEPlatformEventLog> eventLogs,
String problemType) |
List<OLEPlatformEventLog> |
OLEPlatformServiceImpl.filterByReportedDate(Date beginDate,
Date endDate,
List<OLEPlatformEventLog> eventLogs) |
List<OLEPlatformEventLog> |
OLEPlatformServiceImpl.filterByResolvedDate(Date beginDate,
Date endDate,
List<OLEPlatformEventLog> eventLogs) |
List<OLEPlatformEventLog> |
OLEPlatformServiceImpl.filterByStatus(List<OLEPlatformEventLog> eventLogs,
String status) |
OLEPlatformEventLog |
OLEPlatformServiceImpl.getFilterPlatformEventLog(OLEPlatformEventLog olePlatformEventLog,
List<OLEPlatformEventLog> filterEventLogs) |
void |
OLEPlatformServiceImpl.processEventAttachments(List<OLEPlatformEventLog> olePlatformEventLogs) |
List<OLEPlatformEventLog> |
OLEPlatformServiceImpl.saveEvents(List<OLEPlatformEventLog> olePlatformEventLogs,
OLEPlatformRecordDocument tempDocument) |