Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.documentlibrary.service.base.DLFolderServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, DLFolderService
Direct Known Subclasses:
DLFolderServiceImpl

public abstract class DLFolderServiceBaseImpl
extends BaseServiceImpl
implements DLFolderService, IdentifiableBean

Provides the base implementation for the document library folder 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 DLFolderServiceImpl.

See Also:
DLFolderServiceImpl, DLFolderServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetEntryService assetEntryService
           
protected  CounterLocalService counterLocalService
           
protected  DLAppHelperLocalService dlAppHelperLocalService
           
protected  DLAppLocalService dlAppLocalService
           
protected  DLAppService dlAppService
           
protected  DLContentLocalService dlContentLocalService
           
protected  DLContentPersistence dlContentPersistence
           
protected  DLFileEntryFinder dlFileEntryFinder
           
protected  DLFileEntryLocalService dlFileEntryLocalService
           
protected  DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService
           
protected  DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence
           
protected  DLFileEntryPersistence dlFileEntryPersistence
           
protected  DLFileEntryService dlFileEntryService
           
protected  DLFileEntryTypeFinder dlFileEntryTypeFinder
           
protected  DLFileEntryTypeLocalService dlFileEntryTypeLocalService
           
protected  DLFileEntryTypePersistence dlFileEntryTypePersistence
           
protected  DLFileEntryTypeService dlFileEntryTypeService
           
protected  DLFileRankFinder dlFileRankFinder
           
protected  DLFileRankLocalService dlFileRankLocalService
           
protected  DLFileRankPersistence dlFileRankPersistence
           
protected  DLFileShortcutLocalService dlFileShortcutLocalService
           
protected  DLFileShortcutPersistence dlFileShortcutPersistence
           
protected  DLFileShortcutService dlFileShortcutService
           
protected  DLFileVersionLocalService dlFileVersionLocalService
           
protected  DLFileVersionPersistence dlFileVersionPersistence
           
protected  DLFileVersionService dlFileVersionService
           
protected  DLFolderFinder dlFolderFinder
           
protected  DLFolderLocalService dlFolderLocalService
           
protected  DLFolderPersistence dlFolderPersistence
           
protected  DLFolderService dlFolderService
           
protected  DLSyncEventLocalService dlSyncEventLocalService
           
protected  DLSyncEventPersistence dlSyncEventPersistence
           
protected  ExpandoRowLocalService expandoRowLocalService
           
protected  ExpandoRowPersistence expandoRowPersistence
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  LockFinder lockFinder
           
protected  LockLocalService lockLocalService
           
protected  LockPersistence lockPersistence
           
protected  RepositoryLocalService repositoryLocalService
           
protected  RepositoryPersistence repositoryPersistence
           
protected  RepositoryService repositoryService
           
protected  ResourceLocalService resourceLocalService
           
protected  TrashEntryLocalService trashEntryLocalService
           
protected  TrashEntryPersistence trashEntryPersistence
           
protected  TrashEntryService trashEntryService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
protected  WebDAVPropsLocalService webDAVPropsLocalService
           
protected  WebDAVPropsPersistence webDAVPropsPersistence
           
protected  WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService
           
protected  WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
           
protected  WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
           
protected  WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
           
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
DLFolderServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 AssetEntryFinder getAssetEntryFinder()
          Returns the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryService getAssetEntryService()
          Returns the asset entry remote service.
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 DLAppHelperLocalService getDLAppHelperLocalService()
          Returns the d l app helper local service.
 DLAppLocalService getDLAppLocalService()
          Returns the d l app local service.
 DLAppService getDLAppService()
          Returns the d l app remote service.
 DLContentLocalService getDLContentLocalService()
          Returns the document library content local service.
 DLContentPersistence getDLContentPersistence()
          Returns the document library content persistence.
 DLFileEntryFinder getDLFileEntryFinder()
          Returns the document library file entry finder.
 DLFileEntryLocalService getDLFileEntryLocalService()
          Returns the document library file entry local service.
 DLFileEntryMetadataLocalService getDLFileEntryMetadataLocalService()
          Returns the document library file entry metadata local service.
 DLFileEntryMetadataPersistence getDLFileEntryMetadataPersistence()
          Returns the document library file entry metadata persistence.
 DLFileEntryPersistence getDLFileEntryPersistence()
          Returns the document library file entry persistence.
 DLFileEntryService getDLFileEntryService()
          Returns the document library file entry remote service.
 DLFileEntryTypeFinder getDLFileEntryTypeFinder()
          Returns the document library file entry type finder.
 DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
          Returns the document library file entry type local service.
 DLFileEntryTypePersistence getDLFileEntryTypePersistence()
          Returns the document library file entry type persistence.
 DLFileEntryTypeService getDLFileEntryTypeService()
          Returns the document library file entry type remote service.
 DLFileRankFinder getDLFileRankFinder()
          Returns the document library file rank finder.
 DLFileRankLocalService getDLFileRankLocalService()
          Returns the document library file rank local service.
 DLFileRankPersistence getDLFileRankPersistence()
          Returns the document library file rank persistence.
 DLFileShortcutLocalService getDLFileShortcutLocalService()
          Returns the document library file shortcut local service.
 DLFileShortcutPersistence getDLFileShortcutPersistence()
          Returns the document library file shortcut persistence.
 DLFileShortcutService getDLFileShortcutService()
          Returns the document library file shortcut remote service.
 DLFileVersionLocalService getDLFileVersionLocalService()
          Returns the document library file version local service.
 DLFileVersionPersistence getDLFileVersionPersistence()
          Returns the document library file version persistence.
 DLFileVersionService getDLFileVersionService()
          Returns the document library file version remote service.
 DLFolderFinder getDLFolderFinder()
          Returns the document library folder finder.
 DLFolderLocalService getDLFolderLocalService()
          Returns the document library folder local service.
 DLFolderPersistence getDLFolderPersistence()
          Returns the document library folder persistence.
 DLFolderService getDLFolderService()
          Returns the document library folder remote service.
 DLSyncEventLocalService getDLSyncEventLocalService()
          Returns the d l sync event local service.
 DLSyncEventPersistence getDLSyncEventPersistence()
          Returns the d l sync event persistence.
 ExpandoRowLocalService getExpandoRowLocalService()
          Returns the expando row local service.
 ExpandoRowPersistence getExpandoRowPersistence()
          Returns the expando row persistence.
 GroupFinder getGroupFinder()
          Returns the group finder.
 GroupLocalService getGroupLocalService()
          Returns the group local service.
 GroupPersistence getGroupPersistence()
          Returns the group persistence.
 GroupService getGroupService()
          Returns the group remote service.
 LockFinder getLockFinder()
          Returns the lock finder.
 LockLocalService getLockLocalService()
          Returns the lock local service.
 LockPersistence getLockPersistence()
          Returns the lock persistence.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 RepositoryLocalService getRepositoryLocalService()
          Returns the repository local service.
 RepositoryPersistence getRepositoryPersistence()
          Returns the repository persistence.
 RepositoryService getRepositoryService()
          Returns the repository remote service.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 TrashEntryLocalService getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryPersistence getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryService getTrashEntryService()
          Returns the trash entry remote service.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 UserService getUserService()
          Returns the user remote service.
 WebDAVPropsLocalService getWebDAVPropsLocalService()
          Returns the web d a v props local service.
 WebDAVPropsPersistence getWebDAVPropsPersistence()
          Returns the web d a v props persistence.
 WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService()
          Returns the workflow definition link local service.
 WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence()
          Returns the workflow definition link persistence.
 WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
          Returns the workflow instance link local service.
 WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
          Returns the workflow instance link persistence.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
          Sets the asset entry finder.
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
          Sets the d l app helper local service.
 void setDLAppLocalService(DLAppLocalService dlAppLocalService)
          Sets the d l app local service.
 void setDLAppService(DLAppService dlAppService)
          Sets the d l app remote service.
 void setDLContentLocalService(DLContentLocalService dlContentLocalService)
          Sets the document library content local service.
 void setDLContentPersistence(DLContentPersistence dlContentPersistence)
          Sets the document library content persistence.
 void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
          Sets the document library file entry finder.
 void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
          Sets the document library file entry local service.
 void setDLFileEntryMetadataLocalService(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
          Sets the document library file entry metadata local service.
 void setDLFileEntryMetadataPersistence(DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
          Sets the document library file entry metadata persistence.
 void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
          Sets the document library file entry persistence.
 void setDLFileEntryService(DLFileEntryService dlFileEntryService)
          Sets the document library file entry remote service.
 void setDLFileEntryTypeFinder(DLFileEntryTypeFinder dlFileEntryTypeFinder)
          Sets the document library file entry type finder.
 void setDLFileEntryTypeLocalService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
          Sets the document library file entry type local service.
 void setDLFileEntryTypePersistence(DLFileEntryTypePersistence dlFileEntryTypePersistence)
          Sets the document library file entry type persistence.
 void setDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)
          Sets the document library file entry type remote service.
 void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)
          Sets the document library file rank finder.
 void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
          Sets the document library file rank local service.
 void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
          Sets the document library file rank persistence.
 void setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
          Sets the document library file shortcut local service.
 void setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the document library file shortcut persistence.
 void setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
          Sets the document library file shortcut remote service.
 void setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
          Sets the document library file version local service.
 void setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
          Sets the document library file version persistence.
 void setDLFileVersionService(DLFileVersionService dlFileVersionService)
          Sets the document library file version remote service.
 void setDLFolderFinder(DLFolderFinder dlFolderFinder)
          Sets the document library folder finder.
 void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
          Sets the document library folder local service.
 void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
          Sets the document library folder persistence.
 void setDLFolderService(DLFolderService dlFolderService)
          Sets the document library folder remote service.
 void setDLSyncEventLocalService(DLSyncEventLocalService dlSyncEventLocalService)
          Sets the d l sync event local service.
 void setDLSyncEventPersistence(DLSyncEventPersistence dlSyncEventPersistence)
          Sets the d l sync event persistence.
 void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
          Sets the expando row local service.
 void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
          Sets the expando row persistence.
 void setGroupFinder(GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(GroupPersistence groupPersistence)
          Sets the group persistence.
 void setGroupService(GroupService groupService)
          Sets the group remote service.
 void setLockFinder(LockFinder lockFinder)
          Sets the lock finder.
 void setLockLocalService(LockLocalService lockLocalService)
          Sets the lock local service.
 void setLockPersistence(LockPersistence lockPersistence)
          Sets the lock persistence.
 void setRepositoryLocalService(RepositoryLocalService repositoryLocalService)
          Sets the repository local service.
 void setRepositoryPersistence(RepositoryPersistence repositoryPersistence)
          Sets the repository persistence.
 void setRepositoryService(RepositoryService repositoryService)
          Sets the repository remote service.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 void setWebDAVPropsLocalService(WebDAVPropsLocalService webDAVPropsLocalService)
          Sets the web d a v props local service.
 void setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
          Sets the web d a v props persistence.
 void setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
          Sets the workflow definition link local service.
 void setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
          Sets the workflow definition link persistence.
 void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
          Sets the workflow instance link local service.
 void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
          Sets the workflow instance link persistence.
 
Methods inherited from class com.liferay.portal.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.portlet.documentlibrary.service.DLFolderService
addFolder, deleteFolder, deleteFolder, deleteFolder, getFileEntriesAndFileShortcuts, getFileEntriesAndFileShortcutsCount, getFileEntriesAndFileShortcutsCount, getFolder, getFolder, getFolderIds, getFolders, getFolders, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersCount, getFoldersCount, getMountFolders, getMountFoldersCount, getSubfolderIds, getSubfolderIds, getSubfolderIds, hasFolderLock, hasInheritableLock, isFolderLocked, lockFolder, lockFolder, moveFolder, refreshFolderLock, unlockFolder, unlockFolder, updateFolder, verifyInheritableLock
 

Field Detail

dlAppLocalService

@BeanReference(type=DLAppLocalService.class)
protected DLAppLocalService dlAppLocalService

dlAppService

@BeanReference(type=DLAppService.class)
protected DLAppService dlAppService

dlAppHelperLocalService

@BeanReference(type=DLAppHelperLocalService.class)
protected DLAppHelperLocalService dlAppHelperLocalService

dlContentLocalService

@BeanReference(type=DLContentLocalService.class)
protected DLContentLocalService dlContentLocalService

dlContentPersistence

@BeanReference(type=DLContentPersistence.class)
protected DLContentPersistence dlContentPersistence

dlFileEntryLocalService

@BeanReference(type=DLFileEntryLocalService.class)
protected DLFileEntryLocalService dlFileEntryLocalService

dlFileEntryService

@BeanReference(type=DLFileEntryService.class)
protected DLFileEntryService dlFileEntryService

dlFileEntryPersistence

@BeanReference(type=DLFileEntryPersistence.class)
protected DLFileEntryPersistence dlFileEntryPersistence

dlFileEntryFinder

@BeanReference(type=DLFileEntryFinder.class)
protected DLFileEntryFinder dlFileEntryFinder

dlFileEntryMetadataLocalService

@BeanReference(type=DLFileEntryMetadataLocalService.class)
protected DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService

dlFileEntryMetadataPersistence

@BeanReference(type=DLFileEntryMetadataPersistence.class)
protected DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence

dlFileEntryTypeLocalService

@BeanReference(type=DLFileEntryTypeLocalService.class)
protected DLFileEntryTypeLocalService dlFileEntryTypeLocalService

dlFileEntryTypeService

@BeanReference(type=DLFileEntryTypeService.class)
protected DLFileEntryTypeService dlFileEntryTypeService

dlFileEntryTypePersistence

@BeanReference(type=DLFileEntryTypePersistence.class)
protected DLFileEntryTypePersistence dlFileEntryTypePersistence

dlFileEntryTypeFinder

@BeanReference(type=DLFileEntryTypeFinder.class)
protected DLFileEntryTypeFinder dlFileEntryTypeFinder

dlFileRankLocalService

@BeanReference(type=DLFileRankLocalService.class)
protected DLFileRankLocalService dlFileRankLocalService

dlFileRankPersistence

@BeanReference(type=DLFileRankPersistence.class)
protected DLFileRankPersistence dlFileRankPersistence

dlFileRankFinder

@BeanReference(type=DLFileRankFinder.class)
protected DLFileRankFinder dlFileRankFinder

dlFileShortcutLocalService

@BeanReference(type=DLFileShortcutLocalService.class)
protected DLFileShortcutLocalService dlFileShortcutLocalService

dlFileShortcutService

@BeanReference(type=DLFileShortcutService.class)
protected DLFileShortcutService dlFileShortcutService

dlFileShortcutPersistence

@BeanReference(type=DLFileShortcutPersistence.class)
protected DLFileShortcutPersistence dlFileShortcutPersistence

dlFileVersionLocalService

@BeanReference(type=DLFileVersionLocalService.class)
protected DLFileVersionLocalService dlFileVersionLocalService

dlFileVersionService

@BeanReference(type=DLFileVersionService.class)
protected DLFileVersionService dlFileVersionService

dlFileVersionPersistence

@BeanReference(type=DLFileVersionPersistence.class)
protected DLFileVersionPersistence dlFileVersionPersistence

dlFolderLocalService

@BeanReference(type=DLFolderLocalService.class)
protected DLFolderLocalService dlFolderLocalService

dlFolderService

@BeanReference(type=DLFolderService.class)
protected DLFolderService dlFolderService

dlFolderPersistence

@BeanReference(type=DLFolderPersistence.class)
protected DLFolderPersistence dlFolderPersistence

dlFolderFinder

@BeanReference(type=DLFolderFinder.class)
protected DLFolderFinder dlFolderFinder

dlSyncEventLocalService

@BeanReference(type=DLSyncEventLocalService.class)
protected DLSyncEventLocalService dlSyncEventLocalService

dlSyncEventPersistence

@BeanReference(type=DLSyncEventPersistence.class)
protected DLSyncEventPersistence dlSyncEventPersistence

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupService

@BeanReference(type=GroupService.class)
protected GroupService groupService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

lockLocalService

@BeanReference(type=LockLocalService.class)
protected LockLocalService lockLocalService

lockPersistence

@BeanReference(type=LockPersistence.class)
protected LockPersistence lockPersistence

lockFinder

@BeanReference(type=LockFinder.class)
protected LockFinder lockFinder

repositoryLocalService

@BeanReference(type=RepositoryLocalService.class)
protected RepositoryLocalService repositoryLocalService

repositoryService

@BeanReference(type=RepositoryService.class)
protected RepositoryService repositoryService

repositoryPersistence

@BeanReference(type=RepositoryPersistence.class)
protected RepositoryPersistence repositoryPersistence

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

webDAVPropsLocalService

@BeanReference(type=WebDAVPropsLocalService.class)
protected WebDAVPropsLocalService webDAVPropsLocalService

webDAVPropsPersistence

@BeanReference(type=WebDAVPropsPersistence.class)
protected WebDAVPropsPersistence webDAVPropsPersistence

workflowDefinitionLinkLocalService

@BeanReference(type=WorkflowDefinitionLinkLocalService.class)
protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService

workflowDefinitionLinkPersistence

@BeanReference(type=WorkflowDefinitionLinkPersistence.class)
protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence

workflowInstanceLinkLocalService

@BeanReference(type=WorkflowInstanceLinkLocalService.class)
protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService

workflowInstanceLinkPersistence

@BeanReference(type=WorkflowInstanceLinkPersistence.class)
protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence

assetEntryLocalService

@BeanReference(type=AssetEntryLocalService.class)
protected AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(type=AssetEntryService.class)
protected AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=AssetEntryFinder.class)
protected AssetEntryFinder assetEntryFinder

expandoRowLocalService

@BeanReference(type=ExpandoRowLocalService.class)
protected ExpandoRowLocalService expandoRowLocalService

expandoRowPersistence

@BeanReference(type=ExpandoRowPersistence.class)
protected ExpandoRowPersistence expandoRowPersistence

trashEntryLocalService

@BeanReference(type=TrashEntryLocalService.class)
protected TrashEntryLocalService trashEntryLocalService

trashEntryService

@BeanReference(type=TrashEntryService.class)
protected TrashEntryService trashEntryService

trashEntryPersistence

@BeanReference(type=TrashEntryPersistence.class)
protected TrashEntryPersistence trashEntryPersistence
Constructor Detail

DLFolderServiceBaseImpl

public DLFolderServiceBaseImpl()
Method Detail

getDLAppLocalService

public DLAppLocalService getDLAppLocalService()
Returns the d l app local service.

Returns:
the d l app local service

setDLAppLocalService

public void setDLAppLocalService(DLAppLocalService dlAppLocalService)
Sets the d l app local service.

Parameters:
dlAppLocalService - the d l app local service

getDLAppService

public DLAppService getDLAppService()
Returns the d l app remote service.

Returns:
the d l app remote service

setDLAppService

public void setDLAppService(DLAppService dlAppService)
Sets the d l app remote service.

Parameters:
dlAppService - the d l app remote service

getDLAppHelperLocalService

public DLAppHelperLocalService getDLAppHelperLocalService()
Returns the d l app helper local service.

Returns:
the d l app helper local service

setDLAppHelperLocalService

public void setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
Sets the d l app helper local service.

Parameters:
dlAppHelperLocalService - the d l app helper local service

getDLContentLocalService

public DLContentLocalService getDLContentLocalService()
Returns the document library content local service.

Returns:
the document library content local service

setDLContentLocalService

public void setDLContentLocalService(DLContentLocalService dlContentLocalService)
Sets the document library content local service.

Parameters:
dlContentLocalService - the document library content local service

getDLContentPersistence

public DLContentPersistence getDLContentPersistence()
Returns the document library content persistence.

Returns:
the document library content persistence

setDLContentPersistence

public void setDLContentPersistence(DLContentPersistence dlContentPersistence)
Sets the document library content persistence.

Parameters:
dlContentPersistence - the document library content persistence

getDLFileEntryLocalService

public DLFileEntryLocalService getDLFileEntryLocalService()
Returns the document library file entry local service.

Returns:
the document library file entry local service

setDLFileEntryLocalService

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

Parameters:
dlFileEntryLocalService - the document library file entry local service

getDLFileEntryService

public DLFileEntryService getDLFileEntryService()
Returns the document library file entry remote service.

Returns:
the document library file entry remote service

setDLFileEntryService

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

Parameters:
dlFileEntryService - the document library file entry remote service

getDLFileEntryPersistence

public DLFileEntryPersistence getDLFileEntryPersistence()
Returns the document library file entry persistence.

Returns:
the document library file entry persistence

setDLFileEntryPersistence

public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
Sets the document library file entry persistence.

Parameters:
dlFileEntryPersistence - the document library file entry persistence

getDLFileEntryFinder

public DLFileEntryFinder getDLFileEntryFinder()
Returns the document library file entry finder.

Returns:
the document library file entry finder

setDLFileEntryFinder

public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
Sets the document library file entry finder.

Parameters:
dlFileEntryFinder - the document library file entry finder

getDLFileEntryMetadataLocalService

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

Returns:
the document library file entry metadata local service

setDLFileEntryMetadataLocalService

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

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

getDLFileEntryMetadataPersistence

public DLFileEntryMetadataPersistence getDLFileEntryMetadataPersistence()
Returns the document library file entry metadata persistence.

Returns:
the document library file entry metadata persistence

setDLFileEntryMetadataPersistence

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

Parameters:
dlFileEntryMetadataPersistence - the document library file entry metadata persistence

getDLFileEntryTypeLocalService

public DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
Returns the document library file entry type local service.

Returns:
the document library file entry type local service

setDLFileEntryTypeLocalService

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

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

getDLFileEntryTypeService

public DLFileEntryTypeService getDLFileEntryTypeService()
Returns the document library file entry type remote service.

Returns:
the document library file entry type remote service

setDLFileEntryTypeService

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

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

getDLFileEntryTypePersistence

public DLFileEntryTypePersistence getDLFileEntryTypePersistence()
Returns the document library file entry type persistence.

Returns:
the document library file entry type persistence

setDLFileEntryTypePersistence

public void setDLFileEntryTypePersistence(DLFileEntryTypePersistence dlFileEntryTypePersistence)
Sets the document library file entry type persistence.

Parameters:
dlFileEntryTypePersistence - the document library file entry type persistence

getDLFileEntryTypeFinder

public DLFileEntryTypeFinder getDLFileEntryTypeFinder()
Returns the document library file entry type finder.

Returns:
the document library file entry type finder

setDLFileEntryTypeFinder

public void setDLFileEntryTypeFinder(DLFileEntryTypeFinder dlFileEntryTypeFinder)
Sets the document library file entry type finder.

Parameters:
dlFileEntryTypeFinder - the document library file entry type finder

getDLFileRankLocalService

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

Returns:
the document library file rank local service

setDLFileRankLocalService

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

Parameters:
dlFileRankLocalService - the document library file rank local service

getDLFileRankPersistence

public DLFileRankPersistence getDLFileRankPersistence()
Returns the document library file rank persistence.

Returns:
the document library file rank persistence

setDLFileRankPersistence

public void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
Sets the document library file rank persistence.

Parameters:
dlFileRankPersistence - the document library file rank persistence

getDLFileRankFinder

public DLFileRankFinder getDLFileRankFinder()
Returns the document library file rank finder.

Returns:
the document library file rank finder

setDLFileRankFinder

public void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)
Sets the document library file rank finder.

Parameters:
dlFileRankFinder - the document library file rank finder

getDLFileShortcutLocalService

public DLFileShortcutLocalService getDLFileShortcutLocalService()
Returns the document library file shortcut local service.

Returns:
the document library file shortcut local service

setDLFileShortcutLocalService

public void setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
Sets the document library file shortcut local service.

Parameters:
dlFileShortcutLocalService - the document library file shortcut local service

getDLFileShortcutService

public DLFileShortcutService getDLFileShortcutService()
Returns the document library file shortcut remote service.

Returns:
the document library file shortcut remote service

setDLFileShortcutService

public void setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
Sets the document library file shortcut remote service.

Parameters:
dlFileShortcutService - the document library file shortcut remote service

getDLFileShortcutPersistence

public DLFileShortcutPersistence getDLFileShortcutPersistence()
Returns the document library file shortcut persistence.

Returns:
the document library file shortcut persistence

setDLFileShortcutPersistence

public void setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
Sets the document library file shortcut persistence.

Parameters:
dlFileShortcutPersistence - the document library file shortcut persistence

getDLFileVersionLocalService

public DLFileVersionLocalService getDLFileVersionLocalService()
Returns the document library file version local service.

Returns:
the document library file version local service

setDLFileVersionLocalService

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

Parameters:
dlFileVersionLocalService - the document library file version local service

getDLFileVersionService

public DLFileVersionService getDLFileVersionService()
Returns the document library file version remote service.

Returns:
the document library file version remote service

setDLFileVersionService

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

Parameters:
dlFileVersionService - the document library file version remote service

getDLFileVersionPersistence

public DLFileVersionPersistence getDLFileVersionPersistence()
Returns the document library file version persistence.

Returns:
the document library file version persistence

setDLFileVersionPersistence

public void setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
Sets the document library file version persistence.

Parameters:
dlFileVersionPersistence - the document library file version persistence

getDLFolderLocalService

public DLFolderLocalService getDLFolderLocalService()
Returns the document library folder local service.

Returns:
the document library folder local service

setDLFolderLocalService

public void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
Sets the document library folder local service.

Parameters:
dlFolderLocalService - the document library folder local service

getDLFolderService

public DLFolderService getDLFolderService()
Returns the document library folder remote service.

Returns:
the document library folder remote service

setDLFolderService

public void setDLFolderService(DLFolderService dlFolderService)
Sets the document library folder remote service.

Parameters:
dlFolderService - the document library folder remote service

getDLFolderPersistence

public DLFolderPersistence getDLFolderPersistence()
Returns the document library folder persistence.

Returns:
the document library folder persistence

setDLFolderPersistence

public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
Sets the document library folder persistence.

Parameters:
dlFolderPersistence - the document library folder persistence

getDLFolderFinder

public DLFolderFinder getDLFolderFinder()
Returns the document library folder finder.

Returns:
the document library folder finder

setDLFolderFinder

public void setDLFolderFinder(DLFolderFinder dlFolderFinder)
Sets the document library folder finder.

Parameters:
dlFolderFinder - the document library folder finder

getDLSyncEventLocalService

public DLSyncEventLocalService getDLSyncEventLocalService()
Returns the d l sync event local service.

Returns:
the d l sync event local service

setDLSyncEventLocalService

public void setDLSyncEventLocalService(DLSyncEventLocalService dlSyncEventLocalService)
Sets the d l sync event local service.

Parameters:
dlSyncEventLocalService - the d l sync event local service

getDLSyncEventPersistence

public DLSyncEventPersistence getDLSyncEventPersistence()
Returns the d l sync event persistence.

Returns:
the d l sync event persistence

setDLSyncEventPersistence

public void setDLSyncEventPersistence(DLSyncEventPersistence dlSyncEventPersistence)
Sets the d l sync event persistence.

Parameters:
dlSyncEventPersistence - the d l sync event persistence

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

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

Parameters:
counterLocalService - the counter local service

getGroupLocalService

public GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public GroupService getGroupService()
Returns the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getLockLocalService

public LockLocalService getLockLocalService()
Returns the lock local service.

Returns:
the lock local service

setLockLocalService

public void setLockLocalService(LockLocalService lockLocalService)
Sets the lock local service.

Parameters:
lockLocalService - the lock local service

getLockPersistence

public LockPersistence getLockPersistence()
Returns the lock persistence.

Returns:
the lock persistence

setLockPersistence

public void setLockPersistence(LockPersistence lockPersistence)
Sets the lock persistence.

Parameters:
lockPersistence - the lock persistence

getLockFinder

public LockFinder getLockFinder()
Returns the lock finder.

Returns:
the lock finder

setLockFinder

public void setLockFinder(LockFinder lockFinder)
Sets the lock finder.

Parameters:
lockFinder - the lock finder

getRepositoryLocalService

public RepositoryLocalService getRepositoryLocalService()
Returns the repository local service.

Returns:
the repository local service

setRepositoryLocalService

public void setRepositoryLocalService(RepositoryLocalService repositoryLocalService)
Sets the repository local service.

Parameters:
repositoryLocalService - the repository local service

getRepositoryService

public RepositoryService getRepositoryService()
Returns the repository remote service.

Returns:
the repository remote service

setRepositoryService

public void setRepositoryService(RepositoryService repositoryService)
Sets the repository remote service.

Parameters:
repositoryService - the repository remote service

getRepositoryPersistence

public RepositoryPersistence getRepositoryPersistence()
Returns the repository persistence.

Returns:
the repository persistence

setRepositoryPersistence

public void setRepositoryPersistence(RepositoryPersistence repositoryPersistence)
Sets the repository persistence.

Parameters:
repositoryPersistence - the repository persistence

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

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

Parameters:
resourceLocalService - the resource local service

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

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

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

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

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getWebDAVPropsLocalService

public WebDAVPropsLocalService getWebDAVPropsLocalService()
Returns the web d a v props local service.

Returns:
the web d a v props local service

setWebDAVPropsLocalService

public void setWebDAVPropsLocalService(WebDAVPropsLocalService webDAVPropsLocalService)
Sets the web d a v props local service.

Parameters:
webDAVPropsLocalService - the web d a v props local service

getWebDAVPropsPersistence

public WebDAVPropsPersistence getWebDAVPropsPersistence()
Returns the web d a v props persistence.

Returns:
the web d a v props persistence

setWebDAVPropsPersistence

public void setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
Sets the web d a v props persistence.

Parameters:
webDAVPropsPersistence - the web d a v props persistence

getWorkflowDefinitionLinkLocalService

public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService()
Returns the workflow definition link local service.

Returns:
the workflow definition link local service

setWorkflowDefinitionLinkLocalService

public void setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
Sets the workflow definition link local service.

Parameters:
workflowDefinitionLinkLocalService - the workflow definition link local service

getWorkflowDefinitionLinkPersistence

public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence()
Returns the workflow definition link persistence.

Returns:
the workflow definition link persistence

setWorkflowDefinitionLinkPersistence

public void setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
Sets the workflow definition link persistence.

Parameters:
workflowDefinitionLinkPersistence - the workflow definition link persistence

getWorkflowInstanceLinkLocalService

public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
Returns the workflow instance link local service.

Returns:
the workflow instance link local service

setWorkflowInstanceLinkLocalService

public void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
Sets the workflow instance link local service.

Parameters:
workflowInstanceLinkLocalService - the workflow instance link local service

getWorkflowInstanceLinkPersistence

public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
Returns the workflow instance link persistence.

Returns:
the workflow instance link persistence

setWorkflowInstanceLinkPersistence

public void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
Sets the workflow instance link persistence.

Parameters:
workflowInstanceLinkPersistence - the workflow instance link persistence

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()
Returns the asset entry local service.

Returns:
the asset entry local service

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryService

public AssetEntryService getAssetEntryService()
Returns the asset entry remote service.

Returns:
the asset entry remote service

setAssetEntryService

public void setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service.

Parameters:
assetEntryService - the asset entry remote service

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()
Returns the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()
Returns the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

getExpandoRowLocalService

public ExpandoRowLocalService getExpandoRowLocalService()
Returns the expando row local service.

Returns:
the expando row local service

setExpandoRowLocalService

public void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
Sets the expando row local service.

Parameters:
expandoRowLocalService - the expando row local service

getExpandoRowPersistence

public ExpandoRowPersistence getExpandoRowPersistence()
Returns the expando row persistence.

Returns:
the expando row persistence

setExpandoRowPersistence

public void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
Sets the expando row persistence.

Parameters:
expandoRowPersistence - the expando row persistence

getTrashEntryLocalService

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

Returns:
the trash entry local service

setTrashEntryLocalService

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

Parameters:
trashEntryLocalService - the trash entry local service

getTrashEntryService

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

Returns:
the trash entry remote service

setTrashEntryService

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

Parameters:
trashEntryService - the trash entry remote service

getTrashEntryPersistence

public TrashEntryPersistence getTrashEntryPersistence()
Returns the trash entry persistence.

Returns:
the trash entry persistence

setTrashEntryPersistence

public void setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
Sets the trash entry persistence.

Parameters:
trashEntryPersistence - the trash entry persistence

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface IdentifiableBean
Specified by:
getBeanIdentifier in interface DLFolderService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Specified by:
setBeanIdentifier in interface IdentifiableBean
Specified by:
setBeanIdentifier in interface DLFolderService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
SystemException

Liferay 6.2-ce-ga5