com.liferay.portlet.documentlibrary.service.persistence
Class DLFileShortcutUtil
java.lang.Object
com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutUtil
public class DLFileShortcutUtil
- extends java.lang.Object
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:
DLFileShortcutPersistence
,
DLFileShortcutPersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(DLFileShortcut dlFileShortcut)
|
static void |
cacheResult(java.util.List<DLFileShortcut> dlFileShortcuts)
|
static void |
clearCache()
|
static void |
clearCache(DLFileShortcut dlFileShortcut)
|
static int |
countAll()
|
static int |
countByFolderId(long folderId)
|
static int |
countByTF_TN(long toFolderId,
java.lang.String toName)
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
static int |
countByUuid(java.lang.String uuid)
|
int |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static DLFileShortcut |
create(long fileShortcutId)
|
static DLFileShortcut |
fetchByPrimaryKey(long fileShortcutId)
|
static DLFileShortcut |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
static DLFileShortcut |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
static java.util.List<DLFileShortcut> |
findAll()
|
static java.util.List<DLFileShortcut> |
findAll(int start,
int end)
|
static java.util.List<DLFileShortcut> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static DLFileShortcut |
findByFolderId_First(long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static DLFileShortcut |
findByFolderId_Last(long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static DLFileShortcut[] |
findByFolderId_PrevAndNext(long fileShortcutId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<DLFileShortcut> |
findByFolderId(long folderId)
|
static java.util.List<DLFileShortcut> |
findByFolderId(long folderId,
int start,
int end)
|
static java.util.List<DLFileShortcut> |
findByFolderId(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static DLFileShortcut |
findByPrimaryKey(long fileShortcutId)
|
static DLFileShortcut |
findByTF_TN_First(long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static DLFileShortcut |
findByTF_TN_Last(long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static DLFileShortcut[] |
findByTF_TN_PrevAndNext(long fileShortcutId,
long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<DLFileShortcut> |
findByTF_TN(long toFolderId,
java.lang.String toName)
|
static java.util.List<DLFileShortcut> |
findByTF_TN(long toFolderId,
java.lang.String toName,
int start,
int end)
|
static java.util.List<DLFileShortcut> |
findByTF_TN(long toFolderId,
java.lang.String toName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static DLFileShortcut |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static DLFileShortcut |
findByUUID_G(java.lang.String uuid,
long groupId)
|
static DLFileShortcut |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static DLFileShortcut[] |
findByUuid_PrevAndNext(long fileShortcutId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<DLFileShortcut> |
findByUuid(java.lang.String uuid)
|
static java.util.List<DLFileShortcut> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
static java.util.List<DLFileShortcut> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static DLFileShortcutPersistence |
getPersistence()
|
static DLFileShortcut |
remove(DLFileShortcut dlFileShortcut)
|
static DLFileShortcut |
remove(long fileShortcutId)
|
static void |
removeAll()
|
static void |
removeByFolderId(long folderId)
|
static void |
removeByTF_TN(long toFolderId,
java.lang.String toName)
|
static void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
static void |
removeByUuid(java.lang.String uuid)
|
void |
setPersistence(DLFileShortcutPersistence persistence)
|
static DLFileShortcut |
update(DLFileShortcut dlFileShortcut)
Deprecated. Use com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean) . |
static DLFileShortcut |
update(DLFileShortcut dlFileShortcut,
boolean merge)
|
static DLFileShortcut |
updateImpl(DLFileShortcut dlFileShortcut,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileShortcutUtil
public DLFileShortcutUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
clearCache
public static void clearCache(DLFileShortcut dlFileShortcut)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(DLFileShortcut)
countWithDynamicQuery
public int countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static DLFileShortcut remove(DLFileShortcut dlFileShortcut)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static DLFileShortcut update(DLFileShortcut dlFileShortcut,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(DLFileShortcut dlFileShortcut)
cacheResult
public static void cacheResult(java.util.List<DLFileShortcut> dlFileShortcuts)
create
public static DLFileShortcut create(long fileShortcutId)
remove
public static DLFileShortcut remove(long fileShortcutId)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
update
public static DLFileShortcut update(DLFileShortcut dlFileShortcut)
throws com.liferay.portal.SystemException
- Deprecated. Use
com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
public static DLFileShortcut updateImpl(DLFileShortcut dlFileShortcut,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public static DLFileShortcut findByPrimaryKey(long fileShortcutId)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
fetchByPrimaryKey
public static DLFileShortcut fetchByPrimaryKey(long fileShortcutId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public static java.util.List<DLFileShortcut> findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public static java.util.List<DLFileShortcut> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public static java.util.List<DLFileShortcut> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid_First
public static DLFileShortcut findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
findByUuid_Last
public static DLFileShortcut findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
findByUuid_PrevAndNext
public static DLFileShortcut[] findByUuid_PrevAndNext(long fileShortcutId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
findByUUID_G
public static DLFileShortcut findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
fetchByUUID_G
public static DLFileShortcut fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByUUID_G
public static DLFileShortcut fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByFolderId
public static java.util.List<DLFileShortcut> findByFolderId(long folderId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByFolderId
public static java.util.List<DLFileShortcut> findByFolderId(long folderId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByFolderId
public static java.util.List<DLFileShortcut> findByFolderId(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByFolderId_First
public static DLFileShortcut findByFolderId_First(long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
findByFolderId_Last
public static DLFileShortcut findByFolderId_Last(long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
findByFolderId_PrevAndNext
public static DLFileShortcut[] findByFolderId_PrevAndNext(long fileShortcutId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
findByTF_TN
public static java.util.List<DLFileShortcut> findByTF_TN(long toFolderId,
java.lang.String toName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByTF_TN
public static java.util.List<DLFileShortcut> findByTF_TN(long toFolderId,
java.lang.String toName,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByTF_TN
public static java.util.List<DLFileShortcut> findByTF_TN(long toFolderId,
java.lang.String toName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByTF_TN_First
public static DLFileShortcut findByTF_TN_First(long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
findByTF_TN_Last
public static DLFileShortcut findByTF_TN_Last(long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
findByTF_TN_PrevAndNext
public static DLFileShortcut[] findByTF_TN_PrevAndNext(long fileShortcutId,
long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
findAll
public static java.util.List<DLFileShortcut> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<DLFileShortcut> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<DLFileShortcut> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUuid
public static void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUUID_G
public static void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.SystemException
NoSuchFileShortcutException
removeByFolderId
public static void removeByFolderId(long folderId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByTF_TN
public static void removeByTF_TN(long toFolderId,
java.lang.String toName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
public static void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUuid
public static int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUUID_G
public static int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByFolderId
public static int countByFolderId(long folderId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByTF_TN
public static int countByTF_TN(long toFolderId,
java.lang.String toName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public static int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPersistence
public static DLFileShortcutPersistence getPersistence()
setPersistence
public void setPersistence(DLFileShortcutPersistence persistence)