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

Created with IntelliJ IDEA. User: JuliyaMonica.S Date: 7/31/12 Time: 11:37 AM To change this template use File | Settings | File Templates.


Constructor Summary
OleLicenseRequestServiceImpl()
           
 
Method Summary
 File downloadAgreementDocumentFromDocstore(OleAgreementDocumentMetadata oleAgreementDocumentMetadata)
           
static List<File> postDataForLicense(String target, File zipFile)
           
 List<OleAgreementDocumentMetadata> processCheckInAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
           
 List<OleAgreementDocumentMetadata> processIngestAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
           
 
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
Throws:
Exception

processIngestAgreementDocuments

public List<OleAgreementDocumentMetadata> processIngestAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
Specified by:
processIngestAgreementDocuments in interface OleLicenseRequestService

processCheckInAgreementDocuments

public List<OleAgreementDocumentMetadata> processCheckInAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
Specified by:
processCheckInAgreementDocuments in interface OleLicenseRequestService

downloadAgreementDocumentFromDocstore

public File downloadAgreementDocumentFromDocstore(OleAgreementDocumentMetadata oleAgreementDocumentMetadata)
Specified by:
downloadAgreementDocumentFromDocstore in interface OleLicenseRequestService


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