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

java.lang.Object
  extended by com.liferay.portlet.expando.service.base.ExpandoRowLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.expando.service.ExpandoRowLocalService
Direct Known Subclasses:
ExpandoRowLocalServiceImpl

public abstract class ExpandoRowLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.expando.service.ExpandoRowLocalService

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.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
           
protected  com.liferay.portlet.expando.service.ExpandoValueService expandoValueService
           
 
Constructor Summary
ExpandoRowLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoRow addExpandoRow(com.liferay.portlet.expando.model.ExpandoRow expandoRow)
           
 com.liferay.portlet.expando.model.ExpandoRow createExpandoRow(long rowId)
           
 void deleteExpandoRow(com.liferay.portlet.expando.model.ExpandoRow expandoRow)
           
 void deleteExpandoRow(long rowId)
           
 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.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.model.ExpandoRow getExpandoRow(long rowId)
           
 com.liferay.portlet.expando.service.persistence.ExpandoRowFinder getExpandoRowFinder()
           
 com.liferay.portlet.expando.service.ExpandoRowLocalService getExpandoRowLocalService()
           
 com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence getExpandoRowPersistence()
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getExpandoRows(int start, int end)
           
 int getExpandoRowsCount()
           
 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()
           
 com.liferay.portlet.expando.service.ExpandoValueService getExpandoValueService()
           
 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 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)
           
 void setExpandoValueService(com.liferay.portlet.expando.service.ExpandoValueService expandoValueService)
           
 com.liferay.portlet.expando.model.ExpandoRow updateExpandoRow(com.liferay.portlet.expando.model.ExpandoRow expandoRow)
           
 
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.ExpandoRowLocalService
addRow, deleteRow, deleteRow, deleteRow, deleteRow, getDefaultTableRows, getDefaultTableRows, getDefaultTableRowsCount, getDefaultTableRowsCount, getRow, getRow, getRow, getRow, getRows, getRows, getRows, getRowsCount, getRowsCount, getRowsCount
 

Field Detail

expandoColumnLocalService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoColumnLocalService.impl")
protected com.liferay.portlet.expando.service.ExpandoColumnLocalService expandoColumnLocalService

expandoColumnService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoColumnService.impl")
protected com.liferay.portlet.expando.service.ExpandoColumnService expandoColumnService

expandoColumnPersistence

@BeanReference(name="com.liferay.portlet.expando.service.persistence.ExpandoColumnPersistence.impl")
protected com.liferay.portlet.expando.service.persistence.ExpandoColumnPersistence expandoColumnPersistence

expandoColumnFinder

@BeanReference(name="com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder.impl")
protected com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder expandoColumnFinder

expandoRowLocalService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoRowLocalService.impl")
protected com.liferay.portlet.expando.service.ExpandoRowLocalService expandoRowLocalService

expandoRowPersistence

@BeanReference(name="com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence.impl")
protected com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence expandoRowPersistence

expandoRowFinder

@BeanReference(name="com.liferay.portlet.expando.service.persistence.ExpandoRowFinder.impl")
protected com.liferay.portlet.expando.service.persistence.ExpandoRowFinder expandoRowFinder

expandoTableLocalService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoTableLocalService.impl")
protected com.liferay.portlet.expando.service.ExpandoTableLocalService expandoTableLocalService

expandoTablePersistence

@BeanReference(name="com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence.impl")
protected com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence expandoTablePersistence

expandoValueLocalService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoValueLocalService.impl")
protected com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService

expandoValueService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoValueService.impl")
protected com.liferay.portlet.expando.service.ExpandoValueService expandoValueService

expandoValuePersistence

@BeanReference(name="com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence.impl")
protected com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence

expandoValueFinder

@BeanReference(name="com.liferay.portlet.expando.service.persistence.ExpandoValueFinder.impl")
protected com.liferay.portlet.expando.service.persistence.ExpandoValueFinder expandoValueFinder

counterLocalService

@BeanReference(name="com.liferay.counter.service.CounterLocalService.impl")
protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

@BeanReference(name="com.liferay.counter.service.CounterService.impl")
protected com.liferay.counter.service.CounterService counterService
Constructor Detail

ExpandoRowLocalServiceBaseImpl

public ExpandoRowLocalServiceBaseImpl()
Method Detail

addExpandoRow

public com.liferay.portlet.expando.model.ExpandoRow addExpandoRow(com.liferay.portlet.expando.model.ExpandoRow expandoRow)
                                                           throws com.liferay.portal.SystemException
Specified by:
addExpandoRow in interface com.liferay.portlet.expando.service.ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

createExpandoRow

public com.liferay.portlet.expando.model.ExpandoRow createExpandoRow(long rowId)
Specified by:
createExpandoRow in interface com.liferay.portlet.expando.service.ExpandoRowLocalService

deleteExpandoRow

public void deleteExpandoRow(long rowId)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Specified by:
deleteExpandoRow in interface com.liferay.portlet.expando.service.ExpandoRowLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteExpandoRow

public void deleteExpandoRow(com.liferay.portlet.expando.model.ExpandoRow expandoRow)
                      throws com.liferay.portal.SystemException
Specified by:
deleteExpandoRow in interface com.liferay.portlet.expando.service.ExpandoRowLocalService
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.ExpandoRowLocalService
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.ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getExpandoRow

public com.liferay.portlet.expando.model.ExpandoRow getExpandoRow(long rowId)
                                                           throws com.liferay.portal.PortalException,
                                                                  com.liferay.portal.SystemException
Specified by:
getExpandoRow in interface com.liferay.portlet.expando.service.ExpandoRowLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getExpandoRows

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

getExpandoRowsCount

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

updateExpandoRow

public com.liferay.portlet.expando.model.ExpandoRow updateExpandoRow(com.liferay.portlet.expando.model.ExpandoRow expandoRow)
                                                              throws com.liferay.portal.SystemException
Specified by:
updateExpandoRow in interface com.liferay.portlet.expando.service.ExpandoRowLocalService
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)

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)

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)