Your database has a strict security requirement that whenever users select from any table in the database schema, they must append the select statement with an additional where predicate that returns only records WHERE owner = :pUserName. This restricts users to seeing only records that they own. When you design and develop the ADF Business Components in your ADF application, there will be more than 100 view objects that select against this database. You want to build a solution that not only ensures all your developers, when writing view objects, meet the database's strict security requirement, but takes the least amount of development effort for your entire team and is easy to maintain in the long term. Identify the correct solution. (Choose the best answer.)
You have written a Groovy validation expression for the Employees entity object. How would you customize the error message to show the value of the LastName attribute as all uppercase? (Choose the best answer.)
You create a view object "CustomersVO" based on an entity object "CustomerEO". How would you declaratively change the result set returned from the view object so that the records are sorted by customer name? (Choose the best answer.)
Which code sample is the recommended way to override the create() method in EmployeesImpl, an implementation of oracle.jbo.server.EntityImpl for the Employee's entity object, to set default salary? (Choose the best answer.)
Your organization has specified that menu components should be located on the left-hand side of a page and that the main content should be displayed in the center. How do you ensure that developers adhere to this standard? (Choose the best answer.)