Liferay 7.0-ce-m3

com.liferay.portal.service.base
Class CMISRepositoryLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.CMISRepositoryLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, CMISRepositoryLocalService
Direct Known Subclasses:
CMISRepositoryLocalServiceImpl

@ProviderType
public abstract class CMISRepositoryLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements CMISRepositoryLocalService, IdentifiableBean

Provides the base implementation for the c m i s repository local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in CMISRepositoryLocalServiceImpl.

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

Field Summary
protected  CMISRepositoryLocalService cmisRepositoryLocalService
           
protected  CounterLocalService counterLocalService
           
protected  RepositoryLocalService repositoryLocalService
           
protected  RepositoryPersistence repositoryPersistence
           
protected  RepositoryService repositoryService
           
 
Constructor Summary
CMISRepositoryLocalServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 CMISRepositoryLocalService getCMISRepositoryLocalService()
          Returns the c m i s repository local service.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 RepositoryLocalService getRepositoryLocalService()
          Returns the repository local service.
 RepositoryPersistence getRepositoryPersistence()
          Returns the repository persistence.
 RepositoryService getRepositoryService()
          Returns the repository remote service.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCMISRepositoryLocalService(CMISRepositoryLocalService cmisRepositoryLocalService)
          Sets the c m i s repository local service.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 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.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
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.service.CMISRepositoryLocalService
getSession, toFileEntry, toFileVersion, toFolder
 

Field Detail

cmisRepositoryLocalService

@BeanReference(type=CMISRepositoryLocalService.class)
protected CMISRepositoryLocalService cmisRepositoryLocalService

counterLocalService

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

repositoryLocalService

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

repositoryService

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

repositoryPersistence

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

CMISRepositoryLocalServiceBaseImpl

public CMISRepositoryLocalServiceBaseImpl()
Method Detail

getCMISRepositoryLocalService

public CMISRepositoryLocalService getCMISRepositoryLocalService()
Returns the c m i s repository local service.

Returns:
the c m i s repository local service

setCMISRepositoryLocalService

public void setCMISRepositoryLocalService(CMISRepositoryLocalService cmisRepositoryLocalService)
Sets the c m i s repository local service.

Parameters:
cmisRepositoryLocalService - the c m i s repository local service

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

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

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 CMISRepositoryLocalService
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 CMISRepositoryLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

runSQL

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

Parameters:
sql - the sql query

Liferay 7.0-ce-m3