@ProviderType
public interface LayoutFinder
Modifier and Type | Method and Description |
---|---|
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) |
List<Layout> findByNoPermissions(long roleId)
List<Layout> findByNullFriendlyURL()
List<Layout> findByScopeGroup(long groupId)
List<Layout> findByScopeGroup(long groupId, boolean privateLayout)
List<LayoutReference> findByC_P_P(long companyId, String portletId, String preferencesKey, String preferencesValue)