Monday, January 05, 2004
Added a new method to EntryBean, updateEntryInfo, which updates all the fields which we can deduce from the entry source. This is publicly available (eg for when we want to update headings using a new entity map) and is called by EntryBean itself during a create. Creation is now much simpler for the client, as they don't have to calculate any of these fields themselves. Will run a test import, then add the call into setText as well and delete the existing setX methods for the fields effected. 3rd parties shouldn't be able to set fields which differ from that specified in the source!
Once that's done, add a similar method to split/recreate the source for dtables and others.
T