Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.service.base
Class DDMStructureVersionServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureVersionServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, DDMStructureVersionService
Direct Known Subclasses:
DDMStructureVersionServiceImpl

public abstract class DDMStructureVersionServiceBaseImpl
extends BaseServiceImpl
implements DDMStructureVersionService, IdentifiableBean

Provides the base implementation for the d d m structure version remote service.

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

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

Field Summary
protected  CounterLocalService counterLocalService
           
protected  DDMStructureVersionLocalService ddmStructureVersionLocalService
           
protected  DDMStructureVersionPersistence ddmStructureVersionPersistence
           
protected  DDMStructureVersionService ddmStructureVersionService
           
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
DDMStructureVersionServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 DDMStructureVersionLocalService getDDMStructureVersionLocalService()
          Returns the d d m structure version local service.
 DDMStructureVersionPersistence getDDMStructureVersionPersistence()
          Returns the d d m structure version persistence.
 DDMStructureVersionService getDDMStructureVersionService()
          Returns the d d m structure version remote service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
protected  void runSQL(String sql)
          Performs a SQL query.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDDMStructureVersionLocalService(DDMStructureVersionLocalService ddmStructureVersionLocalService)
          Sets the d d m structure version local service.
 void setDDMStructureVersionPersistence(DDMStructureVersionPersistence ddmStructureVersionPersistence)
          Sets the d d m structure version persistence.
 void setDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
          Sets the d d m structure version remote service.
 
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.dynamicdatamapping.service.DDMStructureVersionService
getLatestStructureVersion, getStructureVersion, getStructureVersions, getStructureVersionsCount
 

Field Detail

ddmStructureVersionLocalService

@BeanReference(type=DDMStructureVersionLocalService.class)
protected DDMStructureVersionLocalService ddmStructureVersionLocalService

ddmStructureVersionService

@BeanReference(type=DDMStructureVersionService.class)
protected DDMStructureVersionService ddmStructureVersionService

ddmStructureVersionPersistence

@BeanReference(type=DDMStructureVersionPersistence.class)
protected DDMStructureVersionPersistence ddmStructureVersionPersistence

counterLocalService

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

DDMStructureVersionServiceBaseImpl

public DDMStructureVersionServiceBaseImpl()
Method Detail

getDDMStructureVersionLocalService

public DDMStructureVersionLocalService getDDMStructureVersionLocalService()
Returns the d d m structure version local service.

Returns:
the d d m structure version local service

setDDMStructureVersionLocalService

public void setDDMStructureVersionLocalService(DDMStructureVersionLocalService ddmStructureVersionLocalService)
Sets the d d m structure version local service.

Parameters:
ddmStructureVersionLocalService - the d d m structure version local service

getDDMStructureVersionService

public DDMStructureVersionService getDDMStructureVersionService()
Returns the d d m structure version remote service.

Returns:
the d d m structure version remote service

setDDMStructureVersionService

public void setDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
Sets the d d m structure version remote service.

Parameters:
ddmStructureVersionService - the d d m structure version remote service

getDDMStructureVersionPersistence

public DDMStructureVersionPersistence getDDMStructureVersionPersistence()
Returns the d d m structure version persistence.

Returns:
the d d m structure version persistence

setDDMStructureVersionPersistence

public void setDDMStructureVersionPersistence(DDMStructureVersionPersistence ddmStructureVersionPersistence)
Sets the d d m structure version persistence.

Parameters:
ddmStructureVersionPersistence - the d d m structure version 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

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

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-m6