org.kuali.ole.service
Class OleLocationServiceImpl

java.lang.Object
  extended by org.kuali.ole.service.OleLocationServiceImpl
All Implemented Interfaces:
OleLocationService

public class OleLocationServiceImpl
extends Object
implements OleLocationService

OleLocationServiceImpl generates list of location to perform location operation using xml content.


Constructor Summary
OleLocationServiceImpl()
           
 
Method Summary
 boolean createLocation(OleLocation oleLocation)
          This method returns boolean after create location.
 org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
          Gets the instance of BusinessObjectService
 org.kuali.rice.krad.service.DocumentService getDocumentService()
          This method returns documentService
 org.kuali.rice.kim.api.identity.IdentityService getIdentityService()
          Gets the identityService attribute value.
 OleLocation getLocation(String locationCode)
          This method returns location using locationCode.
protected static
<T> T
getService(String serviceName)
          Gets the instance of IdentityService
 void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
          Sets the documentService attribute value.
 void setIdentityService(org.kuali.rice.kim.api.identity.IdentityService identityService)
          Sets the identityService attribute value.
 boolean updateLocation(OleLocation oleLocation)
          This method updates location using oleLocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleLocationServiceImpl

public OleLocationServiceImpl()
Method Detail

getBusinessObjectService

public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
Gets the instance of BusinessObjectService

Returns:
businessObjectService(BusinessObjectService)

getService

protected static <T> T getService(String serviceName)
Gets the instance of IdentityService

Type Parameters:
T -
Parameters:
serviceName -
Returns:

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.

Parameters:
businessObjectService -

getIdentityService

public org.kuali.rice.kim.api.identity.IdentityService getIdentityService()
Gets the identityService attribute value.

Returns:
identityService

setIdentityService

public void setIdentityService(org.kuali.rice.kim.api.identity.IdentityService identityService)
Sets the identityService attribute value.

Parameters:
identityService -

getDocumentService

public org.kuali.rice.krad.service.DocumentService getDocumentService()
This method returns documentService

Returns:
DocumentService

setDocumentService

public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
Sets the documentService attribute value.

Parameters:
documentService -

getLocation

public OleLocation getLocation(String locationCode)
This method returns location using locationCode.

Specified by:
getLocation in interface OleLocationService
Parameters:
locationCode -
Returns:
OleLocation

createLocation

public boolean createLocation(OleLocation oleLocation)
This method returns boolean after create location.

Specified by:
createLocation in interface OleLocationService
Parameters:
oleLocation -
Returns:
doc

updateLocation

public boolean updateLocation(OleLocation oleLocation)
This method updates location using oleLocation.

Specified by:
updateLocation in interface OleLocationService
Parameters:
oleLocation -
Returns:
doc


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