Liferay 6.1.10-ee-ga1

com.liferay.portal.service.persistence
Interface LayoutSetBranchFinder


public interface LayoutSetBranchFinder


Method Summary
 LayoutSetBranch findByMaster(long groupId, boolean privateLayout)
           
 

Method Detail

findByMaster

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

Liferay 6.1.10-ee-ga1