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

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, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueFinder, expandoValueLocalService, expandoValuePersistence, expandoValueService
 
Constructor Summary
ExpandoRowLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoRow addRow(long tableId, long classPK)
           
 void deleteRow(long rowId)
           
 void deleteRow(long tableId, long classPK)
           
 void deleteRow(long classNameId, java.lang.String tableName, long classPK)
           
 void deleteRow(java.lang.String className, java.lang.String tableName, long classPK)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(long classNameId, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(java.lang.String className, int start, int end)
           
 int getDefaultTableRowsCount(long classNameId)
           
 int getDefaultTableRowsCount(java.lang.String className)
           
 com.liferay.portlet.expando.model.ExpandoRow getRow(long rowId)
           
 com.liferay.portlet.expando.model.ExpandoRow getRow(long tableId, long classPK)
           
 com.liferay.portlet.expando.model.ExpandoRow getRow(long classNameId, java.lang.String tableName, long classPK)
           
 com.liferay.portlet.expando.model.ExpandoRow getRow(java.lang.String className, java.lang.String tableName, long classPK)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(long tableId, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(long classNameId, java.lang.String tableName, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(java.lang.String className, java.lang.String tableName, int start, 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, createExpandoRow, deleteExpandoRow, deleteExpandoRow, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getExpandoColumnFinder, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRow, getExpandoRowFinder, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoRows, getExpandoRowsCount, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValueFinder, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, setCounterLocalService, setCounterService, setExpandoColumnFinder, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowFinder, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, 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,
                                                           long classPK)
                                                    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

deleteRow

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

deleteRow

public void deleteRow(java.lang.String className,
                      java.lang.String tableName,
                      long classPK)
               throws com.liferay.portal.PortalException,
                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteRow

public void deleteRow(long classNameId,
                      java.lang.String tableName,
                      long classPK)
               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 start,
                                                                                        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 start,
                                                                                        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

getRow

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

getRow

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

getRow

public com.liferay.portlet.expando.model.ExpandoRow getRow(java.lang.String className,
                                                           java.lang.String tableName,
                                                           long classPK)
                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRow

public com.liferay.portlet.expando.model.ExpandoRow getRow(long classNameId,
                                                           java.lang.String tableName,
                                                           long classPK)
                                                    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 start,
                                                                            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 start,
                                                                            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 start,
                                                                            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