Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Interface LayoutFinder


@ProviderType
public interface LayoutFinder


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-b4