com.liferay.portlet.documentlibrary.service.persistence
Class DLFileShortcutFinderUtil

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutFinderUtil

public class DLFileShortcutFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DLFileShortcutFinderUtil()
           
 
Method Summary
static DLFileShortcut findByUuid_G(java.lang.String uuid, long groupId)
           
static DLFileShortcutFinder getFinder()
           
 void setFinder(DLFileShortcutFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileShortcutFinderUtil

public DLFileShortcutFinderUtil()
Method Detail

findByUuid_G

public static DLFileShortcut findByUuid_G(java.lang.String uuid,
                                          long groupId)
                                   throws com.liferay.portal.SystemException,
                                          NoSuchFileShortcutException
Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException

getFinder

public static DLFileShortcutFinder getFinder()

setFinder

public void setFinder(DLFileShortcutFinder finder)