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