public class OLELocationLoaderHelperServiceImpl extends Object implements OLELocationLoaderHelperService
| Constructor and Description |
|---|
OLELocationLoaderHelperServiceImpl() |
public OLELocationLoaderHelperServiceImpl()
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public OleLocationService getOleLocationService()
public void setOleLocationService(OleLocationService oleLocationService)
public OLELoaderService getOleLoaderService()
public void setOleLoaderService(OLELoaderService oleLoaderService)
public boolean isLocationLevelExistById(String locationLevelId)
isLocationLevelExistById in interface OLELocationLoaderHelperServicepublic boolean isParentLocationLevelExist(String parentLocationLevelId)
isParentLocationLevelExist in interface OLELocationLoaderHelperServicepublic boolean isParentLocationExist(String parentLocationId)
isParentLocationExist in interface OLELocationLoaderHelperServicepublic boolean isLocationExistByCode(String locationCode)
isLocationExistByCode in interface OLELocationLoaderHelperServicepublic OleLocation createOleLocation(OLELocationBo oleLocationBo)
createOleLocation in interface OLELocationLoaderHelperServicepublic OLELoaderResponseBo updateOleLocation(OleLocation oleLocation, OLELocationBo oleLocationBo, com.sun.jersey.api.core.HttpContext context)
updateOleLocation in interface OLELocationLoaderHelperServicepublic OleLocation getLocationById(String locationId)
getLocationById in interface OLELocationLoaderHelperServicepublic OleLocation getLocationByCode(String locationCode)
getLocationByCode in interface OLELocationLoaderHelperServicepublic List<OleLocation> getAllLocation()
getAllLocation in interface OLELocationLoaderHelperServicepublic Object formLocationExportResponse(Object object, String locationContext, String uri, boolean importContext)
formLocationExportResponse in interface OLELocationLoaderHelperServicepublic Object formAllLocationExportResponse(com.sun.jersey.api.core.HttpContext context, List<OleLocation> oleLocationList, String locationContext, String uri)
formAllLocationExportResponse in interface OLELocationLoaderHelperServicepublic OleLocationLevel getLocationLevelById(String locationLevelId)
getLocationLevelById in interface OLELocationLoaderHelperServicepublic OleLocationLevel getLocationLevelByCode(String locationLevelCode)
getLocationLevelByCode in interface OLELocationLoaderHelperServicepublic List<OleLocationLevel> getAllLocationLevel()
getAllLocationLevel in interface OLELocationLoaderHelperServicepublic Object formLocationLevelExportResponse(Object object, String locationLevelContext, String uri, boolean addContext)
formLocationLevelExportResponse in interface OLELocationLoaderHelperServicepublic Object formAllLocationLevelExportResponse(com.sun.jersey.api.core.HttpContext context, List<OleLocationLevel> oleLocationLevelList, String locationContext, String uri)
formAllLocationLevelExportResponse in interface OLELocationLoaderHelperServicepublic OLELoaderResponseBo updateOleLocationLevel(OleLocationLevel oleLocationLevel, OLELocationLevelBo oleLocationLevelBo, com.sun.jersey.api.core.HttpContext context)
updateOleLocationLevel in interface OLELocationLoaderHelperServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.