|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SensitiveDataDao
| Method Summary | |
|---|---|
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. |
void |
savePurchaseOrderSensitiveDatas(List<PurchaseOrderSensitiveData> posds)
Saves the specified list of PurchaseOrderSensitiveData objects into the database. |
void |
saveSensitiveDataAssignment(SensitiveDataAssignment sda)
Saves the specified SensitiveDataAssignment object into the database. |
void |
saveSensitiveDataAssignmentDetails(List<SensitiveDataAssignmentDetail> sdads)
Saves the specified list of SensitiveDataAssignmentDetail objects into the database. |
| Method Detail |
|---|
List<SensitiveData> getSensitiveDatasAssignedByPoId(Integer poId)
poId - the ID of the specified purchase order
List<SensitiveData> getSensitiveDatasAssignedByReqId(Integer reqId)
reqId - the ID of the requisition that's associated with the purchase order
void deletePurchaseOrderSensitiveDatas(Integer poId)
poId - the ID of the POvoid savePurchaseOrderSensitiveDatas(List<PurchaseOrderSensitiveData> posds)
posds - the PurchaseOrderSensitiveData objects to be savedSensitiveDataAssignment getLastSensitiveDataAssignment(Integer poId)
poId - the ID of the specified PO
void saveSensitiveDataAssignment(SensitiveDataAssignment sda)
sda - the SensitiveDataAssignment object to be savedvoid saveSensitiveDataAssignmentDetails(List<SensitiveDataAssignmentDetail> sdads)
sdads - the SensitiveDataAssignmentDetail objects to be saved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||