org.kuali.ole.service.impl
Class OleLicenseRequestServiceImpl

java.lang.Object
  extended by org.kuali.ole.service.impl.OleLicenseRequestServiceImpl
All Implemented Interfaces:
OleLicenseRequestService

public class OleLicenseRequestServiceImpl
extends Object
implements OleLicenseRequestService

OleLicenseRequestServiceImpl builds the Xml for the Agreement Document ingest operation.


Constructor Summary
OleLicenseRequestServiceImpl()
           
 
Method Summary
 File downloadAgreementDocumentFromDocstore(OleAgreementDocumentMetadata oleAgreementDocumentMetadata)
          This method downloads the agreement document from the docStore based on uuid.
 String getAgreementContent(String uuid)
           
 String ingestAgreementContent(String content)
           
static List<File> postDataForLicense(String target, File zipFile)
          This method creates the multipart entity based on zipfile and sent to the target location,
 List<OleAgreementDocumentMetadata> processCheckInAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
          This method creates the zipped Bag file which contains the requestXml and the File to be updated to the docStore and process the response file to get the uuid (after the checkin).
 List<OleAgreementDocumentMetadata> processIngestAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
          This method creates the zipped Bag file which contains the requestXml and the File to be uploaded to the docStore and process the response file to get the uuid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleLicenseRequestServiceImpl

public OleLicenseRequestServiceImpl()
Method Detail

postDataForLicense

public static List<File> postDataForLicense(String target,
                                            File zipFile)
                                     throws Exception
This method creates the multipart entity based on zipfile and sent to the target location,

Parameters:
target -
zipFile -
Returns:
List
Throws:
Exception

processIngestAgreementDocuments

public List<OleAgreementDocumentMetadata> processIngestAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
This method creates the zipped Bag file which contains the requestXml and the File to be uploaded to the docStore and process the response file to get the uuid.

Specified by:
processIngestAgreementDocuments in interface OleLicenseRequestService
Parameters:
oleAgreementDocs -
Returns:
List

processCheckInAgreementDocuments

public List<OleAgreementDocumentMetadata> processCheckInAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
This method creates the zipped Bag file which contains the requestXml and the File to be updated to the docStore and process the response file to get the uuid (after the checkin).

Specified by:
processCheckInAgreementDocuments in interface OleLicenseRequestService
Parameters:
oleAgreementDocs -
Returns:
List

downloadAgreementDocumentFromDocstore

public File downloadAgreementDocumentFromDocstore(OleAgreementDocumentMetadata oleAgreementDocumentMetadata)
This method downloads the agreement document from the docStore based on uuid.

Specified by:
downloadAgreementDocumentFromDocstore in interface OleLicenseRequestService
Parameters:
oleAgreementDocumentMetadata -
Returns:
File

ingestAgreementContent

public String ingestAgreementContent(String content)
Specified by:
ingestAgreementContent in interface OleLicenseRequestService

getAgreementContent

public String getAgreementContent(String uuid)
Specified by:
getAgreementContent in interface OleLicenseRequestService


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.