Thanks Dave - I did a search of the transfer archives and found what I needed.
Tom ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shuck Sent: Thursday, September 20, 2007 8:02 AM To: Dallas/Fort Worth ColdFusion User Group Mailing List Subject: Re: [DFW CFUG] Transfer question Tom, the Transfer list is very active and Mark is all over the discussions (unlike some other ORM lists and owners of projects;). Post a question out there and you will get some good feedback. On 9/20/07, Tom Woestman <[EMAIL PROTECTED]> wrote: Thanks Eric - I have looked into that option and it may be what we do but I was hoping for a solution that did not require as much coding. Tom ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Knipp Sent: Tuesday, September 18, 2007 3:41 PM To: Dallas/Fort Worth ColdFusion User Group Mailing List Subject: Re: [DFW CFUG] Transfer question 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/ <http://www.mail-archive.com/list%40dfwcfug.org/> DFWCFUG Sponsors: www.instantspot.com/ www.teksystems.com/ <http://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/ <http://www.mail-archive.com/list%40dfwcfug.org/> DFWCFUG Sponsors: www.instantspot.com/ www.teksystems.com/ <http://www.teksystems.com/> -- ~Dave Shuck [EMAIL PROTECTED] http://daveshuck.instantspot.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/
