public class OLEPlatformServiceImpl extends Object implements OLEPlatformService
| Constructor and Description |
|---|
OLEPlatformServiceImpl() |
public OLEPlatformServiceImpl()
public List<OLEPlatformRecordDocument> performSearch(List<OLESearchCondition> oleSearchConditionsList)
performSearch in interface OLEPlatformServicepublic void getNewPlatformDoc(OLEPlatformRecordDocument tempDocument)
getNewPlatformDoc in interface OLEPlatformServicepublic List<OLEPlatformAdminUrl> saveUrls(List<OLEPlatformAdminUrl> olePlatformAdminUrls, OLEPlatformRecordDocument tempDocument)
saveUrls in interface OLEPlatformServicepublic List<OLEPlatformEventLog> saveEvents(List<OLEPlatformEventLog> olePlatformEventLogs, OLEPlatformRecordDocument tempDocument)
saveEvents in interface OLEPlatformServicepublic List<OLEPlatformEventLog> filterByReportedDate(Date beginDate, Date endDate, List<OLEPlatformEventLog> eventLogs)
filterByReportedDate in interface OLEPlatformServicepublic List<OLEPlatformEventLog> filterByResolvedDate(Date beginDate, Date endDate, List<OLEPlatformEventLog> eventLogs)
filterByResolvedDate in interface OLEPlatformServicepublic List<OLEPlatformEventLog> filterByStatus(List<OLEPlatformEventLog> eventLogs, String status)
filterByStatus in interface OLEPlatformServicepublic List<OLEPlatformEventLog> filterByLogType(List<OLEPlatformEventLog> eventLogs, String logType)
filterByLogType in interface OLEPlatformServicepublic List<OLEPlatformEventLog> filterByEventType(List<OLEPlatformEventLog> eventLogs, String eventType)
filterByEventType in interface OLEPlatformServicepublic List<OLEPlatformEventLog> filterByProblemType(List<OLEPlatformEventLog> eventLogs, String problemType)
filterByProblemType in interface OLEPlatformServicepublic boolean getGokbLinkFlag(String olePlatformId)
getGokbLinkFlag in interface OLEPlatformServicepublic void storeEventAttachments(org.springframework.web.multipart.MultipartFile attachmentFile) throws IOException
storeEventAttachments in interface OLEPlatformServiceIOExceptionpublic void processEventAttachments(List<OLEPlatformEventLog> olePlatformEventLogs)
processEventAttachments in interface OLEPlatformServicepublic boolean addAttachmentFile(OLEPlatformEventLog olePlatformEventLog, String sectionId)
addAttachmentFile in interface OLEPlatformServicepublic void downloadAttachment(javax.servlet.http.HttpServletResponse response, String eventLogId, String fileName, byte[] attachmentContent, String attachmentMimeType) throws Exception
downloadAttachment in interface OLEPlatformServiceExceptionpublic StringBuffer validatePlatformRecordDocument(OLEPlatformRecordDocument olePlatformRecordDocument)
validatePlatformRecordDocument in interface OLEPlatformServicepublic OLEPlatformEventLog getFilterPlatformEventLog(OLEPlatformEventLog olePlatformEventLog, List<OLEPlatformEventLog> filterEventLogs)
getFilterPlatformEventLog in interface OLEPlatformServicepublic void addVendorEventLog(OLEPlatformRecordDocument olePlatformRecordDocument)
addVendorEventLog in interface OLEPlatformServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.