|
Liferay 6.0.4 | |||||||||
| 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.DLFileShortcutPersistenceImpl
public class DLFileShortcutPersistenceImpl
The persistence for the d l file shortcut service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
Caching information and settings can be found in portal.properties
DLFileShortcutPersistence,
DLFileShortcutUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, listeners, 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 d l file shortcut persistence. |
void |
cacheResult(DLFileShortcut dlFileShortcut)
Caches the d l file shortcut in the entity cache if it is enabled. |
void |
cacheResult(List<DLFileShortcut> dlFileShortcuts)
Caches the d l file shortcuts in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all d l file shortcuts. |
void |
clearCache(DLFileShortcut dlFileShortcut)
Clears the cache for the d l file shortcut. |
int |
countAll()
Counts all the d l file shortcuts. |
int |
countByG_F_S(long groupId,
long folderId,
int status)
Counts all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
int |
countByG_F(long groupId,
long folderId)
Counts all the d l file shortcuts where groupId = ? and folderId = ?. |
int |
countByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
Counts all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
int |
countByG_TF_TN(long groupId,
long toFolderId,
String toName)
Counts all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Counts all the d l file shortcuts where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Counts all the d l file shortcuts where uuid = ?. |
DLFileShortcut |
create(long fileShortcutId)
Creates a new d l file shortcut with the primary key. |
DLFileShortcut |
fetchByPrimaryKey(long fileShortcutId)
Finds the d l file shortcut with the primary key or returns null if it could not be found. |
DLFileShortcut |
fetchByPrimaryKey(Serializable primaryKey)
Finds the d l file shortcut with the primary key or returns null if it could not be found. |
DLFileShortcut |
fetchByUUID_G(String uuid,
long groupId)
Finds the d l file shortcut where uuid = ? and groupId = ? or returns null if it could not be found. |
DLFileShortcut |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the d l file shortcut where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
int |
filterCountByG_F_S(long groupId,
long folderId,
int status)
Filters by the user's permissions and counts all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
int |
filterCountByG_F(long groupId,
long folderId)
Filters by the user's permissions and counts all the d l file shortcuts where groupId = ? and folderId = ?. |
int |
filterCountByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
Filters by the user's permissions and counts all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
int |
filterCountByG_TF_TN(long groupId,
long toFolderId,
String toName)
Filters by the user's permissions and counts all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
filterFindByG_F_S(long groupId,
long folderId,
int status)
Filters by the user's permissions and finds all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_F(long groupId,
long folderId)
Filters by the user's permissions and finds all the d l file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
Filters by the user's permissions and finds all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName)
Filters by the user's permissions and finds all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
findAll()
Finds all the d l file shortcuts. |
List<DLFileShortcut> |
findAll(int start,
int end)
Finds a range of all the d l file shortcuts. |
List<DLFileShortcut> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts. |
DLFileShortcut |
findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut[] |
findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileShortcut |
findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileShortcut[] |
findByG_F_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status)
Finds all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Finds a range of all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts where groupId = ? and folderId = ? and status = ?. |
List<DLFileShortcut> |
findByG_F(long groupId,
long folderId)
Finds all the d l file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end)
Finds a range of all the d l file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts where groupId = ? and folderId = ?. |
DLFileShortcut |
findByG_TF_TN_First(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut |
findByG_TF_TN_Last(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut[] |
findByG_TF_TN_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut |
findByG_TF_TN_S_First(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
DLFileShortcut |
findByG_TF_TN_S_Last(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
DLFileShortcut[] |
findByG_TF_TN_S_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
Finds all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end)
Finds a range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
List<DLFileShortcut> |
findByG_TF_TN(long groupId,
long toFolderId,
String toName)
Finds all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
findByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end)
Finds a range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
List<DLFileShortcut> |
findByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut |
findByPrimaryKey(long fileShortcutId)
Finds the d l file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found. |
DLFileShortcut |
findByPrimaryKey(Serializable primaryKey)
Finds the d l file shortcut with the primary key or throws a NoSuchModelException if it could not be found. |
DLFileShortcut |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where uuid = ?. |
DLFileShortcut |
findByUUID_G(String uuid,
long groupId)
Finds the d l file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found. |
DLFileShortcut |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where uuid = ?. |
DLFileShortcut[] |
findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where uuid = ?. |
List<DLFileShortcut> |
findByUuid(String uuid)
Finds all the d l file shortcuts where uuid = ?. |
List<DLFileShortcut> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the d l file shortcuts where uuid = ?. |
List<DLFileShortcut> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file shortcuts where uuid = ?. |
protected DLFileShortcut |
getByG_F_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DLFileShortcut |
getByG_F_S_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected DLFileShortcut |
getByG_TF_TN_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator,
boolean previous)
|
protected DLFileShortcut |
getByG_TF_TN_S_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected DLFileShortcut |
getByUuid_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
DLFileShortcut |
remove(long fileShortcutId)
Removes the d l file shortcut with the primary key from the database. |
DLFileShortcut |
remove(Serializable primaryKey)
Removes the d l file shortcut with the primary key from the database. |
void |
removeAll()
Removes all the d l file shortcuts from the database. |
void |
removeByG_F_S(long groupId,
long folderId,
int status)
Removes all the d l file shortcuts where groupId = ? and folderId = ? and status = ? from the database. |
void |
removeByG_F(long groupId,
long folderId)
Removes all the d l file shortcuts where groupId = ? and folderId = ? from the database. |
void |
removeByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
Removes all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? and status = ? from the database. |
void |
removeByG_TF_TN(long groupId,
long toFolderId,
String toName)
Removes all the d l file shortcuts where groupId = ? and toFolderId = ? and toName = ? from the database. |
void |
removeByUUID_G(String uuid,
long groupId)
Removes the d l file shortcut where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the d l file shortcuts where uuid = ? from the database. |
protected DLFileShortcut |
removeImpl(DLFileShortcut dlFileShortcut)
Removes the model instance from the database. |
protected DLFileShortcut |
toUnwrappedModel(DLFileShortcut dlFileShortcut)
|
DLFileShortcut |
updateImpl(DLFileShortcut dlFileShortcut,
boolean merge)
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, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
| 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 |
|---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_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_FIND_BY_G_F
public static final FinderPath FINDER_PATH_COUNT_BY_G_F
public static final FinderPath FINDER_PATH_FIND_BY_G_F_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_F_S
public static final FinderPath FINDER_PATH_FIND_BY_G_TF_TN
public static final FinderPath FINDER_PATH_COUNT_BY_G_TF_TN
public static final FinderPath FINDER_PATH_FIND_BY_G_TF_TN_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_TF_TN_S
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=DLFileEntryPersistence.class) protected DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=DLFileRankPersistence.class) protected DLFileRankPersistence dlFileRankPersistence
@BeanReference(type=DLFileShortcutPersistence.class) protected DLFileShortcutPersistence dlFileShortcutPersistence
@BeanReference(type=DLFileVersionPersistence.class) protected DLFileVersionPersistence dlFileVersionPersistence
@BeanReference(type=DLFolderPersistence.class) protected DLFolderPersistence dlFolderPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
| Constructor Detail |
|---|
public DLFileShortcutPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(DLFileShortcut dlFileShortcut)
cacheResult in interface DLFileShortcutPersistencedlFileShortcut - the d l file shortcut to cachepublic void cacheResult(List<DLFileShortcut> dlFileShortcuts)
cacheResult in interface DLFileShortcutPersistencedlFileShortcuts - the d l file shortcuts to cachepublic 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 DLFileShortcut create(long fileShortcutId)
create in interface DLFileShortcutPersistencefileShortcutId - the primary key for the new d l file shortcut
public DLFileShortcut remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
remove in interface BasePersistence<DLFileShortcut>remove in class BasePersistenceImpl<DLFileShortcut>primaryKey - the primary key of the d l file shortcut to remove
NoSuchModelException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
public DLFileShortcut remove(long fileShortcutId)
throws NoSuchFileShortcutException,
SystemException
remove in interface DLFileShortcutPersistencefileShortcutId - the primary key of the d l file shortcut to remove
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileShortcut removeImpl(DLFileShortcut dlFileShortcut)
throws SystemException
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
SystemException - if a system exception occurred
public DLFileShortcut updateImpl(DLFileShortcut dlFileShortcut,
boolean merge)
throws SystemException
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 updatemerge - whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException - if a system exception occurredprotected DLFileShortcut toUnwrappedModel(DLFileShortcut dlFileShortcut)
public DLFileShortcut findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<DLFileShortcut>findByPrimaryKey in class BasePersistenceImpl<DLFileShortcut>primaryKey - the primary key of the d l file shortcut to find
NoSuchModelException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
public DLFileShortcut findByPrimaryKey(long fileShortcutId)
throws NoSuchFileShortcutException,
SystemException
NoSuchFileShortcutException if it could not be found.
findByPrimaryKey in interface DLFileShortcutPersistencefileShortcutId - the primary key of the d l file shortcut to find
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
public DLFileShortcut fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<DLFileShortcut>fetchByPrimaryKey in class BasePersistenceImpl<DLFileShortcut>primaryKey - the primary key of the d l file shortcut to find
null if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
public DLFileShortcut fetchByPrimaryKey(long fileShortcutId)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface DLFileShortcutPersistencefileShortcutId - the primary key of the d l file shortcut to find
null if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
public List<DLFileShortcut> findByUuid(String uuid)
throws SystemException
findByUuid in interface DLFileShortcutPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public List<DLFileShortcut> findByUuid(String uuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid in interface DLFileShortcutPersistenceuuid - the uuid to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileShortcut> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid in interface DLFileShortcutPersistenceuuid - the uuid to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileShortcut findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid_First in interface DLFileShortcutPersistenceuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid_Last in interface DLFileShortcutPersistenceuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut[] findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - the primary key of the current d l file shortcutuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileShortcut getByUuid_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
public DLFileShortcut findByUUID_G(String uuid,
long groupId)
throws NoSuchFileShortcutException,
SystemException
NoSuchFileShortcutException if it could not be found.
findByUUID_G in interface DLFileShortcutPersistenceuuid - the uuid to search withgroupId - the group id to search with
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface DLFileShortcutPersistenceuuid - the uuid to search withgroupId - the group id to search with
null if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface DLFileShortcutPersistenceuuid - the uuid to search withgroupId - the group id to search with
null if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_F(long groupId,
long folderId)
throws SystemException
findByG_F in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileShortcut findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F_First in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F_Last in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut[] findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - the primary key of the current d l file shortcutgroupId - the group id to search withfolderId - the folder id to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileShortcut getByG_F_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
OrderByComparator orderByComparator,
boolean previous)
public List<DLFileShortcut> filterFindByG_F(long groupId,
long folderId)
throws SystemException
filterFindByG_F in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public List<DLFileShortcut> filterFindByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_F in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileShortcut> filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_F in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_F_S(long groupId,
long folderId,
int status)
throws SystemException
findByG_F_S in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F_S in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F_S in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileShortcut findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F_S_First in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F_S_Last in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut[] findByG_F_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_F_S_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - the primary key of the current d l file shortcutgroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileShortcut getByG_F_S_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<DLFileShortcut> filterFindByG_F_S(long groupId,
long folderId,
int status)
throws SystemException
filterFindByG_F_S in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<DLFileShortcut> filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_F_S in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileShortcut> filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_F_S in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_TF_TN(long groupId,
long toFolderId,
String toName)
throws SystemException
findByG_TF_TN in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search with
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_TF_TN in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_TF_TN in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileShortcut findByG_TF_TN_First(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_TF_TN_First in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut findByG_TF_TN_Last(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_TF_TN_Last in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut[] findByG_TF_TN_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_TF_TN_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - the primary key of the current d l file shortcutgroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileShortcut getByG_TF_TN_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator,
boolean previous)
public List<DLFileShortcut> filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName)
throws SystemException
filterFindByG_TF_TN in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search with
SystemException - if a system exception occurred
public List<DLFileShortcut> filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_TF_TN in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileShortcut> filterFindByG_TF_TN(long groupId,
long toFolderId,
String toName,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_TF_TN in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
throws SystemException
findByG_TF_TN_S in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_TF_TN_S in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileShortcut> findByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_TF_TN_S in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public DLFileShortcut findByG_TF_TN_S_First(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_TF_TN_S_First in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut findByG_TF_TN_S_Last(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_TF_TN_S_Last in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a matching d l file shortcut could not be found
SystemException - if a system exception occurred
public DLFileShortcut[] findByG_TF_TN_S_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
throws NoSuchFileShortcutException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_TF_TN_S_PrevAndNext in interface DLFileShortcutPersistencefileShortcutId - the primary key of the current d l file shortcutgroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchFileShortcutException - if a d l file shortcut with the primary key could not be found
SystemException - if a system exception occurred
protected DLFileShortcut getByG_TF_TN_S_PrevAndNext(Session session,
DLFileShortcut dlFileShortcut,
long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
throws SystemException
filterFindByG_TF_TN_S in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_TF_TN_S in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileShortcut> filterFindByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_TF_TN_S in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search withstart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<DLFileShortcut> findAll()
throws SystemException
findAll in interface DLFileShortcutPersistenceSystemException - if a system exception occurred
public List<DLFileShortcut> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findAll in interface DLFileShortcutPersistencestart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)
SystemException - if a system exception occurred
public List<DLFileShortcut> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findAll in interface DLFileShortcutPersistencestart - the lower bound of the range of d l file shortcuts to returnend - the upper bound of the range of d l file shortcuts to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface DLFileShortcutPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public void removeByUUID_G(String uuid,
long groupId)
throws NoSuchFileShortcutException,
SystemException
removeByUUID_G in interface DLFileShortcutPersistenceuuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
NoSuchFileShortcutException
public void removeByG_F(long groupId,
long folderId)
throws SystemException
removeByG_F in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public void removeByG_F_S(long groupId,
long folderId,
int status)
throws SystemException
removeByG_F_S in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search with
SystemException - if a system exception occurred
public void removeByG_TF_TN(long groupId,
long toFolderId,
String toName)
throws SystemException
removeByG_TF_TN in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search with
SystemException - if a system exception occurred
public void removeByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
throws SystemException
removeByG_TF_TN_S in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search with
SystemException - if a system exception occurred
public void removeAll()
throws SystemException
removeAll in interface DLFileShortcutPersistenceSystemException - if a system exception occurred
public int countByUuid(String uuid)
throws SystemException
countByUuid in interface DLFileShortcutPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public int countByUUID_G(String uuid,
long groupId)
throws SystemException
countByUUID_G in interface DLFileShortcutPersistenceuuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
public int countByG_F(long groupId,
long folderId)
throws SystemException
countByG_F in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public int filterCountByG_F(long groupId,
long folderId)
throws SystemException
filterCountByG_F in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public int countByG_F_S(long groupId,
long folderId,
int status)
throws SystemException
countByG_F_S in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search with
SystemException - if a system exception occurred
public int filterCountByG_F_S(long groupId,
long folderId,
int status)
throws SystemException
filterCountByG_F_S in interface DLFileShortcutPersistencegroupId - the group id to search withfolderId - the folder id to search withstatus - the status to search with
SystemException - if a system exception occurred
public int countByG_TF_TN(long groupId,
long toFolderId,
String toName)
throws SystemException
countByG_TF_TN in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search with
SystemException - if a system exception occurred
public int filterCountByG_TF_TN(long groupId,
long toFolderId,
String toName)
throws SystemException
filterCountByG_TF_TN in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search with
SystemException - if a system exception occurred
public int countByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
throws SystemException
countByG_TF_TN_S in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search with
SystemException - if a system exception occurred
public int filterCountByG_TF_TN_S(long groupId,
long toFolderId,
String toName,
int status)
throws SystemException
filterCountByG_TF_TN_S in interface DLFileShortcutPersistencegroupId - the group id to search withtoFolderId - the to folder id to search withtoName - the to name to search withstatus - the status to search with
SystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface DLFileShortcutPersistenceSystemException - if a system exception occurredpublic void afterPropertiesSet()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||