public class OleLocationServiceImpl extends Object implements OleLocationService
| Constructor and Description |
|---|
OleLocationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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(IdentityService identityService)
Sets the identityService attribute value.
|
boolean |
updateLocation(OleLocation oleLocation)
This method updates location using oleLocation.
|
public OleLocationServiceImpl()
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
protected static <T> T getService(String serviceName)
T - serviceName - public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - public IdentityService getIdentityService()
public void setIdentityService(IdentityService identityService)
identityService - public org.kuali.rice.krad.service.DocumentService getDocumentService()
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
documentService - public OleLocation getLocation(String locationCode)
getLocation in interface OleLocationServicelocationCode - public boolean createLocation(OleLocation oleLocation)
createLocation in interface OleLocationServiceoleLocation - public boolean updateLocation(OleLocation oleLocation)
updateLocation in interface OleLocationServiceoleLocation - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.