|
Liferay 6.0.3 | |||||||||
| 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
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()
|
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 |
|---|
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 DLFileEntryPersistencepublic void cacheResult(List<DLFileEntry> dlFileEntries)
cacheResult in interface DLFileEntryPersistencepublic void clearCache()
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
Caching information and settings can be found in
portal.properties
clearCache in interface BasePersistence<DLFileEntry>clearCache in class BasePersistenceImpl<DLFileEntry>public void clearCache(DLFileEntry dlFileEntry)
BasePersistence
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 DLFileEntryPersistence
public DLFileEntry remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
remove in interface BasePersistence<DLFileEntry>remove in class BasePersistenceImpl<DLFileEntry>primaryKey - the primary key of the model instance to remove
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if a system exception occurred
public DLFileEntry remove(long fileEntryId)
throws NoSuchFileEntryException,
SystemException
remove in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
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
BasePersistence
findByPrimaryKey in interface BasePersistence<DLFileEntry>findByPrimaryKey in class BasePersistenceImpl<DLFileEntry>primaryKey - the primary key of the model instance to find
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
public DLFileEntry findByPrimaryKey(long fileEntryId)
throws NoSuchFileEntryException,
SystemException
findByPrimaryKey in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
BasePersistencenull if it could not be found.
fetchByPrimaryKey in interface BasePersistence<DLFileEntry>fetchByPrimaryKey in class BasePersistenceImpl<DLFileEntry>primaryKey - the primary key of the model instance to find
null 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
public DLFileEntry fetchByPrimaryKey(long fileEntryId)
throws SystemException
fetchByPrimaryKey in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByUuid(String uuid)
throws SystemException
findByUuid in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByUuid(String uuid,
int start,
int end)
throws SystemException
findByUuid in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByUuid in interface DLFileEntryPersistenceSystemException
public DLFileEntry findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByUuid_First in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByUuid_Last in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByUuid_PrevAndNext in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
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
findByUUID_G in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry fetchByUUID_G(String uuid,
long groupId)
throws SystemException
fetchByUUID_G in interface DLFileEntryPersistenceSystemException
public DLFileEntry fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
fetchByUUID_G in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByGroupId(long groupId,
int start,
int end)
throws SystemException
findByGroupId in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByGroupId in interface DLFileEntryPersistenceSystemException
public DLFileEntry findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByGroupId_First in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByGroupId_Last in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByGroupId_PrevAndNext in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
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 DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
filterFindByGroupId in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByGroupId in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
findByCompanyId in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByCompanyId in interface DLFileEntryPersistenceSystemException
public DLFileEntry findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByCompanyId_First in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByCompanyId_Last in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByCompanyId_PrevAndNext in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
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 DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
findByG_U in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_U in interface DLFileEntryPersistenceSystemException
public DLFileEntry findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByG_U_First in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByG_U_Last in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByG_U_PrevAndNext in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
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 DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
filterFindByG_U in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_U in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_F(long groupId,
long folderId)
throws SystemException
findByG_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
findByG_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_F in interface DLFileEntryPersistenceSystemException
public DLFileEntry findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByG_F_First in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByG_F_Last in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByG_F_PrevAndNext in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
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
findByG_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_F(long groupId,
long[] folderIds,
int start,
int end)
throws SystemException
findByG_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_F(long groupId,
long folderId)
throws SystemException
filterFindByG_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
filterFindByG_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_F(long groupId,
long[] folderIds)
throws SystemException
filterFindByG_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
throws SystemException
filterFindByG_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long folderId)
throws SystemException
findByG_U_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
throws SystemException
findByG_U_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_U_F in interface DLFileEntryPersistenceSystemException
public DLFileEntry findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByG_U_F_First in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByG_U_F_Last in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileEntryException,
SystemException
findByG_U_F_PrevAndNext in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
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
findByG_U_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
throws SystemException
findByG_U_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_U_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long folderId)
throws SystemException
filterFindByG_U_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
throws SystemException
filterFindByG_U_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_U_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long[] folderIds)
throws SystemException
filterFindByG_U_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
throws SystemException
filterFindByG_U_F in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_U_F in interface DLFileEntryPersistenceSystemException
public DLFileEntry findByG_F_N(long groupId,
long folderId,
String name)
throws NoSuchFileEntryException,
SystemException
findByG_F_N in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry fetchByG_F_N(long groupId,
long folderId,
String name)
throws SystemException
fetchByG_F_N in interface DLFileEntryPersistenceSystemException
public DLFileEntry fetchByG_F_N(long groupId,
long folderId,
String name,
boolean retrieveFromCache)
throws SystemException
fetchByG_F_N in interface DLFileEntryPersistenceSystemException
public DLFileEntry findByG_F_T(long groupId,
long folderId,
String title)
throws NoSuchFileEntryException,
SystemException
findByG_F_T in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public DLFileEntry fetchByG_F_T(long groupId,
long folderId,
String title)
throws SystemException
fetchByG_F_T in interface DLFileEntryPersistenceSystemException
public DLFileEntry fetchByG_F_T(long groupId,
long folderId,
String title,
boolean retrieveFromCache)
throws SystemException
fetchByG_F_T in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findAll()
throws SystemException
findAll in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findAll(int start,
int end)
throws SystemException
findAll in interface DLFileEntryPersistenceSystemException
public List<DLFileEntry> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findAll in interface DLFileEntryPersistenceSystemException
public void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface DLFileEntryPersistenceSystemException
public void removeByUUID_G(String uuid,
long groupId)
throws NoSuchFileEntryException,
SystemException
removeByUUID_G in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface DLFileEntryPersistenceSystemException
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface DLFileEntryPersistenceSystemException
public void removeByG_U(long groupId,
long userId)
throws SystemException
removeByG_U in interface DLFileEntryPersistenceSystemException
public void removeByG_F(long groupId,
long folderId)
throws SystemException
removeByG_F in interface DLFileEntryPersistenceSystemException
public void removeByG_U_F(long groupId,
long userId,
long folderId)
throws SystemException
removeByG_U_F in interface DLFileEntryPersistenceSystemException
public void removeByG_F_N(long groupId,
long folderId,
String name)
throws NoSuchFileEntryException,
SystemException
removeByG_F_N in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public void removeByG_F_T(long groupId,
long folderId,
String title)
throws NoSuchFileEntryException,
SystemException
removeByG_F_T in interface DLFileEntryPersistenceNoSuchFileEntryException
SystemException
public void removeAll()
throws SystemException
removeAll in interface DLFileEntryPersistenceSystemException
public int countByUuid(String uuid)
throws SystemException
countByUuid in interface DLFileEntryPersistenceSystemException
public int countByUUID_G(String uuid,
long groupId)
throws SystemException
countByUUID_G in interface DLFileEntryPersistenceSystemException
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface DLFileEntryPersistenceSystemException
public int filterCountByGroupId(long groupId)
throws SystemException
filterCountByGroupId in interface DLFileEntryPersistenceSystemException
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface DLFileEntryPersistenceSystemException
public int countByG_U(long groupId,
long userId)
throws SystemException
countByG_U in interface DLFileEntryPersistenceSystemException
public int filterCountByG_U(long groupId,
long userId)
throws SystemException
filterCountByG_U in interface DLFileEntryPersistenceSystemException
public int countByG_F(long groupId,
long folderId)
throws SystemException
countByG_F in interface DLFileEntryPersistenceSystemException
public int countByG_F(long groupId,
long[] folderIds)
throws SystemException
countByG_F in interface DLFileEntryPersistenceSystemException
public int filterCountByG_F(long groupId,
long folderId)
throws SystemException
filterCountByG_F in interface DLFileEntryPersistenceSystemException
public int filterCountByG_F(long groupId,
long[] folderIds)
throws SystemException
filterCountByG_F in interface DLFileEntryPersistenceSystemException
public int countByG_U_F(long groupId,
long userId,
long folderId)
throws SystemException
countByG_U_F in interface DLFileEntryPersistenceSystemException
public int countByG_U_F(long groupId,
long userId,
long[] folderIds)
throws SystemException
countByG_U_F in interface DLFileEntryPersistenceSystemException
public int filterCountByG_U_F(long groupId,
long userId,
long folderId)
throws SystemException
filterCountByG_U_F in interface DLFileEntryPersistenceSystemException
public int filterCountByG_U_F(long groupId,
long userId,
long[] folderIds)
throws SystemException
filterCountByG_U_F in interface DLFileEntryPersistenceSystemException
public int countByG_F_N(long groupId,
long folderId,
String name)
throws SystemException
countByG_F_N in interface DLFileEntryPersistenceSystemException
public int filterCountByG_F_N(long groupId,
long folderId,
String name)
throws SystemException
filterCountByG_F_N in interface DLFileEntryPersistenceSystemException
public int countByG_F_T(long groupId,
long folderId,
String title)
throws SystemException
countByG_F_T in interface DLFileEntryPersistenceSystemException
public int filterCountByG_F_T(long groupId,
long folderId,
String title)
throws SystemException
filterCountByG_F_T in interface DLFileEntryPersistenceSystemException
public int countAll()
throws SystemException
countAll in interface DLFileEntryPersistenceSystemExceptionpublic void afterPropertiesSet()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||