Liferay 6.1.10-ee-ga1

com.liferay.portal.service.persistence
Class LayoutSetBranchFinderUtil

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

public class LayoutSetBranchFinderUtil
extends Object


Constructor Summary
LayoutSetBranchFinderUtil()
           
 
Method Summary
static LayoutSetBranch findByMaster(long groupId, boolean privateLayout)
           
static LayoutSetBranchFinder getFinder()
           
 void setFinder(LayoutSetBranchFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetBranchFinderUtil

public LayoutSetBranchFinderUtil()
Method Detail

findByMaster

public static LayoutSetBranch findByMaster(long groupId,
                                           boolean privateLayout)
                                    throws NoSuchLayoutSetBranchException,
                                           SystemException
Throws:
NoSuchLayoutSetBranchException
SystemException

getFinder

public static LayoutSetBranchFinder getFinder()

setFinder

public void setFinder(LayoutSetBranchFinder finder)

Liferay 6.1.10-ee-ga1