Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Class LayoutFinderUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.LayoutFinderUtil

@ProviderType
public class LayoutFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
LayoutFinderUtil()
           
 
Method Summary
static List<LayoutReference> findByC_P_P(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
static List<Layout> findByNoPermissions(long roleId)
           
static List<Layout> findByNullFriendlyURL()
           
static LayoutFinder getFinder()
           
 void setFinder(LayoutFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutFinderUtil

public LayoutFinderUtil()
Method Detail

findByNoPermissions

public static List<Layout> findByNoPermissions(long roleId)

findByNullFriendlyURL

public static List<Layout> findByNullFriendlyURL()

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)

Liferay 7.0-ce-b4