com.liferay.portal.service.persistence
Class LayoutFinderUtil

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

public class LayoutFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
LayoutFinderUtil()
           
 
Method Summary
static java.util.List<LayoutReference> findByC_P_P(long companyId, java.lang.String portletId, java.lang.String preferencesKey, java.lang.String preferencesValue)
           
static java.util.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

findByNullFriendlyURL

public static java.util.List<Layout> findByNullFriendlyURL()
                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_P_P

public static java.util.List<LayoutReference> findByC_P_P(long companyId,
                                                          java.lang.String portletId,
                                                          java.lang.String preferencesKey,
                                                          java.lang.String preferencesValue)
                                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static LayoutFinder getFinder()

setFinder

public void setFinder(LayoutFinder finder)