com.liferay.portlet.expando.service.impl
Class ExpandoRowLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.expando.service.base.ExpandoRowLocalServiceBaseImpl
      extended by com.liferay.portlet.expando.service.impl.ExpandoRowLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.expando.service.ExpandoRowLocalService, org.springframework.beans.factory.InitializingBean

public class ExpandoRowLocalServiceImpl
extends ExpandoRowLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoRowLocalServiceBaseImpl
counterLocalService, counterService, expandoColumnFinder, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowFinder, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoTableService, expandoValueFinder, expandoValueLocalService, expandoValuePersistence, expandoValueService
 
Constructor Summary
ExpandoRowLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoRow addRow(long tableId)
           
 void deleteRow(long rowId)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(long classNameId, int begin, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(java.lang.String className, int begin, int end)
           
 int getDefaultTableRowsCount(long classNameId)
           
 int getDefaultTableRowsCount(java.lang.String className)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(long tableId, int begin, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(long classNameId, java.lang.String tableName, int begin, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(java.lang.String className, java.lang.String tableName, int begin, int end)
           
 int getRowsCount(long tableId)
           
 int getRowsCount(long classNameId, java.lang.String tableName)
           
 int getRowsCount(java.lang.String className, java.lang.String tableName)
           
 
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoRowLocalServiceBaseImpl
addExpandoRow, afterPropertiesSet, deleteExpandoRow, deleteExpandoRow, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getExpandoColumnFinder, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowFinder, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoTableService, getExpandoValueFinder, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, setCounterLocalService, setCounterService, setExpandoColumnFinder, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowFinder, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoTableService, setExpandoValueFinder, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, updateExpandoRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoRowLocalServiceImpl

public ExpandoRowLocalServiceImpl()
Method Detail

addRow

public com.liferay.portlet.expando.model.ExpandoRow addRow(long tableId)
                                                    throws com.liferay.portal.PortalException,
                                                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteRow

public void deleteRow(long rowId)
               throws com.liferay.portal.PortalException,
                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getDefaultTableRows

public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(java.lang.String className,
                                                                                        int begin,
                                                                                        int end)
                                                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableRows

public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(long classNameId,
                                                                                        int begin,
                                                                                        int end)
                                                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableRowsCount

public int getDefaultTableRowsCount(java.lang.String className)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableRowsCount

public int getDefaultTableRowsCount(long classNameId)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRows

public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(long tableId,
                                                                            int begin,
                                                                            int end)
                                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRows

public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(java.lang.String className,
                                                                            java.lang.String tableName,
                                                                            int begin,
                                                                            int end)
                                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRows

public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(long classNameId,
                                                                            java.lang.String tableName,
                                                                            int begin,
                                                                            int end)
                                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowsCount

public int getRowsCount(long tableId)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowsCount

public int getRowsCount(java.lang.String className,
                        java.lang.String tableName)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowsCount

public int getRowsCount(long classNameId,
                        java.lang.String tableName)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException