Liferay 7.0-ce-b7 portal-service

com.liferay.portal.kernel.service.persistence
Interface LayoutFinder


@ProviderType
public interface LayoutFinder

{$generated.description}

Method Summary
 List<LayoutReference> findByC_P_P(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 List<Layout> findByNoPermissions(long roleId)
           
 List<Layout> findByNullFriendlyURL()
           
 

Method Detail

findByNoPermissions

List<Layout> findByNoPermissions(long roleId)

findByNullFriendlyURL

List<Layout> findByNullFriendlyURL()

findByC_P_P

List<LayoutReference> findByC_P_P(long companyId,
                                  String portletId,
                                  String preferencesKey,
                                  String preferencesValue)

Liferay 7.0-ce-b7 portal-service