com.liferay.portlet.expando.service
Class ExpandoRowLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.expando.service.ExpandoRowLocalServiceWrapper
All Implemented Interfaces:
ExpandoRowLocalService

public class ExpandoRowLocalServiceWrapper
extends java.lang.Object
implements ExpandoRowLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for ExpandoRowLocalService.

Author:
Brian Wing Shun Chan
See Also:
ExpandoRowLocalService
Generated:

Constructor Summary
ExpandoRowLocalServiceWrapper(ExpandoRowLocalService expandoRowLocalService)
           
 
Method Summary
 ExpandoRow addExpandoRow(ExpandoRow expandoRow)
           
 ExpandoRow addRow(long tableId, long classPK)
           
 ExpandoRow createExpandoRow(long rowId)
           
 void deleteExpandoRow(ExpandoRow expandoRow)
           
 void deleteExpandoRow(long rowId)
           
 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 dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<ExpandoRow> getDefaultTableRows(long classNameId, int start, int end)
           
 java.util.List<ExpandoRow> getDefaultTableRows(java.lang.String className, int start, int end)
           
 int getDefaultTableRowsCount(long classNameId)
           
 int getDefaultTableRowsCount(java.lang.String className)
           
 ExpandoRow getExpandoRow(long rowId)
           
 java.util.List<ExpandoRow> getExpandoRows(int start, int end)
           
 int getExpandoRowsCount()
           
 ExpandoRow getRow(long rowId)
           
 ExpandoRow getRow(long tableId, long classPK)
           
 ExpandoRow getRow(long classNameId, java.lang.String tableName, long classPK)
           
 ExpandoRow getRow(java.lang.String className, java.lang.String tableName, long classPK)
           
 java.util.List<ExpandoRow> getRows(long tableId, int start, int end)
           
 java.util.List<ExpandoRow> getRows(long classNameId, java.lang.String tableName, int start, int end)
           
 java.util.List<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)
           
 ExpandoRowLocalService getWrappedExpandoRowLocalService()
           
 ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
           
 ExpandoRow updateExpandoRow(ExpandoRow expandoRow, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoRowLocalServiceWrapper

public ExpandoRowLocalServiceWrapper(ExpandoRowLocalService expandoRowLocalService)
Method Detail

addExpandoRow

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

createExpandoRow

public ExpandoRow createExpandoRow(long rowId)
Specified by:
createExpandoRow in interface ExpandoRowLocalService

deleteExpandoRow

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

deleteExpandoRow

public void deleteExpandoRow(ExpandoRow expandoRow)
                      throws com.liferay.portal.SystemException
Specified by:
deleteExpandoRow in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getExpandoRow

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

getExpandoRows

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

getExpandoRowsCount

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

updateExpandoRow

public ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
                            throws com.liferay.portal.SystemException
Specified by:
updateExpandoRow in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

updateExpandoRow

public ExpandoRow updateExpandoRow(ExpandoRow expandoRow,
                                   boolean merge)
                            throws com.liferay.portal.SystemException
Specified by:
updateExpandoRow in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

addRow

public ExpandoRow addRow(long tableId,
                         long classPK)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
addRow in interface ExpandoRowLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteRow

public void deleteRow(long rowId)
               throws com.liferay.portal.PortalException,
                      com.liferay.portal.SystemException
Specified by:
deleteRow in interface ExpandoRowLocalService
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
Specified by:
deleteRow in interface ExpandoRowLocalService
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
Specified by:
deleteRow in interface ExpandoRowLocalService
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
Specified by:
deleteRow in interface ExpandoRowLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getDefaultTableRows

public java.util.List<ExpandoRow> getDefaultTableRows(long classNameId,
                                                      int start,
                                                      int end)
                                               throws com.liferay.portal.SystemException
Specified by:
getDefaultTableRows in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getDefaultTableRows

public java.util.List<ExpandoRow> getDefaultTableRows(java.lang.String className,
                                                      int start,
                                                      int end)
                                               throws com.liferay.portal.SystemException
Specified by:
getDefaultTableRows in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getDefaultTableRowsCount

public int getDefaultTableRowsCount(long classNameId)
                             throws com.liferay.portal.SystemException
Specified by:
getDefaultTableRowsCount in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getDefaultTableRowsCount

public int getDefaultTableRowsCount(java.lang.String className)
                             throws com.liferay.portal.SystemException
Specified by:
getDefaultTableRowsCount in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getRow

public ExpandoRow getRow(long rowId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
getRow in interface ExpandoRowLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRow

public ExpandoRow getRow(long tableId,
                         long classPK)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
getRow in interface ExpandoRowLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRow

public ExpandoRow getRow(long classNameId,
                         java.lang.String tableName,
                         long classPK)
                  throws com.liferay.portal.SystemException
Specified by:
getRow in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getRow

public ExpandoRow getRow(java.lang.String className,
                         java.lang.String tableName,
                         long classPK)
                  throws com.liferay.portal.SystemException
Specified by:
getRow in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getRows

public java.util.List<ExpandoRow> getRows(long tableId,
                                          int start,
                                          int end)
                                   throws com.liferay.portal.SystemException
Specified by:
getRows in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getRows

public java.util.List<ExpandoRow> getRows(long classNameId,
                                          java.lang.String tableName,
                                          int start,
                                          int end)
                                   throws com.liferay.portal.SystemException
Specified by:
getRows in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getRows

public java.util.List<ExpandoRow> getRows(java.lang.String className,
                                          java.lang.String tableName,
                                          int start,
                                          int end)
                                   throws com.liferay.portal.SystemException
Specified by:
getRows in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getRowsCount

public int getRowsCount(long tableId)
                 throws com.liferay.portal.SystemException
Specified by:
getRowsCount in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getRowsCount

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

getRowsCount

public int getRowsCount(java.lang.String className,
                        java.lang.String tableName)
                 throws com.liferay.portal.SystemException
Specified by:
getRowsCount in interface ExpandoRowLocalService
Throws:
com.liferay.portal.SystemException

getWrappedExpandoRowLocalService

public ExpandoRowLocalService getWrappedExpandoRowLocalService()