public class EdoItemServiceImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements EdoItemService
| Constructor and Description |
|---|
EdoItemServiceImpl() |
getDbPlatform, setDbPlatformpublic EdoItemServiceImpl()
protected List<EdoItem> convertToImmutable(List<EdoItemBo> bos)
protected List<EdoItemBo> convertToBo(List<EdoItem> ims)
public void setEdoItemDao(EdoItemDao item)
public EdoItem getEdoItem(String edoItemId)
getEdoItem in interface EdoItemServicepublic EdoItemBo getEdoItemBo(String edoItemId)
getEdoItemBo in interface EdoItemServicepublic List<EdoItem> getItemList(String edoDossierId, String edoChecklistItemId)
getItemList in interface EdoItemServicepublic void saveOrUpdate(EdoItemBo itemBo)
saveOrUpdate in interface EdoItemServicepublic void saveOrUpdate(EdoItem item)
saveOrUpdate in interface EdoItemServicepublic void saveOrUpdate(List<EdoItem> edoItems)
saveOrUpdate in interface EdoItemServicepublic EdoItem getFile(String edoItemId, ByteArrayOutputStream bao) throws IOException
getFile in interface EdoItemServiceIOExceptionpublic Integer getNextRowIndexNum(String edoChecklistItemId, String uploader)
getNextRowIndexNum in interface EdoItemServicepublic List<EdoItem> getPendingItemsByDossierId(String edoDossierId, String edoChecklistItemId)
getPendingItemsByDossierId in interface EdoItemServicepublic List<EdoItem> getItemsByDossierIdForAddendumFalgZero(String edoDossierId, String edoChecklistItemId)
getItemsByDossierIdForAddendumFalgZero in interface EdoItemServicepublic boolean isReviewLetterPendingRoute(String edoDossierId, String edoReviewLayerDefintionId)
isReviewLetterPendingRoute in interface EdoItemServicepublic void updateLetterAsLevelRouted(String edoDossierId, String edoReviewLayerDefintionId)
updateLetterAsLevelRouted in interface EdoItemServicepublic void deleteItem(EdoItem item)
deleteItem in interface EdoItemServicepublic List<EdoItem> getReviewLetterEdoItems(String edoDossierId, String edoReviewLayerDefinitionId)
getReviewLetterEdoItems in interface EdoItemServicepublic List<EdoItem> getListOfEdoItems(List<String> idList)
getListOfEdoItems in interface EdoItemServicepublic String getItemJSONString(EdoItem item)
getItemJSONString in interface EdoItemServicepublic int getItemCount(String edoDossierId, String edoChecklistSectionId)
getItemCount in interface EdoItemServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.