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

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 java.util.List<Layout> findByScopeGroup(long groupId, boolean privateLayout)
           
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 SystemException
Throws:
SystemException

findByScopeGroup

public static java.util.List<Layout> findByScopeGroup(long groupId,
                                                      boolean privateLayout)
                                               throws SystemException
Throws:
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 SystemException
Throws:
SystemException

getFinder

public static LayoutFinder getFinder()

setFinder

public void setFinder(LayoutFinder finder)