| 
WebObjects 5.2.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines a delegate to EOAdaptor to handle specific requests that are normally handled by EOAdaptor (or rather its subclass since EOAdaptor is an abstract class). The delegate can use these requests to preempt the operations, modify results, or simply track activity.
| Method Summary | |
 Object | 
adaptorFetchedValueForValue(EOAdaptor adaptor,
                            Object value,
                            EOAttribute attribute)
Allows the delegate to handle attribute processing when saving EOEnterpriseObjects to the database. | 
 NSDictionary | 
reconnectionDictionaryForAdaptor(EOAdaptor adaptor)
Creates a new connection dictionary for the adaptor.  | 
| Method Detail | 
public Object adaptorFetchedValueForValue(EOAdaptor adaptor,
                                          Object value,
                                          EOAttribute attribute)
EOEnterpriseObjects to the database. When this
 method is implemented, it must return the processed value.
adaptor - The EOAdaptor object owning this delegate.value - The value object to be inserted or updated
                            in the database.attribute - The EOAttribute that corresponds
                            to the value object.
null as the new value is OK.EOAdaptor.fetchedValueForValue(Object value,
                            EOAttribute attribute), 
EOAttributepublic NSDictionary reconnectionDictionaryForAdaptor(EOAdaptor adaptor)
adaptor - The EOAdaptor object owning this delegate.
EOAdaptor.handleDroppedConnection()
  | 
Last updated Mon Oct 13 15:42:52 PDT 2003. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||