|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DependentResolver
| Method Summary | |
|---|---|
DependentID[] |
resolveIDsAfterLookup(DependentID[] obj)
Called to transform persisted, substituted ID strings within reloaded persistable state (DependentID implementations) into usable session runtime IDs. |
DependentID[] |
resolveIDsBeforeBind(DependentID[] obj)
Called to transform ID strings within persistable state (DependentID implementations) into persistence-safe substituted strings before a save operation. |
| Method Detail |
|---|
DependentID[] resolveIDsBeforeBind(DependentID[] obj)
obj - One or more objects that can give an ordered list of IDs
for substitution (via the DependentID interface) to the
implementer. Note that the given objects will be side-
effected and returned to the caller.
DependentID[] resolveIDsAfterLookup(DependentID[] obj)
obj - One or more objects that can give an ordered list of
substituted IDs (via the DependentID interface) to the
implementer. Note that the given objects will be side-
effected and returned to the caller.
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||