Class LayoutFinderUtil

Object
com.liferay.portal.kernel.service.persistence.LayoutFinderUtil

public class LayoutFinderUtil extends Object
Author:
Brian Wing Shun Chan
{$generated.description}
  • Constructor Details

    • LayoutFinderUtil

      public LayoutFinderUtil()
  • Method Details

    • findByNullFriendlyURL

      public static List<Layout> findByNullFriendlyURL()
    • findByScopeGroup

      public static List<Layout> findByScopeGroup(long groupId)
    • findByScopeGroup

      public static List<Layout> findByScopeGroup(long groupId, boolean privateLayout)
    • findByC_P_P

      public static List<LayoutReference> findByC_P_P(long companyId, String portletId, String preferencesKey, String preferencesValue)
    • getFinder

      public static LayoutFinder getFinder()
    • setFinder

      public void setFinder(LayoutFinder finder)