@ProviderType
public interface LayoutFinder
Modifier and Type | Method and Description |
---|---|
int |
countByG_P_T(long groupId,
boolean privateLayout,
String[] types) |
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) |
int countByG_P_T(long groupId, boolean privateLayout, String[] types)
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)