Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.service.base
Class RepositoryServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.RepositoryServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.RepositoryService
Direct Known Subclasses:
RepositoryServiceImpl

public abstract class RepositoryServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.RepositoryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the repository 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 RepositoryServiceImpl.

See Also:
RepositoryServiceImpl, RepositoryServiceUtil
{$generated.description}

Field Summary
protected  com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder
           
protected  com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService
           
protected  com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence
           
protected  com.liferay.asset.kernel.service.AssetEntryService assetEntryService
           
protected  com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService
           
protected  com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence
           
protected  com.liferay.portal.kernel.service.ClassNameService classNameService
           
protected  com.liferay.portal.kernel.service.CompanyLocalService companyLocalService
           
protected  com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence
           
protected  com.liferay.portal.kernel.service.CompanyService companyService
           
protected  com.liferay.counter.kernel.service.CounterLocalService counterLocalService
           
protected  com.liferay.document.library.kernel.service.DLAppHelperLocalService dlAppHelperLocalService
           
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.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder
           
protected  com.liferay.document.library.kernel.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService
           
protected  com.liferay.document.library.kernel.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence
           
protected  com.liferay.document.library.kernel.service.DLFileEntryTypeService dlFileEntryTypeService
           
protected  com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService
           
protected  com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence
           
protected  com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService
           
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
           
protected  com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService
           
protected  com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence
           
protected  com.liferay.expando.kernel.service.ExpandoValueService expandoValueService
           
protected  com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
           
protected  com.liferay.portal.kernel.service.GroupLocalService groupLocalService
           
protected  com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
           
protected  com.liferay.portal.kernel.service.GroupService groupService
           
protected  com.liferay.portal.kernel.service.RepositoryEntryLocalService repositoryEntryLocalService
           
protected  com.liferay.portal.kernel.service.persistence.RepositoryEntryPersistence repositoryEntryPersistence
           
protected  com.liferay.portal.kernel.service.RepositoryLocalService repositoryLocalService
           
protected  com.liferay.portal.kernel.service.persistence.RepositoryPersistence repositoryPersistence
           
protected  com.liferay.portal.kernel.service.RepositoryService repositoryService
           
protected  com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.kernel.service.SystemEventLocalService systemEventLocalService
           
protected  com.liferay.portal.kernel.service.persistence.SystemEventPersistence systemEventPersistence
           
protected  com.liferay.portal.kernel.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.kernel.service.UserLocalService userLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.kernel.service.UserService userService
           
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
RepositoryServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 com.liferay.asset.kernel.service.persistence.AssetEntryFinder getAssetEntryFinder()
          Returns the asset entry finder.
 com.liferay.asset.kernel.service.AssetEntryLocalService getAssetEntryLocalService()
          Returns the asset entry local service.
 com.liferay.asset.kernel.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
          Returns the asset entry persistence.
 com.liferay.asset.kernel.service.AssetEntryService getAssetEntryService()
          Returns the asset entry remote service.
 com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()
          Returns the class name local service.
 com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()
          Returns the class name persistence.
 com.liferay.portal.kernel.service.ClassNameService getClassNameService()
          Returns the class name remote service.
 com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
          Returns the company local service.
 com.liferay.portal.kernel.service.persistence.CompanyPersistence getCompanyPersistence()
          Returns the company persistence.
 com.liferay.portal.kernel.service.CompanyService getCompanyService()
          Returns the company remote service.
 com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.document.library.kernel.service.DLAppHelperLocalService getDLAppHelperLocalService()
          Returns the d l app helper local service.
 com.liferay.document.library.kernel.service.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.persistence.DLFileEntryTypeFinder getDLFileEntryTypeFinder()
          Returns the document library file entry type finder.
 com.liferay.document.library.kernel.service.DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
          Returns the document library file entry type local service.
 com.liferay.document.library.kernel.service.persistence.DLFileEntryTypePersistence getDLFileEntryTypePersistence()
          Returns the document library file entry type persistence.
 com.liferay.document.library.kernel.service.DLFileEntryTypeService getDLFileEntryTypeService()
          Returns the document library file entry type remote service.
 com.liferay.document.library.kernel.service.DLFileShortcutLocalService getDLFileShortcutLocalService()
          Returns the document library file shortcut local service.
 com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence getDLFileShortcutPersistence()
          Returns the document library file shortcut persistence.
 com.liferay.document.library.kernel.service.DLFileShortcutService getDLFileShortcutService()
          Returns the document library file shortcut 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.
 com.liferay.expando.kernel.service.ExpandoValueLocalService getExpandoValueLocalService()
          Returns the expando value local service.
 com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()
          Returns the expando value persistence.
 com.liferay.expando.kernel.service.ExpandoValueService getExpandoValueService()
          Returns the expando value remote service.
 com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
          Returns the group finder.
 com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
          Returns the group local service.
 com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
          Returns the group persistence.
 com.liferay.portal.kernel.service.GroupService getGroupService()
          Returns the group remote service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 com.liferay.portal.kernel.service.RepositoryEntryLocalService getRepositoryEntryLocalService()
          Returns the repository entry local service.
 com.liferay.portal.kernel.service.persistence.RepositoryEntryPersistence getRepositoryEntryPersistence()
          Returns the repository entry persistence.
 com.liferay.portal.kernel.service.RepositoryLocalService getRepositoryLocalService()
          Returns the repository local service.
 com.liferay.portal.kernel.service.persistence.RepositoryPersistence getRepositoryPersistence()
          Returns the repository persistence.
 com.liferay.portal.kernel.service.RepositoryService getRepositoryService()
          Returns the repository remote service.
 com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 com.liferay.portal.kernel.service.SystemEventLocalService getSystemEventLocalService()
          Returns the system event local service.
 com.liferay.portal.kernel.service.persistence.SystemEventPersistence getSystemEventPersistence()
          Returns the system event persistence.
 com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
          Returns the user finder.
 com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
          Returns the user local service.
 com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
          Returns the user persistence.
 com.liferay.portal.kernel.service.UserService getUserService()
          Returns the user remote service.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder)
          Sets the asset entry finder.
 void setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void setAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void setAssetEntryService(com.liferay.asset.kernel.service.AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
          Sets the class name local service.
 void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
          Sets the class name persistence.
 void setClassNameService(com.liferay.portal.kernel.service.ClassNameService classNameService)
          Sets the class name remote service.
 void setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
          Sets the company local service.
 void setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
          Sets the company persistence.
 void setCompanyService(com.liferay.portal.kernel.service.CompanyService companyService)
          Sets the company remote service.
 void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDLAppHelperLocalService(com.liferay.document.library.kernel.service.DLAppHelperLocalService dlAppHelperLocalService)
          Sets the d l app helper local service.
 void 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 setDLFileEntryTypeFinder(com.liferay.document.library.kernel.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder)
          Sets the document library file entry type finder.
 void setDLFileEntryTypeLocalService(com.liferay.document.library.kernel.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
          Sets the document library file entry type local service.
 void setDLFileEntryTypePersistence(com.liferay.document.library.kernel.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence)
          Sets the document library file entry type persistence.
 void setDLFileEntryTypeService(com.liferay.document.library.kernel.service.DLFileEntryTypeService dlFileEntryTypeService)
          Sets the document library file entry type remote service.
 void setDLFileShortcutLocalService(com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService)
          Sets the document library file shortcut local service.
 void setDLFileShortcutPersistence(com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the document library file shortcut persistence.
 void setDLFileShortcutService(com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService)
          Sets the document library file shortcut 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.
 void setExpandoValueLocalService(com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService)
          Sets the expando value local service.
 void setExpandoValuePersistence(com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 void setExpandoValueService(com.liferay.expando.kernel.service.ExpandoValueService expandoValueService)
          Sets the expando value remote service.
 void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
          Sets the group persistence.
 void setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
          Sets the group remote service.
 void setRepositoryEntryLocalService(com.liferay.portal.kernel.service.RepositoryEntryLocalService repositoryEntryLocalService)
          Sets the repository entry local service.
 void setRepositoryEntryPersistence(com.liferay.portal.kernel.service.persistence.RepositoryEntryPersistence repositoryEntryPersistence)
          Sets the repository entry persistence.
 void setRepositoryLocalService(com.liferay.portal.kernel.service.RepositoryLocalService repositoryLocalService)
          Sets the repository local service.
 void setRepositoryPersistence(com.liferay.portal.kernel.service.persistence.RepositoryPersistence repositoryPersistence)
          Sets the repository persistence.
 void setRepositoryService(com.liferay.portal.kernel.service.RepositoryService repositoryService)
          Sets the repository remote service.
 void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setSystemEventLocalService(com.liferay.portal.kernel.service.SystemEventLocalService systemEventLocalService)
          Sets the system event local service.
 void setSystemEventPersistence(com.liferay.portal.kernel.service.persistence.SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(com.liferay.portal.kernel.service.UserService userService)
          Sets the user 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.portal.kernel.service.RepositoryService
addRepository, checkRepository, deleteRepository, getRepository, getSupportedConfigurations, getSupportedParameters, getSupportedParameters, getTypeSettingsProperties, updateRepository
 

Field Detail

repositoryLocalService

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

repositoryService

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

repositoryPersistence

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

counterLocalService

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

classNameLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ClassNameLocalService.class)
protected com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService

classNameService

@BeanReference(type=com.liferay.portal.kernel.service.ClassNameService.class)
protected com.liferay.portal.kernel.service.ClassNameService classNameService

classNamePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.ClassNamePersistence.class)
protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence

companyLocalService

@BeanReference(type=com.liferay.portal.kernel.service.CompanyLocalService.class)
protected com.liferay.portal.kernel.service.CompanyLocalService companyLocalService

companyService

@BeanReference(type=com.liferay.portal.kernel.service.CompanyService.class)
protected com.liferay.portal.kernel.service.CompanyService companyService

companyPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyPersistence.class)
protected com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence

groupLocalService

@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class)
protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService

groupService

@BeanReference(type=com.liferay.portal.kernel.service.GroupService.class)
protected com.liferay.portal.kernel.service.GroupService groupService

groupPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class)
protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence

groupFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class)
protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder

assetEntryLocalService

@BeanReference(type=com.liferay.asset.kernel.service.AssetEntryLocalService.class)
protected com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(type=com.liferay.asset.kernel.service.AssetEntryService.class)
protected com.liferay.asset.kernel.service.AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryPersistence.class)
protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryFinder.class)
protected com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder

dlAppHelperLocalService

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

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

dlFileEntryTypeLocalService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileEntryTypeLocalService.class)
protected com.liferay.document.library.kernel.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService

dlFileEntryTypeService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileEntryTypeService.class)
protected com.liferay.document.library.kernel.service.DLFileEntryTypeService dlFileEntryTypeService

dlFileEntryTypePersistence

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

dlFileEntryTypeFinder

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

dlFileShortcutLocalService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileShortcutLocalService.class)
protected com.liferay.document.library.kernel.service.DLFileShortcutLocalService dlFileShortcutLocalService

dlFileShortcutService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileShortcutService.class)
protected com.liferay.document.library.kernel.service.DLFileShortcutService dlFileShortcutService

dlFileShortcutPersistence

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

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

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

expandoValueLocalService

@BeanReference(type=com.liferay.expando.kernel.service.ExpandoValueLocalService.class)
protected com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService

expandoValueService

@BeanReference(type=com.liferay.expando.kernel.service.ExpandoValueService.class)
protected com.liferay.expando.kernel.service.ExpandoValueService expandoValueService

expandoValuePersistence

@BeanReference(type=com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence.class)
protected com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence

repositoryEntryLocalService

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

repositoryEntryPersistence

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

resourceLocalService

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

systemEventLocalService

@BeanReference(type=com.liferay.portal.kernel.service.SystemEventLocalService.class)
protected com.liferay.portal.kernel.service.SystemEventLocalService systemEventLocalService

systemEventPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.SystemEventPersistence.class)
protected com.liferay.portal.kernel.service.persistence.SystemEventPersistence systemEventPersistence

userLocalService

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

userService

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

userPersistence

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

userFinder

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

RepositoryServiceBaseImpl

public RepositoryServiceBaseImpl()
Method Detail

getRepositoryLocalService

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

Returns:
the repository local service

setRepositoryLocalService

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

Parameters:
repositoryLocalService - the repository local service

getRepositoryService

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

Returns:
the repository remote service

setRepositoryService

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

Parameters:
repositoryService - the repository remote service

getRepositoryPersistence

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

Returns:
the repository persistence

setRepositoryPersistence

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

Parameters:
repositoryPersistence - the repository persistence

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

getClassNameLocalService

public com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()
Returns the class name local service.

Returns:
the class name local service

setClassNameLocalService

public void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
Sets the class name local service.

Parameters:
classNameLocalService - the class name local service

getClassNameService

public com.liferay.portal.kernel.service.ClassNameService getClassNameService()
Returns the class name remote service.

Returns:
the class name remote service

setClassNameService

public void setClassNameService(com.liferay.portal.kernel.service.ClassNameService classNameService)
Sets the class name remote service.

Parameters:
classNameService - the class name remote service

getClassNamePersistence

public com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()
Returns the class name persistence.

Returns:
the class name persistence

setClassNamePersistence

public void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
Sets the class name persistence.

Parameters:
classNamePersistence - the class name persistence

getCompanyLocalService

public com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
Returns the company local service.

Returns:
the company local service

setCompanyLocalService

public void setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
Sets the company local service.

Parameters:
companyLocalService - the company local service

getCompanyService

public com.liferay.portal.kernel.service.CompanyService getCompanyService()
Returns the company remote service.

Returns:
the company remote service

setCompanyService

public void setCompanyService(com.liferay.portal.kernel.service.CompanyService companyService)
Sets the company remote service.

Parameters:
companyService - the company remote service

getCompanyPersistence

public com.liferay.portal.kernel.service.persistence.CompanyPersistence getCompanyPersistence()
Returns the company persistence.

Returns:
the company persistence

setCompanyPersistence

public void setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
Sets the company persistence.

Parameters:
companyPersistence - the company persistence

getGroupLocalService

public com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public com.liferay.portal.kernel.service.GroupService getGroupService()
Returns the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getAssetEntryLocalService

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

Returns:
the asset entry local service

setAssetEntryLocalService

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

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryService

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

Returns:
the asset entry remote service

setAssetEntryService

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

Parameters:
assetEntryService - the asset entry remote service

getAssetEntryPersistence

public com.liferay.asset.kernel.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
Returns the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public com.liferay.asset.kernel.service.persistence.AssetEntryFinder getAssetEntryFinder()
Returns the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

getDLAppHelperLocalService

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

Returns:
the d l app helper local service

setDLAppHelperLocalService

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

Parameters:
dlAppHelperLocalService - the d l app helper local service

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

getDLFileEntryTypeLocalService

public com.liferay.document.library.kernel.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.document.library.kernel.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.document.library.kernel.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.document.library.kernel.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.document.library.kernel.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.document.library.kernel.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.document.library.kernel.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.document.library.kernel.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder)
Sets the document library file entry type finder.

Parameters:
dlFileEntryTypeFinder - the document library file entry type finder

getDLFileShortcutLocalService

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

Parameters:
dlFileShortcutLocalService - the document library file shortcut local service

getDLFileShortcutService

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

Parameters:
dlFileShortcutService - the document library file shortcut remote service

getDLFileShortcutPersistence

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

Returns:
the document library file shortcut persistence

setDLFileShortcutPersistence

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

Parameters:
dlFileShortcutPersistence - the document library file shortcut persistence

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

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

getExpandoValueLocalService

public com.liferay.expando.kernel.service.ExpandoValueLocalService getExpandoValueLocalService()
Returns the expando value local service.

Returns:
the expando value local service

setExpandoValueLocalService

public void setExpandoValueLocalService(com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service.

Parameters:
expandoValueLocalService - the expando value local service

getExpandoValueService

public com.liferay.expando.kernel.service.ExpandoValueService getExpandoValueService()
Returns the expando value remote service.

Returns:
the expando value remote service

setExpandoValueService

public void setExpandoValueService(com.liferay.expando.kernel.service.ExpandoValueService expandoValueService)
Sets the expando value remote service.

Parameters:
expandoValueService - the expando value remote service

getExpandoValuePersistence

public com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()
Returns the expando value persistence.

Returns:
the expando value persistence

setExpandoValuePersistence

public void setExpandoValuePersistence(com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence.

Parameters:
expandoValuePersistence - the expando value persistence

getRepositoryEntryLocalService

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

Returns:
the repository entry local service

setRepositoryEntryLocalService

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

Parameters:
repositoryEntryLocalService - the repository entry local service

getRepositoryEntryPersistence

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

Returns:
the repository entry persistence

setRepositoryEntryPersistence

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

Parameters:
repositoryEntryPersistence - the repository entry persistence

getResourceLocalService

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

Returns:
the resource local service

setResourceLocalService

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

Parameters:
resourceLocalService - the resource local service

getSystemEventLocalService

public com.liferay.portal.kernel.service.SystemEventLocalService getSystemEventLocalService()
Returns the system event local service.

Returns:
the system event local service

setSystemEventLocalService

public void setSystemEventLocalService(com.liferay.portal.kernel.service.SystemEventLocalService systemEventLocalService)
Sets the system event local service.

Parameters:
systemEventLocalService - the system event local service

getSystemEventPersistence

public com.liferay.portal.kernel.service.persistence.SystemEventPersistence getSystemEventPersistence()
Returns the system event persistence.

Returns:
the system event persistence

setSystemEventPersistence

public void setSystemEventPersistence(com.liferay.portal.kernel.service.persistence.SystemEventPersistence systemEventPersistence)
Sets the system event persistence.

Parameters:
systemEventPersistence - the system event persistence

getUserLocalService

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

Returns:
the user local service

setUserLocalService

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

Parameters:
userLocalService - the user local service

getUserService

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

Returns:
the user remote service

setUserService

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

Parameters:
userService - the user remote service

getUserPersistence

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

Returns:
the user persistence

setUserPersistence

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

Parameters:
userPersistence - the user persistence

getUserFinder

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

Returns:
the user finder

setUserFinder

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

Parameters:
userFinder - the user 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.portal.kernel.module.framework.service.IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.RepositoryService
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-b8 portal-impl