Liferay 6.0.5

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:
ExpandoRowLocalService

public class ExpandoRowLocalServiceImpl
extends ExpandoRowLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoRowLocalServiceBaseImpl
counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
ExpandoRowLocalServiceImpl()
           
 
Method Summary
 ExpandoRow addRow(long tableId, long classPK)
           
 void deleteRow(long rowId)
           
 void deleteRow(long tableId, long classPK)
           
 void deleteRow(long companyId, long classNameId, String tableName, long classPK)
           
 void deleteRow(long companyId, String className, String tableName, long classPK)
           
 List<ExpandoRow> getDefaultTableRows(long companyId, long classNameId, int start, int end)
           
 List<ExpandoRow> getDefaultTableRows(long companyId, String className, int start, int end)
           
 int getDefaultTableRowsCount(long companyId, long classNameId)
           
 int getDefaultTableRowsCount(long companyId, String className)
           
 ExpandoRow getRow(long rowId)
           
 ExpandoRow getRow(long tableId, long classPK)
           
 ExpandoRow getRow(long companyId, long classNameId, String tableName, long classPK)
           
 ExpandoRow getRow(long companyId, String className, String tableName, long classPK)
           
 List<ExpandoRow> getRows(long tableId, int start, int end)
           
 List<ExpandoRow> getRows(long companyId, long classNameId, String tableName, int start, int end)
           
 List<ExpandoRow> getRows(long companyId, String className, String tableName, int start, int end)
           
 List<ExpandoRow> getRows(String className, String tableName, int start, int end)
          Deprecated. getRows(long, String, String, int, int)
 int getRowsCount(long tableId)
           
 int getRowsCount(long companyId, long classNameId, String tableName)
           
 int getRowsCount(long companyId, String className, String tableName)
           
 int getRowsCount(String className, String tableName)
          Deprecated. getRowsCount(long, String, String)
 
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoRowLocalServiceBaseImpl
addExpandoRow, createExpandoRow, deleteExpandoRow, deleteExpandoRow, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getCounterLocalService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRow, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoRows, getExpandoRowsCount, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, 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 ExpandoRow addRow(long tableId,
                         long classPK)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

deleteRow

public void deleteRow(long rowId)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

deleteRow

public void deleteRow(long tableId,
                      long classPK)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

deleteRow

public void deleteRow(long companyId,
                      long classNameId,
                      String tableName,
                      long classPK)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

deleteRow

public void deleteRow(long companyId,
                      String className,
                      String tableName,
                      long classPK)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getDefaultTableRows

public List<ExpandoRow> getDefaultTableRows(long companyId,
                                            long classNameId,
                                            int start,
                                            int end)
                                     throws SystemException
Throws:
SystemException

getDefaultTableRows

public List<ExpandoRow> getDefaultTableRows(long companyId,
                                            String className,
                                            int start,
                                            int end)
                                     throws SystemException
Throws:
SystemException

getDefaultTableRowsCount

public int getDefaultTableRowsCount(long companyId,
                                    long classNameId)
                             throws SystemException
Throws:
SystemException

getDefaultTableRowsCount

public int getDefaultTableRowsCount(long companyId,
                                    String className)
                             throws SystemException
Throws:
SystemException

getRow

public ExpandoRow getRow(long rowId)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

getRow

public ExpandoRow getRow(long tableId,
                         long classPK)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

getRow

public ExpandoRow getRow(long companyId,
                         long classNameId,
                         String tableName,
                         long classPK)
                  throws SystemException
Throws:
SystemException

getRow

public ExpandoRow getRow(long companyId,
                         String className,
                         String tableName,
                         long classPK)
                  throws SystemException
Throws:
SystemException

getRows

public List<ExpandoRow> getRows(long tableId,
                                int start,
                                int end)
                         throws SystemException
Throws:
SystemException

getRows

public List<ExpandoRow> getRows(long companyId,
                                long classNameId,
                                String tableName,
                                int start,
                                int end)
                         throws SystemException
Throws:
SystemException

getRows

public List<ExpandoRow> getRows(long companyId,
                                String className,
                                String tableName,
                                int start,
                                int end)
                         throws SystemException
Throws:
SystemException

getRows

public List<ExpandoRow> getRows(String className,
                                String tableName,
                                int start,
                                int end)
                         throws SystemException
Deprecated. getRows(long, String, String, int, int)

Throws:
SystemException

getRowsCount

public int getRowsCount(long tableId)
                 throws SystemException
Throws:
SystemException

getRowsCount

public int getRowsCount(long companyId,
                        long classNameId,
                        String tableName)
                 throws SystemException
Throws:
SystemException

getRowsCount

public int getRowsCount(long companyId,
                        String className,
                        String tableName)
                 throws SystemException
Throws:
SystemException

getRowsCount

public int getRowsCount(String className,
                        String tableName)
                 throws SystemException
Deprecated. getRowsCount(long, String, String)

Throws:
SystemException

Liferay 6.0.5