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

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.base.DLFileVersionLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Direct Known Subclasses:
DLFileVersionLocalServiceImpl

public abstract class DLFileVersionLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService, com.liferay.portal.kernel.bean.IdentifiableBean

The base implementation of the document library file version 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 DLFileVersionLocalServiceImpl.

Author:
Brian Wing Shun Chan
See Also:
DLFileVersionLocalServiceImpl, DLFileVersionLocalServiceUtil
Generated:

Field Summary
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService
           
protected  com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService
           
protected  com.liferay.portlet.documentlibrary.service.DLAppService dlAppService
           
protected  com.liferay.portlet.documentlibrary.service.DLContentLocalService dlContentLocalService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence dlContentPersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder dlFileEntryFinder
           
protected  com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService
           
protected  com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence dlFileEntryPersistence
           
protected  com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder
           
protected  com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence
           
protected  com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder dlFileRankFinder
           
protected  com.liferay.portlet.documentlibrary.service.DLFileRankLocalService dlFileRankLocalService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence dlFileRankPersistence
           
protected  com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService dlFileShortcutLocalService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence
           
protected  com.liferay.portlet.documentlibrary.service.DLFileShortcutService dlFileShortcutService
           
protected  com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService dlFileVersionLocalService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence dlFileVersionPersistence
           
protected  com.liferay.portlet.documentlibrary.service.DLFileVersionService dlFileVersionService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder dlFolderFinder
           
protected  com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence
           
protected  com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService
           
protected  com.liferay.portlet.documentlibrary.service.DLSyncLocalService dlSyncLocalService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence dlSyncPersistence
           
protected  com.liferay.portlet.documentlibrary.service.DLSyncService dlSyncService
           
protected  com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  com.liferay.portal.service.persistence.ResourceFinder resourceFinder
           
protected  com.liferay.portal.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.ResourceService resourceService
           
protected  com.liferay.portal.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
 
Constructor Summary
DLFileVersionLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.documentlibrary.model.DLFileVersion addDLFileVersion(com.liferay.portlet.documentlibrary.model.DLFileVersion dlFileVersion)
          Adds the document library file version to the database.
 void afterPropertiesSet()
           
 com.liferay.portlet.documentlibrary.model.DLFileVersion createDLFileVersion(long fileVersionId)
          Creates a new document library file version with the primary key.
 void deleteDLFileVersion(com.liferay.portlet.documentlibrary.model.DLFileVersion dlFileVersion)
          Deletes the document library file version from the database.
 void deleteDLFileVersion(long fileVersionId)
          Deletes the document library file version with the primary key from the database.
 void destroy()
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 com.liferay.portlet.documentlibrary.model.DLFileVersion fetchDLFileVersion(long fileVersionId)
           
 java.lang.String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService getDLAppHelperLocalService()
          Returns the d l app helper local service.
 com.liferay.portlet.documentlibrary.service.DLAppLocalService getDLAppLocalService()
          Returns the d l app local service.
 com.liferay.portlet.documentlibrary.service.DLAppService getDLAppService()
          Returns the d l app remote service.
 com.liferay.portlet.documentlibrary.service.DLContentLocalService getDLContentLocalService()
          Returns the document library content local service.
 com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence getDLContentPersistence()
          Returns the document library content persistence.
 com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder getDLFileEntryFinder()
          Returns the document library file entry finder.
 com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService getDLFileEntryLocalService()
          Returns the document library file entry local service.
 com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService getDLFileEntryMetadataLocalService()
          Returns the document library file entry metadata local service.
 com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence getDLFileEntryMetadataPersistence()
          Returns the document library file entry metadata persistence.
 com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence getDLFileEntryPersistence()
          Returns the document library file entry persistence.
 com.liferay.portlet.documentlibrary.service.DLFileEntryService getDLFileEntryService()
          Returns the document library file entry remote service.
 com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder getDLFileEntryTypeFinder()
          Returns the document library file entry type finder.
 com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
          Returns the document library file entry type local service.
 com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence getDLFileEntryTypePersistence()
          Returns the document library file entry type persistence.
 com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService getDLFileEntryTypeService()
          Returns the document library file entry type remote service.
 com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder getDLFileRankFinder()
          Returns the document library file rank finder.
 com.liferay.portlet.documentlibrary.service.DLFileRankLocalService getDLFileRankLocalService()
          Returns the document library file rank local service.
 com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence getDLFileRankPersistence()
          Returns the document library file rank persistence.
 com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService getDLFileShortcutLocalService()
          Returns the document library file shortcut local service.
 com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence getDLFileShortcutPersistence()
          Returns the document library file shortcut persistence.
 com.liferay.portlet.documentlibrary.service.DLFileShortcutService getDLFileShortcutService()
          Returns the document library file shortcut remote service.
 com.liferay.portlet.documentlibrary.model.DLFileVersion getDLFileVersion(long fileVersionId)
          Returns the document library file version with the primary key.
 com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService getDLFileVersionLocalService()
          Returns the document library file version local service.
 com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence getDLFileVersionPersistence()
          Returns the document library file version persistence.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileVersion> getDLFileVersions(int start, int end)
          Returns a range of all the document library file versions.
 int getDLFileVersionsCount()
          Returns the number of document library file versions.
 com.liferay.portlet.documentlibrary.service.DLFileVersionService getDLFileVersionService()
          Returns the document library file version remote service.
 com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder getDLFolderFinder()
          Returns the document library folder finder.
 com.liferay.portlet.documentlibrary.service.DLFolderLocalService getDLFolderLocalService()
          Returns the document library folder local service.
 com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence getDLFolderPersistence()
          Returns the document library folder persistence.
 com.liferay.portlet.documentlibrary.service.DLFolderService getDLFolderService()
          Returns the document library folder remote service.
 com.liferay.portlet.documentlibrary.service.DLSyncLocalService getDLSyncLocalService()
          Returns the d l sync local service.
 com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence getDLSyncPersistence()
          Returns the d l sync persistence.
 com.liferay.portlet.documentlibrary.service.DLSyncService getDLSyncService()
          Returns the d l sync remote service.
protected  java.lang.Class<?> getModelClass()
           
protected  java.lang.String getModelClassName()
           
 com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
           
 com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
          Returns the resource finder.
 com.liferay.portal.service.ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
          Returns the resource persistence.
 com.liferay.portal.service.ResourceService getResourceService()
          Returns the resource remote service.
 com.liferay.portal.service.persistence.UserFinder getUserFinder()
          Returns the user finder.
 com.liferay.portal.service.UserLocalService getUserLocalService()
          Returns the user local service.
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
          Returns the user persistence.
 com.liferay.portal.service.UserService getUserService()
          Returns the user remote service.
protected  void runSQL(java.lang.String sql)
          Performs an SQL query.
 void setBeanIdentifier(java.lang.String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDLAppHelperLocalService(com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService)
          Sets the d l app helper local service.
 void setDLAppLocalService(com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService)
          Sets the d l app local service.
 void setDLAppService(com.liferay.portlet.documentlibrary.service.DLAppService dlAppService)
          Sets the d l app remote service.
 void setDLContentLocalService(com.liferay.portlet.documentlibrary.service.DLContentLocalService dlContentLocalService)
          Sets the document library content local service.
 void setDLContentPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence dlContentPersistence)
          Sets the document library content persistence.
 void setDLFileEntryFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder dlFileEntryFinder)
          Sets the document library file entry finder.
 void setDLFileEntryLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService)
          Sets the document library file entry local service.
 void setDLFileEntryMetadataLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
          Sets the document library file entry metadata local service.
 void setDLFileEntryMetadataPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
          Sets the document library file entry metadata persistence.
 void setDLFileEntryPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence dlFileEntryPersistence)
          Sets the document library file entry persistence.
 void setDLFileEntryService(com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService)
          Sets the document library file entry remote service.
 void setDLFileEntryTypeFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder)
          Sets the document library file entry type finder.
 void setDLFileEntryTypeLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
          Sets the document library file entry type local service.
 void setDLFileEntryTypePersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence)
          Sets the document library file entry type persistence.
 void setDLFileEntryTypeService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService)
          Sets the document library file entry type remote service.
 void setDLFileRankFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder dlFileRankFinder)
          Sets the document library file rank finder.
 void setDLFileRankLocalService(com.liferay.portlet.documentlibrary.service.DLFileRankLocalService dlFileRankLocalService)
          Sets the document library file rank local service.
 void setDLFileRankPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence dlFileRankPersistence)
          Sets the document library file rank persistence.
 void setDLFileShortcutLocalService(com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService dlFileShortcutLocalService)
          Sets the document library file shortcut local service.
 void setDLFileShortcutPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the document library file shortcut persistence.
 void setDLFileShortcutService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService dlFileShortcutService)
          Sets the document library file shortcut remote service.
 void setDLFileVersionLocalService(com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService dlFileVersionLocalService)
          Sets the document library file version local service.
 void setDLFileVersionPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence dlFileVersionPersistence)
          Sets the document library file version persistence.
 void setDLFileVersionService(com.liferay.portlet.documentlibrary.service.DLFileVersionService dlFileVersionService)
          Sets the document library file version remote service.
 void setDLFolderFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder dlFolderFinder)
          Sets the document library folder finder.
 void setDLFolderLocalService(com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService)
          Sets the document library folder local service.
 void setDLFolderPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence)
          Sets the document library folder persistence.
 void setDLFolderService(com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService)
          Sets the document library folder remote service.
 void setDLSyncLocalService(com.liferay.portlet.documentlibrary.service.DLSyncLocalService dlSyncLocalService)
          Sets the d l sync local service.
 void setDLSyncPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence dlSyncPersistence)
          Sets the d l sync persistence.
 void setDLSyncService(com.liferay.portlet.documentlibrary.service.DLSyncService dlSyncService)
          Sets the d l sync remote service.
 void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(com.liferay.portal.service.ResourceService resourceService)
          Sets the resource remote service.
 void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(com.liferay.portal.service.UserService userService)
          Sets the user remote service.
 com.liferay.portlet.documentlibrary.model.DLFileVersion updateDLFileVersion(com.liferay.portlet.documentlibrary.model.DLFileVersion dlFileVersion)
          Updates the document library file version in the database or adds it if it does not yet exist.
 com.liferay.portlet.documentlibrary.model.DLFileVersion updateDLFileVersion(com.liferay.portlet.documentlibrary.model.DLFileVersion dlFileVersion, boolean merge)
          Updates the document library file version in the database or adds it if it does not yet exist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
getFileVersion, getFileVersion, getFileVersions, getLatestFileVersion, getLatestFileVersion
 

Field Detail

dlAppLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLAppLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService

dlAppService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLAppService.class)
protected com.liferay.portlet.documentlibrary.service.DLAppService dlAppService

dlAppHelperLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService

dlContentLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLContentLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLContentLocalService dlContentLocalService

dlContentPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence dlContentPersistence

dlFileEntryLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService

dlFileEntryService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileEntryService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService

dlFileEntryPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence dlFileEntryPersistence

dlFileEntryFinder

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder dlFileEntryFinder

dlFileEntryMetadataLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService

dlFileEntryMetadataPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence

dlFileEntryTypeLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService

dlFileEntryTypeService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService

dlFileEntryTypePersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence

dlFileEntryTypeFinder

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder

dlFileRankLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileRankLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileRankLocalService dlFileRankLocalService

dlFileRankPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence dlFileRankPersistence

dlFileRankFinder

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder dlFileRankFinder

dlFileShortcutLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService dlFileShortcutLocalService

dlFileShortcutService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileShortcutService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileShortcutService dlFileShortcutService

dlFileShortcutPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence

dlFileVersionLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService dlFileVersionLocalService

dlFileVersionService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileVersionService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileVersionService dlFileVersionService

dlFileVersionPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence dlFileVersionPersistence

dlFolderLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFolderLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService

dlFolderService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFolderService.class)
protected com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService

dlFolderPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence

dlFolderFinder

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder dlFolderFinder

dlSyncLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLSyncLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLSyncLocalService dlSyncLocalService

dlSyncService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLSyncService.class)
protected com.liferay.portlet.documentlibrary.service.DLSyncService dlSyncService

dlSyncPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence dlSyncPersistence

counterLocalService

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

resourceLocalService

@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class)
protected com.liferay.portal.service.ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=com.liferay.portal.service.ResourceService.class)
protected com.liferay.portal.service.ResourceService resourceService

resourcePersistence

@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=com.liferay.portal.service.persistence.ResourceFinder.class)
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder

userLocalService

@BeanReference(type=com.liferay.portal.service.UserLocalService.class)
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(type=com.liferay.portal.service.UserService.class)
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class)
protected com.liferay.portal.service.persistence.UserFinder userFinder

persistedModelLocalServiceRegistry

@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class)
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

DLFileVersionLocalServiceBaseImpl

public DLFileVersionLocalServiceBaseImpl()
Method Detail

addDLFileVersion

public com.liferay.portlet.documentlibrary.model.DLFileVersion addDLFileVersion(com.liferay.portlet.documentlibrary.model.DLFileVersion dlFileVersion)
                                                                         throws com.liferay.portal.kernel.exception.SystemException
Adds the document library file version to the database. Also notifies the appropriate model listeners.

Specified by:
addDLFileVersion in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
dlFileVersion - the document library file version
Returns:
the document library file version that was added
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

createDLFileVersion

public com.liferay.portlet.documentlibrary.model.DLFileVersion createDLFileVersion(long fileVersionId)
Creates a new document library file version with the primary key. Does not add the document library file version to the database.

Specified by:
createDLFileVersion in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
fileVersionId - the primary key for the new document library file version
Returns:
the new document library file version

deleteDLFileVersion

public void deleteDLFileVersion(long fileVersionId)
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Deletes the document library file version with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFileVersion in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
fileVersionId - the primary key of the document library file version
Throws:
com.liferay.portal.kernel.exception.PortalException - if a document library file version with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

deleteDLFileVersion

public void deleteDLFileVersion(com.liferay.portlet.documentlibrary.model.DLFileVersion dlFileVersion)
                         throws com.liferay.portal.kernel.exception.SystemException
Deletes the document library file version from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFileVersion in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
dlFileVersion - the document library file version
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.kernel.exception.SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.kernel.exception.SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.kernel.exception.SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                       throws com.liferay.portal.kernel.exception.SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchDLFileVersion

public com.liferay.portlet.documentlibrary.model.DLFileVersion fetchDLFileVersion(long fileVersionId)
                                                                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchDLFileVersion in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getDLFileVersion

public com.liferay.portlet.documentlibrary.model.DLFileVersion getDLFileVersion(long fileVersionId)
                                                                         throws com.liferay.portal.kernel.exception.PortalException,
                                                                                com.liferay.portal.kernel.exception.SystemException
Returns the document library file version with the primary key.

Specified by:
getDLFileVersion in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
fileVersionId - the primary key of the document library file version
Returns:
the document library file version
Throws:
com.liferay.portal.kernel.exception.PortalException - if a document library file version with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getPersistedModel

public com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
                                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getPersistedModel in interface com.liferay.portal.service.PersistedModelLocalService
Specified by:
getPersistedModel in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getDLFileVersions

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileVersion> getDLFileVersions(int start,
                                                                                                 int end)
                                                                                          throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the document library file versions.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
getDLFileVersions in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
start - the lower bound of the range of document library file versions
end - the upper bound of the range of document library file versions (not inclusive)
Returns:
the range of document library file versions
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDLFileVersionsCount

public int getDLFileVersionsCount()
                           throws com.liferay.portal.kernel.exception.SystemException
Returns the number of document library file versions.

Specified by:
getDLFileVersionsCount in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Returns:
the number of document library file versions
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

updateDLFileVersion

public com.liferay.portlet.documentlibrary.model.DLFileVersion updateDLFileVersion(com.liferay.portlet.documentlibrary.model.DLFileVersion dlFileVersion)
                                                                            throws com.liferay.portal.kernel.exception.SystemException
Updates the document library file version in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDLFileVersion in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
dlFileVersion - the document library file version
Returns:
the document library file version that was updated
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

updateDLFileVersion

public com.liferay.portlet.documentlibrary.model.DLFileVersion updateDLFileVersion(com.liferay.portlet.documentlibrary.model.DLFileVersion dlFileVersion,
                                                                                   boolean merge)
                                                                            throws com.liferay.portal.kernel.exception.SystemException
Updates the document library file version in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDLFileVersion in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
dlFileVersion - the document library file version
merge - whether to merge the document library file version with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the document library file version that was updated
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDLAppLocalService

public com.liferay.portlet.documentlibrary.service.DLAppLocalService getDLAppLocalService()
Returns the d l app local service.

Returns:
the d l app local service

setDLAppLocalService

public void setDLAppLocalService(com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService)
Sets the d l app local service.

Parameters:
dlAppLocalService - the d l app local service

getDLAppService

public com.liferay.portlet.documentlibrary.service.DLAppService getDLAppService()
Returns the d l app remote service.

Returns:
the d l app remote service

setDLAppService

public void setDLAppService(com.liferay.portlet.documentlibrary.service.DLAppService dlAppService)
Sets the d l app remote service.

Parameters:
dlAppService - the d l app remote service

getDLAppHelperLocalService

public com.liferay.portlet.documentlibrary.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.portlet.documentlibrary.service.DLAppHelperLocalService dlAppHelperLocalService)
Sets the d l app helper local service.

Parameters:
dlAppHelperLocalService - the d l app helper local service

getDLContentLocalService

public com.liferay.portlet.documentlibrary.service.DLContentLocalService getDLContentLocalService()
Returns the document library content local service.

Returns:
the document library content local service

setDLContentLocalService

public void setDLContentLocalService(com.liferay.portlet.documentlibrary.service.DLContentLocalService dlContentLocalService)
Sets the document library content local service.

Parameters:
dlContentLocalService - the document library content local service

getDLContentPersistence

public com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence getDLContentPersistence()
Returns the document library content persistence.

Returns:
the document library content persistence

setDLContentPersistence

public void setDLContentPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence dlContentPersistence)
Sets the document library content persistence.

Parameters:
dlContentPersistence - the document library content persistence

getDLFileEntryLocalService

public com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService getDLFileEntryLocalService()
Returns the document library file entry local service.

Returns:
the document library file entry local service

setDLFileEntryLocalService

public void setDLFileEntryLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService dlFileEntryLocalService)
Sets the document library file entry local service.

Parameters:
dlFileEntryLocalService - the document library file entry local service

getDLFileEntryService

public com.liferay.portlet.documentlibrary.service.DLFileEntryService getDLFileEntryService()
Returns the document library file entry remote service.

Returns:
the document library file entry remote service

setDLFileEntryService

public void setDLFileEntryService(com.liferay.portlet.documentlibrary.service.DLFileEntryService dlFileEntryService)
Sets the document library file entry remote service.

Parameters:
dlFileEntryService - the document library file entry remote service

getDLFileEntryPersistence

public com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence getDLFileEntryPersistence()
Returns the document library file entry persistence.

Returns:
the document library file entry persistence

setDLFileEntryPersistence

public void setDLFileEntryPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence dlFileEntryPersistence)
Sets the document library file entry persistence.

Parameters:
dlFileEntryPersistence - the document library file entry persistence

getDLFileEntryFinder

public com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder getDLFileEntryFinder()
Returns the document library file entry finder.

Returns:
the document library file entry finder

setDLFileEntryFinder

public void setDLFileEntryFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder dlFileEntryFinder)
Sets the document library file entry finder.

Parameters:
dlFileEntryFinder - the document library file entry finder

getDLFileEntryMetadataLocalService

public com.liferay.portlet.documentlibrary.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.portlet.documentlibrary.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.portlet.documentlibrary.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.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
Sets the document library file entry metadata persistence.

Parameters:
dlFileEntryMetadataPersistence - the document library file entry metadata persistence

getDLFileEntryTypeLocalService

public com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
Returns the document library file entry type local service.

Returns:
the document library file entry type local service

setDLFileEntryTypeLocalService

public void setDLFileEntryTypeLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
Sets the document library file entry type local service.

Parameters:
dlFileEntryTypeLocalService - the document library file entry type local service

getDLFileEntryTypeService

public com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService getDLFileEntryTypeService()
Returns the document library file entry type remote service.

Returns:
the document library file entry type remote service

setDLFileEntryTypeService

public void setDLFileEntryTypeService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService)
Sets the document library file entry type remote service.

Parameters:
dlFileEntryTypeService - the document library file entry type remote service

getDLFileEntryTypePersistence

public com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence getDLFileEntryTypePersistence()
Returns the document library file entry type persistence.

Returns:
the document library file entry type persistence

setDLFileEntryTypePersistence

public void setDLFileEntryTypePersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence)
Sets the document library file entry type persistence.

Parameters:
dlFileEntryTypePersistence - the document library file entry type persistence

getDLFileEntryTypeFinder

public com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder getDLFileEntryTypeFinder()
Returns the document library file entry type finder.

Returns:
the document library file entry type finder

setDLFileEntryTypeFinder

public void setDLFileEntryTypeFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder)
Sets the document library file entry type finder.

Parameters:
dlFileEntryTypeFinder - the document library file entry type finder

getDLFileRankLocalService

public com.liferay.portlet.documentlibrary.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.portlet.documentlibrary.service.DLFileRankLocalService dlFileRankLocalService)
Sets the document library file rank local service.

Parameters:
dlFileRankLocalService - the document library file rank local service

getDLFileRankPersistence

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

Returns:
the document library file rank persistence

setDLFileRankPersistence

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

Parameters:
dlFileRankPersistence - the document library file rank persistence

getDLFileRankFinder

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

Returns:
the document library file rank finder

setDLFileRankFinder

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

Parameters:
dlFileRankFinder - the document library file rank finder

getDLFileShortcutLocalService

public com.liferay.portlet.documentlibrary.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.portlet.documentlibrary.service.DLFileShortcutLocalService dlFileShortcutLocalService)
Sets the document library file shortcut local service.

Parameters:
dlFileShortcutLocalService - the document library file shortcut local service

getDLFileShortcutService

public com.liferay.portlet.documentlibrary.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.portlet.documentlibrary.service.DLFileShortcutService dlFileShortcutService)
Sets the document library file shortcut remote service.

Parameters:
dlFileShortcutService - the document library file shortcut remote service

getDLFileShortcutPersistence

public com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence getDLFileShortcutPersistence()
Returns the document library file shortcut persistence.

Returns:
the document library file shortcut persistence

setDLFileShortcutPersistence

public void setDLFileShortcutPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence)
Sets the document library file shortcut persistence.

Parameters:
dlFileShortcutPersistence - the document library file shortcut persistence

getDLFileVersionLocalService

public com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService getDLFileVersionLocalService()
Returns the document library file version local service.

Returns:
the document library file version local service

setDLFileVersionLocalService

public void setDLFileVersionLocalService(com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService dlFileVersionLocalService)
Sets the document library file version local service.

Parameters:
dlFileVersionLocalService - the document library file version local service

getDLFileVersionService

public com.liferay.portlet.documentlibrary.service.DLFileVersionService getDLFileVersionService()
Returns the document library file version remote service.

Returns:
the document library file version remote service

setDLFileVersionService

public void setDLFileVersionService(com.liferay.portlet.documentlibrary.service.DLFileVersionService dlFileVersionService)
Sets the document library file version remote service.

Parameters:
dlFileVersionService - the document library file version remote service

getDLFileVersionPersistence

public com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence getDLFileVersionPersistence()
Returns the document library file version persistence.

Returns:
the document library file version persistence

setDLFileVersionPersistence

public void setDLFileVersionPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence dlFileVersionPersistence)
Sets the document library file version persistence.

Parameters:
dlFileVersionPersistence - the document library file version persistence

getDLFolderLocalService

public com.liferay.portlet.documentlibrary.service.DLFolderLocalService getDLFolderLocalService()
Returns the document library folder local service.

Returns:
the document library folder local service

setDLFolderLocalService

public void setDLFolderLocalService(com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService)
Sets the document library folder local service.

Parameters:
dlFolderLocalService - the document library folder local service

getDLFolderService

public com.liferay.portlet.documentlibrary.service.DLFolderService getDLFolderService()
Returns the document library folder remote service.

Returns:
the document library folder remote service

setDLFolderService

public void setDLFolderService(com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService)
Sets the document library folder remote service.

Parameters:
dlFolderService - the document library folder remote service

getDLFolderPersistence

public com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence getDLFolderPersistence()
Returns the document library folder persistence.

Returns:
the document library folder persistence

setDLFolderPersistence

public void setDLFolderPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence)
Sets the document library folder persistence.

Parameters:
dlFolderPersistence - the document library folder persistence

getDLFolderFinder

public com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder getDLFolderFinder()
Returns the document library folder finder.

Returns:
the document library folder finder

setDLFolderFinder

public void setDLFolderFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder dlFolderFinder)
Sets the document library folder finder.

Parameters:
dlFolderFinder - the document library folder finder

getDLSyncLocalService

public com.liferay.portlet.documentlibrary.service.DLSyncLocalService getDLSyncLocalService()
Returns the d l sync local service.

Returns:
the d l sync local service

setDLSyncLocalService

public void setDLSyncLocalService(com.liferay.portlet.documentlibrary.service.DLSyncLocalService dlSyncLocalService)
Sets the d l sync local service.

Parameters:
dlSyncLocalService - the d l sync local service

getDLSyncService

public com.liferay.portlet.documentlibrary.service.DLSyncService getDLSyncService()
Returns the d l sync remote service.

Returns:
the d l sync remote service

setDLSyncService

public void setDLSyncService(com.liferay.portlet.documentlibrary.service.DLSyncService dlSyncService)
Sets the d l sync remote service.

Parameters:
dlSyncService - the d l sync remote service

getDLSyncPersistence

public com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence getDLSyncPersistence()
Returns the d l sync persistence.

Returns:
the d l sync persistence

setDLSyncPersistence

public void setDLSyncPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence dlSyncPersistence)
Sets the d l sync persistence.

Parameters:
dlSyncPersistence - the d l sync persistence

getCounterLocalService

public com.liferay.counter.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getResourceLocalService

public com.liferay.portal.service.ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public com.liferay.portal.service.ResourceService getResourceService()
Returns the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(com.liferay.portal.service.ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
Returns the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
Returns the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public com.liferay.portal.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public com.liferay.portal.service.UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(com.liferay.portal.service.UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

public java.lang.String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBean
Specified by:
getBeanIdentifier in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBean
Specified by:
setBeanIdentifier in interface com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected java.lang.Class<?> getModelClass()

getModelClassName

protected java.lang.String getModelClassName()

runSQL

protected void runSQL(java.lang.String sql)
               throws com.liferay.portal.kernel.exception.SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
com.liferay.portal.kernel.exception.SystemException