|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface EOAdaptor.Delegate
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 |
---|
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
NSDictionary reconnectionDictionaryForAdaptor(EOAdaptor adaptor)
adaptor
- The EOAdaptor object owning this delegate.
EOAdaptor.handleDroppedConnection()
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |