The java com.liferay.portal.model.Layout.isPrivateLayout is a method that can be used in the Liferay portal platform. It is used to determine whether a specific layout is a private layout or not. A private layout is a layout that can only be accessed by a specific user or a group of users with special permissions. By using this method, developers can check the privacy status of a layout and perform further actions or set specific restrictions based on the result.
Java Layout.isPrivateLayout - 30 examples found. These are the top rated real world Java examples of com.liferay.portal.model.Layout.isPrivateLayout extracted from open source projects. You can rate examples to help us improve the quality of examples.