Oracle
1Z0-419 · Question #3
1Z0-419 Question #3: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-419 to reveal the answer and full explanation for question #3. The question stem and answer options stay visible for context.
Question
Consider the JSF managed bean code to execute a function in ADF Business Components via an af:button actionListener on a page: public void doSomethinq(ActionEvent event) { BindingContainer bindings = BindingContext getCurrent() getCurrentBindingsEntry(); OperationMethod method = bindings.getOperationBinding ("appModuleMethod"); Map paramsMap = method. getParamsMap(); paramsMap put CsomeParameter","someValue"); method.execute(); } Which three options must be implemented for this code to work? (Choose three.)
Options
- AFor the page definition file this code is called from, it must have a <methodAction> binding
- BFor the page definition file this code is called from, it must have a <parameter> binding mapped to
- CAn appModuleMethod function must exist in the ADF BC application module to call from the
- DAn appModuleMethod function must be exposed through the client interface editor of the ADF BC
Unlock 1Z0-419 to see the answer
You've previewed enough free 1Z0-419 questions. Unlock 1Z0-419 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.