|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<DLFileShortcut>
com.liferay.portlet.documentlibrary.service.persistence.impl.DLFileShortcutPersistenceImpl
@ProviderType public class DLFileShortcutPersistenceImpl
The persistence implementation for the document library file shortcut service.
Caching information and settings can be found in portal.properties
DLFileShortcutPersistence,
DLFileShortcutUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
DLFileShortcutPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the document library file shortcut persistence. |
void |
cacheResult(DLFileShortcut dlFileShortcut)
Caches the document library file shortcut in the entity cache if it is enabled. |
void |
cacheResult(List<DLFileShortcut> dlFileShortcuts)
Caches the document library file shortcuts in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(DLFileShortcutModelImpl dlFileShortcutModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all document library file shortcuts. |
void |
clearCache(DLFileShortcut dlFileShortcut)
Clears the cache for the document library file shortcut. |
void |
clearCache(List<DLFileShortcut> dlFileShortcuts)
Clears the cache for a List instances of this model. |
protected void |
clearUniqueFindersCache(DLFileShortcutModelImpl dlFileShortcutModelImpl)
|
int |
countAll()
Returns the number of document library file shortcuts. |
int |
countByC_NotS(long companyId,
int status)
Returns the number of document library file shortcuts where companyId = ? and status ≠ ?. |
int |
countByCompanyId(long companyId)
Returns the number of document library file shortcuts where companyId = ?. |
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 = ?. |
int |
countByG_F_A(long groupId,
long folderId,
boolean active)
Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
int |
countByG_F(long groupId,
long folderId)
Returns the number of document library file shortcuts where groupId = ? and folderId = ?. |
int |
countByToFileEntryId(long toFileEntryId)
Returns the number of document library file shortcuts where toFileEntryId = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of document library file shortcuts where uuid = ? and companyId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of document library file shortcuts where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of document library file shortcuts where uuid = ?. |
DLFileShortcut |
create(long fileShortcutId)
Creates a new document library file shortcut with the primary key. |
void |
destroy()
|
DLFileShortcut |
fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
DLFileShortcut |
fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
DLFileShortcut |
fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ?. |
DLFileShortcut |
fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ?. |
DLFileShortcut |
fetchByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
fetchByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
fetchByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut |
fetchByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut |
fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
fetchByPrimaryKey(long fileShortcutId)
Returns the document library file shortcut with the primary key or returns null if it could not be found. |
DLFileShortcut |
fetchByPrimaryKey(Serializable primaryKey)
Returns the document library file shortcut with the primary key or returns null if it could not be found. |
Map<Serializable,DLFileShortcut> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
DLFileShortcut |
fetchByToFileEntryId_First(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut |
fetchByToFileEntryId_Last(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut |
fetchByUuid_First(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
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. |
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. |
DLFileShortcut |
fetchByUuid_Last(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
DLFileShortcut[] |
filterFindByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> 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 = ?. |
DLFileShortcut[] |
filterFindByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> 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 = ?. |
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 = ?. |
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 = ?. |
List<DLFileShortcut> |
filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> 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 = ?. |
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 = ?. |
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 = ?. |
List<DLFileShortcut> |
filterFindByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator<DLFileShortcut> 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 = ?. |
DLFileShortcut[] |
filterFindByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> 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 = ?. |
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 = ?. |
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 = ?. |
List<DLFileShortcut> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?. |
protected DLFileShortcut |
filterGetByG_F_A_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
|
protected DLFileShortcut |
filterGetByG_F_A_S_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
|
protected DLFileShortcut |
filterGetByG_F_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
|
List<DLFileShortcut> |
findAll()
Returns all the document library file shortcuts. |
List<DLFileShortcut> |
findAll(int start,
int end)
Returns a range of all the document library file shortcuts. |
List<DLFileShortcut> |
findAll(int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts. |
List<DLFileShortcut> |
findAll(int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts. |
DLFileShortcut |
findByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
DLFileShortcut |
findByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
DLFileShortcut[] |
findByC_NotS_PrevAndNext(long fileShortcutId,
long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
List<DLFileShortcut> |
findByC_NotS(long companyId,
int status)
Returns all the document library file shortcuts where companyId = ? and status ≠ ?. |
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 ≠ ?. |
List<DLFileShortcut> |
findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?. |
List<DLFileShortcut> |
findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?. |
DLFileShortcut |
findByCompanyId_First(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ?. |
DLFileShortcut |
findByCompanyId_Last(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ?. |
DLFileShortcut[] |
findByCompanyId_PrevAndNext(long fileShortcutId,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?. |
List<DLFileShortcut> |
findByCompanyId(long companyId)
Returns all the document library file shortcuts where companyId = ?. |
List<DLFileShortcut> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the document library file shortcuts where companyId = ?. |
List<DLFileShortcut> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where companyId = ?. |
List<DLFileShortcut> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where companyId = ?. |
DLFileShortcut |
findByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
findByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut[] |
findByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> 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 = ?. |
DLFileShortcut |
findByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut |
findByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut[] |
findByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> 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 = ?. |
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 = ?. |
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 = ?. |
List<DLFileShortcut> |
findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
findByG_F_A(long groupId,
long folderId,
boolean active)
Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
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 = ?. |
List<DLFileShortcut> |
findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
List<DLFileShortcut> |
findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
findByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut[] |
findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
findByG_F(long groupId,
long folderId)
Returns all the document library file shortcuts where groupId = ? and folderId = ?. |
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 = ?. |
List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?. |
DLFileShortcut |
findByPrimaryKey(long fileShortcutId)
Returns the document library file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found. |
DLFileShortcut |
findByPrimaryKey(Serializable primaryKey)
Returns the document library file shortcut with the primary key or throws a NoSuchModelException if it could not be found. |
DLFileShortcut |
findByToFileEntryId_First(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut |
findByToFileEntryId_Last(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut[] |
findByToFileEntryId_PrevAndNext(long fileShortcutId,
long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?. |
List<DLFileShortcut> |
findByToFileEntryId(long toFileEntryId)
Returns all the document library file shortcuts where toFileEntryId = ?. |
List<DLFileShortcut> |
findByToFileEntryId(long toFileEntryId,
int start,
int end)
Returns a range of all the document library file shortcuts where toFileEntryId = ?. |
List<DLFileShortcut> |
findByToFileEntryId(long toFileEntryId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?. |
List<DLFileShortcut> |
findByToFileEntryId(long toFileEntryId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?. |
DLFileShortcut |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut[] |
findByUuid_C_PrevAndNext(long fileShortcutId,
String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
List<DLFileShortcut> |
findByUuid_C(String uuid,
long companyId)
Returns all the document library file shortcuts where uuid = ? and companyId = ?. |
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 = ?. |
List<DLFileShortcut> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?. |
List<DLFileShortcut> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?. |
DLFileShortcut |
findByUuid_First(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
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. |
DLFileShortcut |
findByUuid_Last(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
DLFileShortcut[] |
findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?. |
List<DLFileShortcut> |
findByUuid(String uuid)
Returns all the document library file shortcuts where uuid = ?. |
List<DLFileShortcut> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file shortcuts where uuid = ?. |
List<DLFileShortcut> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ?. |
List<DLFileShortcut> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where uuid = ?. |
Set<String> |
getBadColumnNames()
|
protected DLFileShortcut |
getByC_NotS_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
|
protected DLFileShortcut |
getByCompanyId_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
|
protected DLFileShortcut |
getByG_F_A_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
|
protected DLFileShortcut |
getByG_F_A_S_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
|
protected DLFileShortcut |
getByG_F_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
|
protected DLFileShortcut |
getByToFileEntryId_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
|
protected DLFileShortcut |
getByUuid_C_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
|
protected DLFileShortcut |
getByUuid_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
String uuid,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
DLFileShortcut |
remove(long fileShortcutId)
Removes the document library file shortcut with the primary key from the database. |
DLFileShortcut |
remove(Serializable primaryKey)
Removes the document library file shortcut with the primary key from the database. |
void |
removeAll()
Removes all the document library file shortcuts from the database. |
void |
removeByC_NotS(long companyId,
int status)
Removes all the document library file shortcuts where companyId = ? and status ≠ ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the document library file shortcuts where companyId = ? from the database. |
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. |
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. |
void |
removeByG_F(long groupId,
long folderId)
Removes all the document library file shortcuts where groupId = ? and folderId = ? from the database. |
void |
removeByToFileEntryId(long toFileEntryId)
Removes all the document library file shortcuts where toFileEntryId = ? from the database. |
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the document library file shortcuts where uuid = ? and companyId = ? from the database. |
DLFileShortcut |
removeByUUID_G(String uuid,
long groupId)
Removes the document library file shortcut where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the document library file shortcuts where uuid = ? from the database. |
protected DLFileShortcut |
removeImpl(DLFileShortcut dlFileShortcut)
Removes the model instance from the database. |
protected DLFileShortcut |
toUnwrappedModel(DLFileShortcut dlFileShortcut)
|
DLFileShortcut |
updateImpl(DLFileShortcut dlFileShortcut)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_TOFILEENTRYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_TOFILEENTRYID
public static final FinderPath FINDER_PATH_COUNT_BY_TOFILEENTRYID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_F
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_F
public static final FinderPath FINDER_PATH_COUNT_BY_G_F
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_F_A
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_F_A
public static final FinderPath FINDER_PATH_COUNT_BY_G_F_A
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_F_A_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_F_A_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_F_A_S
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public DLFileShortcutPersistenceImpl()
| Method Detail |
|---|
public List<DLFileShortcut> findByUuid(String uuid)
findByUuid in interface DLFileShortcutPersistenceuuid - the uuid
public List<DLFileShortcut> findByUuid(String uuid,
int start,
int end)
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.
findByUuid in interface DLFileShortcutPersistenceuuid - 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)
public List<DLFileShortcut> findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
findByUuid in interface DLFileShortcutPersistenceuuid - 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)
public List<DLFileShortcut> findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
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.
findByUuid in interface DLFileShortcutPersistenceuuid - 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)retrieveFromCache - whether to retrieve from the finder cache
public DLFileShortcut findByUuid_First(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByUuid_First in interface DLFileShortcutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileShortcutException - if a matching document library file shortcut could not be found
public DLFileShortcut fetchByUuid_First(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByUuid_First in interface DLFileShortcutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file shortcut could not be found
public DLFileShortcut findByUuid_Last(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByUuid_Last in interface DLFileShortcutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileShortcutException - if a matching document library file shortcut could not be found
public DLFileShortcut fetchByUuid_Last(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByUuid_Last in interface DLFileShortcutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file shortcut could not be found
public DLFileShortcut[] findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByUuid_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - 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
protected DLFileShortcut getByUuid_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
String uuid,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
removeByUuid in interface DLFileShortcutPersistenceuuid - the uuidpublic int countByUuid(String uuid)
countByUuid in interface DLFileShortcutPersistenceuuid - the uuid
public DLFileShortcut findByUUID_G(String uuid,
long groupId)
throws NoSuchFileShortcutException
NoSuchFileShortcutException if it could not be found.
findByUUID_G in interface DLFileShortcutPersistenceuuid - the uuidgroupId - the group ID
NoSuchFileShortcutException - if a matching document library file shortcut could not be found
public DLFileShortcut fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface DLFileShortcutPersistenceuuid - the uuidgroupId - the group ID
null if a matching document library file shortcut could not be found
public DLFileShortcut fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface DLFileShortcutPersistenceuuid - the uuidgroupId - the group IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching document library file shortcut could not be found
public DLFileShortcut removeByUUID_G(String uuid,
long groupId)
throws NoSuchFileShortcutException
removeByUUID_G in interface DLFileShortcutPersistenceuuid - the uuidgroupId - the group ID
NoSuchFileShortcutException
public int countByUUID_G(String uuid,
long groupId)
countByUUID_G in interface DLFileShortcutPersistenceuuid - the uuidgroupId - the group ID
public List<DLFileShortcut> findByUuid_C(String uuid,
long companyId)
findByUuid_C in interface DLFileShortcutPersistenceuuid - the uuidcompanyId - the company ID
public List<DLFileShortcut> findByUuid_C(String uuid,
long companyId,
int start,
int end)
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.
findByUuid_C in interface DLFileShortcutPersistenceuuid - 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)
public List<DLFileShortcut> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
findByUuid_C in interface DLFileShortcutPersistenceuuid - 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)
public List<DLFileShortcut> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
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.
findByUuid_C in interface DLFileShortcutPersistenceuuid - 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)retrieveFromCache - whether to retrieve from the finder cache
public DLFileShortcut findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByUuid_C_First in interface DLFileShortcutPersistenceuuid - 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
public DLFileShortcut fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByUuid_C_First in interface DLFileShortcutPersistenceuuid - 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
public DLFileShortcut findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByUuid_C_Last in interface DLFileShortcutPersistenceuuid - 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
public DLFileShortcut fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByUuid_C_Last in interface DLFileShortcutPersistenceuuid - 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
public DLFileShortcut[] findByUuid_C_PrevAndNext(long fileShortcutId,
String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByUuid_C_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - 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
protected DLFileShortcut getByUuid_C_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
removeByUuid_C in interface DLFileShortcutPersistenceuuid - the uuidcompanyId - the company ID
public int countByUuid_C(String uuid,
long companyId)
countByUuid_C in interface DLFileShortcutPersistenceuuid - the uuidcompanyId - the company ID
public List<DLFileShortcut> findByCompanyId(long companyId)
findByCompanyId in interface DLFileShortcutPersistencecompanyId - the company ID
public List<DLFileShortcut> findByCompanyId(long companyId,
int start,
int end)
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.
findByCompanyId in interface DLFileShortcutPersistencecompanyId - 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)
public List<DLFileShortcut> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
findByCompanyId in interface DLFileShortcutPersistencecompanyId - 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)
public List<DLFileShortcut> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
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.
findByCompanyId in interface DLFileShortcutPersistencecompanyId - 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)retrieveFromCache - whether to retrieve from the finder cache
public DLFileShortcut findByCompanyId_First(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByCompanyId_First in interface DLFileShortcutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileShortcutException - if a matching document library file shortcut could not be found
public DLFileShortcut fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByCompanyId_First in interface DLFileShortcutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file shortcut could not be found
public DLFileShortcut findByCompanyId_Last(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByCompanyId_Last in interface DLFileShortcutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileShortcutException - if a matching document library file shortcut could not be found
public DLFileShortcut fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByCompanyId_Last in interface DLFileShortcutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file shortcut could not be found
public DLFileShortcut[] findByCompanyId_PrevAndNext(long fileShortcutId,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByCompanyId_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - 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
protected DLFileShortcut getByCompanyId_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface DLFileShortcutPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface DLFileShortcutPersistencecompanyId - the company ID
public List<DLFileShortcut> findByToFileEntryId(long toFileEntryId)
findByToFileEntryId in interface DLFileShortcutPersistencetoFileEntryId - the to file entry ID
public List<DLFileShortcut> findByToFileEntryId(long toFileEntryId,
int start,
int end)
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.
findByToFileEntryId in interface DLFileShortcutPersistencetoFileEntryId - 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)
public List<DLFileShortcut> findByToFileEntryId(long toFileEntryId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
findByToFileEntryId in interface DLFileShortcutPersistencetoFileEntryId - 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)
public List<DLFileShortcut> findByToFileEntryId(long toFileEntryId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
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.
findByToFileEntryId in interface DLFileShortcutPersistencetoFileEntryId - 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)retrieveFromCache - whether to retrieve from the finder cache
public DLFileShortcut findByToFileEntryId_First(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByToFileEntryId_First in interface DLFileShortcutPersistencetoFileEntryId - 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
public DLFileShortcut fetchByToFileEntryId_First(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByToFileEntryId_First in interface DLFileShortcutPersistencetoFileEntryId - 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
public DLFileShortcut findByToFileEntryId_Last(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByToFileEntryId_Last in interface DLFileShortcutPersistencetoFileEntryId - 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
public DLFileShortcut fetchByToFileEntryId_Last(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByToFileEntryId_Last in interface DLFileShortcutPersistencetoFileEntryId - 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
public DLFileShortcut[] findByToFileEntryId_PrevAndNext(long fileShortcutId,
long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByToFileEntryId_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - 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
protected DLFileShortcut getByToFileEntryId_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
public void removeByToFileEntryId(long toFileEntryId)
removeByToFileEntryId in interface DLFileShortcutPersistencetoFileEntryId - the to file entry IDpublic int countByToFileEntryId(long toFileEntryId)
countByToFileEntryId in interface DLFileShortcutPersistencetoFileEntryId - the to file entry ID
public List<DLFileShortcut> findByG_F(long groupId,
long folderId)
findByG_F in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder ID
public List<DLFileShortcut> findByG_F(long groupId,
long folderId,
int start,
int end)
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.
findByG_F in interface DLFileShortcutPersistencegroupId - 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)
public List<DLFileShortcut> findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
findByG_F in interface DLFileShortcutPersistencegroupId - 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)
public List<DLFileShortcut> findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
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.
findByG_F in interface DLFileShortcutPersistencegroupId - 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)retrieveFromCache - whether to retrieve from the finder cache
public DLFileShortcut findByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByG_F_First in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByG_F_First in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut findByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByG_F_Last in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByG_F_Last in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut[] findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByG_F_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - 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
protected DLFileShortcut getByG_F_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
public List<DLFileShortcut> filterFindByG_F(long groupId,
long folderId)
filterFindByG_F in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder ID
public List<DLFileShortcut> filterFindByG_F(long groupId,
long folderId,
int start,
int end)
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.
filterFindByG_F in interface DLFileShortcutPersistencegroupId - 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)
public List<DLFileShortcut> filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
filterFindByG_F in interface DLFileShortcutPersistencegroupId - 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)
public DLFileShortcut[] filterFindByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
filterFindByG_F_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - 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
protected DLFileShortcut filterGetByG_F_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
public void removeByG_F(long groupId,
long folderId)
removeByG_F in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder ID
public int countByG_F(long groupId,
long folderId)
countByG_F in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder ID
public int filterCountByG_F(long groupId,
long folderId)
filterCountByG_F in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder ID
public List<DLFileShortcut> findByC_NotS(long companyId,
int status)
findByC_NotS in interface DLFileShortcutPersistencecompanyId - the company IDstatus - the status
public List<DLFileShortcut> findByC_NotS(long companyId,
int status,
int start,
int end)
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.
findByC_NotS in interface DLFileShortcutPersistencecompanyId - 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)
public List<DLFileShortcut> findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
findByC_NotS in interface DLFileShortcutPersistencecompanyId - 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)
public List<DLFileShortcut> findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
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.
findByC_NotS in interface DLFileShortcutPersistencecompanyId - 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)retrieveFromCache - whether to retrieve from the finder cache
public DLFileShortcut findByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByC_NotS_First in interface DLFileShortcutPersistencecompanyId - 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
public DLFileShortcut fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByC_NotS_First in interface DLFileShortcutPersistencecompanyId - 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
public DLFileShortcut findByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByC_NotS_Last in interface DLFileShortcutPersistencecompanyId - 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
public DLFileShortcut fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByC_NotS_Last in interface DLFileShortcutPersistencecompanyId - 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
public DLFileShortcut[] findByC_NotS_PrevAndNext(long fileShortcutId,
long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByC_NotS_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - 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
protected DLFileShortcut getByC_NotS_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
public void removeByC_NotS(long companyId,
int status)
removeByC_NotS in interface DLFileShortcutPersistencecompanyId - the company IDstatus - the status
public int countByC_NotS(long companyId,
int status)
countByC_NotS in interface DLFileShortcutPersistencecompanyId - the company IDstatus - the status
public List<DLFileShortcut> findByG_F_A(long groupId,
long folderId,
boolean active)
findByG_F_A in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder IDactive - the active
public List<DLFileShortcut> findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end)
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.
findByG_F_A in interface DLFileShortcutPersistencegroupId - 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)
public List<DLFileShortcut> findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
findByG_F_A in interface DLFileShortcutPersistencegroupId - 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)
public List<DLFileShortcut> findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
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.
findByG_F_A in interface DLFileShortcutPersistencegroupId - 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)retrieveFromCache - whether to retrieve from the finder cache
public DLFileShortcut findByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByG_F_A_First in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut fetchByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByG_F_A_First in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut findByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByG_F_A_Last in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut fetchByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByG_F_A_Last in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut[] findByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByG_F_A_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - 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
protected DLFileShortcut getByG_F_A_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
public List<DLFileShortcut> filterFindByG_F_A(long groupId,
long folderId,
boolean active)
filterFindByG_F_A in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder IDactive - the active
public List<DLFileShortcut> filterFindByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end)
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.
filterFindByG_F_A in interface DLFileShortcutPersistencegroupId - 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)
public List<DLFileShortcut> filterFindByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
filterFindByG_F_A in interface DLFileShortcutPersistencegroupId - 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)
public DLFileShortcut[] filterFindByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
filterFindByG_F_A_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - 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
protected DLFileShortcut filterGetByG_F_A_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
public void removeByG_F_A(long groupId,
long folderId,
boolean active)
removeByG_F_A in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder IDactive - the active
public int countByG_F_A(long groupId,
long folderId,
boolean active)
countByG_F_A in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder IDactive - the active
public int filterCountByG_F_A(long groupId,
long folderId,
boolean active)
filterCountByG_F_A in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder IDactive - the active
public List<DLFileShortcut> findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
findByG_F_A_S in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder IDactive - the activestatus - the status
public List<DLFileShortcut> findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
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.
findByG_F_A_S in interface DLFileShortcutPersistencegroupId - 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)
public List<DLFileShortcut> findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
findByG_F_A_S in interface DLFileShortcutPersistencegroupId - 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)
public List<DLFileShortcut> findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
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.
findByG_F_A_S in interface DLFileShortcutPersistencegroupId - 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)retrieveFromCache - whether to retrieve from the finder cache
public DLFileShortcut findByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByG_F_A_S_First in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut fetchByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByG_F_A_S_First in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut findByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByG_F_A_S_Last in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut fetchByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
fetchByG_F_A_S_Last in interface DLFileShortcutPersistencegroupId - 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
public DLFileShortcut[] findByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
findByG_F_A_S_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - 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
protected DLFileShortcut getByG_F_A_S_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
public List<DLFileShortcut> filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
filterFindByG_F_A_S in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder IDactive - the activestatus - the status
public List<DLFileShortcut> filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
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.
filterFindByG_F_A_S in interface DLFileShortcutPersistencegroupId - 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)
public List<DLFileShortcut> filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
filterFindByG_F_A_S in interface DLFileShortcutPersistencegroupId - 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)
public DLFileShortcut[] filterFindByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
throws NoSuchFileShortcutException
filterFindByG_F_A_S_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - 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
protected DLFileShortcut filterGetByG_F_A_S_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean previous)
public void removeByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
removeByG_F_A_S in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder IDactive - the activestatus - the status
public int countByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
countByG_F_A_S in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder IDactive - the activestatus - the status
public int filterCountByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
filterCountByG_F_A_S in interface DLFileShortcutPersistencegroupId - the group IDfolderId - the folder IDactive - the activestatus - the status
public void cacheResult(DLFileShortcut dlFileShortcut)
cacheResult in interface DLFileShortcutPersistencedlFileShortcut - the document library file shortcutpublic void cacheResult(List<DLFileShortcut> dlFileShortcuts)
cacheResult in interface DLFileShortcutPersistencedlFileShortcuts - the document library file shortcutspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<DLFileShortcut>clearCache in class BasePersistenceImpl<DLFileShortcut>public void clearCache(DLFileShortcut dlFileShortcut)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<DLFileShortcut>clearCache in class BasePersistenceImpl<DLFileShortcut>dlFileShortcut - the instance of this model to clear the cache forpublic void clearCache(List<DLFileShortcut> dlFileShortcuts)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<DLFileShortcut>clearCache in class BasePersistenceImpl<DLFileShortcut>dlFileShortcuts - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(DLFileShortcutModelImpl dlFileShortcutModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(DLFileShortcutModelImpl dlFileShortcutModelImpl)
public DLFileShortcut create(long fileShortcutId)
create in interface DLFileShortcutPersistencefileShortcutId - the primary key for the new document library file shortcut
public DLFileShortcut remove(long fileShortcutId)
throws NoSuchFileShortcutException
remove in interface DLFileShortcutPersistencefileShortcutId - the primary key of the document library file shortcut
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found
public DLFileShortcut remove(Serializable primaryKey)
throws NoSuchFileShortcutException
remove in interface BasePersistence<DLFileShortcut>remove in class BasePersistenceImpl<DLFileShortcut>primaryKey - the primary key of the document library file shortcut
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be foundprotected DLFileShortcut removeImpl(DLFileShortcut dlFileShortcut)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<DLFileShortcut>dlFileShortcut - the model instance to remove
public DLFileShortcut updateImpl(DLFileShortcut dlFileShortcut)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface DLFileShortcutPersistenceupdateImpl in class BasePersistenceImpl<DLFileShortcut>dlFileShortcut - the model instance to update
protected DLFileShortcut toUnwrappedModel(DLFileShortcut dlFileShortcut)
public DLFileShortcut findByPrimaryKey(Serializable primaryKey)
throws NoSuchFileShortcutException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<DLFileShortcut>findByPrimaryKey in class BasePersistenceImpl<DLFileShortcut>primaryKey - the primary key of the document library file shortcut
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found
public DLFileShortcut findByPrimaryKey(long fileShortcutId)
throws NoSuchFileShortcutException
NoSuchFileShortcutException if it could not be found.
findByPrimaryKey in interface DLFileShortcutPersistencefileShortcutId - the primary key of the document library file shortcut
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be foundpublic DLFileShortcut fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<DLFileShortcut>fetchByPrimaryKey in class BasePersistenceImpl<DLFileShortcut>primaryKey - the primary key of the document library file shortcut
null if a document library file shortcut with the primary key could not be foundpublic DLFileShortcut fetchByPrimaryKey(long fileShortcutId)
null if it could not be found.
fetchByPrimaryKey in interface DLFileShortcutPersistencefileShortcutId - the primary key of the document library file shortcut
null if a document library file shortcut with the primary key could not be foundpublic Map<Serializable,DLFileShortcut> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<DLFileShortcut>fetchByPrimaryKeys in interface DLFileShortcutPersistencefetchByPrimaryKeys in class BasePersistenceImpl<DLFileShortcut>public List<DLFileShortcut> findAll()
findAll in interface DLFileShortcutPersistence
public List<DLFileShortcut> findAll(int start,
int end)
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.
findAll in interface DLFileShortcutPersistencestart - the lower bound of the range of document library file shortcutsend - the upper bound of the range of document library file shortcuts (not inclusive)
public List<DLFileShortcut> findAll(int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
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.
findAll in interface DLFileShortcutPersistencestart - 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)
public List<DLFileShortcut> findAll(int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator,
boolean retrieveFromCache)
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.
findAll in interface DLFileShortcutPersistencestart - 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)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface DLFileShortcutPersistencepublic int countAll()
countAll in interface DLFileShortcutPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<DLFileShortcut>getBadColumnNames in interface DLFileShortcutPersistencegetBadColumnNames in class BasePersistenceImpl<DLFileShortcut>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<DLFileShortcut>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||