|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<DLFileEntry>
com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistenceImpl
public class DLFileEntryPersistenceImpl
The persistence for the d l file entry service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
Caching information and settings can be found in portal.properties
DLFileEntryPersistence,
DLFileEntryUtil| 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()
Initializes the d l file entry persistence. |
void |
cacheResult(DLFileEntry dlFileEntry)
Caches the d l file entry in the entity cache if it is enabled. |
void |
cacheResult(List<DLFileEntry> dlFileEntries)
Caches the d l file entries in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all d l file entries. |
void |
clearCache(DLFileEntry dlFileEntry)
Clears the cache for the d l file entry. |
int |
countAll()
Counts all the d l file entries. |
int |
countByCompanyId(long companyId)
Counts all the d l file entries where companyId = ?. |
int |
countByG_F_N(long groupId,
long folderId,
String name)
Counts all the d l file entries where groupId = ? and folderId = ? and name = ?. |
int |
countByG_F_T(long groupId,
long folderId,
String title)
Counts all the d l file entries where groupId = ? and folderId = ? and title = ?. |
int |
countByG_F(long groupId,
long folderId)
Counts all the d l file entries where groupId = ? and folderId = ?. |
int |
countByG_F(long groupId,
long[] folderIds)
Counts all the d l file entries where groupId = ? and folderId = any ?. |
int |
countByG_U_F(long groupId,
long userId,
long folderId)
Counts all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
int |
countByG_U_F(long groupId,
long userId,
long[] folderIds)
Counts all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
int |
countByG_U(long groupId,
long userId)
Counts all the d l file entries where groupId = ? and userId = ?. |
int |
countByGroupId(long groupId)
Counts all the d l file entries where groupId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Counts all the d l file entries where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Counts all the d l file entries where uuid = ?. |
DLFileEntry |
create(long fileEntryId)
Creates a new d l file entry with the primary key. |
DLFileEntry |
fetchByG_F_N(long groupId,
long folderId,
String name)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found. |
DLFileEntry |
fetchByG_F_N(long groupId,
long folderId,
String name,
boolean retrieveFromCache)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
fetchByG_F_T(long groupId,
long folderId,
String title)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found. |
DLFileEntry |
fetchByG_F_T(long groupId,
long folderId,
String title,
boolean retrieveFromCache)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
fetchByPrimaryKey(long fileEntryId)
Finds the d l file entry with the primary key or returns null if it could not be found. |
DLFileEntry |
fetchByPrimaryKey(Serializable primaryKey)
Finds the d l file entry with the primary key or returns null if it could not be found. |
DLFileEntry |
fetchByUUID_G(String uuid,
long groupId)
Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found. |
DLFileEntry |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
int |
filterCountByG_F_N(long groupId,
long folderId,
String name)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and folderId = ? and name = ?. |
int |
filterCountByG_F_T(long groupId,
long folderId,
String title)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and folderId = ? and title = ?. |
int |
filterCountByG_F(long groupId,
long folderId)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and folderId = ?. |
int |
filterCountByG_F(long groupId,
long[] folderIds)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and folderId = any ?. |
int |
filterCountByG_U_F(long groupId,
long userId,
long folderId)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
int |
filterCountByG_U_F(long groupId,
long userId,
long[] folderIds)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
int |
filterCountByG_U(long groupId,
long userId)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and userId = ?. |
int |
filterCountByGroupId(long groupId)
Filters by the user's permissions and counts all the d l file entries where groupId = ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the d l file entries where groupId = ?. |
List<DLFileEntry> |
filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ?. |
List<DLFileEntry> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ?. |
List<DLFileEntry> |
findAll()
Finds all the d l file entries. |
List<DLFileEntry> |
findAll(int start,
int end)
Finds a range of all the d l file entries. |
List<DLFileEntry> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries. |
DLFileEntry |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where companyId = ?. |
DLFileEntry |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where companyId = ?. |
DLFileEntry[] |
findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where companyId = ?. |
List<DLFileEntry> |
findByCompanyId(long companyId)
Finds all the d l file entries where companyId = ?. |
List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the d l file entries where companyId = ?. |
List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where companyId = ?. |
DLFileEntry |
findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
findByG_F_N(long groupId,
long folderId,
String name)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry[] |
findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
findByG_F_T(long groupId,
long folderId,
String title)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found. |
List<DLFileEntry> |
findByG_F(long groupId,
long folderId)
Finds all the d l file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds)
Finds all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and folderId = ?. |
DLFileEntry |
findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry[] |
findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId)
Finds all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds)
Finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry[] |
findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?. |
List<DLFileEntry> |
findByG_U(long groupId,
long userId)
Finds all the d l file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ?. |
DLFileEntry |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ?. |
DLFileEntry |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ?. |
DLFileEntry[] |
findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ?. |
List<DLFileEntry> |
findByGroupId(long groupId)
Finds all the d l file entries where groupId = ?. |
List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ?. |
List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ?. |
DLFileEntry |
findByPrimaryKey(long fileEntryId)
Finds the d l file entry with the primary key or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry |
findByPrimaryKey(Serializable primaryKey)
Finds the d l file entry with the primary key or throws a NoSuchModelException if it could not be found. |
DLFileEntry |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where uuid = ?. |
DLFileEntry |
findByUUID_G(String uuid,
long groupId)
Finds the d l file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where uuid = ?. |
DLFileEntry[] |
findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where uuid = ?. |
List<DLFileEntry> |
findByUuid(String uuid)
Finds all the d l file entries where uuid = ?. |
List<DLFileEntry> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the d l file entries where uuid = ?. |
List<DLFileEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where uuid = ?. |
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)
Removes the d l file entry with the primary key from the database. |
DLFileEntry |
remove(Serializable primaryKey)
Removes the d l file entry with the primary key from the database. |
void |
removeAll()
Removes all the d l file entries from the database. |
void |
removeByCompanyId(long companyId)
Removes all the d l file entries where companyId = ? from the database. |
void |
removeByG_F_N(long groupId,
long folderId,
String name)
Removes the d l file entry where groupId = ? and folderId = ? and name = ? from the database. |
void |
removeByG_F_T(long groupId,
long folderId,
String title)
Removes the d l file entry where groupId = ? and folderId = ? and title = ? from the database. |
void |
removeByG_F(long groupId,
long folderId)
Removes all the d l file entries where groupId = ? and folderId = ? from the database. |
void |
removeByG_U_F(long groupId,
long userId,
long folderId)
Removes all the d l file entries where groupId = ? and userId = ? and folderId = ? from the database. |
void |
removeByG_U(long groupId,
long userId)
Removes all the d l file entries where groupId = ? and userId = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the d l file entries where groupId = ? from the database. |
void |
removeByUUID_G(String uuid,
long groupId)
Removes the d l file entry where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the d l file entries where uuid = ? from the database. |
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 |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_FIND_BY_G_U
public static final FinderPath FINDER_PATH_COUNT_BY_G_U
public static final FinderPath FINDER_PATH_FIND_BY_G_F
public static final FinderPath FINDER_PATH_COUNT_BY_G_F
public static final FinderPath FINDER_PATH_FIND_BY_G_U_F
public static final FinderPath FINDER_PATH_COUNT_BY_G_U_F
public static final FinderPath FINDER_PATH_FETCH_BY_G_F_N
public static final FinderPath FINDER_PATH_COUNT_BY_G_F_N
public static final FinderPath FINDER_PATH_FETCH_BY_G_F_T
public static final FinderPath FINDER_PATH_COUNT_BY_G_F_T
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=DLFileEntryPersistence.class) protected DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=DLFileRankPersistence.class) protected DLFileRankPersistence dlFileRankPersistence
@BeanReference(type=DLFileShortcutPersistence.class) protected DLFileShortcutPersistence dlFileShortcutPersistence
@BeanReference(type=DLFileVersionPersistence.class) protected DLFileVersionPersistence dlFileVersionPersistence
@BeanReference(type=DLFolderPersistence.class) protected DLFolderPersistence dlFolderPersistence
@BeanReference(type=LockPersistence.class) protected LockPersistence lockPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=WebDAVPropsPersistence.class) protected WebDAVPropsPersistence webDAVPropsPersistence
@BeanReference(type=WorkflowInstanceLinkPersistence.class) protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
@BeanReference(type=AssetCategoryPersistence.class) protected AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=MBDiscussionPersistence.class) protected MBDiscussionPersistence mbDiscussionPersistence
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=RatingsEntryPersistence.class) protected RatingsEntryPersistence ratingsEntryPersistence
@BeanReference(type=RatingsStatsPersistence.class) protected RatingsStatsPersistence ratingsStatsPersistence
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
| Constructor Detail |
|---|
public DLFileEntryPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(DLFileEntry dlFileEntry)
cacheResult in interface DLFileEntryPersistencedlFileEntry - the d l file entry to cachepublic void cacheResult(List<DLFileEntry> dlFileEntries)
cacheResult in interface DLFileEntryPersistencedlFileEntries - the d l file entries to cachepublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<DLFileEntry>clearCache in class BasePersistenceImpl<DLFileEntry>public void clearCache(DLFileEntry dlFileEntry)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<DLFileEntry>clearCache in class BasePersistenceImpl<DLFileEntry>dlFileEntry - the instance of this model to clear the cache forpublic DLFileEntry create(long fileEntryId)
create in interface DLFileEntryPersistencefileEntryId - the primary key for the new d l file entry
public DLFileEntry remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
remove in interface BasePersistence<DLFileEntry>remove in class BasePersistenceImpl<DLFileEntry>primaryKey - the primary key of the d l file entry to remove
NoSuchModelException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
public DLFileEntry remove(long fileEntryId)
throws NoSuchFileEntryException,
SystemException
remove in interface DLFileEntryPersistencefileEntryId - the primary key of the d l file entry to remove
NoSuchFileEntryException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileEntry removeImpl(DLFileEntry dlFileEntry)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<DLFileEntry>dlFileEntry - the model instance to remove
SystemException - if a system exception occurred
public DLFileEntry updateImpl(DLFileEntry dlFileEntry,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface DLFileEntryPersistenceupdateImpl in class BasePersistenceImpl<DLFileEntry>dlFileEntry - the model instance to updatemerge - 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.
SystemException - if a system exception occurredprotected DLFileEntry toUnwrappedModel(DLFileEntry dlFileEntry)
public DLFileEntry findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<DLFileEntry>findByPrimaryKey in class BasePersistenceImpl<DLFileEntry>primaryKey - the primary key of the d l file entry to find
NoSuchModelException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
public DLFileEntry findByPrimaryKey(long fileEntryId)
throws NoSuchFileEntryException,
SystemException
NoSuchFileEntryException if it could not be found.
findByPrimaryKey in interface DLFileEntryPersistencefileEntryId - the primary key of the d l file entry to find
NoSuchFileEntryException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
public DLFileEntry fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<DLFileEntry>fetchByPrimaryKey in class BasePersistenceImpl<DLFileEntry>primaryKey - the primary key of the d l file entry to find
null if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
public DLFileEntry fetchByPrimaryKey(long fileEntryId)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface DLFileEntryPersistencefileEntryId - the primary key of the d l file entry to find
null if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
public List<DLFileEntry> findByUuid(String uuid)
throws SystemException
findByUuid in interface DLFileEntryPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public List<DLFileEntry> findByUuid(String uuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid in interface DLFileEntryPersistenceuuid - the uuid to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid in interface DLFileEntryPersistenceuuid - the uuid to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileEntry findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid_First in interface DLFileEntryPersistenceuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid_Last in interface DLFileEntryPersistenceuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current d l file entryuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileEntry getByUuid_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
public DLFileEntry findByUUID_G(String uuid,
long groupId)
throws NoSuchFileEntryException,
SystemException
NoSuchFileEntryException if it could not be found.
findByUUID_G in interface DLFileEntryPersistenceuuid - the uuid to search withgroupId - the group id to search with
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface DLFileEntryPersistenceuuid - the uuid to search withgroupId - the group id to search with
null if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface DLFileEntryPersistenceuuid - the uuid to search withgroupId - the group id to search with
null if a matching d l file entry could not be found
SystemException - if a system exception occurred
public List<DLFileEntry> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface DLFileEntryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public List<DLFileEntry> findByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId in interface DLFileEntryPersistencegroupId - the group id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId in interface DLFileEntryPersistencegroupId - the group id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileEntry findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId_First in interface DLFileEntryPersistencegroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId_Last in interface DLFileEntryPersistencegroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current d l file entrygroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileEntry getByGroupId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<DLFileEntry> filterFindByGroupId(long groupId)
throws SystemException
filterFindByGroupId in interface DLFileEntryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByGroupId in interface DLFileEntryPersistencegroupId - the group id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByGroupId in interface DLFileEntryPersistencegroupId - the group id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<DLFileEntry> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface DLFileEntryPersistencecompanyId - the company id to search with
SystemException - if a system exception occurred
public List<DLFileEntry> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByCompanyId in interface DLFileEntryPersistencecompanyId - the company id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByCompanyId in interface DLFileEntryPersistencecompanyId - the company id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileEntry findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByCompanyId_First in interface DLFileEntryPersistencecompanyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByCompanyId_Last in interface DLFileEntryPersistencecompanyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByCompanyId_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current d l file entrycompanyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileEntry getByCompanyId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public List<DLFileEntry> findByG_U(long groupId,
long userId)
throws SystemException
findByG_U in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileEntry findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_First in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_Last in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current d l file entrygroupId - the group id to search withuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileEntry getByG_U_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public List<DLFileEntry> filterFindByG_U(long groupId,
long userId)
throws SystemException
filterFindByG_U in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_F(long groupId,
long folderId)
throws SystemException
findByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileEntry findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F_First in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F_Last in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current d l file entrygroupId - the group id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileEntry getByG_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long folderId,
OrderByComparator orderByComparator,
boolean previous)
public List<DLFileEntry> findByG_F(long groupId,
long[] folderIds)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_F(long groupId,
long[] folderIds,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderIds - the folder ids to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderIds - the folder ids to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_F(long groupId,
long folderId)
throws SystemException
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_F(long groupId,
long[] folderIds)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderIds - the folder ids to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderIds - the folder ids to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long folderId)
throws SystemException
findByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileEntry findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_F_First in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_F_Last in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_F_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current d l file entrygroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileEntryException - if a d l file entry with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileEntry getByG_U_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator,
boolean previous)
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long[] folderIds)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderIds - the folder ids to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderIds - the folder ids to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long folderId)
throws SystemException
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long[] folderIds)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderIds - the folder ids to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderIds - the folder ids to search withstart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileEntry findByG_F_N(long groupId,
long folderId,
String name)
throws NoSuchFileEntryException,
SystemException
NoSuchFileEntryException if it could not be found.
findByG_F_N in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withname - the name to search with
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry fetchByG_F_N(long groupId,
long folderId,
String name)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByG_F_N in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withname - the name to search with
null if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry fetchByG_F_N(long groupId,
long folderId,
String name,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByG_F_N in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withname - the name to search with
null if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry findByG_F_T(long groupId,
long folderId,
String title)
throws NoSuchFileEntryException,
SystemException
NoSuchFileEntryException if it could not be found.
findByG_F_T in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withtitle - the title to search with
NoSuchFileEntryException - if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry fetchByG_F_T(long groupId,
long folderId,
String title)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByG_F_T in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withtitle - the title to search with
null if a matching d l file entry could not be found
SystemException - if a system exception occurred
public DLFileEntry fetchByG_F_T(long groupId,
long folderId,
String title,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByG_F_T in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withtitle - the title to search with
null if a matching d l file entry could not be found
SystemException - if a system exception occurred
public List<DLFileEntry> findAll()
throws SystemException
findAll in interface DLFileEntryPersistenceSystemException - if a system exception occurred
public List<DLFileEntry> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findAll in interface DLFileEntryPersistencestart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileEntry> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findAll in interface DLFileEntryPersistencestart - the lower bound of the range of d l file entries to returnend - the upper bound of the range of d l file entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface DLFileEntryPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public void removeByUUID_G(String uuid,
long groupId)
throws NoSuchFileEntryException,
SystemException
removeByUUID_G in interface DLFileEntryPersistenceuuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
NoSuchFileEntryException
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface DLFileEntryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface DLFileEntryPersistencecompanyId - the company id to search with
SystemException - if a system exception occurred
public void removeByG_U(long groupId,
long userId)
throws SystemException
removeByG_U in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public void removeByG_F(long groupId,
long folderId)
throws SystemException
removeByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public void removeByG_U_F(long groupId,
long userId,
long folderId)
throws SystemException
removeByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public void removeByG_F_N(long groupId,
long folderId,
String name)
throws NoSuchFileEntryException,
SystemException
removeByG_F_N in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withname - the name to search with
SystemException - if a system exception occurred
NoSuchFileEntryException
public void removeByG_F_T(long groupId,
long folderId,
String title)
throws NoSuchFileEntryException,
SystemException
removeByG_F_T in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withtitle - the title to search with
SystemException - if a system exception occurred
NoSuchFileEntryException
public void removeAll()
throws SystemException
removeAll in interface DLFileEntryPersistenceSystemException - if a system exception occurred
public int countByUuid(String uuid)
throws SystemException
countByUuid in interface DLFileEntryPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public int countByUUID_G(String uuid,
long groupId)
throws SystemException
countByUUID_G in interface DLFileEntryPersistenceuuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface DLFileEntryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public int filterCountByGroupId(long groupId)
throws SystemException
filterCountByGroupId in interface DLFileEntryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface DLFileEntryPersistencecompanyId - the company id to search with
SystemException - if a system exception occurred
public int countByG_U(long groupId,
long userId)
throws SystemException
countByG_U in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public int filterCountByG_U(long groupId,
long userId)
throws SystemException
filterCountByG_U in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public int countByG_F(long groupId,
long folderId)
throws SystemException
countByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public int countByG_F(long groupId,
long[] folderIds)
throws SystemException
countByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public int filterCountByG_F(long groupId,
long folderId)
throws SystemException
filterCountByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public int filterCountByG_F(long groupId,
long[] folderIds)
throws SystemException
filterCountByG_F in interface DLFileEntryPersistencegroupId - the group id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public int countByG_U_F(long groupId,
long userId,
long folderId)
throws SystemException
countByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public int countByG_U_F(long groupId,
long userId,
long[] folderIds)
throws SystemException
countByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public int filterCountByG_U_F(long groupId,
long userId,
long folderId)
throws SystemException
filterCountByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public int filterCountByG_U_F(long groupId,
long userId,
long[] folderIds)
throws SystemException
filterCountByG_U_F in interface DLFileEntryPersistencegroupId - the group id to search withuserId - the user id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public int countByG_F_N(long groupId,
long folderId,
String name)
throws SystemException
countByG_F_N in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withname - the name to search with
SystemException - if a system exception occurred
public int filterCountByG_F_N(long groupId,
long folderId,
String name)
throws SystemException
filterCountByG_F_N in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withname - the name to search with
SystemException - if a system exception occurred
public int countByG_F_T(long groupId,
long folderId,
String title)
throws SystemException
countByG_F_T in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withtitle - the title to search with
SystemException - if a system exception occurred
public int filterCountByG_F_T(long groupId,
long folderId,
String title)
throws SystemException
filterCountByG_F_T in interface DLFileEntryPersistencegroupId - the group id to search withfolderId - the folder id to search withtitle - the title to search with
SystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface DLFileEntryPersistenceSystemException - if a system exception occurredpublic void afterPropertiesSet()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||