Liferay 7.0-ga1 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portlet.documentlibrary.service.base.DLAppServiceBaseImpl
All Implemented Interfaces:
com.liferay.document.library.kernel.service.DLAppService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService
Direct Known Subclasses:
DLAppServiceImpl

public abstract class DLAppServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.document.library.kernel.service.DLAppService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the d l app 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 DLAppServiceImpl.

See Also:
DLAppServiceImpl, DLAppServiceUtil
{$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.DLAppService dlAppService
           
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.document.library.kernel.service.DLFolderService dlFolderService
           
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.RepositoryService repositoryService
           
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
           
protected  com.liferay.trash.kernel.service.TrashEntryService trashEntryService
           
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
DLAppServiceBaseImpl()
           
 
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.DLAppService getDLAppService()
          Returns the d l app remote 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.
 com.liferay.document.library.kernel.service.DLFolderService getDLFolderService()
          Returns the document library folder remote service.
 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.RepositoryService getRepositoryService()
          Returns the repository remote service.
 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.
 com.liferay.trash.kernel.service.TrashEntryService getTrashEntryService()
          Returns the trash entry remote service.
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 setDLAppService(com.liferay.document.library.kernel.service.DLAppService dlAppService)
          Sets the d l app remote 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 setDLFolderService(com.liferay.document.library.kernel.service.DLFolderService dlFolderService)
          Sets the document library folder remote service.
 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 setRepositoryService(com.liferay.portal.kernel.service.RepositoryService repositoryService)
          Sets the repository remote service.
 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.
 void setTrashEntryService(com.liferay.trash.kernel.service.TrashEntryService trashEntryService)
          Sets the trash entry 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.DLAppService
addFileEntry, addFileEntry, addFileEntry, addFileShortcut, addFolder, addTempFileEntry, addTempFileEntry, cancelCheckOut, checkInFileEntry, checkInFileEntry, checkOutFileEntry, checkOutFileEntry, copyFolder, deleteFileEntry, deleteFileEntryByTitle, deleteFileShortcut, deleteFileVersion, deleteFolder, deleteFolder, deleteTempFileEntry, getFileEntries, getFileEntries, getFileEntries, getFileEntries, getFileEntries, getFileEntries, getFileEntries, getFileEntries, getFileEntriesAndFileShortcuts, getFileEntriesAndFileShortcutsCount, getFileEntriesAndFileShortcutsCount, getFileEntriesCount, getFileEntriesCount, getFileEntriesCount, getFileEntry, getFileEntry, getFileEntryByUuidAndGroupId, getFileShortcut, getFileVersion, getFolder, getFolder, getFolders, getFolders, getFolders, getFolders, getFolders, getFolders, getFolders, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersCount, getFoldersCount, getFoldersCount, getFoldersFileEntriesCount, getGroupFileEntries, getGroupFileEntries, getGroupFileEntries, getGroupFileEntries, getGroupFileEntries, getGroupFileEntriesCount, getGroupFileEntriesCount, getGroupFileEntriesCount, getMountFolders, getMountFolders, getMountFolders, getMountFoldersCount, getSubfolderIds, getSubfolderIds, getSubfolderIds, getTempFileNames, lockFolder, lockFolder, moveFileEntry, moveFolder, refreshFileEntryLock, refreshFolderLock, revertFileEntry, search, search, search, search, subscribeFileEntryType, subscribeFolder, unlockFolder, unlockFolder, unsubscribeFileEntryType, unsubscribeFolder, updateFileEntry, updateFileEntry, updateFileEntry, updateFileEntryAndCheckIn, updateFileEntryAndCheckIn, updateFileShortcut, updateFolder, verifyFileEntryCheckOut, verifyFileEntryLock, verifyInheritableLock
 

Field Detail

dlAppLocalService

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

dlAppService

@BeanReference(type=com.liferay.document.library.kernel.service.DLAppService.class)
protected com.liferay.document.library.kernel.service.DLAppService dlAppService

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

repositoryService

@BeanReference(type=com.liferay.portal.kernel.service.RepositoryService.class)
protected com.liferay.portal.kernel.service.RepositoryService repositoryService

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

trashEntryService

@BeanReference(type=com.liferay.trash.kernel.service.TrashEntryService.class)
protected com.liferay.trash.kernel.service.TrashEntryService trashEntryService

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

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

DLAppServiceBaseImpl

public DLAppServiceBaseImpl()
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

getDLAppService

public com.liferay.document.library.kernel.service.DLAppService getDLAppService()
Returns the d l app remote service.

Returns:
the d l app remote service

setDLAppService

public void setDLAppService(com.liferay.document.library.kernel.service.DLAppService dlAppService)
Sets the d l app remote service.

Parameters:
dlAppService - the d l app remote 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

getRepositoryService

public com.liferay.portal.kernel.service.RepositoryService getRepositoryService()
Returns the repository remote service.

Returns:
the repository remote service

setRepositoryService

public void setRepositoryService(com.liferay.portal.kernel.service.RepositoryService repositoryService)
Sets the repository remote service.

Parameters:
repositoryService - the repository remote 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

getTrashEntryService

public com.liferay.trash.kernel.service.TrashEntryService getTrashEntryService()
Returns the trash entry remote service.

Returns:
the trash entry remote service

setTrashEntryService

public void setTrashEntryService(com.liferay.trash.kernel.service.TrashEntryService trashEntryService)
Sets the trash entry remote service.

Parameters:
trashEntryService - the trash entry remote 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

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

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.DLAppService
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-ga1 portal-impl