public class OLEShelvingSchemeLoaderServiceImpl extends Object implements OLEShelvingSchemeLoaderService
Constructor and Description |
---|
OLEShelvingSchemeLoaderServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<OleShelvingScheme> |
exportAllShelvingSchemes() |
Object |
exportShelvingSchemeByCode(String shelvingSchemeCode) |
Object |
exportShelvingSchemeById(String shelvingSchemeId) |
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
OLELoaderService |
getOleLoaderService() |
OLEShelvingSchemeLoaderHelperService |
getOleShelvingSchemeLoaderHelperService() |
Object |
importShelvingSchemes(String bodyContent,
com.sun.jersey.api.core.HttpContext context) |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setOleLoaderService(OLELoaderService oleLoaderService) |
void |
setOleShelvingSchemeLoaderHelperService(OLEShelvingSchemeLoaderHelperService oleShelvingSchemeLoaderHelperService) |
OLELoaderResponseBo |
updateShelvingSchemeById(String shelvingSchemeId,
String bodyContent,
com.sun.jersey.api.core.HttpContext context) |
public OLEShelvingSchemeLoaderServiceImpl()
public OLEShelvingSchemeLoaderHelperService getOleShelvingSchemeLoaderHelperService()
public void setOleShelvingSchemeLoaderHelperService(OLEShelvingSchemeLoaderHelperService oleShelvingSchemeLoaderHelperService)
public OLELoaderService getOleLoaderService()
public void setOleLoaderService(OLELoaderService oleLoaderService)
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public Object importShelvingSchemes(String bodyContent, com.sun.jersey.api.core.HttpContext context)
importShelvingSchemes
in interface OLEShelvingSchemeLoaderService
public OLELoaderResponseBo updateShelvingSchemeById(String shelvingSchemeId, String bodyContent, com.sun.jersey.api.core.HttpContext context)
updateShelvingSchemeById
in interface OLEShelvingSchemeLoaderService
public Object exportShelvingSchemeById(String shelvingSchemeId)
exportShelvingSchemeById
in interface OLEShelvingSchemeLoaderService
public Object exportShelvingSchemeByCode(String shelvingSchemeCode)
exportShelvingSchemeByCode
in interface OLEShelvingSchemeLoaderService
public List<OleShelvingScheme> exportAllShelvingSchemes()
exportAllShelvingSchemes
in interface OLEShelvingSchemeLoaderService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.