public class OLEPatronLoaderHelperServiceImpl extends Object implements OLEPatronLoaderHelperService
Constructor and Description |
---|
OLEPatronLoaderHelperServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
formAllPatronExportResponse(com.sun.jersey.api.core.HttpContext context,
List<OlePatronDocument> olePatronList,
String patronContext,
String uri) |
List<OlePatron> |
formIngestOlePatrons(org.codehaus.jettison.json.JSONArray patronJsonArray,
Map<String,Integer> rejectedPatronBarcodeIndexMap,
Map<String,Integer> selectedPatronBarcodeIndexMap) |
Object |
formPatronExportResponse(Object object,
String patronContext,
String uri,
boolean addContext) |
List<OlePatronDocument> |
getAllPatrons() |
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
OLELoaderService |
getOleLoaderService() |
OlePatronDocument |
getPatronByCode(String patronCode) |
OlePatronDocument |
getPatronById(String patronId) |
OlePatron |
populateIngestOlePatronAddress(org.codehaus.jettison.json.JSONArray addressJsonArray,
OlePatron olePatron,
List<OlePatron> olePatrons) |
OlePatron |
populateIngestOlePatronAffiliations(org.codehaus.jettison.json.JSONArray affiliationJsonArray,
OlePatron olePatron) |
OlePatron |
populateIngestOlePatronEmail(org.codehaus.jettison.json.JSONArray emailJsonArray,
OlePatron olePatron) |
OlePatron |
populateIngestOlePatronName(org.codehaus.jettison.json.JSONArray emailJsonArray,
OlePatron olePatron) |
OlePatron |
populateIngestOlePatronNotes(org.codehaus.jettison.json.JSONArray noteJsonArray,
OlePatron olePatron) |
OlePatron |
populateIngestOlePatronPhone(org.codehaus.jettison.json.JSONArray phoneJsonArray,
OlePatron olePatron) |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setOleLoaderService(OLELoaderService oleLoaderService) |
public OLEPatronLoaderHelperServiceImpl()
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public OLELoaderService getOleLoaderService()
public void setOleLoaderService(OLELoaderService oleLoaderService)
public OlePatronDocument getPatronById(String patronId)
getPatronById
in interface OLEPatronLoaderHelperService
public OlePatronDocument getPatronByCode(String patronCode)
getPatronByCode
in interface OLEPatronLoaderHelperService
public List<OlePatronDocument> getAllPatrons()
getAllPatrons
in interface OLEPatronLoaderHelperService
public Object formPatronExportResponse(Object object, String patronContext, String uri, boolean addContext)
formPatronExportResponse
in interface OLEPatronLoaderHelperService
public Object formAllPatronExportResponse(com.sun.jersey.api.core.HttpContext context, List<OlePatronDocument> olePatronList, String patronContext, String uri)
formAllPatronExportResponse
in interface OLEPatronLoaderHelperService
public List<OlePatron> formIngestOlePatrons(org.codehaus.jettison.json.JSONArray patronJsonArray, Map<String,Integer> rejectedPatronBarcodeIndexMap, Map<String,Integer> selectedPatronBarcodeIndexMap)
formIngestOlePatrons
in interface OLEPatronLoaderHelperService
public OlePatron populateIngestOlePatronEmail(org.codehaus.jettison.json.JSONArray emailJsonArray, OlePatron olePatron)
public OlePatron populateIngestOlePatronName(org.codehaus.jettison.json.JSONArray emailJsonArray, OlePatron olePatron)
public OlePatron populateIngestOlePatronAddress(org.codehaus.jettison.json.JSONArray addressJsonArray, OlePatron olePatron, List<OlePatron> olePatrons)
public OlePatron populateIngestOlePatronPhone(org.codehaus.jettison.json.JSONArray phoneJsonArray, OlePatron olePatron)
public OlePatron populateIngestOlePatronAffiliations(org.codehaus.jettison.json.JSONArray affiliationJsonArray, OlePatron olePatron)
public OlePatron populateIngestOlePatronNotes(org.codehaus.jettison.json.JSONArray noteJsonArray, OlePatron olePatron)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.