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 OLELocationLoaderHelperService
public boolean isParentLocationLevelExist(String parentLocationLevelId)
isParentLocationLevelExist
in interface OLELocationLoaderHelperService
public boolean isParentLocationExist(String parentLocationId)
isParentLocationExist
in interface OLELocationLoaderHelperService
public boolean isLocationExistByCode(String locationCode)
isLocationExistByCode
in interface OLELocationLoaderHelperService
public OleLocation createOleLocation(OLELocationBo oleLocationBo)
createOleLocation
in interface OLELocationLoaderHelperService
public OLELoaderResponseBo updateOleLocation(OleLocation oleLocation, OLELocationBo oleLocationBo, com.sun.jersey.api.core.HttpContext context)
updateOleLocation
in interface OLELocationLoaderHelperService
public OleLocation getLocationById(String locationId)
getLocationById
in interface OLELocationLoaderHelperService
public OleLocation getLocationByCode(String locationCode)
getLocationByCode
in interface OLELocationLoaderHelperService
public List<OleLocation> getAllLocation()
getAllLocation
in interface OLELocationLoaderHelperService
public Object formLocationExportResponse(Object object, String locationContext, String uri, boolean importContext)
formLocationExportResponse
in interface OLELocationLoaderHelperService
public Object formAllLocationExportResponse(com.sun.jersey.api.core.HttpContext context, List<OleLocation> oleLocationList, String locationContext, String uri)
formAllLocationExportResponse
in interface OLELocationLoaderHelperService
public OleLocationLevel getLocationLevelById(String locationLevelId)
getLocationLevelById
in interface OLELocationLoaderHelperService
public OleLocationLevel getLocationLevelByCode(String locationLevelCode)
getLocationLevelByCode
in interface OLELocationLoaderHelperService
public List<OleLocationLevel> getAllLocationLevel()
getAllLocationLevel
in interface OLELocationLoaderHelperService
public Object formLocationLevelExportResponse(Object object, String locationLevelContext, String uri, boolean addContext)
formLocationLevelExportResponse
in interface OLELocationLoaderHelperService
public Object formAllLocationLevelExportResponse(com.sun.jersey.api.core.HttpContext context, List<OleLocationLevel> oleLocationLevelList, String locationContext, String uri)
formAllLocationLevelExportResponse
in interface OLELocationLoaderHelperService
public OLELoaderResponseBo updateOleLocationLevel(OleLocationLevel oleLocationLevel, OLELocationLevelBo oleLocationLevelBo, com.sun.jersey.api.core.HttpContext context)
updateOleLocationLevel
in interface OLELocationLoaderHelperService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.