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, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
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 companyId, long classNameId, java.lang.String tableName, long classPK)
           
 void deleteRow(long companyId, java.lang.String className, java.lang.String tableName, long classPK)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(long companyId, long classNameId, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(long companyId, java.lang.String className, int start, int end)
           
 int getDefaultTableRowsCount(long companyId, long classNameId)
           
 int getDefaultTableRowsCount(long companyId, 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 companyId, long classNameId, java.lang.String tableName, long classPK)
           
 com.liferay.portlet.expando.model.ExpandoRow getRow(long companyId, 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 companyId, long classNameId, java.lang.String tableName, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(long companyId, java.lang.String className, java.lang.String tableName, int start, int end)
           
 int getRowsCount(long tableId)
           
 int getRowsCount(long companyId, long classNameId, java.lang.String tableName)
           
 int getRowsCount(long companyId, 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, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRow, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoRows, getExpandoRowsCount, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setCounterService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateExpandoRow, 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.kernel.exception.PortalException,
                                                           com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteRow

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

deleteRow

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

deleteRow

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

deleteRow

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

getDefaultTableRows

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

getDefaultTableRows

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

getDefaultTableRowsCount

public int getDefaultTableRowsCount(long companyId,
                                    long classNameId)
                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getDefaultTableRowsCount

public int getDefaultTableRowsCount(long companyId,
                                    java.lang.String className)
                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getRow

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

getRow

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

getRow

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

getRow

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

getRows

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

getRows

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

getRows

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

getRowsCount

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

getRowsCount

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

getRowsCount

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