Class DLFileEntryServiceAdapter

Object
com.liferay.portal.repository.capabilities.util.DLFileEntryServiceAdapter

public class DLFileEntryServiceAdapter extends Object
Author:
Iván Zaera
  • Constructor Summary

    Constructors
    Constructor
    Description
    DLFileEntryServiceAdapter(com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService)
     
    DLFileEntryServiceAdapter(com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService, com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(com.liferay.portal.kernel.repository.DocumentRepository documentRepository)
     
    com.liferay.document.library.kernel.model.DLFileEntry
     
    com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
     
    com.liferay.document.library.kernel.model.DLFileEntry
    getDLFileEntry(long fileEntryId)
     
    List<com.liferay.document.library.kernel.model.DLFileEntry>
    getGroupFileEntries(long groupId, int userId, long repositoryId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileEntry> orderByComparator)
     
    com.liferay.document.library.kernel.model.DLFileEntry
    updateStatus(long userId, long fileVersionId, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext, Map<String,Serializable> workflowContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DLFileEntryServiceAdapter

      public DLFileEntryServiceAdapter(com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService)
    • DLFileEntryServiceAdapter

      public DLFileEntryServiceAdapter(com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService, com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService)
  • Method Details

    • create

      public static DLFileEntryServiceAdapter create(com.liferay.portal.kernel.repository.DocumentRepository documentRepository)
    • fetchDLFileEntryByImageId

      public com.liferay.document.library.kernel.model.DLFileEntry fetchDLFileEntryByImageId(long imageId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDLFileEntry

      public com.liferay.document.library.kernel.model.DLFileEntry getDLFileEntry(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupFileEntries

      public List<com.liferay.document.library.kernel.model.DLFileEntry> getGroupFileEntries(long groupId, int userId, long repositoryId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateStatus

      public com.liferay.document.library.kernel.model.DLFileEntry updateStatus(long userId, long fileVersionId, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext, Map<String,Serializable> workflowContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException