|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DLFileShortcutPersistence
The persistence interface for the d l file shortcut service.
Never modify this interface directly. Modify service.xml and rerun ServiceBuilder to regnerate this interface.
DLFileShortcutPersistenceImpl,
DLFileShortcutUtil| Method Summary | |
|---|---|
void |
cacheResult(DLFileShortcut dlFileShortcut)
Caches the d l file shortcut in the entity cache if it is enabled. |
void |
cacheResult(List<DLFileShortcut> dlFileShortcuts)
Caches the d l file shortcuts in the entity cache if it is enabled. |
int |
countAll()
Counts all the d l file shortcuts. |
int |
countByG_F_S(long groupId,
long folderId,
int status)
Counts all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
int |
countByG_F(long groupId,
long folderId)
Counts all the d l file shortcuts where groupId = ? and folderId = ?. |
int |
countByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
Counts all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
int |
countByG_TF_TN(long groupId,
long toFolderId,
String toName)
Counts all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Counts all the d l file shortcuts where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Counts all the d l file shortcuts where uuid = ?. |
DLFileShortcut |
create(long fileShortcutId)
Creates a new d l file shortcut with the primary key. |
DLFileShortcut |
fetchByPrimaryKey(long fileShortcutId)
Finds the d l file shortcut with the primary key or returns null if it could not be found. |
DLFileShortcut |
fetchByUUID_G(String uuid,
long groupId)
Finds the d l file shortcut where uuid = ? and groupId = ? or returns null if it could not be found. |
DLFileShortcut |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the d l file shortcut where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
int |
filterCountByG_F_S(long groupId,
long folderId,
int status)
Filters by the user's permissions and counts all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
int |
filterCountByG_F(long groupId,
long folderId)
Filters by the user's permissions and counts all the d l file shortcuts where groupId = ? and folderId = ?. |
int |
filterCountByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
Filters by the user's permissions and counts all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
int |
filterCountByG_TF_TN(long groupId,
long toFolderId,
String toName)
Filters by the user's permissions and counts all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
filterFindByG_F_S(long groupId,
long folderId,
int status)
Filters by the user's permissions and finds all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_F(long groupId,
long folderId)
Filters by the user's permissions and finds all the d l file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
Filters by the user's permissions and finds all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName)
Filters by the user's permissions and finds all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
findAll()
Finds all the d l file shortcuts. |
List<DLFileShortcut> |
findAll(int start,
int end)
Finds a range of all the d l file shortcuts. |
List<DLFileShortcut> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts. |
DLFileShortcut |
findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut[] |
findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileShortcut |
findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileShortcut[] |
findByG_F_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status)
Finds all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Finds a range of all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
findByG_F(long groupId,
long folderId)
Finds all the d l file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end)
Finds a range of all the d l file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts where groupId = ? and folderId = ?. |
DLFileShortcut |
findByG_TF_TN_First(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut |
findByG_TF_TN_Last(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut[] |
findByG_TF_TN_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut |
findByG_TF_TN_S_First(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
DLFileShortcut |
findByG_TF_TN_S_Last(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
DLFileShortcut[] |
findByG_TF_TN_S_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
Finds all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end)
Finds a range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
findByG_TF_TN(long groupId,
long toFolderId,
String toName)
Finds all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
findByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end)
Finds a range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
findByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut |
findByPrimaryKey(long fileShortcutId)
Finds the d l file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found. |
DLFileShortcut |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where uuid = ?. |
DLFileShortcut |
findByUUID_G(String uuid,
long groupId)
Finds the d l file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found. |
DLFileShortcut |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where uuid = ?. |
DLFileShortcut[] |
findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where uuid = ?. |
List<DLFileShortcut> |
findByUuid(String uuid)
Finds all the d l file shortcuts where uuid = ?. |
List<DLFileShortcut> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the d l file shortcuts where uuid = ?. |
List<DLFileShortcut> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts where uuid = ?. |
DLFileShortcut |
remove(long fileShortcutId)
Removes the d l file shortcut with the primary key from the database. |
void |
removeAll()
Removes all the d l file shortcuts from the database. |
void |
removeByG_F_S(long groupId,
long folderId,
int status)
Removes all the d l file shortcuts where groupId = ? and folderId = ? and status = ? from the database. |
void |
removeByG_F(long groupId,
long folderId)
Removes all the d l file shortcuts where groupId = ? and folderId = ? from the database. |
void |
removeByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
Removes all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ? from the database. |
void |
removeByG_TF_TN(long groupId,
long toFolderId,
String toName)
Removes all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? from the database. |
void |
removeByUUID_G(String uuid,
long groupId)
Removes the d l file shortcut where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the d l file shortcuts where uuid = ? from the database. |
DLFileShortcut |
updateImpl(DLFileShortcut dlFileShortcut,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
| Method Detail |
|---|
void cacheResult(DLFileShortcut dlFileShortcut)
dlFileShortcut - the d l file shortcut to cachevoid cacheResult(List<DLFileShortcut> dlFileShortcuts)
dlFileShortcuts - the d l file shortcuts to cacheDLFileShortcut create(long fileShortcutId)
fileShortcutId - the primary key for the new d l file shortcut
DLFileShortcut remove(long fileShortcutId)
throws SystemException,
NoSuchFileShortcutException
fileShortcutId - the primary key of the d l file shortcut to remove
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
DLFileShortcut updateImpl(DLFileShortcut dlFileShortcut,
boolean merge)
throws SystemException
SystemException
DLFileShortcut findByPrimaryKey(long fileShortcutId)
throws SystemException,
NoSuchFileShortcutException
NoSuchFileShortcutException if it could not be found.
fileShortcutId - the primary key of the d l file shortcut to find
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
DLFileShortcut fetchByPrimaryKey(long fileShortcutId)
throws SystemException
null if it could not be found.
fileShortcutId - the primary key of the d l file shortcut to find
null if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
List<DLFileShortcut> findByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
List<DLFileShortcut> findByUuid(String uuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuid to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
List<DLFileShortcut> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuid to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
DLFileShortcut findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
uuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut[] findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
fileShortcutId - the primary key of the current d l file shortcutuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
DLFileShortcut findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchFileShortcutException
NoSuchFileShortcutException if it could not be found.
uuid - the uuid to search withgroupId - the group id to search with
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
uuid - the uuid to search withgroupId - the group id to search with
null if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
uuid - the uuid to search withgroupId - the group id to search with
null if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_F(long groupId,
long folderId)
throws SystemException
groupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
DLFileShortcut findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut[] findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
fileShortcutId - the primary key of the current d l file shortcutgroupId - the group id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_F(long groupId,
long folderId)
throws SystemException
groupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_F_S(long groupId,
long folderId,
int status)
throws SystemException
groupId - the group id to search withfolderId - the folder id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
DLFileShortcut findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut[] findByG_F_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
fileShortcutId - the primary key of the current d l file shortcutgroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_F_S(long groupId,
long folderId,
int status)
throws SystemException
groupId - the group id to search withfolderId - the folder id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_TF_TN(long groupId,
long toFolderId,
String toName)
throws SystemException
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search with
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
DLFileShortcut findByG_TF_TN_First(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut findByG_TF_TN_Last(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut[] findByG_TF_TN_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
fileShortcutId - the primary key of the current d l file shortcutgroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName)
throws SystemException
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search with
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
throws SystemException
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search with
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
List<DLFileShortcut> findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
DLFileShortcut findByG_TF_TN_S_First(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut findByG_TF_TN_S_Last(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
DLFileShortcut[] findByG_TF_TN_S_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFileShortcutException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
fileShortcutId - the primary key of the current d l file shortcutgroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
throws SystemException
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search with
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
List<DLFileShortcut> findAll()
throws SystemException
SystemException - if a system exception occurred
List<DLFileShortcut> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
List<DLFileShortcut> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
void removeByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
void removeByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchFileShortcutException
uuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
NoSuchFileShortcutException
void removeByG_F(long groupId,
long folderId)
throws SystemException
groupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
void removeByG_F_S(long groupId,
long folderId,
int status)
throws SystemException
groupId - the group id to search withfolderId - the folder id to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeByG_TF_TN(long groupId,
long toFolderId,
String toName)
throws SystemException
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search with
SystemException - if a system exception occurred
void removeByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
throws SystemException
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
int countByUUID_G(String uuid,
long groupId)
throws SystemException
uuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
int countByG_F(long groupId,
long folderId)
throws SystemException
groupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
int filterCountByG_F(long groupId,
long folderId)
throws SystemException
groupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
int countByG_F_S(long groupId,
long folderId,
int status)
throws SystemException
groupId - the group id to search withfolderId - the folder id to search withstatus - the status to search with
SystemException - if a system exception occurred
int filterCountByG_F_S(long groupId,
long folderId,
int status)
throws SystemException
groupId - the group id to search withfolderId - the folder id to search withstatus - the status to search with
SystemException - if a system exception occurred
int countByG_TF_TN(long groupId,
long toFolderId,
String toName)
throws SystemException
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search with
SystemException - if a system exception occurred
int filterCountByG_TF_TN(long groupId,
long toFolderId,
String toName)
throws SystemException
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search with
SystemException - if a system exception occurred
int countByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
throws SystemException
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search with
SystemException - if a system exception occurred
int filterCountByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
throws SystemException
groupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search with
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||