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

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutFinderImpl
All Implemented Interfaces:
com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutFinder

public class DLFileShortcutFinderImpl
extends java.lang.Object
implements com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutFinder

View Source

Author:
Bruno Farache

Field Summary
static java.lang.String FIND_BY_UUID_G
           
 
Constructor Summary
DLFileShortcutFinderImpl()
           
 
Method Summary
 com.liferay.portlet.documentlibrary.model.DLFileShortcut findByUuid_G(java.lang.String uuid, long groupId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIND_BY_UUID_G

public static java.lang.String FIND_BY_UUID_G
Constructor Detail

DLFileShortcutFinderImpl

public DLFileShortcutFinderImpl()
Method Detail

findByUuid_G

public com.liferay.portlet.documentlibrary.model.DLFileShortcut findByUuid_G(java.lang.String uuid,
                                                                             long groupId)
                                                                      throws com.liferay.portlet.documentlibrary.NoSuchFileShortcutException,
                                                                             com.liferay.portal.SystemException
Specified by:
findByUuid_G in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutFinder
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileShortcutException
com.liferay.portal.SystemException