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 int |
countAll()
|
static int |
countByG_F_S(long groupId,
long folderId,
int status)
|
static int |
countByG_F(long groupId,
long folderId)
|
static int |
countByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status)
|
static int |
countByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName)
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
static int |
countByUuid(java.lang.String uuid)
|
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 obc)
|
static DLFileShortcut |
findByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut |
findByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut[] |
findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut |
findByG_F_S_First(long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut |
findByG_F_S_Last(long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut[] |
findByG_F_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status)
|
static java.util.List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
|
static java.util.List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<DLFileShortcut> |
findByG_F(long groupId,
long folderId)
|
static java.util.List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end)
|
static java.util.List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut |
findByG_TF_TN_First(long groupId,
long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut |
findByG_TF_TN_Last(long groupId,
long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut[] |
findByG_TF_TN_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
java.lang.String toName,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut |
findByG_TF_TN_S_First(long groupId,
long toFolderId,
java.lang.String toName,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut |
findByG_TF_TN_S_Last(long groupId,
long toFolderId,
java.lang.String toName,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static 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)
|
static java.util.List<DLFileShortcut> |
findByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status)
|
static java.util.List<DLFileShortcut> |
findByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status,
int start,
int end)
|
static 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)
|
static java.util.List<DLFileShortcut> |
findByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName)
|
static java.util.List<DLFileShortcut> |
findByG_TF_TN(long groupId,
long toFolderId,
java.lang.String toName,
int start,
int end)
|
static 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)
|
static DLFileShortcut |
findByPrimaryKey(long fileShortcutId)
|
static DLFileShortcut |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut |
findByUUID_G(java.lang.String uuid,
long groupId)
|
static DLFileShortcut |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileShortcut[] |
findByUuid_PrevAndNext(long fileShortcutId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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 obc)
|
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 |
removeByG_F_S(long groupId,
long folderId,
int status)
|
static void |
removeByG_F(long groupId,
long folderId)
|
static void |
removeByG_TF_TN_S(long groupId,
long toFolderId,
java.lang.String toName,
int status)
|
static void |
removeByG_TF_TN(long groupId,
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,
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()
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static DLFileShortcut remove(DLFileShortcut dlFileShortcut)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static DLFileShortcut update(DLFileShortcut dlFileShortcut,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
updateImpl
public static DLFileShortcut updateImpl(DLFileShortcut dlFileShortcut,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public static DLFileShortcut findByPrimaryKey(long fileShortcutId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileShortcutException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileShortcutException
fetchByPrimaryKey
public static DLFileShortcut fetchByPrimaryKey(long fileShortcutId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
public static java.util.List<DLFileShortcut> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static java.util.List<DLFileShortcut> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<DLFileShortcut> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static 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
public static void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G
public static 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
public static void removeByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_F_S
public static 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
public static 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
public static 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
public static void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUuid
public static int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUUID_G
public static 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
public static int countByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F_S
public static 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
public static 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
public static 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
public static int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getPersistence
public static DLFileShortcutPersistence getPersistence()
setPersistence
public void setPersistence(DLFileShortcutPersistence persistence)