Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8563187
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:54:13+00:00 2026-06-11T16:54:13+00:00

At the moment I’m trying to create an overview where I list all the

  • 0

At the moment I’m trying to create an overview where I list all the Layouts and Portlets and Roles (Permissions) that are activated for every of them.

I think I’m pretty near to the solution already but the last bit is missing.

I already got all kind of information I need. I got form Layout –> to Resource –> to Permission. But now I don’t know how to get from the Permissions (or permissionId) to the actual Roles via the Liferay API.

what I have: Layout, Resource, Permission
what I need: Roles

Using Liferay 5.2.4

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T16:54:14+00:00Added an answer on June 11, 2026 at 4:54 pm

    Okay, I think I finally found it out myself. All I’m doing now is:

    List<Layout> tempPages = LayoutLocalServiceUtil.getLayouts( 0, LayoutLocalServiceUtil.getLayoutsCount() );
    List<Role> allAvailRoles = RoleLocalServiceUtil.getRoles( 0, RoleLocalServiceUtil.getRolesCount() );
    for ( Layout page : tempPages )
    {
        List<Role> mappedRoles = new ArrayList<Role>();
        for ( Role role : allAvailRoles )
        {
            boolean hasRolePermission = PermissionLocalServiceUtil.hasRolePermission( role.getRoleId(),
                                                                                      page.getCompanyId(),
                                                                                      Layout.class.getName(),
                                                                                      ResourceConstants.SCOPE_INDIVIDUAL,
                                                                                      String.valueOf( page.getPrimaryKey() ),
                                                                                      "VIEW" );
            if ( hasRolePermission )
            {
               mappedRoles.add( role );
            }
         }
         pages.add( new LayoutRoleModel( page, mappedRoles ) );
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There is a moment in my app, that I need to force to show
At the moment I am trying to HTTP response request in my Sharepoint WarmUp
At the moment I'm using all sorts of if statements and substrings in order
At the moment I'm trying to figure out how use default and custom settings
At the moment I am just trying to get jquery to show an alert
At the moment I am trying to declare a global object in c++ as
At this moment I have an application that processes a file. My workflow is:
At the moment I'm trying to use Python to detect when the left mouse
At this moment there is a very basic flash project that connects to a
At the moment my server outputs HTML that looks something like this: <span class='tag'>music<a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.