In a JSP that includes the
A. permissionChecker.hasPermissionO
B. portalUtil.getPermissionChecker().hasPermission()
C. permissionUtil.hasPermission()
D. renderRequest.getPermissionChecker().hasPermission()
The bundled property file that contains settings for a development environment is:
A. portal-ext. properties
B. portal-developer, properties
C. developer, properties
D. None of the above
The JavaScript method that executes after each portlet on the page loads is:
A. AUI().ready(fn)
B. Liferay.Portlet.ready(fn)
C. Liferay.on(allPortletsReady', fn)
D. None of the above
The method to retrieve a list of users added directly to an organization is:
A. OrganizationLocalServiceUtil.getOrganizationUsers()
B. UserLocalServiceUtil.getOrganizationUsers()
C. GroupLocalServiceUtil.getOrganizationUsers()
D. All of the above
The recommended way to cleanly redeploy an Ext plugin is to: A. Remove the plugin WAR file from the server and redeploy
B. Set ext.redeploy .enabled to''true''
C. Remove the ext-plugin-[nameof plugin],xml file in the deployed Liferay application and redeploy
D. Start from a clean instance of the server and redeploy
Tables are created in the database for a Service Builder entity after:
A. The Ant "build-service" target has run
B. The portlet is deployed for the first time
C. The portlet is added to a page for the first time
D. Tables must be created manually
Portlets can use interportletcommunication to: (Please select all correct answers.)
A. Pass any serializable object as an event payload
B. Trigger multiple events
C. Invoke events directly from the render phase
D. Enforce the processing order of events
The
A. "portletPreferences"
B. "renderRequest"
C. "remoteUser"
D. "portletSession''
Public render parameters are of the type:
A. List
B. RenderParameter
C. String
D. Object
E. RenderRequest
If the expiration cache in portlet.xml is set to "-1":
A. The finder cache does not expire
B. Ehcache does not expire
C. The portlet cache does not expire
D. All of the above