|
Liferay 6.0.3 | |||||||||
| 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<DLFileRank>
com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistenceImpl
public class DLFileRankPersistenceImpl
DLFileRankPersistence,
DLFileRankUtil| 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()
|
void |
cacheResult(DLFileRank dlFileRank)
|
void |
cacheResult(List<DLFileRank> dlFileRanks)
|
void |
clearCache()
Clears the cache for all instances of this model. |
void |
clearCache(DLFileRank dlFileRank)
Clears the cache for one instance of this model. |
int |
countAll()
|
int |
countByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
|
int |
countByF_N(long folderId,
String name)
|
int |
countByG_U(long groupId,
long userId)
|
int |
countByUserId(long userId)
|
DLFileRank |
create(long fileRankId)
|
DLFileRank |
fetchByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
|
DLFileRank |
fetchByC_U_F_N(long companyId,
long userId,
long folderId,
String name,
boolean retrieveFromCache)
|
DLFileRank |
fetchByPrimaryKey(long fileRankId)
|
DLFileRank |
fetchByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or return null if it could not be found. |
List<DLFileRank> |
findAll()
|
List<DLFileRank> |
findAll(int start,
int end)
|
List<DLFileRank> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
DLFileRank |
findByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
|
DLFileRank |
findByF_N_First(long folderId,
String name,
OrderByComparator orderByComparator)
|
DLFileRank |
findByF_N_Last(long folderId,
String name,
OrderByComparator orderByComparator)
|
DLFileRank[] |
findByF_N_PrevAndNext(long fileRankId,
long folderId,
String name,
OrderByComparator orderByComparator)
|
List<DLFileRank> |
findByF_N(long folderId,
String name)
|
List<DLFileRank> |
findByF_N(long folderId,
String name,
int start,
int end)
|
List<DLFileRank> |
findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
|
DLFileRank |
findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
|
DLFileRank |
findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
|
DLFileRank[] |
findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator orderByComparator)
|
List<DLFileRank> |
findByG_U(long groupId,
long userId)
|
List<DLFileRank> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
List<DLFileRank> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
DLFileRank |
findByPrimaryKey(long fileRankId)
|
DLFileRank |
findByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or throw an exception if it could not be found. |
DLFileRank |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
|
DLFileRank |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
|
DLFileRank[] |
findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator orderByComparator)
|
List<DLFileRank> |
findByUserId(long userId)
|
List<DLFileRank> |
findByUserId(long userId,
int start,
int end)
|
List<DLFileRank> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
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)
|
DLFileRank |
remove(Serializable primaryKey)
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners. |
void |
removeAll()
|
void |
removeByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
|
void |
removeByF_N(long folderId,
String name)
|
void |
removeByG_U(long groupId,
long userId)
|
void |
removeByUserId(long userId)
|
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 |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_USERID
public static final FinderPath FINDER_PATH_COUNT_BY_USERID
public static final FinderPath FINDER_PATH_FIND_BY_G_U
public static final FinderPath FINDER_PATH_COUNT_BY_G_U
public static final FinderPath FINDER_PATH_FIND_BY_F_N
public static final FinderPath FINDER_PATH_COUNT_BY_F_N
public static final FinderPath FINDER_PATH_FETCH_BY_C_U_F_N
public static final FinderPath FINDER_PATH_COUNT_BY_C_U_F_N
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=LayoutPersistence.class) protected LayoutPersistence layoutPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
| Constructor Detail |
|---|
public DLFileRankPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(DLFileRank dlFileRank)
cacheResult in interface DLFileRankPersistencepublic void cacheResult(List<DLFileRank> dlFileRanks)
cacheResult in interface DLFileRankPersistencepublic void clearCache()
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
Caching information and settings can be found in
portal.properties
clearCache in interface BasePersistence<DLFileRank>clearCache in class BasePersistenceImpl<DLFileRank>public void clearCache(DLFileRank dlFileRank)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<DLFileRank>clearCache in class BasePersistenceImpl<DLFileRank>dlFileRank - the instance of this model to clear the cache forpublic DLFileRank create(long fileRankId)
create in interface DLFileRankPersistence
public DLFileRank remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
remove in interface BasePersistence<DLFileRank>remove in class BasePersistenceImpl<DLFileRank>primaryKey - the primary key of the model instance to remove
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if a system exception occurred
public DLFileRank remove(long fileRankId)
throws NoSuchFileRankException,
SystemException
remove in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
protected DLFileRank removeImpl(DLFileRank dlFileRank)
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<DLFileRank>dlFileRank - the model instance to remove
SystemException - if a system exception occurred
public DLFileRank updateImpl(DLFileRank dlFileRank,
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 DLFileRankPersistenceupdateImpl in class BasePersistenceImpl<DLFileRank>dlFileRank - 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 DLFileRank toUnwrappedModel(DLFileRank dlFileRank)
public DLFileRank findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
findByPrimaryKey in interface BasePersistence<DLFileRank>findByPrimaryKey in class BasePersistenceImpl<DLFileRank>primaryKey - the primary key of the model instance to find
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public DLFileRank findByPrimaryKey(long fileRankId)
throws NoSuchFileRankException,
SystemException
findByPrimaryKey in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
public DLFileRank fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
BasePersistencenull if it could not be found.
fetchByPrimaryKey in interface BasePersistence<DLFileRank>fetchByPrimaryKey in class BasePersistenceImpl<DLFileRank>primaryKey - the primary key of the model instance to find
null if an instance of this
model with the primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public DLFileRank fetchByPrimaryKey(long fileRankId)
throws SystemException
fetchByPrimaryKey in interface DLFileRankPersistenceSystemException
public List<DLFileRank> findByUserId(long userId)
throws SystemException
findByUserId in interface DLFileRankPersistenceSystemException
public List<DLFileRank> findByUserId(long userId,
int start,
int end)
throws SystemException
findByUserId in interface DLFileRankPersistenceSystemException
public List<DLFileRank> findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByUserId in interface DLFileRankPersistenceSystemException
public DLFileRank findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws NoSuchFileRankException,
SystemException
findByUserId_First in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
public DLFileRank findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws NoSuchFileRankException,
SystemException
findByUserId_Last in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
public DLFileRank[] findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchFileRankException,
SystemException
findByUserId_PrevAndNext in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
protected DLFileRank getByUserId_PrevAndNext(Session session,
DLFileRank dlFileRank,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public List<DLFileRank> findByG_U(long groupId,
long userId)
throws SystemException
findByG_U in interface DLFileRankPersistenceSystemException
public List<DLFileRank> findByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
findByG_U in interface DLFileRankPersistenceSystemException
public List<DLFileRank> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_U in interface DLFileRankPersistenceSystemException
public DLFileRank findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchFileRankException,
SystemException
findByG_U_First in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
public DLFileRank findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchFileRankException,
SystemException
findByG_U_Last in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
public DLFileRank[] findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchFileRankException,
SystemException
findByG_U_PrevAndNext in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
protected DLFileRank getByG_U_PrevAndNext(Session session,
DLFileRank dlFileRank,
long groupId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public List<DLFileRank> findByF_N(long folderId,
String name)
throws SystemException
findByF_N in interface DLFileRankPersistenceSystemException
public List<DLFileRank> findByF_N(long folderId,
String name,
int start,
int end)
throws SystemException
findByF_N in interface DLFileRankPersistenceSystemException
public List<DLFileRank> findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByF_N in interface DLFileRankPersistenceSystemException
public DLFileRank findByF_N_First(long folderId,
String name,
OrderByComparator orderByComparator)
throws NoSuchFileRankException,
SystemException
findByF_N_First in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
public DLFileRank findByF_N_Last(long folderId,
String name,
OrderByComparator orderByComparator)
throws NoSuchFileRankException,
SystemException
findByF_N_Last in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
public DLFileRank[] findByF_N_PrevAndNext(long fileRankId,
long folderId,
String name,
OrderByComparator orderByComparator)
throws NoSuchFileRankException,
SystemException
findByF_N_PrevAndNext in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
protected DLFileRank getByF_N_PrevAndNext(Session session,
DLFileRank dlFileRank,
long folderId,
String name,
OrderByComparator orderByComparator,
boolean previous)
public DLFileRank findByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
throws NoSuchFileRankException,
SystemException
findByC_U_F_N in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
public DLFileRank fetchByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
throws SystemException
fetchByC_U_F_N in interface DLFileRankPersistenceSystemException
public DLFileRank fetchByC_U_F_N(long companyId,
long userId,
long folderId,
String name,
boolean retrieveFromCache)
throws SystemException
fetchByC_U_F_N in interface DLFileRankPersistenceSystemException
public List<DLFileRank> findAll()
throws SystemException
findAll in interface DLFileRankPersistenceSystemException
public List<DLFileRank> findAll(int start,
int end)
throws SystemException
findAll in interface DLFileRankPersistenceSystemException
public List<DLFileRank> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findAll in interface DLFileRankPersistenceSystemException
public void removeByUserId(long userId)
throws SystemException
removeByUserId in interface DLFileRankPersistenceSystemException
public void removeByG_U(long groupId,
long userId)
throws SystemException
removeByG_U in interface DLFileRankPersistenceSystemException
public void removeByF_N(long folderId,
String name)
throws SystemException
removeByF_N in interface DLFileRankPersistenceSystemException
public void removeByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
throws NoSuchFileRankException,
SystemException
removeByC_U_F_N in interface DLFileRankPersistenceNoSuchFileRankException
SystemException
public void removeAll()
throws SystemException
removeAll in interface DLFileRankPersistenceSystemException
public int countByUserId(long userId)
throws SystemException
countByUserId in interface DLFileRankPersistenceSystemException
public int countByG_U(long groupId,
long userId)
throws SystemException
countByG_U in interface DLFileRankPersistenceSystemException
public int countByF_N(long folderId,
String name)
throws SystemException
countByF_N in interface DLFileRankPersistenceSystemException
public int countByC_U_F_N(long companyId,
long userId,
long folderId,
String name)
throws SystemException
countByC_U_F_N in interface DLFileRankPersistenceSystemException
public int countAll()
throws SystemException
countAll in interface DLFileRankPersistenceSystemExceptionpublic void afterPropertiesSet()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||