Liferay 6.0.3

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

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

public class DLFileEntryPersistenceImpl
extends BasePersistenceImpl<DLFileEntry>
implements DLFileEntryPersistence

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

Field Summary
protected  AssetCategoryPersistence assetCategoryPersistence
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetTagPersistence assetTagPersistence
           
protected  DLFileEntryPersistence dlFileEntryPersistence
           
protected  DLFileRankPersistence dlFileRankPersistence
           
protected  DLFileShortcutPersistence dlFileShortcutPersistence
           
protected  DLFileVersionPersistence dlFileVersionPersistence
           
protected  DLFolderPersistence dlFolderPersistence
           
protected  ExpandoValuePersistence expandoValuePersistence
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_COMPANYID
           
static FinderPath FINDER_PATH_COUNT_BY_G_F
           
static FinderPath FINDER_PATH_COUNT_BY_G_F_N
           
static FinderPath FINDER_PATH_COUNT_BY_G_F_T
           
static FinderPath FINDER_PATH_COUNT_BY_G_U
           
static FinderPath FINDER_PATH_COUNT_BY_G_U_F
           
static FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static FinderPath FINDER_PATH_FETCH_BY_G_F_N
           
static FinderPath FINDER_PATH_FETCH_BY_G_F_T
           
static FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static FinderPath FINDER_PATH_FIND_ALL
           
static FinderPath FINDER_PATH_FIND_BY_COMPANYID
           
static FinderPath FINDER_PATH_FIND_BY_G_F
           
static FinderPath FINDER_PATH_FIND_BY_G_U
           
static FinderPath FINDER_PATH_FIND_BY_G_U_F
           
static FinderPath FINDER_PATH_FIND_BY_GROUPID
           
static FinderPath FINDER_PATH_FIND_BY_UUID
           
protected  LockPersistence lockPersistence
           
protected  MBDiscussionPersistence mbDiscussionPersistence
           
protected  MBMessagePersistence mbMessagePersistence
           
protected  RatingsEntryPersistence ratingsEntryPersistence
           
protected  RatingsStatsPersistence ratingsStatsPersistence
           
protected  ResourcePersistence resourcePersistence
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  UserPersistence userPersistence
           
protected  WebDAVPropsPersistence webDAVPropsPersistence
           
protected  WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
           
 
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
DLFileEntryPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(DLFileEntry dlFileEntry)
           
 void cacheResult(List<DLFileEntry> dlFileEntries)
           
 void clearCache()
          Clears the cache for all instances of this model.
 void clearCache(DLFileEntry dlFileEntry)
          Clears the cache for one instance of this model.
 int countAll()
           
 int countByCompanyId(long companyId)
           
 int countByG_F_N(long groupId, long folderId, String name)
           
 int countByG_F_T(long groupId, long folderId, String title)
           
 int countByG_F(long groupId, long folderId)
           
 int countByG_F(long groupId, long[] folderIds)
           
 int countByG_U_F(long groupId, long userId, long folderId)
           
 int countByG_U_F(long groupId, long userId, long[] folderIds)
           
 int countByG_U(long groupId, long userId)
           
 int countByGroupId(long groupId)
           
 int countByUUID_G(String uuid, long groupId)
           
 int countByUuid(String uuid)
           
 DLFileEntry create(long fileEntryId)
           
 DLFileEntry fetchByG_F_N(long groupId, long folderId, String name)
           
 DLFileEntry fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache)
           
 DLFileEntry fetchByG_F_T(long groupId, long folderId, String title)
           
 DLFileEntry fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache)
           
 DLFileEntry fetchByPrimaryKey(long fileEntryId)
           
 DLFileEntry fetchByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or return null if it could not be found.
 DLFileEntry fetchByUUID_G(String uuid, long groupId)
           
 DLFileEntry fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 int filterCountByG_F_N(long groupId, long folderId, String name)
           
 int filterCountByG_F_T(long groupId, long folderId, String title)
           
 int filterCountByG_F(long groupId, long folderId)
           
 int filterCountByG_F(long groupId, long[] folderIds)
           
 int filterCountByG_U_F(long groupId, long userId, long folderId)
           
 int filterCountByG_U_F(long groupId, long userId, long[] folderIds)
           
 int filterCountByG_U(long groupId, long userId)
           
 int filterCountByGroupId(long groupId)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long folderId)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> filterFindByG_U(long groupId, long userId)
           
 List<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> filterFindByGroupId(long groupId)
           
 List<DLFileEntry> filterFindByGroupId(long groupId, int start, int end)
           
 List<DLFileEntry> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findAll()
           
 List<DLFileEntry> findAll(int start, int end)
           
 List<DLFileEntry> findAll(int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 DLFileEntry findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findByCompanyId(long companyId)
           
 List<DLFileEntry> findByCompanyId(long companyId, int start, int end)
           
 List<DLFileEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_F_N(long groupId, long folderId, String name)
           
 DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_F_T(long groupId, long folderId, String title)
           
 List<DLFileEntry> findByG_F(long groupId, long folderId)
           
 List<DLFileEntry> findByG_F(long groupId, long[] folderIds)
           
 List<DLFileEntry> findByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId, int start, int end)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findByG_U(long groupId, long userId)
           
 List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 DLFileEntry findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findByGroupId(long groupId)
           
 List<DLFileEntry> findByGroupId(long groupId, int start, int end)
           
 List<DLFileEntry> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByPrimaryKey(long fileEntryId)
           
 DLFileEntry findByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or throw an exception if it could not be found.
 DLFileEntry findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry findByUUID_G(String uuid, long groupId)
           
 DLFileEntry findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findByUuid(String uuid)
           
 List<DLFileEntry> findByUuid(String uuid, int start, int end)
           
 List<DLFileEntry> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
protected  DLFileEntry getByCompanyId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry getByG_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry getByG_U_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, long folderId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry getByG_U_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry getByGroupId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry getByUuid_PrevAndNext(Session session, DLFileEntry dlFileEntry, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 DLFileEntry remove(long fileEntryId)
           
 DLFileEntry remove(Serializable primaryKey)
          Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.
 void removeAll()
           
 void removeByCompanyId(long companyId)
           
 void removeByG_F_N(long groupId, long folderId, String name)
           
 void removeByG_F_T(long groupId, long folderId, String title)
           
 void removeByG_F(long groupId, long folderId)
           
 void removeByG_U_F(long groupId, long userId, long folderId)
           
 void removeByG_U(long groupId, long userId)
           
 void removeByGroupId(long groupId)
           
 void removeByUUID_G(String uuid, long groupId)
           
 void removeByUuid(String uuid)
           
protected  DLFileEntry removeImpl(DLFileEntry dlFileEntry)
          Removes the model instance from the database.
protected  DLFileEntry toUnwrappedModel(DLFileEntry dlFileEntry)
           
 DLFileEntry updateImpl(DLFileEntry dlFileEntry, 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_GROUPID

public static final FinderPath FINDER_PATH_FIND_BY_GROUPID

FINDER_PATH_COUNT_BY_GROUPID

public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID

FINDER_PATH_FIND_BY_COMPANYID

public static final FinderPath FINDER_PATH_FIND_BY_COMPANYID

FINDER_PATH_COUNT_BY_COMPANYID

public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID

FINDER_PATH_FIND_BY_G_U

public static final FinderPath FINDER_PATH_FIND_BY_G_U

FINDER_PATH_COUNT_BY_G_U

public static final FinderPath FINDER_PATH_COUNT_BY_G_U

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_U_F

public static final FinderPath FINDER_PATH_FIND_BY_G_U_F

FINDER_PATH_COUNT_BY_G_U_F

public static final FinderPath FINDER_PATH_COUNT_BY_G_U_F

FINDER_PATH_FETCH_BY_G_F_N

public static final FinderPath FINDER_PATH_FETCH_BY_G_F_N

FINDER_PATH_COUNT_BY_G_F_N

public static final FinderPath FINDER_PATH_COUNT_BY_G_F_N

FINDER_PATH_FETCH_BY_G_F_T

public static final FinderPath FINDER_PATH_FETCH_BY_G_F_T

FINDER_PATH_COUNT_BY_G_F_T

public static final FinderPath FINDER_PATH_COUNT_BY_G_F_T

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

lockPersistence

@BeanReference(type=LockPersistence.class)
protected LockPersistence lockPersistence

resourcePersistence

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

userPersistence

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

webDAVPropsPersistence

@BeanReference(type=WebDAVPropsPersistence.class)
protected WebDAVPropsPersistence webDAVPropsPersistence

workflowInstanceLinkPersistence

@BeanReference(type=WorkflowInstanceLinkPersistence.class)
protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence

assetCategoryPersistence

@BeanReference(type=AssetCategoryPersistence.class)
protected AssetCategoryPersistence assetCategoryPersistence

assetEntryPersistence

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

assetTagPersistence

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

expandoValuePersistence

@BeanReference(type=ExpandoValuePersistence.class)
protected ExpandoValuePersistence expandoValuePersistence

mbDiscussionPersistence

@BeanReference(type=MBDiscussionPersistence.class)
protected MBDiscussionPersistence mbDiscussionPersistence

mbMessagePersistence

@BeanReference(type=MBMessagePersistence.class)
protected MBMessagePersistence mbMessagePersistence

ratingsEntryPersistence

@BeanReference(type=RatingsEntryPersistence.class)
protected RatingsEntryPersistence ratingsEntryPersistence

ratingsStatsPersistence

@BeanReference(type=RatingsStatsPersistence.class)
protected RatingsStatsPersistence ratingsStatsPersistence

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence
Constructor Detail

DLFileEntryPersistenceImpl

public DLFileEntryPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(DLFileEntry dlFileEntry)
Specified by:
cacheResult in interface DLFileEntryPersistence

cacheResult

public void cacheResult(List<DLFileEntry> dlFileEntries)
Specified by:
cacheResult in interface DLFileEntryPersistence

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<DLFileEntry>
Overrides:
clearCache in class BasePersistenceImpl<DLFileEntry>

clearCache

public void clearCache(DLFileEntry dlFileEntry)
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<DLFileEntry>
Overrides:
clearCache in class BasePersistenceImpl<DLFileEntry>
Parameters:
dlFileEntry - the instance of this model to clear the cache for

create

public DLFileEntry create(long fileEntryId)
Specified by:
create in interface DLFileEntryPersistence

remove

public DLFileEntry 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<DLFileEntry>
Overrides:
remove in class BasePersistenceImpl<DLFileEntry>
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 DLFileEntry remove(long fileEntryId)
                   throws NoSuchFileEntryException,
                          SystemException
Specified by:
remove in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

removeImpl

protected DLFileEntry removeImpl(DLFileEntry dlFileEntry)
                          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<DLFileEntry>
Parameters:
dlFileEntry - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public DLFileEntry updateImpl(DLFileEntry dlFileEntry,
                              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 DLFileEntryPersistence
Overrides:
updateImpl in class BasePersistenceImpl<DLFileEntry>
Parameters:
dlFileEntry - 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 DLFileEntry toUnwrappedModel(DLFileEntry dlFileEntry)

findByPrimaryKey

public DLFileEntry 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<DLFileEntry>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<DLFileEntry>
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 DLFileEntry findByPrimaryKey(long fileEntryId)
                             throws NoSuchFileEntryException,
                                    SystemException
Specified by:
findByPrimaryKey in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

fetchByPrimaryKey

public DLFileEntry 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<DLFileEntry>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<DLFileEntry>
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 DLFileEntry fetchByPrimaryKey(long fileEntryId)
                              throws SystemException
Specified by:
fetchByPrimaryKey in interface DLFileEntryPersistence
Throws:
SystemException

findByUuid

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

findByUuid

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

findByUuid

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

findByUuid_First

public DLFileEntry findByUuid_First(String uuid,
                                    OrderByComparator orderByComparator)
                             throws NoSuchFileEntryException,
                                    SystemException
Specified by:
findByUuid_First in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByUuid_Last

public DLFileEntry findByUuid_Last(String uuid,
                                   OrderByComparator orderByComparator)
                            throws NoSuchFileEntryException,
                                   SystemException
Specified by:
findByUuid_Last in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByUuid_PrevAndNext

public DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId,
                                            String uuid,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchFileEntryException,
                                            SystemException
Specified by:
findByUuid_PrevAndNext in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

getByUuid_PrevAndNext

protected DLFileEntry getByUuid_PrevAndNext(Session session,
                                            DLFileEntry dlFileEntry,
                                            String uuid,
                                            OrderByComparator orderByComparator,
                                            boolean previous)

findByUUID_G

public DLFileEntry findByUUID_G(String uuid,
                                long groupId)
                         throws NoSuchFileEntryException,
                                SystemException
Specified by:
findByUUID_G in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

fetchByUUID_G

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

fetchByUUID_G

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

findByGroupId

public List<DLFileEntry> findByGroupId(long groupId)
                                throws SystemException
Specified by:
findByGroupId in interface DLFileEntryPersistence
Throws:
SystemException

findByGroupId

public List<DLFileEntry> findByGroupId(long groupId,
                                       int start,
                                       int end)
                                throws SystemException
Specified by:
findByGroupId in interface DLFileEntryPersistence
Throws:
SystemException

findByGroupId

public List<DLFileEntry> findByGroupId(long groupId,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Specified by:
findByGroupId in interface DLFileEntryPersistence
Throws:
SystemException

findByGroupId_First

public DLFileEntry findByGroupId_First(long groupId,
                                       OrderByComparator orderByComparator)
                                throws NoSuchFileEntryException,
                                       SystemException
Specified by:
findByGroupId_First in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByGroupId_Last

public DLFileEntry findByGroupId_Last(long groupId,
                                      OrderByComparator orderByComparator)
                               throws NoSuchFileEntryException,
                                      SystemException
Specified by:
findByGroupId_Last in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByGroupId_PrevAndNext

public DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId,
                                               long groupId,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchFileEntryException,
                                               SystemException
Specified by:
findByGroupId_PrevAndNext in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

getByGroupId_PrevAndNext

protected DLFileEntry getByGroupId_PrevAndNext(Session session,
                                               DLFileEntry dlFileEntry,
                                               long groupId,
                                               OrderByComparator orderByComparator,
                                               boolean previous)

filterFindByGroupId

public List<DLFileEntry> filterFindByGroupId(long groupId)
                                      throws SystemException
Specified by:
filterFindByGroupId in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByGroupId

public List<DLFileEntry> filterFindByGroupId(long groupId,
                                             int start,
                                             int end)
                                      throws SystemException
Specified by:
filterFindByGroupId in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByGroupId

public List<DLFileEntry> filterFindByGroupId(long groupId,
                                             int start,
                                             int end,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Specified by:
filterFindByGroupId in interface DLFileEntryPersistence
Throws:
SystemException

findByCompanyId

public List<DLFileEntry> findByCompanyId(long companyId)
                                  throws SystemException
Specified by:
findByCompanyId in interface DLFileEntryPersistence
Throws:
SystemException

findByCompanyId

public List<DLFileEntry> findByCompanyId(long companyId,
                                         int start,
                                         int end)
                                  throws SystemException
Specified by:
findByCompanyId in interface DLFileEntryPersistence
Throws:
SystemException

findByCompanyId

public List<DLFileEntry> findByCompanyId(long companyId,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Specified by:
findByCompanyId in interface DLFileEntryPersistence
Throws:
SystemException

findByCompanyId_First

public DLFileEntry findByCompanyId_First(long companyId,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchFileEntryException,
                                         SystemException
Specified by:
findByCompanyId_First in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByCompanyId_Last

public DLFileEntry findByCompanyId_Last(long companyId,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchFileEntryException,
                                        SystemException
Specified by:
findByCompanyId_Last in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByCompanyId_PrevAndNext

public DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId,
                                                 long companyId,
                                                 OrderByComparator orderByComparator)
                                          throws NoSuchFileEntryException,
                                                 SystemException
Specified by:
findByCompanyId_PrevAndNext in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

getByCompanyId_PrevAndNext

protected DLFileEntry getByCompanyId_PrevAndNext(Session session,
                                                 DLFileEntry dlFileEntry,
                                                 long companyId,
                                                 OrderByComparator orderByComparator,
                                                 boolean previous)

findByG_U

public List<DLFileEntry> findByG_U(long groupId,
                                   long userId)
                            throws SystemException
Specified by:
findByG_U in interface DLFileEntryPersistence
Throws:
SystemException

findByG_U

public List<DLFileEntry> findByG_U(long groupId,
                                   long userId,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
findByG_U in interface DLFileEntryPersistence
Throws:
SystemException

findByG_U

public List<DLFileEntry> findByG_U(long groupId,
                                   long userId,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
findByG_U in interface DLFileEntryPersistence
Throws:
SystemException

findByG_U_First

public DLFileEntry findByG_U_First(long groupId,
                                   long userId,
                                   OrderByComparator orderByComparator)
                            throws NoSuchFileEntryException,
                                   SystemException
Specified by:
findByG_U_First in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByG_U_Last

public DLFileEntry findByG_U_Last(long groupId,
                                  long userId,
                                  OrderByComparator orderByComparator)
                           throws NoSuchFileEntryException,
                                  SystemException
Specified by:
findByG_U_Last in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByG_U_PrevAndNext

public DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId,
                                           long groupId,
                                           long userId,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchFileEntryException,
                                           SystemException
Specified by:
findByG_U_PrevAndNext in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

getByG_U_PrevAndNext

protected DLFileEntry getByG_U_PrevAndNext(Session session,
                                           DLFileEntry dlFileEntry,
                                           long groupId,
                                           long userId,
                                           OrderByComparator orderByComparator,
                                           boolean previous)

filterFindByG_U

public List<DLFileEntry> filterFindByG_U(long groupId,
                                         long userId)
                                  throws SystemException
Specified by:
filterFindByG_U in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByG_U

public List<DLFileEntry> filterFindByG_U(long groupId,
                                         long userId,
                                         int start,
                                         int end)
                                  throws SystemException
Specified by:
filterFindByG_U in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByG_U

public List<DLFileEntry> filterFindByG_U(long groupId,
                                         long userId,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Specified by:
filterFindByG_U in interface DLFileEntryPersistence
Throws:
SystemException

findByG_F

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

findByG_F

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

findByG_F

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

findByG_F_First

public DLFileEntry findByG_F_First(long groupId,
                                   long folderId,
                                   OrderByComparator orderByComparator)
                            throws NoSuchFileEntryException,
                                   SystemException
Specified by:
findByG_F_First in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByG_F_Last

public DLFileEntry findByG_F_Last(long groupId,
                                  long folderId,
                                  OrderByComparator orderByComparator)
                           throws NoSuchFileEntryException,
                                  SystemException
Specified by:
findByG_F_Last in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByG_F_PrevAndNext

public DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId,
                                           long groupId,
                                           long folderId,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchFileEntryException,
                                           SystemException
Specified by:
findByG_F_PrevAndNext in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

getByG_F_PrevAndNext

protected DLFileEntry getByG_F_PrevAndNext(Session session,
                                           DLFileEntry dlFileEntry,
                                           long groupId,
                                           long folderId,
                                           OrderByComparator orderByComparator,
                                           boolean previous)

findByG_F

public List<DLFileEntry> findByG_F(long groupId,
                                   long[] folderIds)
                            throws SystemException
Specified by:
findByG_F in interface DLFileEntryPersistence
Throws:
SystemException

findByG_F

public List<DLFileEntry> findByG_F(long groupId,
                                   long[] folderIds,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
findByG_F in interface DLFileEntryPersistence
Throws:
SystemException

findByG_F

public List<DLFileEntry> findByG_F(long groupId,
                                   long[] folderIds,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
findByG_F in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByG_F

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

filterFindByG_F

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

filterFindByG_F

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

filterFindByG_F

public List<DLFileEntry> filterFindByG_F(long groupId,
                                         long[] folderIds)
                                  throws SystemException
Specified by:
filterFindByG_F in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByG_F

public List<DLFileEntry> filterFindByG_F(long groupId,
                                         long[] folderIds,
                                         int start,
                                         int end)
                                  throws SystemException
Specified by:
filterFindByG_F in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByG_F

public List<DLFileEntry> filterFindByG_F(long groupId,
                                         long[] folderIds,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Specified by:
filterFindByG_F in interface DLFileEntryPersistence
Throws:
SystemException

findByG_U_F

public List<DLFileEntry> findByG_U_F(long groupId,
                                     long userId,
                                     long folderId)
                              throws SystemException
Specified by:
findByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

findByG_U_F

public List<DLFileEntry> findByG_U_F(long groupId,
                                     long userId,
                                     long folderId,
                                     int start,
                                     int end)
                              throws SystemException
Specified by:
findByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

findByG_U_F

public List<DLFileEntry> findByG_U_F(long groupId,
                                     long userId,
                                     long folderId,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                              throws SystemException
Specified by:
findByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

findByG_U_F_First

public DLFileEntry findByG_U_F_First(long groupId,
                                     long userId,
                                     long folderId,
                                     OrderByComparator orderByComparator)
                              throws NoSuchFileEntryException,
                                     SystemException
Specified by:
findByG_U_F_First in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByG_U_F_Last

public DLFileEntry findByG_U_F_Last(long groupId,
                                    long userId,
                                    long folderId,
                                    OrderByComparator orderByComparator)
                             throws NoSuchFileEntryException,
                                    SystemException
Specified by:
findByG_U_F_Last in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

findByG_U_F_PrevAndNext

public DLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId,
                                             long groupId,
                                             long userId,
                                             long folderId,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchFileEntryException,
                                             SystemException
Specified by:
findByG_U_F_PrevAndNext in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

getByG_U_F_PrevAndNext

protected DLFileEntry getByG_U_F_PrevAndNext(Session session,
                                             DLFileEntry dlFileEntry,
                                             long groupId,
                                             long userId,
                                             long folderId,
                                             OrderByComparator orderByComparator,
                                             boolean previous)

findByG_U_F

public List<DLFileEntry> findByG_U_F(long groupId,
                                     long userId,
                                     long[] folderIds)
                              throws SystemException
Specified by:
findByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

findByG_U_F

public List<DLFileEntry> findByG_U_F(long groupId,
                                     long userId,
                                     long[] folderIds,
                                     int start,
                                     int end)
                              throws SystemException
Specified by:
findByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

findByG_U_F

public List<DLFileEntry> findByG_U_F(long groupId,
                                     long userId,
                                     long[] folderIds,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                              throws SystemException
Specified by:
findByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByG_U_F

public List<DLFileEntry> filterFindByG_U_F(long groupId,
                                           long userId,
                                           long folderId)
                                    throws SystemException
Specified by:
filterFindByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByG_U_F

public List<DLFileEntry> filterFindByG_U_F(long groupId,
                                           long userId,
                                           long folderId,
                                           int start,
                                           int end)
                                    throws SystemException
Specified by:
filterFindByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByG_U_F

public List<DLFileEntry> filterFindByG_U_F(long groupId,
                                           long userId,
                                           long folderId,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Specified by:
filterFindByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByG_U_F

public List<DLFileEntry> filterFindByG_U_F(long groupId,
                                           long userId,
                                           long[] folderIds)
                                    throws SystemException
Specified by:
filterFindByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByG_U_F

public List<DLFileEntry> filterFindByG_U_F(long groupId,
                                           long userId,
                                           long[] folderIds,
                                           int start,
                                           int end)
                                    throws SystemException
Specified by:
filterFindByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

filterFindByG_U_F

public List<DLFileEntry> filterFindByG_U_F(long groupId,
                                           long userId,
                                           long[] folderIds,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Specified by:
filterFindByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

findByG_F_N

public DLFileEntry findByG_F_N(long groupId,
                               long folderId,
                               String name)
                        throws NoSuchFileEntryException,
                               SystemException
Specified by:
findByG_F_N in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

fetchByG_F_N

public DLFileEntry fetchByG_F_N(long groupId,
                                long folderId,
                                String name)
                         throws SystemException
Specified by:
fetchByG_F_N in interface DLFileEntryPersistence
Throws:
SystemException

fetchByG_F_N

public DLFileEntry fetchByG_F_N(long groupId,
                                long folderId,
                                String name,
                                boolean retrieveFromCache)
                         throws SystemException
Specified by:
fetchByG_F_N in interface DLFileEntryPersistence
Throws:
SystemException

findByG_F_T

public DLFileEntry findByG_F_T(long groupId,
                               long folderId,
                               String title)
                        throws NoSuchFileEntryException,
                               SystemException
Specified by:
findByG_F_T in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

fetchByG_F_T

public DLFileEntry fetchByG_F_T(long groupId,
                                long folderId,
                                String title)
                         throws SystemException
Specified by:
fetchByG_F_T in interface DLFileEntryPersistence
Throws:
SystemException

fetchByG_F_T

public DLFileEntry fetchByG_F_T(long groupId,
                                long folderId,
                                String title,
                                boolean retrieveFromCache)
                         throws SystemException
Specified by:
fetchByG_F_T in interface DLFileEntryPersistence
Throws:
SystemException

findAll

public List<DLFileEntry> findAll()
                          throws SystemException
Specified by:
findAll in interface DLFileEntryPersistence
Throws:
SystemException

findAll

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

findAll

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

removeByUuid

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

removeByUUID_G

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

removeByGroupId

public void removeByGroupId(long groupId)
                     throws SystemException
Specified by:
removeByGroupId in interface DLFileEntryPersistence
Throws:
SystemException

removeByCompanyId

public void removeByCompanyId(long companyId)
                       throws SystemException
Specified by:
removeByCompanyId in interface DLFileEntryPersistence
Throws:
SystemException

removeByG_U

public void removeByG_U(long groupId,
                        long userId)
                 throws SystemException
Specified by:
removeByG_U in interface DLFileEntryPersistence
Throws:
SystemException

removeByG_F

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

removeByG_U_F

public void removeByG_U_F(long groupId,
                          long userId,
                          long folderId)
                   throws SystemException
Specified by:
removeByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

removeByG_F_N

public void removeByG_F_N(long groupId,
                          long folderId,
                          String name)
                   throws NoSuchFileEntryException,
                          SystemException
Specified by:
removeByG_F_N in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

removeByG_F_T

public void removeByG_F_T(long groupId,
                          long folderId,
                          String title)
                   throws NoSuchFileEntryException,
                          SystemException
Specified by:
removeByG_F_T in interface DLFileEntryPersistence
Throws:
NoSuchFileEntryException
SystemException

removeAll

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

countByUuid

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

countByUUID_G

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

countByGroupId

public int countByGroupId(long groupId)
                   throws SystemException
Specified by:
countByGroupId in interface DLFileEntryPersistence
Throws:
SystemException

filterCountByGroupId

public int filterCountByGroupId(long groupId)
                         throws SystemException
Specified by:
filterCountByGroupId in interface DLFileEntryPersistence
Throws:
SystemException

countByCompanyId

public int countByCompanyId(long companyId)
                     throws SystemException
Specified by:
countByCompanyId in interface DLFileEntryPersistence
Throws:
SystemException

countByG_U

public int countByG_U(long groupId,
                      long userId)
               throws SystemException
Specified by:
countByG_U in interface DLFileEntryPersistence
Throws:
SystemException

filterCountByG_U

public int filterCountByG_U(long groupId,
                            long userId)
                     throws SystemException
Specified by:
filterCountByG_U in interface DLFileEntryPersistence
Throws:
SystemException

countByG_F

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

countByG_F

public int countByG_F(long groupId,
                      long[] folderIds)
               throws SystemException
Specified by:
countByG_F in interface DLFileEntryPersistence
Throws:
SystemException

filterCountByG_F

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

filterCountByG_F

public int filterCountByG_F(long groupId,
                            long[] folderIds)
                     throws SystemException
Specified by:
filterCountByG_F in interface DLFileEntryPersistence
Throws:
SystemException

countByG_U_F

public int countByG_U_F(long groupId,
                        long userId,
                        long folderId)
                 throws SystemException
Specified by:
countByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

countByG_U_F

public int countByG_U_F(long groupId,
                        long userId,
                        long[] folderIds)
                 throws SystemException
Specified by:
countByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

filterCountByG_U_F

public int filterCountByG_U_F(long groupId,
                              long userId,
                              long folderId)
                       throws SystemException
Specified by:
filterCountByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

filterCountByG_U_F

public int filterCountByG_U_F(long groupId,
                              long userId,
                              long[] folderIds)
                       throws SystemException
Specified by:
filterCountByG_U_F in interface DLFileEntryPersistence
Throws:
SystemException

countByG_F_N

public int countByG_F_N(long groupId,
                        long folderId,
                        String name)
                 throws SystemException
Specified by:
countByG_F_N in interface DLFileEntryPersistence
Throws:
SystemException

filterCountByG_F_N

public int filterCountByG_F_N(long groupId,
                              long folderId,
                              String name)
                       throws SystemException
Specified by:
filterCountByG_F_N in interface DLFileEntryPersistence
Throws:
SystemException

countByG_F_T

public int countByG_F_T(long groupId,
                        long folderId,
                        String title)
                 throws SystemException
Specified by:
countByG_F_T in interface DLFileEntryPersistence
Throws:
SystemException

filterCountByG_F_T

public int filterCountByG_F_T(long groupId,
                              long folderId,
                              String title)
                       throws SystemException
Specified by:
filterCountByG_F_T in interface DLFileEntryPersistence
Throws:
SystemException

countAll

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

afterPropertiesSet

public void afterPropertiesSet()

Liferay 6.0.3