Liferay 7.0-ce-b7 portal-impl

com.liferay.portlet.documentlibrary.service.base
Class DLAppLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.documentlibrary.service.base.DLAppLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.document.library.kernel.service.DLAppLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService
Direct Known Subclasses:
DLAppLocalServiceImpl

@ProviderType
public abstract class DLAppLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.document.library.kernel.service.DLAppLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the d l app local service.

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

See Also:
DLAppLocalServiceImpl, DLAppLocalServiceUtil
{$generated.description}

Field Summary
protected  com.liferay.counter.kernel.service.CounterLocalService counterLocalService
           
protected  com.liferay.document.library.kernel.service.DLAppHelperLocalService dlAppHelperLocalService
           
protected  com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService
           
protected  com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataFinder dlFileEntryMetadataFinder
           
protected  com.liferay.document.library.kernel.service.DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService
           
protected  com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence
           
protected  com.liferay.document.library.kernel.service.persistence.DLFileRankFinder dlFileRankFinder
           
protected  com.liferay.document.library.kernel.service.DLFileRankLocalService dlFileRankLocalService
           
protected  com.liferay.document.library.kernel.service.persistence.DLFileRankPersistence dlFileRankPersistence
           
protected  com.liferay.document.library.kernel.service.persistence.DLFolderFinder dlFolderFinder
           
protected  com.liferay.document.library.kernel.service.DLFolderLocalService dlFolderLocalService
           
protected  com.liferay.document.library.kernel.service.persistence.DLFolderPersistence dlFolderPersistence
           
protected  com.liferay.portal.kernel.service.RepositoryEntryLocalService repositoryEntryLocalService
           
protected  com.liferay.portal.kernel.service.persistence.RepositoryEntryPersistence repositoryEntryPersistence
           
protected  com.liferay.portal.kernel.service.RepositoryLocalService repositoryLocalService
           
protected  com.liferay.portal.kernel.service.persistence.RepositoryPersistence repositoryPersistence
           
protected  com.liferay.portal.kernel.service.SubscriptionLocalService subscriptionLocalService
           
protected  com.liferay.portal.kernel.service.persistence.SubscriptionPersistence subscriptionPersistence
           
protected  com.liferay.trash.kernel.service.TrashEntryLocalService trashEntryLocalService
           
protected  com.liferay.trash.kernel.service.persistence.TrashEntryPersistence trashEntryPersistence
           
 
Constructor Summary
DLAppLocalServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.document.library.kernel.service.DLAppHelperLocalService getDLAppHelperLocalService()
          Returns the d l app helper local service.
 com.liferay.document.library.kernel.service.DLAppLocalService getDLAppLocalService()
          Returns the d l app local service.
 com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataFinder getDLFileEntryMetadataFinder()
          Returns the document library file entry metadata finder.
 com.liferay.document.library.kernel.service.DLFileEntryMetadataLocalService getDLFileEntryMetadataLocalService()
          Returns the document library file entry metadata local service.
 com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataPersistence getDLFileEntryMetadataPersistence()
          Returns the document library file entry metadata persistence.
 com.liferay.document.library.kernel.service.persistence.DLFileRankFinder getDLFileRankFinder()
          Returns the document library file rank finder.
 com.liferay.document.library.kernel.service.DLFileRankLocalService getDLFileRankLocalService()
          Returns the document library file rank local service.
 com.liferay.document.library.kernel.service.persistence.DLFileRankPersistence getDLFileRankPersistence()
          Returns the document library file rank persistence.
 com.liferay.document.library.kernel.service.persistence.DLFolderFinder getDLFolderFinder()
          Returns the document library folder finder.
 com.liferay.document.library.kernel.service.DLFolderLocalService getDLFolderLocalService()
          Returns the document library folder local service.
 com.liferay.document.library.kernel.service.persistence.DLFolderPersistence getDLFolderPersistence()
          Returns the document library folder persistence.
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 com.liferay.portal.kernel.service.RepositoryEntryLocalService getRepositoryEntryLocalService()
          Returns the repository entry local service.
 com.liferay.portal.kernel.service.persistence.RepositoryEntryPersistence getRepositoryEntryPersistence()
          Returns the repository entry persistence.
 com.liferay.portal.kernel.service.RepositoryLocalService getRepositoryLocalService()
          Returns the repository local service.
 com.liferay.portal.kernel.service.persistence.RepositoryPersistence getRepositoryPersistence()
          Returns the repository persistence.
 com.liferay.portal.kernel.service.SubscriptionLocalService getSubscriptionLocalService()
          Returns the subscription local service.
 com.liferay.portal.kernel.service.persistence.SubscriptionPersistence getSubscriptionPersistence()
          Returns the subscription persistence.
 com.liferay.trash.kernel.service.TrashEntryLocalService getTrashEntryLocalService()
          Returns the trash entry local service.
 com.liferay.trash.kernel.service.persistence.TrashEntryPersistence getTrashEntryPersistence()
          Returns the trash entry persistence.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDLAppHelperLocalService(com.liferay.document.library.kernel.service.DLAppHelperLocalService dlAppHelperLocalService)
          Sets the d l app helper local service.
 void setDLAppLocalService(com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService)
          Sets the d l app local service.
 void setDLFileEntryMetadataFinder(com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataFinder dlFileEntryMetadataFinder)
          Sets the document library file entry metadata finder.
 void setDLFileEntryMetadataLocalService(com.liferay.document.library.kernel.service.DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
          Sets the document library file entry metadata local service.
 void setDLFileEntryMetadataPersistence(com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
          Sets the document library file entry metadata persistence.
 void setDLFileRankFinder(com.liferay.document.library.kernel.service.persistence.DLFileRankFinder dlFileRankFinder)
          Sets the document library file rank finder.
 void setDLFileRankLocalService(com.liferay.document.library.kernel.service.DLFileRankLocalService dlFileRankLocalService)
          Sets the document library file rank local service.
 void setDLFileRankPersistence(com.liferay.document.library.kernel.service.persistence.DLFileRankPersistence dlFileRankPersistence)
          Sets the document library file rank persistence.
 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 setRepositoryEntryLocalService(com.liferay.portal.kernel.service.RepositoryEntryLocalService repositoryEntryLocalService)
          Sets the repository entry local service.
 void setRepositoryEntryPersistence(com.liferay.portal.kernel.service.persistence.RepositoryEntryPersistence repositoryEntryPersistence)
          Sets the repository entry persistence.
 void setRepositoryLocalService(com.liferay.portal.kernel.service.RepositoryLocalService repositoryLocalService)
          Sets the repository local service.
 void setRepositoryPersistence(com.liferay.portal.kernel.service.persistence.RepositoryPersistence repositoryPersistence)
          Sets the repository persistence.
 void setSubscriptionLocalService(com.liferay.portal.kernel.service.SubscriptionLocalService subscriptionLocalService)
          Sets the subscription local service.
 void setSubscriptionPersistence(com.liferay.portal.kernel.service.persistence.SubscriptionPersistence subscriptionPersistence)
          Sets the subscription persistence.
 void setTrashEntryLocalService(com.liferay.trash.kernel.service.TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void setTrashEntryPersistence(com.liferay.trash.kernel.service.persistence.TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
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.DLAppLocalService
addFileEntry, addFileEntry, addFileEntry, addFileEntry, addFileRank, addFileShortcut, addFolder, deleteAll, deleteAllRepositories, deleteFileEntry, deleteFileRanksByFileEntryId, deleteFileRanksByUserId, deleteFileShortcut, deleteFileShortcut, deleteFileShortcuts, deleteFolder, getFileEntry, getFileEntry, getFileEntryByUuidAndGroupId, getFileRanks, getFileShortcut, getFileVersion, getFolder, getFolder, getMountFolder, moveFileEntry, moveFolder, subscribeFileEntryType, subscribeFolder, unsubscribeFileEntryType, unsubscribeFolder, updateAsset, updateFileEntry, updateFileEntry, updateFileEntry, updateFileRank, updateFileShortcut, updateFileShortcuts, updateFileShortcuts, updateFolder
 

Field Detail

dlAppLocalService

@BeanReference(type=com.liferay.document.library.kernel.service.DLAppLocalService.class)
protected com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService

counterLocalService

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

repositoryLocalService

@BeanReference(type=com.liferay.portal.kernel.service.RepositoryLocalService.class)
protected com.liferay.portal.kernel.service.RepositoryLocalService repositoryLocalService

repositoryPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.RepositoryPersistence.class)
protected com.liferay.portal.kernel.service.persistence.RepositoryPersistence repositoryPersistence

repositoryEntryLocalService

@BeanReference(type=com.liferay.portal.kernel.service.RepositoryEntryLocalService.class)
protected com.liferay.portal.kernel.service.RepositoryEntryLocalService repositoryEntryLocalService

repositoryEntryPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.RepositoryEntryPersistence.class)
protected com.liferay.portal.kernel.service.persistence.RepositoryEntryPersistence repositoryEntryPersistence

subscriptionLocalService

@BeanReference(type=com.liferay.portal.kernel.service.SubscriptionLocalService.class)
protected com.liferay.portal.kernel.service.SubscriptionLocalService subscriptionLocalService

subscriptionPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.SubscriptionPersistence.class)
protected com.liferay.portal.kernel.service.persistence.SubscriptionPersistence subscriptionPersistence

trashEntryLocalService

@BeanReference(type=com.liferay.trash.kernel.service.TrashEntryLocalService.class)
protected com.liferay.trash.kernel.service.TrashEntryLocalService trashEntryLocalService

trashEntryPersistence

@BeanReference(type=com.liferay.trash.kernel.service.persistence.TrashEntryPersistence.class)
protected com.liferay.trash.kernel.service.persistence.TrashEntryPersistence trashEntryPersistence

dlAppHelperLocalService

@BeanReference(type=com.liferay.document.library.kernel.service.DLAppHelperLocalService.class)
protected com.liferay.document.library.kernel.service.DLAppHelperLocalService dlAppHelperLocalService

dlFileEntryMetadataLocalService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileEntryMetadataLocalService.class)
protected com.liferay.document.library.kernel.service.DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService

dlFileEntryMetadataPersistence

@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataPersistence.class)
protected com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence

dlFileEntryMetadataFinder

@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataFinder.class)
protected com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataFinder dlFileEntryMetadataFinder

dlFileRankLocalService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileRankLocalService.class)
protected com.liferay.document.library.kernel.service.DLFileRankLocalService dlFileRankLocalService

dlFileRankPersistence

@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFileRankPersistence.class)
protected com.liferay.document.library.kernel.service.persistence.DLFileRankPersistence dlFileRankPersistence

dlFileRankFinder

@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFileRankFinder.class)
protected com.liferay.document.library.kernel.service.persistence.DLFileRankFinder dlFileRankFinder

dlFolderLocalService

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

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
Constructor Detail

DLAppLocalServiceBaseImpl

public DLAppLocalServiceBaseImpl()
Method Detail

getDLAppLocalService

public com.liferay.document.library.kernel.service.DLAppLocalService getDLAppLocalService()
Returns the d l app local service.

Returns:
the d l app local service

setDLAppLocalService

public void setDLAppLocalService(com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService)
Sets the d l app local service.

Parameters:
dlAppLocalService - the d l app local service

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

getRepositoryLocalService

public com.liferay.portal.kernel.service.RepositoryLocalService getRepositoryLocalService()
Returns the repository local service.

Returns:
the repository local service

setRepositoryLocalService

public void setRepositoryLocalService(com.liferay.portal.kernel.service.RepositoryLocalService repositoryLocalService)
Sets the repository local service.

Parameters:
repositoryLocalService - the repository local service

getRepositoryPersistence

public com.liferay.portal.kernel.service.persistence.RepositoryPersistence getRepositoryPersistence()
Returns the repository persistence.

Returns:
the repository persistence

setRepositoryPersistence

public void setRepositoryPersistence(com.liferay.portal.kernel.service.persistence.RepositoryPersistence repositoryPersistence)
Sets the repository persistence.

Parameters:
repositoryPersistence - the repository persistence

getRepositoryEntryLocalService

public com.liferay.portal.kernel.service.RepositoryEntryLocalService getRepositoryEntryLocalService()
Returns the repository entry local service.

Returns:
the repository entry local service

setRepositoryEntryLocalService

public void setRepositoryEntryLocalService(com.liferay.portal.kernel.service.RepositoryEntryLocalService repositoryEntryLocalService)
Sets the repository entry local service.

Parameters:
repositoryEntryLocalService - the repository entry local service

getRepositoryEntryPersistence

public com.liferay.portal.kernel.service.persistence.RepositoryEntryPersistence getRepositoryEntryPersistence()
Returns the repository entry persistence.

Returns:
the repository entry persistence

setRepositoryEntryPersistence

public void setRepositoryEntryPersistence(com.liferay.portal.kernel.service.persistence.RepositoryEntryPersistence repositoryEntryPersistence)
Sets the repository entry persistence.

Parameters:
repositoryEntryPersistence - the repository entry persistence

getSubscriptionLocalService

public com.liferay.portal.kernel.service.SubscriptionLocalService getSubscriptionLocalService()
Returns the subscription local service.

Returns:
the subscription local service

setSubscriptionLocalService

public void setSubscriptionLocalService(com.liferay.portal.kernel.service.SubscriptionLocalService subscriptionLocalService)
Sets the subscription local service.

Parameters:
subscriptionLocalService - the subscription local service

getSubscriptionPersistence

public com.liferay.portal.kernel.service.persistence.SubscriptionPersistence getSubscriptionPersistence()
Returns the subscription persistence.

Returns:
the subscription persistence

setSubscriptionPersistence

public void setSubscriptionPersistence(com.liferay.portal.kernel.service.persistence.SubscriptionPersistence subscriptionPersistence)
Sets the subscription persistence.

Parameters:
subscriptionPersistence - the subscription persistence

getTrashEntryLocalService

public com.liferay.trash.kernel.service.TrashEntryLocalService getTrashEntryLocalService()
Returns the trash entry local service.

Returns:
the trash entry local service

setTrashEntryLocalService

public void setTrashEntryLocalService(com.liferay.trash.kernel.service.TrashEntryLocalService trashEntryLocalService)
Sets the trash entry local service.

Parameters:
trashEntryLocalService - the trash entry local service

getTrashEntryPersistence

public com.liferay.trash.kernel.service.persistence.TrashEntryPersistence getTrashEntryPersistence()
Returns the trash entry persistence.

Returns:
the trash entry persistence

setTrashEntryPersistence

public void setTrashEntryPersistence(com.liferay.trash.kernel.service.persistence.TrashEntryPersistence trashEntryPersistence)
Sets the trash entry persistence.

Parameters:
trashEntryPersistence - the trash entry persistence

getDLAppHelperLocalService

public com.liferay.document.library.kernel.service.DLAppHelperLocalService getDLAppHelperLocalService()
Returns the d l app helper local service.

Returns:
the d l app helper local service

setDLAppHelperLocalService

public void setDLAppHelperLocalService(com.liferay.document.library.kernel.service.DLAppHelperLocalService dlAppHelperLocalService)
Sets the d l app helper local service.

Parameters:
dlAppHelperLocalService - the d l app helper local service

getDLFileEntryMetadataLocalService

public com.liferay.document.library.kernel.service.DLFileEntryMetadataLocalService getDLFileEntryMetadataLocalService()
Returns the document library file entry metadata local service.

Returns:
the document library file entry metadata local service

setDLFileEntryMetadataLocalService

public void setDLFileEntryMetadataLocalService(com.liferay.document.library.kernel.service.DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
Sets the document library file entry metadata local service.

Parameters:
dlFileEntryMetadataLocalService - the document library file entry metadata local service

getDLFileEntryMetadataPersistence

public com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataPersistence getDLFileEntryMetadataPersistence()
Returns the document library file entry metadata persistence.

Returns:
the document library file entry metadata persistence

setDLFileEntryMetadataPersistence

public void setDLFileEntryMetadataPersistence(com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
Sets the document library file entry metadata persistence.

Parameters:
dlFileEntryMetadataPersistence - the document library file entry metadata persistence

getDLFileEntryMetadataFinder

public com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataFinder getDLFileEntryMetadataFinder()
Returns the document library file entry metadata finder.

Returns:
the document library file entry metadata finder

setDLFileEntryMetadataFinder

public void setDLFileEntryMetadataFinder(com.liferay.document.library.kernel.service.persistence.DLFileEntryMetadataFinder dlFileEntryMetadataFinder)
Sets the document library file entry metadata finder.

Parameters:
dlFileEntryMetadataFinder - the document library file entry metadata finder

getDLFileRankLocalService

public com.liferay.document.library.kernel.service.DLFileRankLocalService getDLFileRankLocalService()
Returns the document library file rank local service.

Returns:
the document library file rank local service

setDLFileRankLocalService

public void setDLFileRankLocalService(com.liferay.document.library.kernel.service.DLFileRankLocalService dlFileRankLocalService)
Sets the document library file rank local service.

Parameters:
dlFileRankLocalService - the document library file rank local service

getDLFileRankPersistence

public com.liferay.document.library.kernel.service.persistence.DLFileRankPersistence getDLFileRankPersistence()
Returns the document library file rank persistence.

Returns:
the document library file rank persistence

setDLFileRankPersistence

public void setDLFileRankPersistence(com.liferay.document.library.kernel.service.persistence.DLFileRankPersistence dlFileRankPersistence)
Sets the document library file rank persistence.

Parameters:
dlFileRankPersistence - the document library file rank persistence

getDLFileRankFinder

public com.liferay.document.library.kernel.service.persistence.DLFileRankFinder getDLFileRankFinder()
Returns the document library file rank finder.

Returns:
the document library file rank finder

setDLFileRankFinder

public void setDLFileRankFinder(com.liferay.document.library.kernel.service.persistence.DLFileRankFinder dlFileRankFinder)
Sets the document library file rank finder.

Parameters:
dlFileRankFinder - the document library file rank finder

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

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

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.DLAppLocalService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Returns:
the OSGi service identifier

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b7 portal-impl