|
I’ve always inited the whole object
since a TO is a lightweight object for transferring data, what exact purpose to
do need to update the key in, can that data be returned as a simple key instead
of a TO or do you need all the data? From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ali Awan Hi all, I’m new to this list and I’m building my first
app with CFC’s. Basically I’m trying to have all my business logic and
the data access layer in CFC’s. Anyway, my question refers to Transfer Objects. I have a DAO cfc, which does the reads/inserts/updates to
the database. I also have a Transfer Object CFC to which my application
submits all data to be updated and then passes this on to the DAO.
However my Transfer Object only has an init function which initializes the TO
with whatever data is passed in. My question is, is it possible to have an update function in
the TO? If so, how would that be coded? I just want to be able to update a single key in the TO,
without sending all of the data everytime and re-initializing it. Thanks, Ali |
- Re: [CFCDev] Transfer Objects Phil Cruz
- RE: [CFCDev] Transfer Objects Joe Ferraro
- Re: [CFCDev] Transfer Objects Sean Corfield
- RE: [CFCDev] Transfer Objects Mehdi, Agha
- RE: [CFCDev] Transfer Objects Ali Awan
- Re: [CFCDev] Transfer Objects Doug Keen
- RE: [CFCDev] Transfer Objects Dawson, Michael
- Re: [CFCDev] Transfer Objects Barney Boisvert
- Re: [CFCDev] Transfer Objects Marcantonio Silva
- Re: [CFCDev] Transfer Objects Barney Boisvert
- Re: [CFCDev] Transfer Objects Patrick Branley
- Re: [CFCDev] Transfer Objects Barney Boisvert
