com.liferay.portal.service.persistence
Interface LayoutFinder


public interface LayoutFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 java.util.List<LayoutReference> findByC_P_P(long companyId, java.lang.String portletId, java.lang.String preferencesKey, java.lang.String preferencesValue)
           
 java.util.List<Layout> findByNullFriendlyURL()
           
 

Method Detail

findByNullFriendlyURL

java.util.List<Layout> findByNullFriendlyURL()
                                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_P_P

java.util.List<LayoutReference> findByC_P_P(long companyId,
                                            java.lang.String portletId,
                                            java.lang.String preferencesKey,
                                            java.lang.String preferencesValue)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException