Liferay 6.0.5

com.liferay.portlet.documentlibrary.service.persistence
Class DLFileRankPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<DLFileRank>
      extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<DLFileRank>, DLFileRankPersistence

public class DLFileRankPersistenceImpl
extends BasePersistenceImpl<DLFileRank>
implements DLFileRankPersistence

The persistence implementation for the d l file rank service.

Never modify or reference this class directly. Always use DLFileRankUtil to access the d l file rank persistence. Modify service.xml and rerun ServiceBuilder to regenerate this class.

Caching information and settings can be found in portal.properties

See Also:
DLFileRankPersistence, DLFileRankUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  DLFileEntryPersistence dlFileEntryPersistence
           
protected  DLFileRankPersistence dlFileRankPersistence
           
protected  DLFileShortcutPersistence dlFileShortcutPersistence
           
protected  DLFileVersionPersistence dlFileVersionPersistence
           
protected  DLFolderPersistence dlFolderPersistence
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_C_U_F_N
           
static FinderPath FINDER_PATH_COUNT_BY_F_N
           
static FinderPath FINDER_PATH_COUNT_BY_G_U
           
static FinderPath FINDER_PATH_COUNT_BY_USERID
           
static FinderPath FINDER_PATH_FETCH_BY_C_U_F_N
           
static FinderPath FINDER_PATH_FIND_ALL
           
static FinderPath FINDER_PATH_FIND_BY_F_N
           
static FinderPath FINDER_PATH_FIND_BY_G_U
           
static FinderPath FINDER_PATH_FIND_BY_USERID
           
protected  LayoutPersistence layoutPersistence
           
protected  ResourcePersistence resourcePersistence
           
protected  UserPersistence userPersistence
           
 
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
DLFileRankPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the d l file rank persistence.
 void cacheResult(DLFileRank dlFileRank)
          Caches the d l file rank in the entity cache if it is enabled.
 void cacheResult(List<DLFileRank> dlFileRanks)
          Caches the d l file ranks in the entity cache if it is enabled.
 void clearCache()
          Clears the cache for all d l file ranks.
 void clearCache(DLFileRank dlFileRank)
          Clears the cache for the d l file rank.
 int countAll()
          Counts all the d l file ranks.
 int countByC_U_F_N(long companyId, long userId, long folderId, String name)
          Counts all the d l file ranks where companyId = ? and userId = ? and folderId = ? and name = ?.
 int countByF_N(long folderId, String name)
          Counts all the d l file ranks where folderId = ? and name = ?.
 int countByG_U(long groupId, long userId)
          Counts all the d l file ranks where groupId = ? and userId = ?.
 int countByUserId(long userId)
          Counts all the d l file ranks where userId = ?.
 DLFileRank create(long fileRankId)
          Creates a new d l file rank with the primary key.
 DLFileRank fetchByC_U_F_N(long companyId, long userId, long folderId, String name)
          Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or returns null if it could not be found.
 DLFileRank fetchByC_U_F_N(long companyId, long userId, long folderId, String name, boolean retrieveFromCache)
          Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileRank fetchByPrimaryKey(long fileRankId)
          Finds the d l file rank with the primary key or returns null if it could not be found.
 DLFileRank fetchByPrimaryKey(Serializable primaryKey)
          Finds the d l file rank with the primary key or returns null if it could not be found.
 List<DLFileRank> findAll()
          Finds all the d l file ranks.
 List<DLFileRank> findAll(int start, int end)
          Finds a range of all the d l file ranks.
 List<DLFileRank> findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file ranks.
 DLFileRank findByC_U_F_N(long companyId, long userId, long folderId, String name)
          Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or throws a NoSuchFileRankException if it could not be found.
 DLFileRank findByF_N_First(long folderId, String name, OrderByComparator orderByComparator)
          Finds the first d l file rank in the ordered set where folderId = ? and name = ?.
 DLFileRank findByF_N_Last(long folderId, String name, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where folderId = ? and name = ?.
 DLFileRank[] findByF_N_PrevAndNext(long fileRankId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where folderId = ? and name = ?.
 List<DLFileRank> findByF_N(long folderId, String name)
          Finds all the d l file ranks where folderId = ? and name = ?.
 List<DLFileRank> findByF_N(long folderId, String name, int start, int end)
          Finds a range of all the d l file ranks where folderId = ? and name = ?.
 List<DLFileRank> findByF_N(long folderId, String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file ranks where folderId = ? and name = ?.
 DLFileRank findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first d l file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank[] findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where groupId = ? and userId = ?.
 List<DLFileRank> findByG_U(long groupId, long userId)
          Finds all the d l file ranks where groupId = ? and userId = ?.
 List<DLFileRank> findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the d l file ranks where groupId = ? and userId = ?.
 List<DLFileRank> findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file ranks where groupId = ? and userId = ?.
 DLFileRank findByPrimaryKey(long fileRankId)
          Finds the d l file rank with the primary key or throws a NoSuchFileRankException if it could not be found.
 DLFileRank findByPrimaryKey(Serializable primaryKey)
          Finds the d l file rank with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileRank findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first d l file rank in the ordered set where userId = ?.
 DLFileRank findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where userId = ?.
 DLFileRank[] findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where userId = ?.
 List<DLFileRank> findByUserId(long userId)
          Finds all the d l file ranks where userId = ?.
 List<DLFileRank> findByUserId(long userId, int start, int end)
          Finds a range of all the d l file ranks where userId = ?.
 List<DLFileRank> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file ranks where userId = ?.
protected  DLFileRank getByF_N_PrevAndNext(Session session, DLFileRank dlFileRank, long folderId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileRank getByG_U_PrevAndNext(Session session, DLFileRank dlFileRank, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileRank getByUserId_PrevAndNext(Session session, DLFileRank dlFileRank, long userId, OrderByComparator orderByComparator, boolean previous)
           
 DLFileRank remove(long fileRankId)
          Removes the d l file rank with the primary key from the database.
 DLFileRank remove(Serializable primaryKey)
          Removes the d l file rank with the primary key from the database.
 void removeAll()
          Removes all the d l file ranks from the database.
 void removeByC_U_F_N(long companyId, long userId, long folderId, String name)
          Removes the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? from the database.
 void removeByF_N(long folderId, String name)
          Removes all the d l file ranks where folderId = ? and name = ? from the database.
 void removeByG_U(long groupId, long userId)
          Removes all the d l file ranks where groupId = ? and userId = ? from the database.
 void removeByUserId(long userId)
          Removes all the d l file ranks where userId = ? from the database.
protected  DLFileRank removeImpl(DLFileRank dlFileRank)
          Removes the model instance from the database.
protected  DLFileRank toUnwrappedModel(DLFileRank dlFileRank)
           
 DLFileRank updateImpl(DLFileRank dlFileRank, 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

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_USERID

public static final FinderPath FINDER_PATH_FIND_BY_USERID

FINDER_PATH_COUNT_BY_USERID

public static final FinderPath FINDER_PATH_COUNT_BY_USERID

FINDER_PATH_FIND_BY_G_U

public static final FinderPath FINDER_PATH_FIND_BY_G_U

FINDER_PATH_COUNT_BY_G_U

public static final FinderPath FINDER_PATH_COUNT_BY_G_U

FINDER_PATH_FIND_BY_F_N

public static final FinderPath FINDER_PATH_FIND_BY_F_N

FINDER_PATH_COUNT_BY_F_N

public static final FinderPath FINDER_PATH_COUNT_BY_F_N

FINDER_PATH_FETCH_BY_C_U_F_N

public static final FinderPath FINDER_PATH_FETCH_BY_C_U_F_N

FINDER_PATH_COUNT_BY_C_U_F_N

public static final FinderPath FINDER_PATH_COUNT_BY_C_U_F_N

FINDER_PATH_FIND_ALL

public static final FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

dlFileEntryPersistence

@BeanReference(type=DLFileEntryPersistence.class)
protected DLFileEntryPersistence dlFileEntryPersistence

dlFileRankPersistence

@BeanReference(type=DLFileRankPersistence.class)
protected DLFileRankPersistence dlFileRankPersistence

dlFileShortcutPersistence

@BeanReference(type=DLFileShortcutPersistence.class)
protected DLFileShortcutPersistence dlFileShortcutPersistence

dlFileVersionPersistence

@BeanReference(type=DLFileVersionPersistence.class)
protected DLFileVersionPersistence dlFileVersionPersistence

dlFolderPersistence

@BeanReference(type=DLFolderPersistence.class)
protected DLFolderPersistence dlFolderPersistence

layoutPersistence

@BeanReference(type=LayoutPersistence.class)
protected LayoutPersistence layoutPersistence

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence
Constructor Detail

DLFileRankPersistenceImpl

public DLFileRankPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(DLFileRank dlFileRank)
Caches the d l file rank in the entity cache if it is enabled.

Specified by:
cacheResult in interface DLFileRankPersistence
Parameters:
dlFileRank - the d l file rank to cache

cacheResult

public void cacheResult(List<DLFileRank> dlFileRanks)
Caches the d l file ranks in the entity cache if it is enabled.

Specified by:
cacheResult in interface DLFileRankPersistence
Parameters:
dlFileRanks - the d l file ranks to cache

clearCache

public void clearCache()
Clears the cache for all d l file ranks.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<DLFileRank>
Overrides:
clearCache in class BasePersistenceImpl<DLFileRank>

clearCache

public void clearCache(DLFileRank dlFileRank)
Clears the cache for the d l file rank.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<DLFileRank>
Overrides:
clearCache in class BasePersistenceImpl<DLFileRank>
Parameters:
dlFileRank - the instance of this model to clear the cache for

create

public DLFileRank create(long fileRankId)
Creates a new d l file rank with the primary key. Does not add the d l file rank to the database.

Specified by:
create in interface DLFileRankPersistence
Parameters:
fileRankId - the primary key for the new d l file rank
Returns:
the new d l file rank

remove

public DLFileRank remove(Serializable primaryKey)
                  throws NoSuchModelException,
                         SystemException
Removes the d l file rank with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<DLFileRank>
Overrides:
remove in class BasePersistenceImpl<DLFileRank>
Parameters:
primaryKey - the primary key of the d l file rank to remove
Returns:
the d l file rank that was removed
Throws:
NoSuchModelException - if a d l file rank with the primary key could not be found
SystemException - if a system exception occurred

remove

public DLFileRank remove(long fileRankId)
                  throws NoSuchFileRankException,
                         SystemException
Removes the d l file rank with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface DLFileRankPersistence
Parameters:
fileRankId - the primary key of the d l file rank to remove
Returns:
the d l file rank that was removed
Throws:
NoSuchFileRankException - if a d l file rank with the primary key could not be found
SystemException - if a system exception occurred

removeImpl

protected DLFileRank removeImpl(DLFileRank dlFileRank)
                         throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<DLFileRank>
Parameters:
dlFileRank - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public DLFileRank updateImpl(DLFileRank dlFileRank,
                             boolean merge)
                      throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface DLFileRankPersistence
Overrides:
updateImpl in class BasePersistenceImpl<DLFileRank>
Parameters:
dlFileRank - the model instance to update
merge - 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.
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected DLFileRank toUnwrappedModel(DLFileRank dlFileRank)

findByPrimaryKey

public DLFileRank findByPrimaryKey(Serializable primaryKey)
                            throws NoSuchModelException,
                                   SystemException
Finds the d l file rank with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<DLFileRank>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<DLFileRank>
Parameters:
primaryKey - the primary key of the d l file rank to find
Returns:
the d l file rank
Throws:
NoSuchModelException - if a d l file rank with the primary key could not be found
SystemException - if a system exception occurred

findByPrimaryKey

public DLFileRank findByPrimaryKey(long fileRankId)
                            throws NoSuchFileRankException,
                                   SystemException
Finds the d l file rank with the primary key or throws a NoSuchFileRankException if it could not be found.

Specified by:
findByPrimaryKey in interface DLFileRankPersistence
Parameters:
fileRankId - the primary key of the d l file rank to find
Returns:
the d l file rank
Throws:
NoSuchFileRankException - if a d l file rank with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public DLFileRank fetchByPrimaryKey(Serializable primaryKey)
                             throws SystemException
Finds the d l file rank with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<DLFileRank>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<DLFileRank>
Parameters:
primaryKey - the primary key of the d l file rank to find
Returns:
the d l file rank, or null if a d l file rank with the primary key could not be found
Throws:
SystemException - if a system exception occurred

fetchByPrimaryKey

public DLFileRank fetchByPrimaryKey(long fileRankId)
                             throws SystemException
Finds the d l file rank with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface DLFileRankPersistence
Parameters:
fileRankId - the primary key of the d l file rank to find
Returns:
the d l file rank, or null if a d l file rank with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findByUserId

public List<DLFileRank> findByUserId(long userId)
                              throws SystemException
Finds all the d l file ranks where userId = ?.

Specified by:
findByUserId in interface DLFileRankPersistence
Parameters:
userId - the user id to search with
Returns:
the matching d l file ranks
Throws:
SystemException - if a system exception occurred

findByUserId

public List<DLFileRank> findByUserId(long userId,
                                     int start,
                                     int end)
                              throws SystemException
Finds a range of all the d l file ranks where userId = ?.

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.

Specified by:
findByUserId in interface DLFileRankPersistence
Parameters:
userId - the user id to search with
start - the lower bound of the range of d l file ranks to return
end - the upper bound of the range of d l file ranks to return (not inclusive)
Returns:
the range of matching d l file ranks
Throws:
SystemException - if a system exception occurred

findByUserId

public List<DLFileRank> findByUserId(long userId,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                              throws SystemException
Finds an ordered range of all the d l file ranks where userId = ?.

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.

Specified by:
findByUserId in interface DLFileRankPersistence
Parameters:
userId - the user id to search with
start - the lower bound of the range of d l file ranks to return
end - the upper bound of the range of d l file ranks to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching d l file ranks
Throws:
SystemException - if a system exception occurred

findByUserId_First

public DLFileRank findByUserId_First(long userId,
                                     OrderByComparator orderByComparator)
                              throws NoSuchFileRankException,
                                     SystemException
Finds the first d l file rank in the ordered set where userId = ?.

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.

Specified by:
findByUserId_First in interface DLFileRankPersistence
Parameters:
userId - the user id to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching d l file rank
Throws:
NoSuchFileRankException - if a matching d l file rank could not be found
SystemException - if a system exception occurred

findByUserId_Last

public DLFileRank findByUserId_Last(long userId,
                                    OrderByComparator orderByComparator)
                             throws NoSuchFileRankException,
                                    SystemException
Finds the last d l file rank in the ordered set where userId = ?.

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.

Specified by:
findByUserId_Last in interface DLFileRankPersistence
Parameters:
userId - the user id to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching d l file rank
Throws:
NoSuchFileRankException - if a matching d l file rank could not be found
SystemException - if a system exception occurred

findByUserId_PrevAndNext

public DLFileRank[] findByUserId_PrevAndNext(long fileRankId,
                                             long userId,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchFileRankException,
                                             SystemException
Finds the d l file ranks before and after the current d l file rank in the ordered set where userId = ?.

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.

Specified by:
findByUserId_PrevAndNext in interface DLFileRankPersistence
Parameters:
fileRankId - the primary key of the current d l file rank
userId - the user id to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next d l file rank
Throws:
NoSuchFileRankException - if a d l file rank with the primary key could not be found
SystemException - if a system exception occurred

getByUserId_PrevAndNext

protected DLFileRank getByUserId_PrevAndNext(Session session,
                                             DLFileRank dlFileRank,
                                             long userId,
                                             OrderByComparator orderByComparator,
                                             boolean previous)

findByG_U

public List<DLFileRank> findByG_U(long groupId,
                                  long userId)
                           throws SystemException
Finds all the d l file ranks where groupId = ? and userId = ?.

Specified by:
findByG_U in interface DLFileRankPersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
Returns:
the matching d l file ranks
Throws:
SystemException - if a system exception occurred

findByG_U

public List<DLFileRank> findByG_U(long groupId,
                                  long userId,
                                  int start,
                                  int end)
                           throws SystemException
Finds a range of all the d l file ranks where groupId = ? and userId = ?.

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.

Specified by:
findByG_U in interface DLFileRankPersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
start - the lower bound of the range of d l file ranks to return
end - the upper bound of the range of d l file ranks to return (not inclusive)
Returns:
the range of matching d l file ranks
Throws:
SystemException - if a system exception occurred

findByG_U

public List<DLFileRank> findByG_U(long groupId,
                                  long userId,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                           throws SystemException
Finds an ordered range of all the d l file ranks where groupId = ? and userId = ?.

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.

Specified by:
findByG_U in interface DLFileRankPersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
start - the lower bound of the range of d l file ranks to return
end - the upper bound of the range of d l file ranks to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching d l file ranks
Throws:
SystemException - if a system exception occurred

findByG_U_First

public DLFileRank findByG_U_First(long groupId,
                                  long userId,
                                  OrderByComparator orderByComparator)
                           throws NoSuchFileRankException,
                                  SystemException
Finds the first d l file rank in the ordered set where groupId = ? and userId = ?.

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.

Specified by:
findByG_U_First in interface DLFileRankPersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching d l file rank
Throws:
NoSuchFileRankException - if a matching d l file rank could not be found
SystemException - if a system exception occurred

findByG_U_Last

public DLFileRank findByG_U_Last(long groupId,
                                 long userId,
                                 OrderByComparator orderByComparator)
                          throws NoSuchFileRankException,
                                 SystemException
Finds the last d l file rank in the ordered set where groupId = ? and userId = ?.

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.

Specified by:
findByG_U_Last in interface DLFileRankPersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching d l file rank
Throws:
NoSuchFileRankException - if a matching d l file rank could not be found
SystemException - if a system exception occurred

findByG_U_PrevAndNext

public DLFileRank[] findByG_U_PrevAndNext(long fileRankId,
                                          long groupId,
                                          long userId,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchFileRankException,
                                          SystemException
Finds the d l file ranks before and after the current d l file rank in the ordered set where groupId = ? and userId = ?.

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.

Specified by:
findByG_U_PrevAndNext in interface DLFileRankPersistence
Parameters:
fileRankId - the primary key of the current d l file rank
groupId - the group id to search with
userId - the user id to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next d l file rank
Throws:
NoSuchFileRankException - if a d l file rank with the primary key could not be found
SystemException - if a system exception occurred

getByG_U_PrevAndNext

protected DLFileRank getByG_U_PrevAndNext(Session session,
                                          DLFileRank dlFileRank,
                                          long groupId,
                                          long userId,
                                          OrderByComparator orderByComparator,
                                          boolean previous)

findByF_N

public List<DLFileRank> findByF_N(long folderId,
                                  String name)
                           throws SystemException
Finds all the d l file ranks where folderId = ? and name = ?.

Specified by:
findByF_N in interface DLFileRankPersistence
Parameters:
folderId - the folder id to search with
name - the name to search with
Returns:
the matching d l file ranks
Throws:
SystemException - if a system exception occurred

findByF_N

public List<DLFileRank> findByF_N(long folderId,
                                  String name,
                                  int start,
                                  int end)
                           throws SystemException
Finds a range of all the d l file ranks where folderId = ? and name = ?.

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.

Specified by:
findByF_N in interface DLFileRankPersistence
Parameters:
folderId - the folder id to search with
name - the name to search with
start - the lower bound of the range of d l file ranks to return
end - the upper bound of the range of d l file ranks to return (not inclusive)
Returns:
the range of matching d l file ranks
Throws:
SystemException - if a system exception occurred

findByF_N

public List<DLFileRank> findByF_N(long folderId,
                                  String name,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                           throws SystemException
Finds an ordered range of all the d l file ranks where folderId = ? and name = ?.

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.

Specified by:
findByF_N in interface DLFileRankPersistence
Parameters:
folderId - the folder id to search with
name - the name to search with
start - the lower bound of the range of d l file ranks to return
end - the upper bound of the range of d l file ranks to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching d l file ranks
Throws:
SystemException - if a system exception occurred

findByF_N_First

public DLFileRank findByF_N_First(long folderId,
                                  String name,
                                  OrderByComparator orderByComparator)
                           throws NoSuchFileRankException,
                                  SystemException
Finds the first d l file rank in the ordered set where folderId = ? and name = ?.

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.

Specified by:
findByF_N_First in interface DLFileRankPersistence
Parameters:
folderId - the folder id to search with
name - the name to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching d l file rank
Throws:
NoSuchFileRankException - if a matching d l file rank could not be found
SystemException - if a system exception occurred

findByF_N_Last

public DLFileRank findByF_N_Last(long folderId,
                                 String name,
                                 OrderByComparator orderByComparator)
                          throws NoSuchFileRankException,
                                 SystemException
Finds the last d l file rank in the ordered set where folderId = ? and name = ?.

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.

Specified by:
findByF_N_Last in interface DLFileRankPersistence
Parameters:
folderId - the folder id to search with
name - the name to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching d l file rank
Throws:
NoSuchFileRankException - if a matching d l file rank could not be found
SystemException - if a system exception occurred

findByF_N_PrevAndNext

public DLFileRank[] findByF_N_PrevAndNext(long fileRankId,
                                          long folderId,
                                          String name,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchFileRankException,
                                          SystemException
Finds the d l file ranks before and after the current d l file rank in the ordered set where folderId = ? and name = ?.

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.

Specified by:
findByF_N_PrevAndNext in interface DLFileRankPersistence
Parameters:
fileRankId - the primary key of the current d l file rank
folderId - the folder id to search with
name - the name to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next d l file rank
Throws:
NoSuchFileRankException - if a d l file rank with the primary key could not be found
SystemException - if a system exception occurred

getByF_N_PrevAndNext

protected DLFileRank getByF_N_PrevAndNext(Session session,
                                          DLFileRank dlFileRank,
                                          long folderId,
                                          String name,
                                          OrderByComparator orderByComparator,
                                          boolean previous)

findByC_U_F_N

public DLFileRank findByC_U_F_N(long companyId,
                                long userId,
                                long folderId,
                                String name)
                         throws NoSuchFileRankException,
                                SystemException
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or throws a NoSuchFileRankException if it could not be found.

Specified by:
findByC_U_F_N in interface DLFileRankPersistence
Parameters:
companyId - the company id to search with
userId - the user id to search with
folderId - the folder id to search with
name - the name to search with
Returns:
the matching d l file rank
Throws:
NoSuchFileRankException - if a matching d l file rank could not be found
SystemException - if a system exception occurred

fetchByC_U_F_N

public DLFileRank fetchByC_U_F_N(long companyId,
                                 long userId,
                                 long folderId,
                                 String name)
                          throws SystemException
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByC_U_F_N in interface DLFileRankPersistence
Parameters:
companyId - the company id to search with
userId - the user id to search with
folderId - the folder id to search with
name - the name to search with
Returns:
the matching d l file rank, or null if a matching d l file rank could not be found
Throws:
SystemException - if a system exception occurred

fetchByC_U_F_N

public DLFileRank fetchByC_U_F_N(long companyId,
                                 long userId,
                                 long folderId,
                                 String name,
                                 boolean retrieveFromCache)
                          throws SystemException
Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByC_U_F_N in interface DLFileRankPersistence
Parameters:
companyId - the company id to search with
userId - the user id to search with
folderId - the folder id to search with
name - the name to search with
Returns:
the matching d l file rank, or null if a matching d l file rank could not be found
Throws:
SystemException - if a system exception occurred

findAll

public List<DLFileRank> findAll()
                         throws SystemException
Finds all the d l file ranks.

Specified by:
findAll in interface DLFileRankPersistence
Returns:
the d l file ranks
Throws:
SystemException - if a system exception occurred

findAll

public List<DLFileRank> findAll(int start,
                                int end)
                         throws SystemException
Finds a range of all the d l file ranks.

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.

Specified by:
findAll in interface DLFileRankPersistence
Parameters:
start - the lower bound of the range of d l file ranks to return
end - the upper bound of the range of d l file ranks to return (not inclusive)
Returns:
the range of d l file ranks
Throws:
SystemException - if a system exception occurred

findAll

public List<DLFileRank> findAll(int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
Finds an ordered range of all the d l file ranks.

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.

Specified by:
findAll in interface DLFileRankPersistence
Parameters:
start - the lower bound of the range of d l file ranks to return
end - the upper bound of the range of d l file ranks to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of d l file ranks
Throws:
SystemException - if a system exception occurred

removeByUserId

public void removeByUserId(long userId)
                    throws SystemException
Removes all the d l file ranks where userId = ? from the database.

Specified by:
removeByUserId in interface DLFileRankPersistence
Parameters:
userId - the user id to search with
Throws:
SystemException - if a system exception occurred

removeByG_U

public void removeByG_U(long groupId,
                        long userId)
                 throws SystemException
Removes all the d l file ranks where groupId = ? and userId = ? from the database.

Specified by:
removeByG_U in interface DLFileRankPersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
Throws:
SystemException - if a system exception occurred

removeByF_N

public void removeByF_N(long folderId,
                        String name)
                 throws SystemException
Removes all the d l file ranks where folderId = ? and name = ? from the database.

Specified by:
removeByF_N in interface DLFileRankPersistence
Parameters:
folderId - the folder id to search with
name - the name to search with
Throws:
SystemException - if a system exception occurred

removeByC_U_F_N

public void removeByC_U_F_N(long companyId,
                            long userId,
                            long folderId,
                            String name)
                     throws NoSuchFileRankException,
                            SystemException
Removes the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? from the database.

Specified by:
removeByC_U_F_N in interface DLFileRankPersistence
Parameters:
companyId - the company id to search with
userId - the user id to search with
folderId - the folder id to search with
name - the name to search with
Throws:
SystemException - if a system exception occurred
NoSuchFileRankException

removeAll

public void removeAll()
               throws SystemException
Removes all the d l file ranks from the database.

Specified by:
removeAll in interface DLFileRankPersistence
Throws:
SystemException - if a system exception occurred

countByUserId

public int countByUserId(long userId)
                  throws SystemException
Counts all the d l file ranks where userId = ?.

Specified by:
countByUserId in interface DLFileRankPersistence
Parameters:
userId - the user id to search with
Returns:
the number of matching d l file ranks
Throws:
SystemException - if a system exception occurred

countByG_U

public int countByG_U(long groupId,
                      long userId)
               throws SystemException
Counts all the d l file ranks where groupId = ? and userId = ?.

Specified by:
countByG_U in interface DLFileRankPersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
Returns:
the number of matching d l file ranks
Throws:
SystemException - if a system exception occurred

countByF_N

public int countByF_N(long folderId,
                      String name)
               throws SystemException
Counts all the d l file ranks where folderId = ? and name = ?.

Specified by:
countByF_N in interface DLFileRankPersistence
Parameters:
folderId - the folder id to search with
name - the name to search with
Returns:
the number of matching d l file ranks
Throws:
SystemException - if a system exception occurred

countByC_U_F_N

public int countByC_U_F_N(long companyId,
                          long userId,
                          long folderId,
                          String name)
                   throws SystemException
Counts all the d l file ranks where companyId = ? and userId = ? and folderId = ? and name = ?.

Specified by:
countByC_U_F_N in interface DLFileRankPersistence
Parameters:
companyId - the company id to search with
userId - the user id to search with
folderId - the folder id to search with
name - the name to search with
Returns:
the number of matching d l file ranks
Throws:
SystemException - if a system exception occurred

countAll

public int countAll()
             throws SystemException
Counts all the d l file ranks.

Specified by:
countAll in interface DLFileRankPersistence
Returns:
the number of d l file ranks
Throws:
SystemException - if a system exception occurred

afterPropertiesSet

public void afterPropertiesSet()
Initializes the d l file rank persistence.


Liferay 6.0.5