Liferay 7.0-ce-b8 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()
           
 List<Layout> findByScopeGroup(long groupId)
           
 List<Layout> findByScopeGroup(long groupId, boolean privateLayout)
           
 

Method Detail

findByNoPermissions

List<Layout> findByNoPermissions(long roleId)

findByNullFriendlyURL

List<Layout> findByNullFriendlyURL()

findByScopeGroup

List<Layout> findByScopeGroup(long groupId)

findByScopeGroup

List<Layout> findByScopeGroup(long groupId,
                              boolean privateLayout)

findByC_P_P

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

Liferay 7.0-ce-b8 portal-service