Class DLFileShortcutServiceBaseImpl

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

public abstract class DLFileShortcutServiceBaseImpl extends com.liferay.portal.kernel.service.BaseServiceImpl implements com.liferay.document.library.kernel.service.DLFileShortcutService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the document library file shortcut 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 DLFileShortcutServiceImpl.

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.DLFileShortcutLocalService
     
    protected com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence
     
    protected com.liferay.document.library.kernel.service.DLFileShortcutService
     

    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.DLFileShortcutLocalService
    Returns the document library file shortcut local service.
    com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence
    Returns the document library file shortcut persistence.
    com.liferay.document.library.kernel.service.DLFileShortcutService
    Returns the document library file shortcut 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
    setDLFileShortcutLocalService(com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService)
    Sets the document library file shortcut local service.
    void
    setDLFileShortcutPersistence(com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence)
    Sets the document library file shortcut persistence.
    void
    setDLFileShortcutService(com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService)
    Sets the document library file shortcut 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.DLFileShortcutService

    addFileShortcut, deleteFileShortcut, deleteFileShortcut, getDLFileShortcutByExternalReferenceCode, getFileShortcut, getGroupFileShortcuts, getGroupFileShortcuts, getGroupFileShortcutsCount, updateFileShortcut, updateFileShortcuts
  • Field Details

    • dlFileShortcutLocalService

      @BeanReference(type=com.liferay.document.library.kernel.service.DLFileShortcutLocalService.class) protected com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService
    • dlFileShortcutService

      @BeanReference(type=com.liferay.document.library.kernel.service.DLFileShortcutService.class) protected com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService
    • dlFileShortcutPersistence

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

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

    • DLFileShortcutServiceBaseImpl

      public DLFileShortcutServiceBaseImpl()
  • Method Details

    • getDLFileShortcutLocalService

      public com.liferay.document.library.kernel.service.DLFileShortcutLocalService getDLFileShortcutLocalService()
      Returns the document library file shortcut local service.
      Returns:
      the document library file shortcut local service
    • setDLFileShortcutLocalService

      public void setDLFileShortcutLocalService(com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService)
      Sets the document library file shortcut local service.
      Parameters:
      dlFileShortcutLocalService - the document library file shortcut local service
    • getDLFileShortcutService

      public com.liferay.document.library.kernel.service.DLFileShortcutService getDLFileShortcutService()
      Returns the document library file shortcut remote service.
      Returns:
      the document library file shortcut remote service
    • setDLFileShortcutService

      public void setDLFileShortcutService(com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService)
      Sets the document library file shortcut remote service.
      Parameters:
      dlFileShortcutService - the document library file shortcut remote service
    • getDLFileShortcutPersistence

      public com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence getDLFileShortcutPersistence()
      Returns the document library file shortcut persistence.
      Returns:
      the document library file shortcut persistence
    • setDLFileShortcutPersistence

      public void setDLFileShortcutPersistence(com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence)
      Sets the document library file shortcut persistence.
      Parameters:
      dlFileShortcutPersistence - the document library file shortcut persistence
    • 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.DLFileShortcutService
      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