Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Interface LayoutFinder

All Known Implementing Classes:
LayoutFinderImpl

public interface LayoutFinder


Method Summary
 List<LayoutReference> findByC_P_P(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 List<Layout> findByNullFriendlyURL()
           
 List<Layout> findByScopeGroup(long groupId, boolean privateLayout)
           
 

Method Detail

findByNullFriendlyURL

List<Layout> findByNullFriendlyURL()
                                   throws SystemException
Throws:
SystemException

findByScopeGroup

List<Layout> findByScopeGroup(long groupId,
                              boolean privateLayout)
                              throws SystemException
Throws:
SystemException

findByC_P_P

List<LayoutReference> findByC_P_P(long companyId,
                                  String portletId,
                                  String preferencesKey,
                                  String preferencesValue)
                                  throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3