org.kuali.ole.service.impl
Class OleLicenseRequestWebServiceImpl

java.lang.Object
  extended by org.kuali.ole.service.impl.OleLicenseRequestWebServiceImpl
All Implemented Interfaces:
OleLicenseRequestWebService

public class OleLicenseRequestWebServiceImpl
extends Object
implements OleLicenseRequestWebService

OleLicenseRequestWebServiceImpl creates license request for maintenanceDocument.


Constructor Summary
OleLicenseRequestWebServiceImpl()
           
 
Method Summary
 void createLicenseRequest(String documentnumber, String licenseRequest)
          This method creates license request for maintenanceDocument using document number and licenseRequest.
protected  org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
          Returns the businessObjectService instance.
protected  org.kuali.rice.core.api.criteria.CriteriaLookupService getCriteriaLookupService()
          Returns criteriaLookupService instance.
protected  org.kuali.rice.kim.api.identity.IdentityService getIdentityService()
          Returns identityService instance .
 String getURL()
          This method returns URL based on the property oleRequisitionWebService.url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleLicenseRequestWebServiceImpl

public OleLicenseRequestWebServiceImpl()
Method Detail

getBusinessObjectService

protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
Returns the businessObjectService instance. If it is not null returns existing businessObjectService else creates new

Returns:
businessObjectService

getIdentityService

protected org.kuali.rice.kim.api.identity.IdentityService getIdentityService()
Returns identityService instance . If it is not null returns existing instance else creates new instance.

Returns:
identityService

getCriteriaLookupService

protected org.kuali.rice.core.api.criteria.CriteriaLookupService getCriteriaLookupService()
Returns criteriaLookupService instance. If it is not null returns existing instance else creates new instance.

Returns:
criteriaLookupService

createLicenseRequest

public void createLicenseRequest(String documentnumber,
                                 String licenseRequest)
This method creates license request for maintenanceDocument using document number and licenseRequest.

Specified by:
createLicenseRequest in interface OleLicenseRequestWebService
Parameters:
documentnumber -
licenseRequest -

getURL

public String getURL()
This method returns URL based on the property oleRequisitionWebService.url

Returns:
url


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