public interface SensitiveDataDao
| Modifier and Type | Method and Description | 
|---|---|
| void | deletePurchaseOrderSensitiveDatas(Integer poId)Deletes all sensitive data entries assigned to the specified purchase order. | 
| SensitiveDataAssignment | getLastSensitiveDataAssignment(Integer poId)Gets the latest sensitive data assignment for the specified purchase order. | 
| List<SensitiveData> | getSensitiveDatasAssignedByPoId(Integer poId)Gets all sensitive data entries assigned to the specified purchase order. | 
| List<SensitiveData> | getSensitiveDatasAssignedByReqId(Integer reqId)Gets all sensitive data entries assigned to the specified purchase order. | 
List<SensitiveData> getSensitiveDatasAssignedByPoId(Integer poId)
poId - the ID of the specified purchase orderList<SensitiveData> getSensitiveDatasAssignedByReqId(Integer reqId)
reqId - the ID of the requisition that's associated with the purchase ordervoid deletePurchaseOrderSensitiveDatas(Integer poId)
poId - the ID of the POSensitiveDataAssignment getLastSensitiveDataAssignment(Integer poId)
poId - the ID of the specified POCopyright © 2004–2015 The Kuali Foundation. All rights reserved.