com.liferay.portlet.documentlibrary.service.persistence
Interface DLFileShortcutPersistence
- All Superinterfaces:
- BasePersistence<DLFileShortcut>
public interface DLFileShortcutPersistence
- extends BasePersistence<DLFileShortcut>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileShortcutPersistenceImpl
,
DLFileShortcutUtil
- Generated:
Method Summary |
void |
cacheResult(DLFileShortcut dlFileShortcut)
|
void |
cacheResult(java.util.List<DLFileShortcut> dlFileShortcuts)
|
int |
countAll()
|
int |
countByG_F_S(long groupId,
long folderId,
int status)
|
int |
countByG_F(long groupId,
long folderId)
|
int |
countByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status)
|
int |
countByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
DLFileShortcut |
create(long fileShortcutId)
|
DLFileShortcut |
fetchByPrimaryKey(long fileShortcutId)
|
DLFileShortcut |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
DLFileShortcut |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
java.util.List<DLFileShortcut> |
findAll()
|
java.util.List<DLFileShortcut> |
findAll(int start,
int end)
|
java.util.List<DLFileShortcut> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut |
findByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut |
findByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut[] |
findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut |
findByG_F_S_First(long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut |
findByG_F_S_Last(long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut[] |
findByG_F_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status)
|
java.util.List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
|
java.util.List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileShortcut> |
findByG_F(long groupId,
long folderId)
|
java.util.List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end)
|
java.util.List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut |
findByG_TF_TN_First(long groupId,
long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut |
findByG_TF_TN_Last(long groupId,
long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut[] |
findByG_TF_TN_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut |
findByG_TF_TN_S_First(long groupId,
long toFolderId,
java.lang.String toName,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut |
findByG_TF_TN_S_Last(long groupId,
long toFolderId,
java.lang.String toName,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut[] |
findByG_TF_TN_S_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
java.lang.String toName,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileShortcut> |
findByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status)
|
java.util.List<DLFileShortcut> |
findByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status,
int start,
int end)
|
java.util.List<DLFileShortcut> |
findByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileShortcut> |
findByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName)
|
java.util.List<DLFileShortcut> |
findByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName,
int start,
int end)
|
java.util.List<DLFileShortcut> |
findByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut |
findByPrimaryKey(long fileShortcutId)
|
DLFileShortcut |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut |
findByUUID_G(java.lang.String uuid,
long groupId)
|
DLFileShortcut |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut[] |
findByUuid_PrevAndNext(long fileShortcutId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileShortcut> |
findByUuid(java.lang.String uuid)
|
java.util.List<DLFileShortcut> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<DLFileShortcut> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileShortcut |
remove(long fileShortcutId)
|
void |
removeAll()
|
void |
removeByG_F_S(long groupId,
long folderId,
int status)
|
void |
removeByG_F(long groupId,
long folderId)
|
void |
removeByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status)
|
void |
removeByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
DLFileShortcut |
updateImpl(DLFileShortcut dlFileShortcut,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(DLFileShortcut dlFileShortcut)
cacheResult
void cacheResult(java.util.List<DLFileShortcut> dlFileShortcuts)
create
DLFileShortcut create(long fileShortcutId)
remove
DLFileShortcut remove(long fileShortcutId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
updateImpl
DLFileShortcut updateImpl(DLFileShortcut dlFileShortcut,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
DLFileShortcut findByPrimaryKey(long fileShortcutId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
fetchByPrimaryKey
DLFileShortcut fetchByPrimaryKey(long fileShortcutId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<DLFileShortcut> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<DLFileShortcut> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<DLFileShortcut> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid_First
DLFileShortcut findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByUuid_Last
DLFileShortcut findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByUuid_PrevAndNext
DLFileShortcut[] findByUuid_PrevAndNext(long fileShortcutId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByUUID_G
DLFileShortcut findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
fetchByUUID_G
DLFileShortcut fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByUUID_G
DLFileShortcut fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F
java.util.List<DLFileShortcut> findByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F
java.util.List<DLFileShortcut> findByG_F(long groupId,
long folderId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F
java.util.List<DLFileShortcut> findByG_F(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F_First
DLFileShortcut findByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByG_F_Last
DLFileShortcut findByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByG_F_PrevAndNext
DLFileShortcut[] findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByG_F_S
java.util.List<DLFileShortcut> findByG_F_S(long groupId,
long folderId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F_S
java.util.List<DLFileShortcut> findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F_S
java.util.List<DLFileShortcut> findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F_S_First
DLFileShortcut findByG_F_S_First(long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByG_F_S_Last
DLFileShortcut findByG_F_S_Last(long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByG_F_S_PrevAndNext
DLFileShortcut[] findByG_F_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByG_TF_TN
java.util.List<DLFileShortcut> findByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_TF_TN
java.util.List<DLFileShortcut> findByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_TF_TN
java.util.List<DLFileShortcut> findByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_TF_TN_First
DLFileShortcut findByG_TF_TN_First(long groupId,
long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByG_TF_TN_Last
DLFileShortcut findByG_TF_TN_Last(long groupId,
long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByG_TF_TN_PrevAndNext
DLFileShortcut[] findByG_TF_TN_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByG_TF_TN_S
java.util.List<DLFileShortcut> findByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_TF_TN_S
java.util.List<DLFileShortcut> findByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_TF_TN_S
java.util.List<DLFileShortcut> findByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_TF_TN_S_First
DLFileShortcut findByG_TF_TN_S_First(long groupId,
long toFolderId,
java.lang.String toName,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByG_TF_TN_S_Last
DLFileShortcut findByG_TF_TN_S_Last(long groupId,
long toFolderId,
java.lang.String toName,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findByG_TF_TN_S_PrevAndNext
DLFileShortcut[] findByG_TF_TN_S_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
java.lang.String toName,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
findAll
java.util.List<DLFileShortcut> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<DLFileShortcut> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<DLFileShortcut> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUuid
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G
void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
removeByG_F
void removeByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_F_S
void removeByG_F_S(long groupId,
long folderId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_TF_TN
void removeByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_TF_TN_S
void removeByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUuid
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUUID_G
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F
int countByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F_S
int countByG_F_S(long groupId,
long folderId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_TF_TN
int countByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_TF_TN_S
int countByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException