Class DLFolderServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLFolderServiceBaseImpl
All Implemented Interfaces:
com.liferay.document.library.kernel.service.DLFolderService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService
Direct Known Subclasses:
DLFolderServiceImpl

public abstract class DLFolderServiceBaseImpl extends com.liferay.portal.kernel.service.BaseServiceImpl implements com.liferay.document.library.kernel.service.DLFolderService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the document library folder remote service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in DLFolderServiceImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.liferay.counter.kernel.service.CounterLocalService
     
    protected com.liferay.document.library.kernel.service.persistence.DLFileEntryTypePersistence
     
    protected com.liferay.document.library.kernel.service.persistence.DLFolderFinder
     
    protected com.liferay.document.library.kernel.service.DLFolderLocalService
     
    protected com.liferay.document.library.kernel.service.persistence.DLFolderPersistence
     
    protected com.liferay.document.library.kernel.service.DLFolderService
     

    Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl

    ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    com.liferay.counter.kernel.service.CounterLocalService
    Returns the counter local service.
    com.liferay.document.library.kernel.service.persistence.DLFolderFinder
    Returns the document library folder finder.
    com.liferay.document.library.kernel.service.DLFolderLocalService
    Returns the document library folder local service.
    com.liferay.document.library.kernel.service.persistence.DLFolderPersistence
    Returns the document library folder persistence.
    com.liferay.document.library.kernel.service.DLFolderService
    Returns the document library folder remote service.
    protected Class<?>
     
    protected String
     
    Returns the OSGi service identifier.
    protected void
    Performs a SQL query.
    void
    setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
    Sets the counter local service.
    void
    setDLFolderFinder(com.liferay.document.library.kernel.service.persistence.DLFolderFinder dlFolderFinder)
    Sets the document library folder finder.
    void
    setDLFolderLocalService(com.liferay.document.library.kernel.service.DLFolderLocalService dlFolderLocalService)
    Sets the document library folder local service.
    void
    setDLFolderPersistence(com.liferay.document.library.kernel.service.persistence.DLFolderPersistence dlFolderPersistence)
    Sets the document library folder persistence.
    void
    setDLFolderService(com.liferay.document.library.kernel.service.DLFolderService dlFolderService)
    Sets the document library folder remote service.

    Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl

    getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.document.library.kernel.service.DLFolderService

    addFolder, deleteFolder, deleteFolder, deleteFolder, getDLFolderByExternalReferenceCode, getFileEntriesAndFileShortcuts, getFileEntriesAndFileShortcutsCount, getFileEntriesAndFileShortcutsCount, getFolder, getFolder, getFolderIds, getFolders, getFolders, getFolders, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersCount, getFoldersCount, getFoldersCount, getFoldersCount, getMountFolders, getMountFoldersCount, getSubfolderIds, getSubfolderIds, hasFolderLock, hasInheritableLock, isFolderLocked, lockFolder, lockFolder, moveFolder, refreshFolderLock, unlockFolder, unlockFolder, updateFolder, updateFolder, verifyInheritableLock
  • Field Details

    • dlFolderLocalService

      @BeanReference(type=com.liferay.document.library.kernel.service.DLFolderLocalService.class) protected com.liferay.document.library.kernel.service.DLFolderLocalService dlFolderLocalService
    • dlFolderService

      @BeanReference(type=com.liferay.document.library.kernel.service.DLFolderService.class) protected com.liferay.document.library.kernel.service.DLFolderService dlFolderService
    • dlFolderPersistence

      @BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFolderPersistence.class) protected com.liferay.document.library.kernel.service.persistence.DLFolderPersistence dlFolderPersistence
    • dlFolderFinder

      @BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFolderFinder.class) protected com.liferay.document.library.kernel.service.persistence.DLFolderFinder dlFolderFinder
    • counterLocalService

      @BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
    • dlFileEntryTypePersistence

      @BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFileEntryTypePersistence.class) protected com.liferay.document.library.kernel.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence
  • Constructor Details

    • DLFolderServiceBaseImpl

      public DLFolderServiceBaseImpl()
  • Method Details

    • getDLFolderLocalService

      public com.liferay.document.library.kernel.service.DLFolderLocalService getDLFolderLocalService()
      Returns the document library folder local service.
      Returns:
      the document library folder local service
    • setDLFolderLocalService

      public void setDLFolderLocalService(com.liferay.document.library.kernel.service.DLFolderLocalService dlFolderLocalService)
      Sets the document library folder local service.
      Parameters:
      dlFolderLocalService - the document library folder local service
    • getDLFolderService

      public com.liferay.document.library.kernel.service.DLFolderService getDLFolderService()
      Returns the document library folder remote service.
      Returns:
      the document library folder remote service
    • setDLFolderService

      public void setDLFolderService(com.liferay.document.library.kernel.service.DLFolderService dlFolderService)
      Sets the document library folder remote service.
      Parameters:
      dlFolderService - the document library folder remote service
    • getDLFolderPersistence

      public com.liferay.document.library.kernel.service.persistence.DLFolderPersistence getDLFolderPersistence()
      Returns the document library folder persistence.
      Returns:
      the document library folder persistence
    • setDLFolderPersistence

      public void setDLFolderPersistence(com.liferay.document.library.kernel.service.persistence.DLFolderPersistence dlFolderPersistence)
      Sets the document library folder persistence.
      Parameters:
      dlFolderPersistence - the document library folder persistence
    • getDLFolderFinder

      public com.liferay.document.library.kernel.service.persistence.DLFolderFinder getDLFolderFinder()
      Returns the document library folder finder.
      Returns:
      the document library folder finder
    • setDLFolderFinder

      public void setDLFolderFinder(com.liferay.document.library.kernel.service.persistence.DLFolderFinder dlFolderFinder)
      Sets the document library folder finder.
      Parameters:
      dlFolderFinder - the document library folder finder
    • getCounterLocalService

      public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
      Returns the counter local service.
      Returns:
      the counter local service
    • setCounterLocalService

      public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
      Sets the counter local service.
      Parameters:
      counterLocalService - the counter local service
    • afterPropertiesSet

      public void afterPropertiesSet()
    • destroy

      public void destroy()
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.document.library.kernel.service.DLFolderService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      Returns:
      the OSGi service identifier
    • getModelClass

      protected Class<?> getModelClass()
    • getModelClassName

      protected String getModelClassName()
    • runSQL

      protected void runSQL(String sql)
      Performs a SQL query.
      Parameters:
      sql - the sql query