public interface ImportRequestDao
Modifier and Type | Method and Description |
---|---|
List<BudgetConstructionRequestMove> |
findAllNonErrorCodeRecords(String principalId)
find all BudgetConstructionRequestMove records with null error codes
|
BudgetConstructionHeader |
getHeaderRecord(BudgetConstructionRequestMove record,
Integer budgetYear) |
void |
save(org.kuali.rice.krad.bo.BusinessObject businessObject,
boolean isUpdate)
Save or update business object based on isUpdate
|
BudgetConstructionHeader getHeaderRecord(BudgetConstructionRequestMove record, Integer budgetYear)
List<BudgetConstructionRequestMove> findAllNonErrorCodeRecords(String principalId)
void save(org.kuali.rice.krad.bo.BusinessObject businessObject, boolean isUpdate)
businessObject
- isUpadate
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.