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