com.liferay.portal.service.persistence
Class LayoutFinderUtil
java.lang.Object
com.liferay.portal.service.persistence.LayoutFinderUtil
@ProviderType
public class LayoutFinderUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutFinderUtil
public LayoutFinderUtil()
findByNoPermissions
public static List<Layout> findByNoPermissions(long roleId)
throws SystemException
- Throws:
SystemException
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)