Liferay 6.0.3

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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<DLFileShortcut>
      extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<DLFileShortcut>, DLFileShortcutPersistence

public class DLFileShortcutPersistenceImpl
extends BasePersistenceImpl<DLFileShortcut>
implements DLFileShortcutPersistence

See Also:
DLFileShortcutPersistence, DLFileShortcutUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetTagPersistence assetTagPersistence
           
protected  DLFileEntryPersistence dlFileEntryPersistence
           
protected  DLFileRankPersistence dlFileRankPersistence
           
protected  DLFileShortcutPersistence dlFileShortcutPersistence
           
protected  DLFileVersionPersistence dlFileVersionPersistence
           
protected  DLFolderPersistence dlFolderPersistence
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_G_F
           
static FinderPath FINDER_PATH_COUNT_BY_G_F_S
           
static FinderPath FINDER_PATH_COUNT_BY_G_TF_TN
           
static FinderPath FINDER_PATH_COUNT_BY_G_TF_TN_S
           
static FinderPath FINDER_PATH_COUNT_BY_UUID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static FinderPath FINDER_PATH_FIND_ALL
           
static FinderPath FINDER_PATH_FIND_BY_G_F
           
static FinderPath FINDER_PATH_FIND_BY_G_F_S
           
static FinderPath FINDER_PATH_FIND_BY_G_TF_TN
           
static FinderPath FINDER_PATH_FIND_BY_G_TF_TN_S
           
static FinderPath FINDER_PATH_FIND_BY_UUID
           
protected  ResourcePersistence resourcePersistence
           
protected  UserPersistence userPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
DLFileShortcutPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(DLFileShortcut dlFileShortcut)
           
 void cacheResult(List<DLFileShortcut> dlFileShortcuts)
           
 void clearCache()
          Clears the cache for all instances of this model.
 void clearCache(DLFileShortcut dlFileShortcut)
          Clears the cache for one instance of this model.
 int countAll()
           
 int countByG_F_S(long groupId, long folderId, int status)
           
 int countByG_F(long groupId, long folderId)
           
 int countByG_TF_TN_S(long groupId, long toFolderId, String toName, int status)
           
 int countByG_TF_TN(long groupId, long toFolderId, String toName)
           
 int countByUUID_G(String uuid, long groupId)
           
 int countByUuid(String uuid)
           
 DLFileShortcut create(long fileShortcutId)
           
 DLFileShortcut fetchByPrimaryKey(long fileShortcutId)
           
 DLFileShortcut fetchByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or return null if it could not be found.
 DLFileShortcut fetchByUUID_G(String uuid, long groupId)
           
 DLFileShortcut fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 int filterCountByG_F_S(long groupId, long folderId, int status)
           
 int filterCountByG_F(long groupId, long folderId)
           
 int filterCountByG_TF_TN_S(long groupId, long toFolderId, String toName, int status)
           
 int filterCountByG_TF_TN(long groupId, long toFolderId, String toName)
           
 List<DLFileShortcut> filterFindByG_F_S(long groupId, long folderId, int status)
           
 List<DLFileShortcut> filterFindByG_F_S(long groupId, long folderId, int status, int start, int end)
           
 List<DLFileShortcut> filterFindByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileShortcut> filterFindByG_F(long groupId, long folderId)
           
 List<DLFileShortcut> filterFindByG_F(long groupId, long folderId, int start, int end)
           
 List<DLFileShortcut> filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId, long toFolderId, String toName, int status)
           
 List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId, long toFolderId, String toName, int status, int start, int end)
           
 List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId, long toFolderId, String toName, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileShortcut> filterFindByG_TF_TN(long groupId, long toFolderId, String toName)
           
 List<DLFileShortcut> filterFindByG_TF_TN(long groupId, long toFolderId, String toName, int start, int end)
           
 List<DLFileShortcut> filterFindByG_TF_TN(long groupId, long toFolderId, String toName, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileShortcut> findAll()
           
 List<DLFileShortcut> findAll(int start, int end)
           
 List<DLFileShortcut> findAll(int start, int end, OrderByComparator orderByComparator)
           
 DLFileShortcut findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileShortcut findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileShortcut[] findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileShortcut findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
           
 DLFileShortcut findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
           
 DLFileShortcut[] findByG_F_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
           
 List<DLFileShortcut> findByG_F_S(long groupId, long folderId, int status)
           
 List<DLFileShortcut> findByG_F_S(long groupId, long folderId, int status, int start, int end)
           
 List<DLFileShortcut> findByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileShortcut> findByG_F(long groupId, long folderId)
           
 List<DLFileShortcut> findByG_F(long groupId, long folderId, int start, int end)
           
 List<DLFileShortcut> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileShortcut findByG_TF_TN_First(long groupId, long toFolderId, String toName, OrderByComparator orderByComparator)
           
 DLFileShortcut findByG_TF_TN_Last(long groupId, long toFolderId, String toName, OrderByComparator orderByComparator)
           
 DLFileShortcut[] findByG_TF_TN_PrevAndNext(long fileShortcutId, long groupId, long toFolderId, String toName, OrderByComparator orderByComparator)
           
 DLFileShortcut findByG_TF_TN_S_First(long groupId, long toFolderId, String toName, int status, OrderByComparator orderByComparator)
           
 DLFileShortcut findByG_TF_TN_S_Last(long groupId, long toFolderId, String toName, int status, OrderByComparator orderByComparator)
           
 DLFileShortcut[] findByG_TF_TN_S_PrevAndNext(long fileShortcutId, long groupId, long toFolderId, String toName, int status, OrderByComparator orderByComparator)
           
 List<DLFileShortcut> findByG_TF_TN_S(long groupId, long toFolderId, String toName, int status)
           
 List<DLFileShortcut> findByG_TF_TN_S(long groupId, long toFolderId, String toName, int status, int start, int end)
           
 List<DLFileShortcut> findByG_TF_TN_S(long groupId, long toFolderId, String toName, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileShortcut> findByG_TF_TN(long groupId, long toFolderId, String toName)
           
 List<DLFileShortcut> findByG_TF_TN(long groupId, long toFolderId, String toName, int start, int end)
           
 List<DLFileShortcut> findByG_TF_TN(long groupId, long toFolderId, String toName, int start, int end, OrderByComparator orderByComparator)
           
 DLFileShortcut findByPrimaryKey(long fileShortcutId)
           
 DLFileShortcut findByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or throw an exception if it could not be found.
 DLFileShortcut findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 DLFileShortcut findByUUID_G(String uuid, long groupId)
           
 DLFileShortcut findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 DLFileShortcut[] findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator orderByComparator)
           
 List<DLFileShortcut> findByUuid(String uuid)
           
 List<DLFileShortcut> findByUuid(String uuid, int start, int end)
           
 List<DLFileShortcut> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
protected  DLFileShortcut getByG_F_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileShortcut getByG_F_S_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long folderId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileShortcut getByG_TF_TN_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long toFolderId, String toName, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileShortcut getByG_TF_TN_S_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, long groupId, long toFolderId, String toName, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileShortcut getByUuid_PrevAndNext(Session session, DLFileShortcut dlFileShortcut, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 DLFileShortcut remove(long fileShortcutId)
           
 DLFileShortcut remove(Serializable primaryKey)
          Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.
 void removeAll()
           
 void removeByG_F_S(long groupId, long folderId, int status)
           
 void removeByG_F(long groupId, long folderId)
           
 void removeByG_TF_TN_S(long groupId, long toFolderId, String toName, int status)
           
 void removeByG_TF_TN(long groupId, long toFolderId, String toName)
           
 void removeByUUID_G(String uuid, long groupId)
           
 void removeByUuid(String uuid)
           
protected  DLFileShortcut removeImpl(DLFileShortcut dlFileShortcut)
          Removes the model instance from the database.
protected  DLFileShortcut toUnwrappedModel(DLFileShortcut dlFileShortcut)
           
 DLFileShortcut updateImpl(DLFileShortcut dlFileShortcut, boolean merge)
          Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_UUID

public static final FinderPath FINDER_PATH_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_FETCH_BY_UUID_G

public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G

FINDER_PATH_COUNT_BY_UUID_G

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G

FINDER_PATH_FIND_BY_G_F

public static final FinderPath FINDER_PATH_FIND_BY_G_F

FINDER_PATH_COUNT_BY_G_F

public static final FinderPath FINDER_PATH_COUNT_BY_G_F

FINDER_PATH_FIND_BY_G_F_S

public static final FinderPath FINDER_PATH_FIND_BY_G_F_S

FINDER_PATH_COUNT_BY_G_F_S

public static final FinderPath FINDER_PATH_COUNT_BY_G_F_S

FINDER_PATH_FIND_BY_G_TF_TN

public static final FinderPath FINDER_PATH_FIND_BY_G_TF_TN

FINDER_PATH_COUNT_BY_G_TF_TN

public static final FinderPath FINDER_PATH_COUNT_BY_G_TF_TN

FINDER_PATH_FIND_BY_G_TF_TN_S

public static final FinderPath FINDER_PATH_FIND_BY_G_TF_TN_S

FINDER_PATH_COUNT_BY_G_TF_TN_S

public static final FinderPath FINDER_PATH_COUNT_BY_G_TF_TN_S

FINDER_PATH_FIND_ALL

public static final FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

dlFileEntryPersistence

@BeanReference(type=DLFileEntryPersistence.class)
protected DLFileEntryPersistence dlFileEntryPersistence

dlFileRankPersistence

@BeanReference(type=DLFileRankPersistence.class)
protected DLFileRankPersistence dlFileRankPersistence

dlFileShortcutPersistence

@BeanReference(type=DLFileShortcutPersistence.class)
protected DLFileShortcutPersistence dlFileShortcutPersistence

dlFileVersionPersistence

@BeanReference(type=DLFileVersionPersistence.class)
protected DLFileVersionPersistence dlFileVersionPersistence

dlFolderPersistence

@BeanReference(type=DLFolderPersistence.class)
protected DLFolderPersistence dlFolderPersistence

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetTagPersistence

@BeanReference(type=AssetTagPersistence.class)
protected AssetTagPersistence assetTagPersistence
Constructor Detail

DLFileShortcutPersistenceImpl

public DLFileShortcutPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(DLFileShortcut dlFileShortcut)
Specified by:
cacheResult in interface DLFileShortcutPersistence

cacheResult

public void cacheResult(List<DLFileShortcut> dlFileShortcuts)
Specified by:
cacheResult in interface DLFileShortcutPersistence

clearCache

public void clearCache()
Description copied from interface: BasePersistence
Clears the cache for all instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Caching information and settings can be found in portal.properties

Specified by:
clearCache in interface BasePersistence<DLFileShortcut>
Overrides:
clearCache in class BasePersistenceImpl<DLFileShortcut>

clearCache

public void clearCache(DLFileShortcut dlFileShortcut)
Description copied from interface: BasePersistence
Clears the cache for one instance of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<DLFileShortcut>
Overrides:
clearCache in class BasePersistenceImpl<DLFileShortcut>
Parameters:
dlFileShortcut - the instance of this model to clear the cache for

create

public DLFileShortcut create(long fileShortcutId)
Specified by:
create in interface DLFileShortcutPersistence

remove

public DLFileShortcut remove(Serializable primaryKey)
                      throws NoSuchModelException,
                             SystemException
Description copied from interface: BasePersistence
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<DLFileShortcut>
Overrides:
remove in class BasePersistenceImpl<DLFileShortcut>
Parameters:
primaryKey - the primary key of the model instance to remove
Returns:
the model instance that was removed
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if a system exception occurred

remove

public DLFileShortcut remove(long fileShortcutId)
                      throws NoSuchFileShortcutException,
                             SystemException
Specified by:
remove in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

removeImpl

protected DLFileShortcut removeImpl(DLFileShortcut dlFileShortcut)
                             throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<DLFileShortcut>
Parameters:
dlFileShortcut - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public DLFileShortcut updateImpl(DLFileShortcut dlFileShortcut,
                                 boolean merge)
                          throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface DLFileShortcutPersistence
Overrides:
updateImpl in class BasePersistenceImpl<DLFileShortcut>
Parameters:
dlFileShortcut - the model instance to update
merge - whether to merge the model instance with the current session. See BatchSession.update( com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean) for an explanation.
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected DLFileShortcut toUnwrappedModel(DLFileShortcut dlFileShortcut)

findByPrimaryKey

public DLFileShortcut findByPrimaryKey(Serializable primaryKey)
                                throws NoSuchModelException,
                                       SystemException
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or throw an exception if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<DLFileShortcut>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<DLFileShortcut>
Parameters:
primaryKey - the primary key of the model instance to find
Returns:
the model instance
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if the primary key is null, or if a system exception occurred

findByPrimaryKey

public DLFileShortcut findByPrimaryKey(long fileShortcutId)
                                throws NoSuchFileShortcutException,
                                       SystemException
Specified by:
findByPrimaryKey in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

fetchByPrimaryKey

public DLFileShortcut fetchByPrimaryKey(Serializable primaryKey)
                                 throws SystemException
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or return null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<DLFileShortcut>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<DLFileShortcut>
Parameters:
primaryKey - the primary key of the model instance to find
Returns:
the model instance, or null if an instance of this model with the primary key does not exist
Throws:
SystemException - if the primary key is null, or if a system exception occurred

fetchByPrimaryKey

public DLFileShortcut fetchByPrimaryKey(long fileShortcutId)
                                 throws SystemException
Specified by:
fetchByPrimaryKey in interface DLFileShortcutPersistence
Throws:
SystemException

findByUuid

public List<DLFileShortcut> findByUuid(String uuid)
                                throws SystemException
Specified by:
findByUuid in interface DLFileShortcutPersistence
Throws:
SystemException

findByUuid

public List<DLFileShortcut> findByUuid(String uuid,
                                       int start,
                                       int end)
                                throws SystemException
Specified by:
findByUuid in interface DLFileShortcutPersistence
Throws:
SystemException

findByUuid

public List<DLFileShortcut> findByUuid(String uuid,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Specified by:
findByUuid in interface DLFileShortcutPersistence
Throws:
SystemException

findByUuid_First

public DLFileShortcut findByUuid_First(String uuid,
                                       OrderByComparator orderByComparator)
                                throws NoSuchFileShortcutException,
                                       SystemException
Specified by:
findByUuid_First in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

findByUuid_Last

public DLFileShortcut findByUuid_Last(String uuid,
                                      OrderByComparator orderByComparator)
                               throws NoSuchFileShortcutException,
                                      SystemException
Specified by:
findByUuid_Last in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

findByUuid_PrevAndNext

public DLFileShortcut[] findByUuid_PrevAndNext(long fileShortcutId,
                                               String uuid,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchFileShortcutException,
                                               SystemException
Specified by:
findByUuid_PrevAndNext in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

getByUuid_PrevAndNext

protected DLFileShortcut getByUuid_PrevAndNext(Session session,
                                               DLFileShortcut dlFileShortcut,
                                               String uuid,
                                               OrderByComparator orderByComparator,
                                               boolean previous)

findByUUID_G

public DLFileShortcut findByUUID_G(String uuid,
                                   long groupId)
                            throws NoSuchFileShortcutException,
                                   SystemException
Specified by:
findByUUID_G in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

fetchByUUID_G

public DLFileShortcut fetchByUUID_G(String uuid,
                                    long groupId)
                             throws SystemException
Specified by:
fetchByUUID_G in interface DLFileShortcutPersistence
Throws:
SystemException

fetchByUUID_G

public DLFileShortcut fetchByUUID_G(String uuid,
                                    long groupId,
                                    boolean retrieveFromCache)
                             throws SystemException
Specified by:
fetchByUUID_G in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_F

public List<DLFileShortcut> findByG_F(long groupId,
                                      long folderId)
                               throws SystemException
Specified by:
findByG_F in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_F

public List<DLFileShortcut> findByG_F(long groupId,
                                      long folderId,
                                      int start,
                                      int end)
                               throws SystemException
Specified by:
findByG_F in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_F

public List<DLFileShortcut> findByG_F(long groupId,
                                      long folderId,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Specified by:
findByG_F in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_F_First

public DLFileShortcut findByG_F_First(long groupId,
                                      long folderId,
                                      OrderByComparator orderByComparator)
                               throws NoSuchFileShortcutException,
                                      SystemException
Specified by:
findByG_F_First in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

findByG_F_Last

public DLFileShortcut findByG_F_Last(long groupId,
                                     long folderId,
                                     OrderByComparator orderByComparator)
                              throws NoSuchFileShortcutException,
                                     SystemException
Specified by:
findByG_F_Last in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

findByG_F_PrevAndNext

public DLFileShortcut[] findByG_F_PrevAndNext(long fileShortcutId,
                                              long groupId,
                                              long folderId,
                                              OrderByComparator orderByComparator)
                                       throws NoSuchFileShortcutException,
                                              SystemException
Specified by:
findByG_F_PrevAndNext in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

getByG_F_PrevAndNext

protected DLFileShortcut getByG_F_PrevAndNext(Session session,
                                              DLFileShortcut dlFileShortcut,
                                              long groupId,
                                              long folderId,
                                              OrderByComparator orderByComparator,
                                              boolean previous)

filterFindByG_F

public List<DLFileShortcut> filterFindByG_F(long groupId,
                                            long folderId)
                                     throws SystemException
Specified by:
filterFindByG_F in interface DLFileShortcutPersistence
Throws:
SystemException

filterFindByG_F

public List<DLFileShortcut> filterFindByG_F(long groupId,
                                            long folderId,
                                            int start,
                                            int end)
                                     throws SystemException
Specified by:
filterFindByG_F in interface DLFileShortcutPersistence
Throws:
SystemException

filterFindByG_F

public List<DLFileShortcut> filterFindByG_F(long groupId,
                                            long folderId,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Specified by:
filterFindByG_F in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_F_S

public List<DLFileShortcut> findByG_F_S(long groupId,
                                        long folderId,
                                        int status)
                                 throws SystemException
Specified by:
findByG_F_S in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_F_S

public List<DLFileShortcut> findByG_F_S(long groupId,
                                        long folderId,
                                        int status,
                                        int start,
                                        int end)
                                 throws SystemException
Specified by:
findByG_F_S in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_F_S

public List<DLFileShortcut> findByG_F_S(long groupId,
                                        long folderId,
                                        int status,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Specified by:
findByG_F_S in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_F_S_First

public DLFileShortcut findByG_F_S_First(long groupId,
                                        long folderId,
                                        int status,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchFileShortcutException,
                                        SystemException
Specified by:
findByG_F_S_First in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

findByG_F_S_Last

public DLFileShortcut findByG_F_S_Last(long groupId,
                                       long folderId,
                                       int status,
                                       OrderByComparator orderByComparator)
                                throws NoSuchFileShortcutException,
                                       SystemException
Specified by:
findByG_F_S_Last in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

findByG_F_S_PrevAndNext

public DLFileShortcut[] findByG_F_S_PrevAndNext(long fileShortcutId,
                                                long groupId,
                                                long folderId,
                                                int status,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchFileShortcutException,
                                                SystemException
Specified by:
findByG_F_S_PrevAndNext in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

getByG_F_S_PrevAndNext

protected DLFileShortcut getByG_F_S_PrevAndNext(Session session,
                                                DLFileShortcut dlFileShortcut,
                                                long groupId,
                                                long folderId,
                                                int status,
                                                OrderByComparator orderByComparator,
                                                boolean previous)

filterFindByG_F_S

public List<DLFileShortcut> filterFindByG_F_S(long groupId,
                                              long folderId,
                                              int status)
                                       throws SystemException
Specified by:
filterFindByG_F_S in interface DLFileShortcutPersistence
Throws:
SystemException

filterFindByG_F_S

public List<DLFileShortcut> filterFindByG_F_S(long groupId,
                                              long folderId,
                                              int status,
                                              int start,
                                              int end)
                                       throws SystemException
Specified by:
filterFindByG_F_S in interface DLFileShortcutPersistence
Throws:
SystemException

filterFindByG_F_S

public List<DLFileShortcut> filterFindByG_F_S(long groupId,
                                              long folderId,
                                              int status,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Specified by:
filterFindByG_F_S in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_TF_TN

public List<DLFileShortcut> findByG_TF_TN(long groupId,
                                          long toFolderId,
                                          String toName)
                                   throws SystemException
Specified by:
findByG_TF_TN in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_TF_TN

public List<DLFileShortcut> findByG_TF_TN(long groupId,
                                          long toFolderId,
                                          String toName,
                                          int start,
                                          int end)
                                   throws SystemException
Specified by:
findByG_TF_TN in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_TF_TN

public List<DLFileShortcut> findByG_TF_TN(long groupId,
                                          long toFolderId,
                                          String toName,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Specified by:
findByG_TF_TN in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_TF_TN_First

public DLFileShortcut findByG_TF_TN_First(long groupId,
                                          long toFolderId,
                                          String toName,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchFileShortcutException,
                                          SystemException
Specified by:
findByG_TF_TN_First in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

findByG_TF_TN_Last

public DLFileShortcut findByG_TF_TN_Last(long groupId,
                                         long toFolderId,
                                         String toName,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchFileShortcutException,
                                         SystemException
Specified by:
findByG_TF_TN_Last in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

findByG_TF_TN_PrevAndNext

public DLFileShortcut[] findByG_TF_TN_PrevAndNext(long fileShortcutId,
                                                  long groupId,
                                                  long toFolderId,
                                                  String toName,
                                                  OrderByComparator orderByComparator)
                                           throws NoSuchFileShortcutException,
                                                  SystemException
Specified by:
findByG_TF_TN_PrevAndNext in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

getByG_TF_TN_PrevAndNext

protected DLFileShortcut getByG_TF_TN_PrevAndNext(Session session,
                                                  DLFileShortcut dlFileShortcut,
                                                  long groupId,
                                                  long toFolderId,
                                                  String toName,
                                                  OrderByComparator orderByComparator,
                                                  boolean previous)

filterFindByG_TF_TN

public List<DLFileShortcut> filterFindByG_TF_TN(long groupId,
                                                long toFolderId,
                                                String toName)
                                         throws SystemException
Specified by:
filterFindByG_TF_TN in interface DLFileShortcutPersistence
Throws:
SystemException

filterFindByG_TF_TN

public List<DLFileShortcut> filterFindByG_TF_TN(long groupId,
                                                long toFolderId,
                                                String toName,
                                                int start,
                                                int end)
                                         throws SystemException
Specified by:
filterFindByG_TF_TN in interface DLFileShortcutPersistence
Throws:
SystemException

filterFindByG_TF_TN

public List<DLFileShortcut> filterFindByG_TF_TN(long groupId,
                                                long toFolderId,
                                                String toName,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Specified by:
filterFindByG_TF_TN in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_TF_TN_S

public List<DLFileShortcut> findByG_TF_TN_S(long groupId,
                                            long toFolderId,
                                            String toName,
                                            int status)
                                     throws SystemException
Specified by:
findByG_TF_TN_S in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_TF_TN_S

public List<DLFileShortcut> findByG_TF_TN_S(long groupId,
                                            long toFolderId,
                                            String toName,
                                            int status,
                                            int start,
                                            int end)
                                     throws SystemException
Specified by:
findByG_TF_TN_S in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_TF_TN_S

public List<DLFileShortcut> findByG_TF_TN_S(long groupId,
                                            long toFolderId,
                                            String toName,
                                            int status,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Specified by:
findByG_TF_TN_S in interface DLFileShortcutPersistence
Throws:
SystemException

findByG_TF_TN_S_First

public DLFileShortcut findByG_TF_TN_S_First(long groupId,
                                            long toFolderId,
                                            String toName,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchFileShortcutException,
                                            SystemException
Specified by:
findByG_TF_TN_S_First in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

findByG_TF_TN_S_Last

public DLFileShortcut findByG_TF_TN_S_Last(long groupId,
                                           long toFolderId,
                                           String toName,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchFileShortcutException,
                                           SystemException
Specified by:
findByG_TF_TN_S_Last in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

findByG_TF_TN_S_PrevAndNext

public DLFileShortcut[] findByG_TF_TN_S_PrevAndNext(long fileShortcutId,
                                                    long groupId,
                                                    long toFolderId,
                                                    String toName,
                                                    int status,
                                                    OrderByComparator orderByComparator)
                                             throws NoSuchFileShortcutException,
                                                    SystemException
Specified by:
findByG_TF_TN_S_PrevAndNext in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

getByG_TF_TN_S_PrevAndNext

protected DLFileShortcut getByG_TF_TN_S_PrevAndNext(Session session,
                                                    DLFileShortcut dlFileShortcut,
                                                    long groupId,
                                                    long toFolderId,
                                                    String toName,
                                                    int status,
                                                    OrderByComparator orderByComparator,
                                                    boolean previous)

filterFindByG_TF_TN_S

public List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId,
                                                  long toFolderId,
                                                  String toName,
                                                  int status)
                                           throws SystemException
Specified by:
filterFindByG_TF_TN_S in interface DLFileShortcutPersistence
Throws:
SystemException

filterFindByG_TF_TN_S

public List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId,
                                                  long toFolderId,
                                                  String toName,
                                                  int status,
                                                  int start,
                                                  int end)
                                           throws SystemException
Specified by:
filterFindByG_TF_TN_S in interface DLFileShortcutPersistence
Throws:
SystemException

filterFindByG_TF_TN_S

public List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId,
                                                  long toFolderId,
                                                  String toName,
                                                  int status,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Specified by:
filterFindByG_TF_TN_S in interface DLFileShortcutPersistence
Throws:
SystemException

findAll

public List<DLFileShortcut> findAll()
                             throws SystemException
Specified by:
findAll in interface DLFileShortcutPersistence
Throws:
SystemException

findAll

public List<DLFileShortcut> findAll(int start,
                                    int end)
                             throws SystemException
Specified by:
findAll in interface DLFileShortcutPersistence
Throws:
SystemException

findAll

public List<DLFileShortcut> findAll(int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                             throws SystemException
Specified by:
findAll in interface DLFileShortcutPersistence
Throws:
SystemException

removeByUuid

public void removeByUuid(String uuid)
                  throws SystemException
Specified by:
removeByUuid in interface DLFileShortcutPersistence
Throws:
SystemException

removeByUUID_G

public void removeByUUID_G(String uuid,
                           long groupId)
                    throws NoSuchFileShortcutException,
                           SystemException
Specified by:
removeByUUID_G in interface DLFileShortcutPersistence
Throws:
NoSuchFileShortcutException
SystemException

removeByG_F

public void removeByG_F(long groupId,
                        long folderId)
                 throws SystemException
Specified by:
removeByG_F in interface DLFileShortcutPersistence
Throws:
SystemException

removeByG_F_S

public void removeByG_F_S(long groupId,
                          long folderId,
                          int status)
                   throws SystemException
Specified by:
removeByG_F_S in interface DLFileShortcutPersistence
Throws:
SystemException

removeByG_TF_TN

public void removeByG_TF_TN(long groupId,
                            long toFolderId,
                            String toName)
                     throws SystemException
Specified by:
removeByG_TF_TN in interface DLFileShortcutPersistence
Throws:
SystemException

removeByG_TF_TN_S

public void removeByG_TF_TN_S(long groupId,
                              long toFolderId,
                              String toName,
                              int status)
                       throws SystemException
Specified by:
removeByG_TF_TN_S in interface DLFileShortcutPersistence
Throws:
SystemException

removeAll

public void removeAll()
               throws SystemException
Specified by:
removeAll in interface DLFileShortcutPersistence
Throws:
SystemException

countByUuid

public int countByUuid(String uuid)
                throws SystemException
Specified by:
countByUuid in interface DLFileShortcutPersistence
Throws:
SystemException

countByUUID_G

public int countByUUID_G(String uuid,
                         long groupId)
                  throws SystemException
Specified by:
countByUUID_G in interface DLFileShortcutPersistence
Throws:
SystemException

countByG_F

public int countByG_F(long groupId,
                      long folderId)
               throws SystemException
Specified by:
countByG_F in interface DLFileShortcutPersistence
Throws:
SystemException

filterCountByG_F

public int filterCountByG_F(long groupId,
                            long folderId)
                     throws SystemException
Specified by:
filterCountByG_F in interface DLFileShortcutPersistence
Throws:
SystemException

countByG_F_S

public int countByG_F_S(long groupId,
                        long folderId,
                        int status)
                 throws SystemException
Specified by:
countByG_F_S in interface DLFileShortcutPersistence
Throws:
SystemException

filterCountByG_F_S

public int filterCountByG_F_S(long groupId,
                              long folderId,
                              int status)
                       throws SystemException
Specified by:
filterCountByG_F_S in interface DLFileShortcutPersistence
Throws:
SystemException

countByG_TF_TN

public int countByG_TF_TN(long groupId,
                          long toFolderId,
                          String toName)
                   throws SystemException
Specified by:
countByG_TF_TN in interface DLFileShortcutPersistence
Throws:
SystemException

filterCountByG_TF_TN

public int filterCountByG_TF_TN(long groupId,
                                long toFolderId,
                                String toName)
                         throws SystemException
Specified by:
filterCountByG_TF_TN in interface DLFileShortcutPersistence
Throws:
SystemException

countByG_TF_TN_S

public int countByG_TF_TN_S(long groupId,
                            long toFolderId,
                            String toName,
                            int status)
                     throws SystemException
Specified by:
countByG_TF_TN_S in interface DLFileShortcutPersistence
Throws:
SystemException

filterCountByG_TF_TN_S

public int filterCountByG_TF_TN_S(long groupId,
                                  long toFolderId,
                                  String toName,
                                  int status)
                           throws SystemException
Specified by:
filterCountByG_TF_TN_S in interface DLFileShortcutPersistence
Throws:
SystemException

countAll

public int countAll()
             throws SystemException
Specified by:
countAll in interface DLFileShortcutPersistence
Throws:
SystemException

afterPropertiesSet

public void afterPropertiesSet()

Liferay 6.0.3