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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutFinder

public class DLFileShortcutFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutFinder

View Source

Author:
Bruno Farache

Field Summary
static java.lang.String FIND_BY_UUID_G
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME
 
Constructor Summary
DLFileShortcutFinderImpl()
           
 
Method Summary
 com.liferay.portlet.documentlibrary.model.DLFileShortcut findByUuid_G(java.lang.String uuid, long groupId)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
closeSession, getDataSource, getDialect, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
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