Last Update 4 hours ago Total Questions : 144
The Portal Developer content is now fully updated, with all current exam questions added 4 hours ago. Deciding to include LRP-614 practice exam questions in your study plan goes far beyond basic test preparation.
You'll find that our LRP-614 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these LRP-614 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Portal Developer practice test comfortably within the allotted time.
Service Builder entities are defined in:
A class that extends MVCPortlet must implement:
An administrator would like to add a new travel preferences section in the Miscellaneous section of the user form. The travel preferences are stored as custom fields. The recommended way to implement the solution using a hook plugin is to: (Please select all correct answers.)
The portlet lifecycle includes the methods: (Please select all correct answers.)
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
The method to retrieve a list of organizations where a user has direct membership is:
To ensure that all portlets added to the right-hand column of this layout template have a blue background:
< div class="my_2_column" id="main-content" role="main" >
< div class= portlet-layout >
< div class="aui-w50 portlet-column portlet-column-first" id="left-hand" >
$processor.processColumn("column-l\ portlet-column-content portlet-column-content-first")
< /div >
< div class="aui-w50 portlet-column portlet-column-last" id = "right-hand" >
$processor.processColumn("column-2\ "portlet-column-content portlet-column-content-last")
< /div >
< /div >
< /div >
The method to get the value of a custom field for a User object named "user" is:
Service Builder is able to: (Please select all correct answers.)
To customize the User service in a hook plugin, create a class that extends:
