com.liferay.portlet.expando.service.base
Class ExpandoValueLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.expando.service.base.ExpandoValueLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.expando.service.ExpandoValueLocalService, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
ExpandoValueLocalServiceImpl

public abstract class ExpandoValueLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.expando.service.ExpandoValueLocalService, org.springframework.beans.factory.InitializingBean

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder expandoColumnFinder
           
protected  com.liferay.portlet.expando.service.ExpandoColumnLocalService expandoColumnLocalService
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoColumnPersistence expandoColumnPersistence
           
protected  com.liferay.portlet.expando.service.ExpandoColumnService expandoColumnService
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoRowFinder expandoRowFinder
           
protected  com.liferay.portlet.expando.service.ExpandoRowLocalService expandoRowLocalService
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence expandoRowPersistence
           
protected  com.liferay.portlet.expando.service.ExpandoRowService expandoRowService
           
protected  com.liferay.portlet.expando.service.ExpandoTableLocalService expandoTableLocalService
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence expandoTablePersistence
           
protected  com.liferay.portlet.expando.service.ExpandoTableService expandoTableService
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoValueFinder expandoValueFinder
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence
           
 
Constructor Summary
ExpandoValueLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoValue addExpandoValue(com.liferay.portlet.expando.model.ExpandoValue expandoValue)
           
 void afterPropertiesSet()
           
 void deleteExpandoValue(com.liferay.portlet.expando.model.ExpandoValue expandoValue)
           
 void deleteExpandoValue(long valueId)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoValue> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoValue> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder getExpandoColumnFinder()
           
 com.liferay.portlet.expando.service.ExpandoColumnLocalService getExpandoColumnLocalService()
           
 com.liferay.portlet.expando.service.persistence.ExpandoColumnPersistence getExpandoColumnPersistence()
           
 com.liferay.portlet.expando.service.ExpandoColumnService getExpandoColumnService()
           
 com.liferay.portlet.expando.service.persistence.ExpandoRowFinder getExpandoRowFinder()
           
 com.liferay.portlet.expando.service.ExpandoRowLocalService getExpandoRowLocalService()
           
 com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence getExpandoRowPersistence()
           
 com.liferay.portlet.expando.service.ExpandoRowService getExpandoRowService()
           
 com.liferay.portlet.expando.service.ExpandoTableLocalService getExpandoTableLocalService()
           
 com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence getExpandoTablePersistence()
           
 com.liferay.portlet.expando.service.ExpandoTableService getExpandoTableService()
           
 com.liferay.portlet.expando.service.persistence.ExpandoValueFinder getExpandoValueFinder()
           
 com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setExpandoColumnFinder(com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder expandoColumnFinder)
           
 void setExpandoColumnLocalService(com.liferay.portlet.expando.service.ExpandoColumnLocalService expandoColumnLocalService)
           
 void setExpandoColumnPersistence(com.liferay.portlet.expando.service.persistence.ExpandoColumnPersistence expandoColumnPersistence)
           
 void setExpandoColumnService(com.liferay.portlet.expando.service.ExpandoColumnService expandoColumnService)
           
 void setExpandoRowFinder(com.liferay.portlet.expando.service.persistence.ExpandoRowFinder expandoRowFinder)
           
 void setExpandoRowLocalService(com.liferay.portlet.expando.service.ExpandoRowLocalService expandoRowLocalService)
           
 void setExpandoRowPersistence(com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence expandoRowPersistence)
           
 void setExpandoRowService(com.liferay.portlet.expando.service.ExpandoRowService expandoRowService)
           
 void setExpandoTableLocalService(com.liferay.portlet.expando.service.ExpandoTableLocalService expandoTableLocalService)
           
 void setExpandoTablePersistence(com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence expandoTablePersistence)
           
 void setExpandoTableService(com.liferay.portlet.expando.service.ExpandoTableService expandoTableService)
           
 void setExpandoValueFinder(com.liferay.portlet.expando.service.persistence.ExpandoValueFinder expandoValueFinder)
           
 void setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)
           
 com.liferay.portlet.expando.model.ExpandoValue updateExpandoValue(com.liferay.portlet.expando.model.ExpandoValue expandoValue)
           
 
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.ExpandoValueLocalService
addValue, deleteColumnValues, deleteRowValues, deleteTableValues, deleteValue, deleteValues, deleteValues, getColumnValues, getColumnValues, getColumnValues, getColumnValuesCount, getColumnValuesCount, getColumnValuesCount, getDefaultTableColumnValues, getDefaultTableColumnValues, getDefaultTableColumnValuesCount, getDefaultTableColumnValuesCount, getRowValues, getRowValues, getRowValuesCount, getValue, getValue, getValue, getValue
 

Field Detail

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

expandoRowService

protected com.liferay.portlet.expando.service.ExpandoRowService expandoRowService

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

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
Constructor Detail

ExpandoValueLocalServiceBaseImpl

public ExpandoValueLocalServiceBaseImpl()
Method Detail

addExpandoValue

public com.liferay.portlet.expando.model.ExpandoValue addExpandoValue(com.liferay.portlet.expando.model.ExpandoValue expandoValue)
                                                               throws com.liferay.portal.SystemException
Specified by:
addExpandoValue in interface com.liferay.portlet.expando.service.ExpandoValueLocalService
Throws:
com.liferay.portal.SystemException

deleteExpandoValue

public void deleteExpandoValue(long valueId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
deleteExpandoValue in interface com.liferay.portlet.expando.service.ExpandoValueLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteExpandoValue

public void deleteExpandoValue(com.liferay.portlet.expando.model.ExpandoValue expandoValue)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
deleteExpandoValue in interface com.liferay.portlet.expando.service.ExpandoValueLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<com.liferay.portlet.expando.model.ExpandoValue> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                                                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.expando.service.ExpandoValueLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<com.liferay.portlet.expando.model.ExpandoValue> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                                                                   int begin,
                                                                                   int end)
                                                                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.expando.service.ExpandoValueLocalService
Throws:
com.liferay.portal.SystemException

updateExpandoValue

public com.liferay.portlet.expando.model.ExpandoValue updateExpandoValue(com.liferay.portlet.expando.model.ExpandoValue expandoValue)
                                                                  throws com.liferay.portal.SystemException
Specified by:
updateExpandoValue in interface com.liferay.portlet.expando.service.ExpandoValueLocalService
Throws:
com.liferay.portal.SystemException

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)

getExpandoRowService

public com.liferay.portlet.expando.service.ExpandoRowService getExpandoRowService()

setExpandoRowService

public void setExpandoRowService(com.liferay.portlet.expando.service.ExpandoRowService expandoRowService)

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)

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