Tom, I have only played with Transfer a little bit on a side project so I am definitely not an authority here but it seems like you might be able to leverage the ability to add your own code to transfer objects?
Eric On 9/18/07, Tom Woestman <[EMAIL PROTECTED]> wrote: > > Hi Folks, > > > > If you have a moment and know Transfer I would appreciate your advice on > the best way to handle the following application Transfer question. > > > > A trip consists of a number of destinations and each destination may have > multiple destination expense items (hotel, flight, rental car, etc.). As > all destination expense items share a start date, end date, total cost etc. > we created a base class of DestinationExpenseItem and inherited from that to > create a Hotel object. In the database we have one table storing the > DestinationExpenseItem data, and a second table storing the additional data > for the Hotel object that is not already stored in the > DestinationExpenseItem object. > > > > I was looking for a way in Transfer to create a composite object that > would allow us to make all updates to the Hotel object and then when we > saved the Hotel object it would save both the Hotel object and the > DestinationExpenseItem object. Is it possible to have one Transfer object > inherit from another Transfer object or can this be accomplished another > way? > > > > Thanks in advance, > > Tom Woestman > > > > _______________________________________________ > Reply to DFWCFUG: > [email protected] > Subscribe/Unsubscribe: > http://lists1.safesecureweb.com/mailman/listinfo/list > List Archives: > http://www.mail-archive.com/list%40list.dfwcfug.org/ > http://www.mail-archive.com/list%40dfwcfug.org/ > DFWCFUG Sponsors: > www.instantspot.com/ > www.teksystems.com/ > >
_______________________________________________ Reply to DFWCFUG: [email protected] Subscribe/Unsubscribe: http://lists1.safesecureweb.com/mailman/listinfo/list List Archives: http://www.mail-archive.com/list%40list.dfwcfug.org/ http://www.mail-archive.com/list%40dfwcfug.org/ DFWCFUG Sponsors: www.instantspot.com/ www.teksystems.com/
