|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.DLFileRankLocalServiceWrapper
public class DLFileRankLocalServiceWrapper
This class is a wrapper for DLFileRankLocalService.
DLFileRankLocalService| Constructor Summary | |
|---|---|
DLFileRankLocalServiceWrapper(DLFileRankLocalService dlFileRankLocalService)
|
|
| Method Summary | |
|---|---|
DLFileRank |
addDLFileRank(DLFileRank dlFileRank)
Adds the d l file rank to the database. |
DLFileRank |
addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
addFileRank(long groupId,
long companyId,
long userId,
long folderId,
String name,
ServiceContext serviceContext)
Deprecated. addFileRank(long, long, long, long, ServiceContext) |
void |
checkFileRanks()
|
DLFileRank |
createDLFileRank(long fileRankId)
Creates a new d l file rank with the primary key. |
void |
deleteDLFileRank(DLFileRank dlFileRank)
Deletes the d l file rank from the database. |
void |
deleteDLFileRank(long fileRankId)
Deletes the d l file rank with the primary key from the database. |
void |
deleteFileRank(DLFileRank fileRank)
|
void |
deleteFileRank(long fileRankId)
|
void |
deleteFileRanks(long fileEntryId)
Deprecated. deleteFileRanksByFileEntryId(long) |
void |
deleteFileRanksByFileEntryId(long fileEntryId)
|
void |
deleteFileRanksByUserId(long userId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DLFileRank |
getDLFileRank(long fileRankId)
Returns the d l file rank with the primary key. |
List<DLFileRank> |
getDLFileRanks(int start,
int end)
Returns a range of all the d l file ranks. |
int |
getDLFileRanksCount()
Returns the number of d l file ranks. |
List<DLFileRank> |
getFileRanks(long groupId,
long userId)
|
List<DLFileRank> |
getFileRanks(long groupId,
long userId,
int start,
int end)
Deprecated. getFileRanks(long, long) |
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
DLFileRankLocalService |
getWrappedDLFileRankLocalService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
|
DLFileRank |
updateDLFileRank(DLFileRank dlFileRank)
Updates the d l file rank in the database or adds it if it does not yet exist. |
DLFileRank |
updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
Updates the d l file rank in the database or adds it if it does not yet exist. |
DLFileRank |
updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
String name,
ServiceContext serviceContext)
Deprecated. updateFileRank(long, long, long, long,
ServiceContext) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLFileRankLocalServiceWrapper(DLFileRankLocalService dlFileRankLocalService)
| Method Detail |
|---|
public DLFileRank addDLFileRank(DLFileRank dlFileRank)
throws SystemException
addDLFileRank in interface DLFileRankLocalServicedlFileRank - the d l file rank
SystemException - if a system exception occurredpublic DLFileRank createDLFileRank(long fileRankId)
createDLFileRank in interface DLFileRankLocalServicefileRankId - the primary key for the new d l file rank
public void deleteDLFileRank(long fileRankId)
throws PortalException,
SystemException
deleteDLFileRank in interface DLFileRankLocalServicefileRankId - the primary key of the d l file rank
PortalException - if a d l file rank with the primary key could not be found
SystemException - if a system exception occurred
public void deleteDLFileRank(DLFileRank dlFileRank)
throws SystemException
deleteDLFileRank in interface DLFileRankLocalServicedlFileRank - the d l file rank
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface DLFileRankLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
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.
dynamicQuery in interface DLFileRankLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
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.
dynamicQuery in interface DLFileRankLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface DLFileRankLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public DLFileRank getDLFileRank(long fileRankId)
throws PortalException,
SystemException
getDLFileRank in interface DLFileRankLocalServicefileRankId - the primary key of the d l file rank
PortalException - if a d l file rank with the primary key could not be found
SystemException - if a system exception occurred
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException,
SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface DLFileRankLocalServicePortalException
SystemException
public List<DLFileRank> getDLFileRanks(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.
getDLFileRanks in interface DLFileRankLocalServicestart - the lower bound of the range of d l file ranksend - the upper bound of the range of d l file ranks (not inclusive)
SystemException - if a system exception occurred
public int getDLFileRanksCount()
throws SystemException
getDLFileRanksCount in interface DLFileRankLocalServiceSystemException - if a system exception occurred
public DLFileRank updateDLFileRank(DLFileRank dlFileRank)
throws SystemException
updateDLFileRank in interface DLFileRankLocalServicedlFileRank - the d l file rank
SystemException - if a system exception occurred
public DLFileRank updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
throws SystemException
updateDLFileRank in interface DLFileRankLocalServicedlFileRank - the d l file rankmerge - whether to merge the d l file rank with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
SystemException - if a system exception occurredpublic String getBeanIdentifier()
getBeanIdentifier in interface DLFileRankLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DLFileRankLocalServicebeanIdentifier - the Spring bean ID for this bean
public DLFileRank addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
throws SystemException
addFileRank in interface DLFileRankLocalServiceSystemException
public DLFileRank addFileRank(long groupId,
long companyId,
long userId,
long folderId,
String name,
ServiceContext serviceContext)
throws SystemException
addFileRank(long, long, long, long, ServiceContext)
addFileRank in interface DLFileRankLocalServiceSystemException
public void checkFileRanks()
throws SystemException
checkFileRanks in interface DLFileRankLocalServiceSystemException
public void deleteFileRank(DLFileRank fileRank)
throws SystemException
deleteFileRank in interface DLFileRankLocalServiceSystemException
public void deleteFileRank(long fileRankId)
throws PortalException,
SystemException
deleteFileRank in interface DLFileRankLocalServicePortalException
SystemException
public void deleteFileRanks(long fileEntryId)
throws SystemException
deleteFileRanksByFileEntryId(long)
deleteFileRanks in interface DLFileRankLocalServiceSystemException
public void deleteFileRanksByFileEntryId(long fileEntryId)
throws SystemException
deleteFileRanksByFileEntryId in interface DLFileRankLocalServiceSystemException
public void deleteFileRanksByUserId(long userId)
throws SystemException
deleteFileRanksByUserId in interface DLFileRankLocalServiceSystemException
public List<DLFileRank> getFileRanks(long groupId,
long userId)
throws SystemException
getFileRanks in interface DLFileRankLocalServiceSystemException
public List<DLFileRank> getFileRanks(long groupId,
long userId,
int start,
int end)
throws SystemException
getFileRanks(long, long)
getFileRanks in interface DLFileRankLocalServiceSystemException
public DLFileRank updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
throws SystemException
updateFileRank in interface DLFileRankLocalServiceSystemException
public DLFileRank updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
String name,
ServiceContext serviceContext)
throws SystemException
updateFileRank(long, long, long, long,
ServiceContext)
updateFileRank in interface DLFileRankLocalServiceSystemExceptionpublic DLFileRankLocalService getWrappedDLFileRankLocalService()
public void setWrappedDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||