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

java.lang.Object
  extended by com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.InitializingBean, com.liferay.portlet.expando.service.ExpandoColumnLocalService
Direct Known Subclasses:
ExpandoColumnLocalServiceImpl

public abstract class ExpandoColumnLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.expando.service.ExpandoColumnLocalService, com.liferay.portal.kernel.bean.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.persistence.ExpandoColumnPersistence expandoColumnPersistence
           
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.ExpandoTableLocalService expandoTableLocalService
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence expandoTablePersistence
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoValueFinder expandoValueFinder
           
protected  com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence
           
 
Constructor Summary
ExpandoColumnLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoColumn addExpandoColumn(com.liferay.portlet.expando.model.ExpandoColumn expandoColumn)
           
 void afterPropertiesSet()
           
 void deleteExpandoColumn(com.liferay.portlet.expando.model.ExpandoColumn expandoColumn)
           
 void deleteExpandoColumn(long columnId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portlet.expando.model.ExpandoColumn getExpandoColumn(long columnId)
           
 com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder getExpandoColumnFinder()
           
 com.liferay.portlet.expando.service.persistence.ExpandoColumnPersistence getExpandoColumnPersistence()
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getExpandoColumns(int start, int end)
           
 int getExpandoColumnsCount()
           
 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.ExpandoTableLocalService getExpandoTableLocalService()
           
 com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence getExpandoTablePersistence()
           
 com.liferay.portlet.expando.service.persistence.ExpandoValueFinder getExpandoValueFinder()
           
 com.liferay.portlet.expando.service.ExpandoValueLocalService getExpandoValueLocalService()
           
 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 setExpandoColumnPersistence(com.liferay.portlet.expando.service.persistence.ExpandoColumnPersistence expandoColumnPersistence)
           
 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 setExpandoTableLocalService(com.liferay.portlet.expando.service.ExpandoTableLocalService expandoTableLocalService)
           
 void setExpandoTablePersistence(com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence expandoTablePersistence)
           
 void setExpandoValueFinder(com.liferay.portlet.expando.service.persistence.ExpandoValueFinder expandoValueFinder)
           
 void setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)
           
 void setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)
           
 com.liferay.portlet.expando.model.ExpandoColumn updateExpandoColumn(com.liferay.portlet.expando.model.ExpandoColumn expandoColumn)
           
 
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.ExpandoColumnLocalService
addColumn, deleteColumn, deleteColumn, deleteColumn, deleteColumn, deleteColumns, deleteColumns, deleteColumns, getColumn, getColumn, getColumn, getColumn, getColumns, getColumns, getColumns, getColumnsCount, getColumnsCount, getColumnsCount, getDefaultTableColumn, getDefaultTableColumn, getDefaultTableColumns, getDefaultTableColumns, getDefaultTableColumnsCount, getDefaultTableColumnsCount, updateColumn
 

Field Detail

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

expandoTablePersistence

protected com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence expandoTablePersistence

expandoValueLocalService

protected com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService

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

ExpandoColumnLocalServiceBaseImpl

public ExpandoColumnLocalServiceBaseImpl()
Method Detail

addExpandoColumn

public com.liferay.portlet.expando.model.ExpandoColumn addExpandoColumn(com.liferay.portlet.expando.model.ExpandoColumn expandoColumn)
                                                                 throws com.liferay.portal.SystemException
Specified by:
addExpandoColumn in interface com.liferay.portlet.expando.service.ExpandoColumnLocalService
Throws:
com.liferay.portal.SystemException

deleteExpandoColumn

public void deleteExpandoColumn(long columnId)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Specified by:
deleteExpandoColumn in interface com.liferay.portlet.expando.service.ExpandoColumnLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteExpandoColumn

public void deleteExpandoColumn(com.liferay.portlet.expando.model.ExpandoColumn expandoColumn)
                         throws com.liferay.portal.SystemException
Specified by:
deleteExpandoColumn in interface com.liferay.portlet.expando.service.ExpandoColumnLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.expando.service.ExpandoColumnLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.expando.service.ExpandoColumnLocalService
Throws:
com.liferay.portal.SystemException

getExpandoColumn

public com.liferay.portlet.expando.model.ExpandoColumn getExpandoColumn(long columnId)
                                                                 throws com.liferay.portal.PortalException,
                                                                        com.liferay.portal.SystemException
Specified by:
getExpandoColumn in interface com.liferay.portlet.expando.service.ExpandoColumnLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getExpandoColumns

public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getExpandoColumns(int start,
                                                                                         int end)
                                                                                  throws com.liferay.portal.SystemException
Specified by:
getExpandoColumns in interface com.liferay.portlet.expando.service.ExpandoColumnLocalService
Throws:
com.liferay.portal.SystemException

getExpandoColumnsCount

public int getExpandoColumnsCount()
                           throws com.liferay.portal.SystemException
Specified by:
getExpandoColumnsCount in interface com.liferay.portlet.expando.service.ExpandoColumnLocalService
Throws:
com.liferay.portal.SystemException

updateExpandoColumn

public com.liferay.portlet.expando.model.ExpandoColumn updateExpandoColumn(com.liferay.portlet.expando.model.ExpandoColumn expandoColumn)
                                                                    throws com.liferay.portal.SystemException
Specified by:
updateExpandoColumn in interface com.liferay.portlet.expando.service.ExpandoColumnLocalService
Throws:
com.liferay.portal.SystemException

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)

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)

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 com.liferay.portal.kernel.bean.InitializingBean