Payment Record
Void | PayRecord::Clear () Clears data |
Err | PayRecord::FetchAndDeleteFromTable (Table *t, Char *whichId, ID value) Fetches And Deletes Data From Table |
Err | PayRecord::FetchFromTable (Table *t, Char *whichId, ID value) Fetches Data From Table |
Err | PayRecord::IsOK () Returns eCode |
PayRecord::PayRecord () Payment Record constructor | |
Err | PayRecord::UpdateTable (Table *t) Updates a record in given table |
Err | 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).
whichId - name of ID we want to search
value - value of ID
whichId - name of ID we want to search
value - value of ID
alphabetic index hierarchy of classes
generated by doc++