Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.service
Class DLFileRankLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileRankLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<DLFileRankLocalService>, DLFileRankLocalService

@ProviderType
public class DLFileRankLocalServiceWrapper
extends Object
implements DLFileRankLocalService, ServiceWrapper<DLFileRankLocalService>

Provides a wrapper for DLFileRankLocalService.

See Also:
DLFileRankLocalService

Constructor Summary
DLFileRankLocalServiceWrapper(DLFileRankLocalService dlFileRankLocalService)
           
 
Method Summary
 DLFileRank addDLFileRank(DLFileRank dlFileRank)
          Adds the document library file rank to the database.
 DLFileRank addFileRank(long groupId, long companyId, long userId, long fileEntryId, ServiceContext serviceContext)
           
 void checkFileRanks()
           
 DLFileRank createDLFileRank(long fileRankId)
          Creates a new document library file rank with the primary key.
 DLFileRank deleteDLFileRank(DLFileRank dlFileRank)
          Deletes the document library file rank from the database.
 DLFileRank deleteDLFileRank(long fileRankId)
          Deletes the document library file rank with the primary key from the database.
 void deleteFileRank(DLFileRank dlFileRank)
           
 void deleteFileRank(long fileRankId)
           
 void deleteFileRanksByFileEntryId(long fileEntryId)
           
 void deleteFileRanksByUserId(long userId)
           
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 void disableFileRanks(long fileEntryId)
           
 void disableFileRanksByFolderId(long folderId)
           
 DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> 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 matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
 void enableFileRanks(long fileEntryId)
           
 void enableFileRanksByFolderId(long folderId)
           
 DLFileRank fetchDLFileRank(long fileRankId)
           
 ActionableDynamicQuery getActionableDynamicQuery()
           
 DLFileRank getDLFileRank(long fileRankId)
          Returns the document library file rank with the primary key.
 List<DLFileRank> getDLFileRanks(int start, int end)
          Returns a range of all the document library file ranks.
 int getDLFileRanksCount()
          Returns the number of document library file ranks.
 List<DLFileRank> getFileRanks(long groupId, long userId)
           
 IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 DLFileRankLocalService getWrappedService()
           
 void setWrappedService(DLFileRankLocalService dlFileRankLocalService)
           
 DLFileRank updateDLFileRank(DLFileRank dlFileRank)
          Updates the document library 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileRankLocalServiceWrapper

public DLFileRankLocalServiceWrapper(DLFileRankLocalService dlFileRankLocalService)
Method Detail

addDLFileRank

public DLFileRank addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. Also notifies the appropriate model listeners.

Specified by:
addDLFileRank in interface DLFileRankLocalService
Parameters:
dlFileRank - the document library file rank
Returns:
the document library file rank that was added

addFileRank

public DLFileRank addFileRank(long groupId,
                              long companyId,
                              long userId,
                              long fileEntryId,
                              ServiceContext serviceContext)
Specified by:
addFileRank in interface DLFileRankLocalService

checkFileRanks

public void checkFileRanks()
Specified by:
checkFileRanks in interface DLFileRankLocalService

createDLFileRank

public DLFileRank createDLFileRank(long fileRankId)
Creates a new document library file rank with the primary key. Does not add the document library file rank to the database.

Specified by:
createDLFileRank in interface DLFileRankLocalService
Parameters:
fileRankId - the primary key for the new document library file rank
Returns:
the new document library file rank

deleteDLFileRank

public DLFileRank deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFileRank in interface DLFileRankLocalService
Parameters:
dlFileRank - the document library file rank
Returns:
the document library file rank that was removed

deleteDLFileRank

public DLFileRank deleteDLFileRank(long fileRankId)
                            throws PortalException
Deletes the document library file rank with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFileRank in interface DLFileRankLocalService
Parameters:
fileRankId - the primary key of the document library file rank
Returns:
the document library file rank that was removed
Throws:
PortalException - if a document library file rank with the primary key could not be found

deleteFileRank

public void deleteFileRank(DLFileRank dlFileRank)
Specified by:
deleteFileRank in interface DLFileRankLocalService

deleteFileRank

public void deleteFileRank(long fileRankId)
                    throws PortalException
Specified by:
deleteFileRank in interface DLFileRankLocalService
Throws:
PortalException

deleteFileRanksByFileEntryId

public void deleteFileRanksByFileEntryId(long fileEntryId)
Specified by:
deleteFileRanksByFileEntryId in interface DLFileRankLocalService

deleteFileRanksByUserId

public void deleteFileRanksByUserId(long userId)
Specified by:
deleteFileRanksByUserId in interface DLFileRankLocalService

deletePersistedModel

public PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Specified by:
deletePersistedModel in interface DLFileRankLocalService
Throws:
PortalException

disableFileRanks

public void disableFileRanks(long fileEntryId)
Specified by:
disableFileRanks in interface DLFileRankLocalService

disableFileRanksByFolderId

public void disableFileRanksByFolderId(long folderId)
                                throws PortalException
Specified by:
disableFileRanksByFolderId in interface DLFileRankLocalService
Throws:
PortalException

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface DLFileRankLocalService

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface DLFileRankLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
Performs a dynamic query on the database and returns a range of the matching rows.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface DLFileRankLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface DLFileRankLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface DLFileRankLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface DLFileRankLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

enableFileRanks

public void enableFileRanks(long fileEntryId)
Specified by:
enableFileRanks in interface DLFileRankLocalService

enableFileRanksByFolderId

public void enableFileRanksByFolderId(long folderId)
                               throws PortalException
Specified by:
enableFileRanksByFolderId in interface DLFileRankLocalService
Throws:
PortalException

fetchDLFileRank

public DLFileRank fetchDLFileRank(long fileRankId)
Specified by:
fetchDLFileRank in interface DLFileRankLocalService

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface DLFileRankLocalService

getDLFileRank

public DLFileRank getDLFileRank(long fileRankId)
                         throws PortalException
Returns the document library file rank with the primary key.

Specified by:
getDLFileRank in interface DLFileRankLocalService
Parameters:
fileRankId - the primary key of the document library file rank
Returns:
the document library file rank
Throws:
PortalException - if a document library file rank with the primary key could not be found

getDLFileRanks

public List<DLFileRank> getDLFileRanks(int start,
                                       int end)
Returns a range of all the document library 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getDLFileRanks in interface DLFileRankLocalService
Parameters:
start - the lower bound of the range of document library file ranks
end - the upper bound of the range of document library file ranks (not inclusive)
Returns:
the range of document library file ranks

getDLFileRanksCount

public int getDLFileRanksCount()
Returns the number of document library file ranks.

Specified by:
getDLFileRanksCount in interface DLFileRankLocalService
Returns:
the number of document library file ranks

getFileRanks

public List<DLFileRank> getFileRanks(long groupId,
                                     long userId)
Specified by:
getFileRanks in interface DLFileRankLocalService

getIndexableActionableDynamicQuery

public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
Specified by:
getIndexableActionableDynamicQuery in interface DLFileRankLocalService

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface DLFileRankLocalService
Returns:
the OSGi service identifier

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface DLFileRankLocalService
Throws:
PortalException

updateDLFileRank

public DLFileRank updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDLFileRank in interface DLFileRankLocalService
Parameters:
dlFileRank - the document library file rank
Returns:
the document library file rank that was updated

updateFileRank

public DLFileRank updateFileRank(long groupId,
                                 long companyId,
                                 long userId,
                                 long fileEntryId,
                                 ServiceContext serviceContext)
Specified by:
updateFileRank in interface DLFileRankLocalService

getWrappedService

public DLFileRankLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<DLFileRankLocalService>

setWrappedService

public void setWrappedService(DLFileRankLocalService dlFileRankLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<DLFileRankLocalService>

Liferay 7.0-ce-b4