|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType public interface DLFileShortcutPersistence
The persistence interface for the document library file shortcut service.
Caching information and settings can be found in portal.properties
DLFileShortcutPersistenceImpl
,
DLFileShortcutUtil
Method Summary | |
---|---|
abstract void |
cacheResult(DLFileShortcut dlFileShortcut)
Caches the document library file shortcut in the entity cache if it is enabled. |
abstract void |
cacheResult(List<DLFileShortcut> dlFileShortcuts)
Caches the document library file shortcuts in the entity cache if it is enabled. |
abstract int |
countAll()
Returns the number of document library file shortcuts. |
abstract int |
countByC_NotS(long companyId,
int status)
Returns the number of document library file shortcuts where companyId = ? and status ≠ ?. |
abstract int |
countByCompanyId(long companyId)
Returns the number of document library file shortcuts where companyId = ?. |
abstract int |
countByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract int |
countByG_F_A(long groupId,
long folderId,
boolean active)
Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
abstract int |
countByG_F(long groupId,
long folderId)
Returns the number of document library file shortcuts where groupId = ? and folderId = ?. |
abstract int |
countByToFileEntryId(long toFileEntryId)
Returns the number of document library file shortcuts where toFileEntryId = ?. |
abstract int |
countByUuid_C(String uuid,
long companyId)
Returns the number of document library file shortcuts where uuid = ? and companyId = ?. |
abstract int |
countByUUID_G(String uuid,
long groupId)
Returns the number of document library file shortcuts where uuid = ? and groupId = ?. |
abstract int |
countByUuid(String uuid)
Returns the number of document library file shortcuts where uuid = ?. |
abstract DLFileShortcut |
create(long fileShortcutId)
Creates a new document library file shortcut with the primary key. |
abstract DLFileShortcut |
fetchByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
abstract DLFileShortcut |
fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
abstract DLFileShortcut |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ?. |
abstract DLFileShortcut |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ?. |
abstract DLFileShortcut |
fetchByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
abstract DLFileShortcut |
fetchByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
abstract DLFileShortcut |
fetchByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract DLFileShortcut |
fetchByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract DLFileShortcut |
fetchByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
abstract DLFileShortcut |
fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
abstract DLFileShortcut |
fetchByPrimaryKey(long fileShortcutId)
Returns the document library file shortcut with the primary key or returns null if it could not be found. |
abstract DLFileShortcut |
fetchByToFileEntryId_First(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
abstract DLFileShortcut |
fetchByToFileEntryId_Last(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
abstract DLFileShortcut |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
abstract DLFileShortcut |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
abstract DLFileShortcut |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
abstract DLFileShortcut |
fetchByUUID_G(String uuid,
long groupId)
Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found. |
abstract DLFileShortcut |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract DLFileShortcut |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
abstract int |
filterCountByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract int |
filterCountByG_F_A(long groupId,
long folderId,
boolean active)
Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
abstract int |
filterCountByG_F(long groupId,
long folderId)
Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
abstract DLFileShortcut[] |
filterFindByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
abstract DLFileShortcut[] |
filterFindByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract List<DLFileShortcut> |
filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract List<DLFileShortcut> |
filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract List<DLFileShortcut> |
filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract List<DLFileShortcut> |
filterFindByG_F_A(long groupId,
long folderId,
boolean active)
Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
abstract List<DLFileShortcut> |
filterFindByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end)
Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
abstract List<DLFileShortcut> |
filterFindByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?. |
abstract DLFileShortcut[] |
filterFindByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
abstract List<DLFileShortcut> |
filterFindByG_F(long groupId,
long folderId)
Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
abstract List<DLFileShortcut> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
abstract List<DLFileShortcut> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?. |
abstract List<DLFileShortcut> |
findAll()
Returns all the document library file shortcuts. |
abstract List<DLFileShortcut> |
findAll(int start,
int end)
Returns a range of all the document library file shortcuts. |
abstract List<DLFileShortcut> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts. |
abstract DLFileShortcut |
findByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
abstract DLFileShortcut |
findByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
abstract DLFileShortcut[] |
findByC_NotS_PrevAndNext(long fileShortcutId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
abstract List<DLFileShortcut> |
findByC_NotS(long companyId,
int status)
Returns all the document library file shortcuts where companyId = ? and status ≠ ?. |
abstract List<DLFileShortcut> |
findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the document library file shortcuts where companyId = ? and status ≠ ?. |
abstract List<DLFileShortcut> |
findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?. |
abstract DLFileShortcut |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ?. |
abstract DLFileShortcut |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ?. |
abstract DLFileShortcut[] |
findByCompanyId_PrevAndNext(long fileShortcutId,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?. |
abstract List<DLFileShortcut> |
findByCompanyId(long companyId)
Returns all the document library file shortcuts where companyId = ?. |
abstract List<DLFileShortcut> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the document library file shortcuts where companyId = ?. |
abstract List<DLFileShortcut> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where companyId = ?. |
abstract DLFileShortcut |
findByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
abstract DLFileShortcut |
findByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
abstract DLFileShortcut[] |
findByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
abstract DLFileShortcut |
findByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract DLFileShortcut |
findByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract DLFileShortcut[] |
findByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract List<DLFileShortcut> |
findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract List<DLFileShortcut> |
findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract List<DLFileShortcut> |
findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
abstract List<DLFileShortcut> |
findByG_F_A(long groupId,
long folderId,
boolean active)
Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
abstract List<DLFileShortcut> |
findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end)
Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
abstract List<DLFileShortcut> |
findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
abstract DLFileShortcut |
findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
abstract DLFileShortcut |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
abstract DLFileShortcut[] |
findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
abstract List<DLFileShortcut> |
findByG_F(long groupId,
long folderId)
Returns all the document library file shortcuts where groupId = ? and folderId = ?. |
abstract List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file shortcuts where groupId = ? and folderId = ?. |
abstract List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?. |
abstract DLFileShortcut |
findByPrimaryKey(long fileShortcutId)
Returns the document library file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found. |
abstract DLFileShortcut |
findByToFileEntryId_First(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
abstract DLFileShortcut |
findByToFileEntryId_Last(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
abstract DLFileShortcut[] |
findByToFileEntryId_PrevAndNext(long fileShortcutId,
long toFileEntryId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?. |
abstract List<DLFileShortcut> |
findByToFileEntryId(long toFileEntryId)
Returns all the document library file shortcuts where toFileEntryId = ?. |
abstract List<DLFileShortcut> |
findByToFileEntryId(long toFileEntryId,
int start,
int end)
Returns a range of all the document library file shortcuts where toFileEntryId = ?. |
abstract List<DLFileShortcut> |
findByToFileEntryId(long toFileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?. |
abstract DLFileShortcut |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
abstract DLFileShortcut |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
abstract DLFileShortcut[] |
findByUuid_C_PrevAndNext(long fileShortcutId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
abstract List<DLFileShortcut> |
findByUuid_C(String uuid,
long companyId)
Returns all the document library file shortcuts where uuid = ? and companyId = ?. |
abstract List<DLFileShortcut> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file shortcuts where uuid = ? and companyId = ?. |
abstract List<DLFileShortcut> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?. |
abstract DLFileShortcut |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
abstract DLFileShortcut |
findByUUID_G(String uuid,
long groupId)
Returns the document library file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found. |
abstract DLFileShortcut |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
abstract DLFileShortcut[] |
findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?. |
abstract List<DLFileShortcut> |
findByUuid(String uuid)
Returns all the document library file shortcuts where uuid = ?. |
abstract List<DLFileShortcut> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file shortcuts where uuid = ?. |
abstract List<DLFileShortcut> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ?. |
abstract DLFileShortcut |
remove(long fileShortcutId)
Removes the document library file shortcut with the primary key from the database. |
abstract void |
removeAll()
Removes all the document library file shortcuts from the database. |
abstract void |
removeByC_NotS(long companyId,
int status)
Removes all the document library file shortcuts where companyId = ? and status ≠ ? from the database. |
abstract void |
removeByCompanyId(long companyId)
Removes all the document library file shortcuts where companyId = ? from the database. |
abstract void |
removeByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Removes all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ? from the database. |
abstract void |
removeByG_F_A(long groupId,
long folderId,
boolean active)
Removes all the document library file shortcuts where groupId = ? and folderId = ? and active = ? from the database. |
abstract void |
removeByG_F(long groupId,
long folderId)
Removes all the document library file shortcuts where groupId = ? and folderId = ? from the database. |
abstract void |
removeByToFileEntryId(long toFileEntryId)
Removes all the document library file shortcuts where toFileEntryId = ? from the database. |
abstract void |
removeByUuid_C(String uuid,
long companyId)
Removes all the document library file shortcuts where uuid = ? and companyId = ? from the database. |
abstract DLFileShortcut |
removeByUUID_G(String uuid,
long groupId)
Removes the document library file shortcut where uuid = ? and groupId = ? from the database. |
abstract void |
removeByUuid(String uuid)
Removes all the document library file shortcuts where uuid = ? from the database. |
abstract DLFileShortcut |
updateImpl(DLFileShortcut dlFileShortcut)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
Method Detail |
---|
List<DLFileShortcut> findByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredList<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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileShortcut findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut[] findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the current document library file shortcutuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredint countByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredDLFileShortcut findByUUID_G(String uuid, long groupId) throws SystemException, NoSuchFileShortcutException
NoSuchFileShortcutException
if it could not be found.
uuid
- the uuidgroupId
- the group ID
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByUUID_G(String uuid, long groupId) throws SystemException
null
if it could not be found. Uses the finder cache.
uuid
- the uuidgroupId
- the group ID
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to use the finder cache
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchFileShortcutException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurred
NoSuchFileShortcutException
int countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurredList<DLFileShortcut> findByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredList<DLFileShortcut> findByUuid_C(String uuid, long companyId, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<DLFileShortcut> findByUuid_C(String uuid, long companyId, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileShortcut findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut[] findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the current document library file shortcutuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredint countByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredList<DLFileShortcut> findByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredList<DLFileShortcut> findByCompanyId(long companyId, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<DLFileShortcut> findByCompanyId(long companyId, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileShortcut findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut[] findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the current document library file shortcutcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredint countByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredList<DLFileShortcut> findByToFileEntryId(long toFileEntryId) throws SystemException
toFileEntryId
- the to file entry ID
SystemException
- if a system exception occurredList<DLFileShortcut> findByToFileEntryId(long toFileEntryId, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
toFileEntryId
- the to file entry IDstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<DLFileShortcut> findByToFileEntryId(long toFileEntryId, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
toFileEntryId
- the to file entry IDstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileShortcut findByToFileEntryId_First(long toFileEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
toFileEntryId
- the to file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator orderByComparator) throws SystemException
toFileEntryId
- the to file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut findByToFileEntryId_Last(long toFileEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
toFileEntryId
- the to file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator orderByComparator) throws SystemException
toFileEntryId
- the to file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut[] findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the current document library file shortcuttoFileEntryId
- the to file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByToFileEntryId(long toFileEntryId) throws SystemException
toFileEntryId
- the to file entry ID
SystemException
- if a system exception occurredint countByToFileEntryId(long toFileEntryId) throws SystemException
toFileEntryId
- the to file entry ID
SystemException
- if a system exception occurredList<DLFileShortcut> findByG_F(long groupId, long folderId) throws SystemException
groupId
- the group IDfolderId
- the folder ID
SystemException
- if a system exception occurredList<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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileShortcut findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut[] findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the current document library file shortcutgroupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredList<DLFileShortcut> filterFindByG_F(long groupId, long folderId) throws SystemException
groupId
- the group IDfolderId
- the folder ID
SystemException
- if a system exception occurredList<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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileShortcut[] filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the current document library file shortcutgroupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_F(long groupId, long folderId) throws SystemException
groupId
- the group IDfolderId
- the folder ID
SystemException
- if a system exception occurredint countByG_F(long groupId, long folderId) throws SystemException
groupId
- the group IDfolderId
- the folder ID
SystemException
- if a system exception occurredint filterCountByG_F(long groupId, long folderId) throws SystemException
groupId
- the group IDfolderId
- the folder ID
SystemException
- if a system exception occurredList<DLFileShortcut> findByC_NotS(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredList<DLFileShortcut> findByC_NotS(long companyId, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<DLFileShortcut> findByC_NotS(long companyId, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileShortcut findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut[] findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the current document library file shortcutcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByC_NotS(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredint countByC_NotS(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredList<DLFileShortcut> findByG_F_A(long groupId, long folderId, boolean active) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the active
SystemException
- if a system exception occurredList<DLFileShortcut> findByG_F_A(long groupId, long folderId, boolean active, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDactive
- the activestart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<DLFileShortcut> findByG_F_A(long groupId, long folderId, boolean active, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDactive
- the activestart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileShortcut findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
groupId
- the group IDfolderId
- the folder IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
groupId
- the group IDfolderId
- the folder IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut[] findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the current document library file shortcutgroupId
- the group IDfolderId
- the folder IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredList<DLFileShortcut> filterFindByG_F_A(long groupId, long folderId, boolean active) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the active
SystemException
- if a system exception occurredList<DLFileShortcut> filterFindByG_F_A(long groupId, long folderId, boolean active, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDactive
- the activestart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<DLFileShortcut> filterFindByG_F_A(long groupId, long folderId, boolean active, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDactive
- the activestart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileShortcut[] filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the current document library file shortcutgroupId
- the group IDfolderId
- the folder IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_F_A(long groupId, long folderId, boolean active) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the active
SystemException
- if a system exception occurredint countByG_F_A(long groupId, long folderId, boolean active) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the active
SystemException
- if a system exception occurredint filterCountByG_F_A(long groupId, long folderId, boolean active) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the active
SystemException
- if a system exception occurredList<DLFileShortcut> findByG_F_A_S(long groupId, long folderId, boolean active, int status) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the status
SystemException
- if a system exception occurredList<DLFileShortcut> findByG_F_A_S(long groupId, long folderId, boolean active, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the statusstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<DLFileShortcut> findByG_F_A_S(long groupId, long folderId, boolean active, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the statusstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileShortcut findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file shortcut could not be found
SystemException
- if a system exception occurredDLFileShortcut[] findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the current document library file shortcutgroupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredList<DLFileShortcut> filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the status
SystemException
- if a system exception occurredList<DLFileShortcut> filterFindByG_F_A_S(long groupId, long folderId, boolean active, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the statusstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<DLFileShortcut> filterFindByG_F_A_S(long groupId, long folderId, boolean active, 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the statusstart
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileShortcut[] filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the current document library file shortcutgroupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByG_F_A_S(long groupId, long folderId, boolean active, int status) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the status
SystemException
- if a system exception occurredint countByG_F_A_S(long groupId, long folderId, boolean active, int status) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the status
SystemException
- if a system exception occurredint filterCountByG_F_A_S(long groupId, long folderId, boolean active, int status) throws SystemException
groupId
- the group IDfolderId
- the folder IDactive
- the activestatus
- the status
SystemException
- if a system exception occurredvoid cacheResult(DLFileShortcut dlFileShortcut)
dlFileShortcut
- the document library file shortcutvoid cacheResult(List<DLFileShortcut> dlFileShortcuts)
dlFileShortcuts
- the document library file shortcutsDLFileShortcut create(long fileShortcutId)
fileShortcutId
- the primary key for the new document library file shortcut
DLFileShortcut remove(long fileShortcutId) throws SystemException, NoSuchFileShortcutException
fileShortcutId
- the primary key of the document library file shortcut
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredDLFileShortcut updateImpl(DLFileShortcut dlFileShortcut) throws SystemException
SystemException
DLFileShortcut findByPrimaryKey(long fileShortcutId) throws SystemException, NoSuchFileShortcutException
NoSuchFileShortcutException
if it could not be found.
fileShortcutId
- the primary key of the document library file shortcut
NoSuchFileShortcutException
- if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredDLFileShortcut fetchByPrimaryKey(long fileShortcutId) throws SystemException
null
if it could not be found.
fileShortcutId
- the primary key of the document library file shortcut
null
if a document library file shortcut with the primary key could not be found
SystemException
- if a system exception occurredList<DLFileShortcut> findAll() throws SystemException
SystemException
- if a system exception occurredList<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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)
SystemException
- if a system exception occurredList<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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of document library file shortcutsend
- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeAll() throws SystemException
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |