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 OLEShelvingSchemeLoaderServicepublic OLELoaderResponseBo updateShelvingSchemeById(String shelvingSchemeId, String bodyContent, com.sun.jersey.api.core.HttpContext context)
updateShelvingSchemeById in interface OLEShelvingSchemeLoaderServicepublic Object exportShelvingSchemeById(String shelvingSchemeId)
exportShelvingSchemeById in interface OLEShelvingSchemeLoaderServicepublic Object exportShelvingSchemeByCode(String shelvingSchemeCode)
exportShelvingSchemeByCode in interface OLEShelvingSchemeLoaderServicepublic List<OleShelvingScheme> exportAllShelvingSchemes()
exportAllShelvingSchemes in interface OLEShelvingSchemeLoaderServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.