Liferay 7.0-ce-b7 portal-impl

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

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

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

Provides the base implementation for the document library file version 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 DLFileVersionServiceImpl.

See Also:
DLFileVersionServiceImpl, DLFileVersionServiceUtil
{$generated.description}

Field Summary
protected  com.liferay.counter.kernel.service.CounterLocalService counterLocalService
           
protected  com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder dlFileEntryFinder
           
protected  com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService
           
protected  com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence dlFileEntryPersistence
           
protected  com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService
           
protected  com.liferay.document.library.kernel.service.DLFileVersionLocalService dlFileVersionLocalService
           
protected  com.liferay.document.library.kernel.service.persistence.DLFileVersionPersistence dlFileVersionPersistence
           
protected  com.liferay.document.library.kernel.service.DLFileVersionService dlFileVersionService
           
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
           
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
DLFileVersionServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder getDLFileEntryFinder()
          Returns the document library file entry finder.
 com.liferay.document.library.kernel.service.DLFileEntryLocalService getDLFileEntryLocalService()
          Returns the document library file entry local service.
 com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence getDLFileEntryPersistence()
          Returns the document library file entry persistence.
 com.liferay.document.library.kernel.service.DLFileEntryService getDLFileEntryService()
          Returns the document library file entry remote service.
 com.liferay.document.library.kernel.service.DLFileVersionLocalService getDLFileVersionLocalService()
          Returns the document library file version local service.
 com.liferay.document.library.kernel.service.persistence.DLFileVersionPersistence getDLFileVersionPersistence()
          Returns the document library file version persistence.
 com.liferay.document.library.kernel.service.DLFileVersionService getDLFileVersionService()
          Returns the document library file version remote service.
 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.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDLFileEntryFinder(com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder dlFileEntryFinder)
          Sets the document library file entry finder.
 void setDLFileEntryLocalService(com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService)
          Sets the document library file entry local service.
 void setDLFileEntryPersistence(com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence dlFileEntryPersistence)
          Sets the document library file entry persistence.
 void setDLFileEntryService(com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService)
          Sets the document library file entry remote service.
 void setDLFileVersionLocalService(com.liferay.document.library.kernel.service.DLFileVersionLocalService dlFileVersionLocalService)
          Sets the document library file version local service.
 void setDLFileVersionPersistence(com.liferay.document.library.kernel.service.persistence.DLFileVersionPersistence dlFileVersionPersistence)
          Sets the document library file version persistence.
 void setDLFileVersionService(com.liferay.document.library.kernel.service.DLFileVersionService dlFileVersionService)
          Sets the document library file version remote service.
 void setDLFolderFinder(com.liferay.document.library.kernel.service.persistence.DLFolderFinder dlFolderFinder)
          Sets the document library folder finder.
 void setDLFolderLocalService(com.liferay.document.library.kernel.service.DLFolderLocalService dlFolderLocalService)
          Sets the document library folder local service.
 void setDLFolderPersistence(com.liferay.document.library.kernel.service.persistence.DLFolderPersistence dlFolderPersistence)
          Sets the document library folder persistence.
 void setDLFolderService(com.liferay.document.library.kernel.service.DLFolderService dlFolderService)
          Sets the document library folder remote service.
 
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.document.library.kernel.service.DLFileVersionService
getFileVersion, getFileVersions, getFileVersionsCount, getLatestFileVersion, getLatestFileVersion
 

Field Detail

dlFileVersionLocalService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileVersionLocalService.class)
protected com.liferay.document.library.kernel.service.DLFileVersionLocalService dlFileVersionLocalService

dlFileVersionService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileVersionService.class)
protected com.liferay.document.library.kernel.service.DLFileVersionService dlFileVersionService

dlFileVersionPersistence

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

counterLocalService

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

dlFileEntryLocalService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileEntryLocalService.class)
protected com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService

dlFileEntryService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileEntryService.class)
protected com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService

dlFileEntryPersistence

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

dlFileEntryFinder

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

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

DLFileVersionServiceBaseImpl

public DLFileVersionServiceBaseImpl()
Method Detail

getDLFileVersionLocalService

public com.liferay.document.library.kernel.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.document.library.kernel.service.DLFileVersionLocalService dlFileVersionLocalService)
Sets the document library file version local service.

Parameters:
dlFileVersionLocalService - the document library file version local service

getDLFileVersionService

public com.liferay.document.library.kernel.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.document.library.kernel.service.DLFileVersionService dlFileVersionService)
Sets the document library file version remote service.

Parameters:
dlFileVersionService - the document library file version remote service

getDLFileVersionPersistence

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

Returns:
the document library file version persistence

setDLFileVersionPersistence

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

Parameters:
dlFileVersionPersistence - the document library file version persistence

getCounterLocalService

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

Returns:
the counter local service

setCounterLocalService

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

Parameters:
counterLocalService - the counter local service

getDLFileEntryLocalService

public com.liferay.document.library.kernel.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.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService)
Sets the document library file entry local service.

Parameters:
dlFileEntryLocalService - the document library file entry local service

getDLFileEntryService

public com.liferay.document.library.kernel.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.document.library.kernel.service.DLFileEntryService dlFileEntryService)
Sets the document library file entry remote service.

Parameters:
dlFileEntryService - the document library file entry remote service

getDLFileEntryPersistence

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

Returns:
the document library file entry persistence

setDLFileEntryPersistence

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

Parameters:
dlFileEntryPersistence - the document library file entry persistence

getDLFileEntryFinder

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

Returns:
the document library file entry finder

setDLFileEntryFinder

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

Parameters:
dlFileEntryFinder - the document library file entry 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.DLFileVersionService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

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

Parameters:
sql - the sql query

Liferay 7.0-ce-b7 portal-impl