com.liferay.portlet.expando.service.base
Class ExpandoRowServiceBaseImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portlet.expando.service.base.ExpandoRowServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.expando.service.ExpandoRowService, org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
- ExpandoRowServiceImpl
public abstract class ExpandoRowServiceBaseImpl
- extends PrincipalBean
- implements com.liferay.portlet.expando.service.ExpandoRowService, org.springframework.beans.factory.InitializingBean
View Source
- Author:
- Brian Wing Shun Chan
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.expando.service.ExpandoRowService |
addRow, deleteRow, getDefaultTableRows, getDefaultTableRows, getDefaultTableRowsCount, getDefaultTableRowsCount, getRows, getRows, getRows, getRowsCount, getRowsCount, getRowsCount |
expandoColumnLocalService
protected com.liferay.portlet.expando.service.ExpandoColumnLocalService expandoColumnLocalService
expandoColumnService
protected com.liferay.portlet.expando.service.ExpandoColumnService expandoColumnService
expandoColumnPersistence
protected com.liferay.portlet.expando.service.persistence.ExpandoColumnPersistence expandoColumnPersistence
expandoColumnFinder
protected com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder expandoColumnFinder
expandoRowLocalService
protected com.liferay.portlet.expando.service.ExpandoRowLocalService expandoRowLocalService
expandoRowPersistence
protected com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence expandoRowPersistence
expandoRowFinder
protected com.liferay.portlet.expando.service.persistence.ExpandoRowFinder expandoRowFinder
expandoTableLocalService
protected com.liferay.portlet.expando.service.ExpandoTableLocalService expandoTableLocalService
expandoTableService
protected com.liferay.portlet.expando.service.ExpandoTableService expandoTableService
expandoTablePersistence
protected com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence expandoTablePersistence
expandoValueLocalService
protected com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService
expandoValueService
protected com.liferay.portlet.expando.service.ExpandoValueService expandoValueService
expandoValuePersistence
protected com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence
expandoValueFinder
protected com.liferay.portlet.expando.service.persistence.ExpandoValueFinder expandoValueFinder
counterLocalService
protected com.liferay.counter.service.CounterLocalService counterLocalService
counterService
protected com.liferay.counter.service.CounterService counterService
ExpandoRowServiceBaseImpl
public ExpandoRowServiceBaseImpl()
getExpandoColumnLocalService
public com.liferay.portlet.expando.service.ExpandoColumnLocalService getExpandoColumnLocalService()
setExpandoColumnLocalService
public void setExpandoColumnLocalService(com.liferay.portlet.expando.service.ExpandoColumnLocalService expandoColumnLocalService)
getExpandoColumnService
public com.liferay.portlet.expando.service.ExpandoColumnService getExpandoColumnService()
setExpandoColumnService
public void setExpandoColumnService(com.liferay.portlet.expando.service.ExpandoColumnService expandoColumnService)
getExpandoColumnPersistence
public com.liferay.portlet.expando.service.persistence.ExpandoColumnPersistence getExpandoColumnPersistence()
setExpandoColumnPersistence
public void setExpandoColumnPersistence(com.liferay.portlet.expando.service.persistence.ExpandoColumnPersistence expandoColumnPersistence)
getExpandoColumnFinder
public com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder getExpandoColumnFinder()
setExpandoColumnFinder
public void setExpandoColumnFinder(com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder expandoColumnFinder)
getExpandoRowLocalService
public com.liferay.portlet.expando.service.ExpandoRowLocalService getExpandoRowLocalService()
setExpandoRowLocalService
public void setExpandoRowLocalService(com.liferay.portlet.expando.service.ExpandoRowLocalService expandoRowLocalService)
getExpandoRowPersistence
public com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence getExpandoRowPersistence()
setExpandoRowPersistence
public void setExpandoRowPersistence(com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence expandoRowPersistence)
getExpandoRowFinder
public com.liferay.portlet.expando.service.persistence.ExpandoRowFinder getExpandoRowFinder()
setExpandoRowFinder
public void setExpandoRowFinder(com.liferay.portlet.expando.service.persistence.ExpandoRowFinder expandoRowFinder)
getExpandoTableLocalService
public com.liferay.portlet.expando.service.ExpandoTableLocalService getExpandoTableLocalService()
setExpandoTableLocalService
public void setExpandoTableLocalService(com.liferay.portlet.expando.service.ExpandoTableLocalService expandoTableLocalService)
getExpandoTableService
public com.liferay.portlet.expando.service.ExpandoTableService getExpandoTableService()
setExpandoTableService
public void setExpandoTableService(com.liferay.portlet.expando.service.ExpandoTableService expandoTableService)
getExpandoTablePersistence
public com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence getExpandoTablePersistence()
setExpandoTablePersistence
public void setExpandoTablePersistence(com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence expandoTablePersistence)
getExpandoValueLocalService
public com.liferay.portlet.expando.service.ExpandoValueLocalService getExpandoValueLocalService()
setExpandoValueLocalService
public void setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)
getExpandoValueService
public com.liferay.portlet.expando.service.ExpandoValueService getExpandoValueService()
setExpandoValueService
public void setExpandoValueService(com.liferay.portlet.expando.service.ExpandoValueService expandoValueService)
getExpandoValuePersistence
public com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()
setExpandoValuePersistence
public void setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)
getExpandoValueFinder
public com.liferay.portlet.expando.service.persistence.ExpandoValueFinder getExpandoValueFinder()
setExpandoValueFinder
public void setExpandoValueFinder(com.liferay.portlet.expando.service.persistence.ExpandoValueFinder expandoValueFinder)
getCounterLocalService
public com.liferay.counter.service.CounterLocalService getCounterLocalService()
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
getCounterService
public com.liferay.counter.service.CounterService getCounterService()
setCounterService
public void setCounterService(com.liferay.counter.service.CounterService counterService)
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean