A class that extends MVCPortlet must implement:
Answer : B
The JavaScript method that executes after each portlet on the page loads is:
Answer : B
The Plugins SDK uses:
Answer : A
When adding new users to Liferay, the form will display the Details, Organizations and Personal Site sections based on the following property in portal.properties:
users.form.add.main =detaiIs,organizations,personal-site
The "users.form.add.main" property is listed in the liferay-hook_6_l_0.dtd as a portal property that can be overridden with a hook.
Deploying a hook with the following property in the portal.properties file will remove the Personal Site section:
users.form.add.main =details,organizations
Answer : B
The descriptor liferay-hook.xml defines the location to override a core JSP using:
Answer : C
Methods for retrieving the current users ID include: (Please select all correct answers.)
Answer : A, B, C
All Service Builder entities contain a local reference to: (Please select all correct answers.)
Answer : A, C