|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HoldingHistoryValueAdjustmentDocumentService
HoldingHistoryService interface to provide the method to get holding history records
| Method Summary | |
|---|---|
Collection<HoldingHistoryValueAdjustmentDocument> |
getHoldingHistoryValueAdjustmentDocument(String transactionPosted)
gets holding history value adjustment records matching transactionPosted flag |
Collection<HoldingHistoryValueAdjustmentDocument> |
getHoldingHistoryValueAdjustmentDocumentByDocumentNumber(String documentNumber)
get HoldingHistoryValueAdjustmentDocument using documentNumber field as primary key |
boolean |
saveHoldingHistory(HoldingHistoryValueAdjustmentDocument holdingHistoryValueAdjustmentDocument)
saves HoldingHistoryValueAdjustmentDocument record |
| Method Detail |
|---|
Collection<HoldingHistoryValueAdjustmentDocument> getHoldingHistoryValueAdjustmentDocument(String transactionPosted)
transactionPosted -
boolean saveHoldingHistory(HoldingHistoryValueAdjustmentDocument holdingHistoryValueAdjustmentDocument)
holdingHistoryValueAdjustmentDocument - HoldingHistoryValueAdjustmentDocument record to save
Collection<HoldingHistoryValueAdjustmentDocument> getHoldingHistoryValueAdjustmentDocumentByDocumentNumber(String documentNumber)
documentNumber - documentNumber to query on
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||