Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Class LayoutFinderUtil

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

public class LayoutFinderUtil
extends Object


Constructor Summary
LayoutFinderUtil()
           
 
Method Summary
static List<LayoutReference> findByC_P_P(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
static List<Layout> findByNullFriendlyURL()
           
static 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 List<Layout> findByNullFriendlyURL()
                                          throws SystemException
Throws:
SystemException

findByScopeGroup

public static List<Layout> findByScopeGroup(long groupId,
                                            boolean privateLayout)
                                     throws SystemException
Throws:
SystemException

findByC_P_P

public static List<LayoutReference> findByC_P_P(long companyId,
                                                String portletId,
                                                String preferencesKey,
                                                String preferencesValue)
                                         throws SystemException
Throws:
SystemException

getFinder

public static LayoutFinder getFinder()

setFinder

public void setFinder(LayoutFinder finder)

Liferay 6.1.2-ce-ga3