com.liferay.portlet.documentlibrary.service
Class DLFileRankLocalServiceWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.service.DLFileRankLocalServiceWrapper
- All Implemented Interfaces:
- DLFileRankLocalService
public class DLFileRankLocalServiceWrapper
- extends java.lang.Object
- implements DLFileRankLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for DLFileRankLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileRankLocalService
- Generated:
Method Summary |
DLFileRank |
addDLFileRank(DLFileRank dlFileRank)
|
DLFileRank |
addFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name)
Deprecated. |
DLFileRank |
addFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name,
ServiceContext serviceContext)
|
DLFileRank |
createDLFileRank(long fileRankId)
|
void |
deleteDLFileRank(DLFileRank dlFileRank)
|
void |
deleteDLFileRank(long fileRankId)
|
void |
deleteFileRanks(long userId)
|
void |
deleteFileRanks(long folderId,
java.lang.String name)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
DLFileRank |
getDLFileRank(long fileRankId)
|
java.util.List<DLFileRank> |
getDLFileRanks(int start,
int end)
|
int |
getDLFileRanksCount()
|
java.util.List<DLFileRank> |
getFileRanks(long groupId,
long userId)
|
java.util.List<DLFileRank> |
getFileRanks(long groupId,
long userId,
int start,
int end)
|
DLFileRankLocalService |
getWrappedDLFileRankLocalService()
|
DLFileRank |
updateDLFileRank(DLFileRank dlFileRank)
|
DLFileRank |
updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
|
DLFileRank |
updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name)
Deprecated. |
DLFileRank |
updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileRankLocalServiceWrapper
public DLFileRankLocalServiceWrapper(DLFileRankLocalService dlFileRankLocalService)
addDLFileRank
public DLFileRank addDLFileRank(DLFileRank dlFileRank)
throws com.liferay.portal.SystemException
- Specified by:
addDLFileRank
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
createDLFileRank
public DLFileRank createDLFileRank(long fileRankId)
- Specified by:
createDLFileRank
in interface DLFileRankLocalService
deleteDLFileRank
public void deleteDLFileRank(long fileRankId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteDLFileRank
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteDLFileRank
public void deleteDLFileRank(DLFileRank dlFileRank)
throws com.liferay.portal.SystemException
- Specified by:
deleteDLFileRank
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
getDLFileRank
public DLFileRank getDLFileRank(long fileRankId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getDLFileRank
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDLFileRanks
public java.util.List<DLFileRank> getDLFileRanks(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getDLFileRanks
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
getDLFileRanksCount
public int getDLFileRanksCount()
throws com.liferay.portal.SystemException
- Specified by:
getDLFileRanksCount
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
updateDLFileRank
public DLFileRank updateDLFileRank(DLFileRank dlFileRank)
throws com.liferay.portal.SystemException
- Specified by:
updateDLFileRank
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
updateDLFileRank
public DLFileRank updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateDLFileRank
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
addFileRank
public DLFileRank addFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Deprecated.
- Specified by:
addFileRank
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
addFileRank
public DLFileRank addFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name,
ServiceContext serviceContext)
throws com.liferay.portal.SystemException
- Specified by:
addFileRank
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
deleteFileRanks
public void deleteFileRanks(long userId)
throws com.liferay.portal.SystemException
- Specified by:
deleteFileRanks
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
deleteFileRanks
public void deleteFileRanks(long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
deleteFileRanks
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
getFileRanks
public java.util.List<DLFileRank> getFileRanks(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Specified by:
getFileRanks
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
getFileRanks
public java.util.List<DLFileRank> getFileRanks(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getFileRanks
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
updateFileRank
public DLFileRank updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Deprecated.
- Specified by:
updateFileRank
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
updateFileRank
public DLFileRank updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name,
ServiceContext serviceContext)
throws com.liferay.portal.SystemException
- Specified by:
updateFileRank
in interface DLFileRankLocalService
- Throws:
com.liferay.portal.SystemException
getWrappedDLFileRankLocalService
public DLFileRankLocalService getWrappedDLFileRankLocalService()