com.liferay.portal.service.persistence
Interface LayoutFinder
- All Known Implementing Classes:
- LayoutFinderImpl
public interface LayoutFinder
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