|
WebObjects 5.2.3 | ||||||||||
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 EOEnterpriseObject s 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)
EOEnterpriseObject
s 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)
,
EOAttribute
public NSDictionary reconnectionDictionaryForAdaptor(EOAdaptor adaptor)
adaptor
- The EOAdaptor object owning this delegate.
EOAdaptor.handleDroppedConnection()
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |