Payment Record
![]() | PayRecord::Clear () Clears data |
![]() | PayRecord::FetchAndDeleteFromTable (Table *t, Char *whichId, ID value) Fetches And Deletes Data From Table |
![]() | PayRecord::FetchFromTable (Table *t, Char *whichId, ID value) Fetches Data From Table |
![]() | PayRecord::IsOK () Returns eCode |
![]() | PayRecord::PayRecord () Payment Record constructor |
![]() | PayRecord::UpdateTable (Table *t) Updates a record in given table |
![]() | PayRecord::WriteToTable (Table *t) Writes a record to given table |
![]() | PayRecord::~PayRecord () Payment Record destructor |
![]() | methods
|
![]() | attributes |
Payment Record. An auxiliary abstract class for one payment record. Each descendant of this class must overwrite FetchFromRecord and FillRecord methods to be able to fetch record from or write record to a table. Ancestor of all payment record classes (in bank, client and eso).
methods
Void PayRecord::Clear()
Err PayRecord::FetchAndDeleteFromTable(Table *t, Char *whichId, ID value)
whichId - name of ID we want to search
value - value of ID
Err PayRecord::FetchFromTable(Table *t, Char *whichId, ID value)
whichId - name of ID we want to search
value - value of ID
Err PayRecord::IsOK()
PayRecord::PayRecord()
Err PayRecord::UpdateTable(Table *t)
Err PayRecord::WriteToTable(Table *t)
PayRecord::~PayRecord()
alphabetic index hierarchy of classes
generated by doc++