Liferay 6.0.4

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 Object
implements ExpandoRowLocalService

This class is a wrapper for ExpandoRowLocalService.

See Also:
ExpandoRowLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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 companyId, long classNameId, String tableName, long classPK)
           
 void deleteRow(long companyId, String className, String tableName, long classPK)
           
 List dynamicQuery(DynamicQuery dynamicQuery)
           
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 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 getExpandoRow(long rowId)
           
 List<ExpandoRow> getExpandoRows(int start, int end)
           
 int getExpandoRowsCount()
           
 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)
 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 SystemException
Specified by:
addExpandoRow in interface ExpandoRowLocalService
Throws:
SystemException

createExpandoRow

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

deleteExpandoRow

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

deleteExpandoRow

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

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Specified by:
dynamicQuery in interface ExpandoRowLocalService
Throws:
SystemException

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Specified by:
dynamicQuery in interface ExpandoRowLocalService
Throws:
SystemException

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Specified by:
dynamicQuery in interface ExpandoRowLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface ExpandoRowLocalService
Throws:
SystemException

getExpandoRow

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

getExpandoRows

public List<ExpandoRow> getExpandoRows(int start,
                                       int end)
                                throws SystemException
Specified by:
getExpandoRows in interface ExpandoRowLocalService
Throws:
SystemException

getExpandoRowsCount

public int getExpandoRowsCount()
                        throws SystemException
Specified by:
getExpandoRowsCount in interface ExpandoRowLocalService
Throws:
SystemException

updateExpandoRow

public ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
                            throws SystemException
Specified by:
updateExpandoRow in interface ExpandoRowLocalService
Throws:
SystemException

updateExpandoRow

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

addRow

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

deleteRow

public void deleteRow(long rowId)
               throws PortalException,
                      SystemException
Specified by:
deleteRow in interface ExpandoRowLocalService
Throws:
PortalException
SystemException

deleteRow

public void deleteRow(long tableId,
                      long classPK)
               throws PortalException,
                      SystemException
Specified by:
deleteRow in interface ExpandoRowLocalService
Throws:
PortalException
SystemException

deleteRow

public void deleteRow(long companyId,
                      long classNameId,
                      String tableName,
                      long classPK)
               throws PortalException,
                      SystemException
Specified by:
deleteRow in interface ExpandoRowLocalService
Throws:
PortalException
SystemException

deleteRow

public void deleteRow(long companyId,
                      String className,
                      String tableName,
                      long classPK)
               throws PortalException,
                      SystemException
Specified by:
deleteRow in interface ExpandoRowLocalService
Throws:
PortalException
SystemException

getDefaultTableRows

public List<ExpandoRow> getDefaultTableRows(long companyId,
                                            long classNameId,
                                            int start,
                                            int end)
                                     throws SystemException
Specified by:
getDefaultTableRows in interface ExpandoRowLocalService
Throws:
SystemException

getDefaultTableRows

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

getDefaultTableRowsCount

public int getDefaultTableRowsCount(long companyId,
                                    long classNameId)
                             throws SystemException
Specified by:
getDefaultTableRowsCount in interface ExpandoRowLocalService
Throws:
SystemException

getDefaultTableRowsCount

public int getDefaultTableRowsCount(long companyId,
                                    String className)
                             throws SystemException
Specified by:
getDefaultTableRowsCount in interface ExpandoRowLocalService
Throws:
SystemException

getRow

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

getRow

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

getRow

public ExpandoRow getRow(long companyId,
                         long classNameId,
                         String tableName,
                         long classPK)
                  throws SystemException
Specified by:
getRow in interface ExpandoRowLocalService
Throws:
SystemException

getRow

public ExpandoRow getRow(long companyId,
                         String className,
                         String tableName,
                         long classPK)
                  throws SystemException
Specified by:
getRow in interface ExpandoRowLocalService
Throws:
SystemException

getRows

public List<ExpandoRow> getRows(long tableId,
                                int start,
                                int end)
                         throws SystemException
Specified by:
getRows in interface ExpandoRowLocalService
Throws:
SystemException

getRows

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

getRows

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

getRows

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

Specified by:
getRows in interface ExpandoRowLocalService
Throws:
SystemException

getRowsCount

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

getRowsCount

public int getRowsCount(long companyId,
                        long classNameId,
                        String tableName)
                 throws SystemException
Specified by:
getRowsCount in interface ExpandoRowLocalService
Throws:
SystemException

getRowsCount

public int getRowsCount(long companyId,
                        String className,
                        String tableName)
                 throws SystemException
Specified by:
getRowsCount in interface ExpandoRowLocalService
Throws:
SystemException

getRowsCount

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

Specified by:
getRowsCount in interface ExpandoRowLocalService
Throws:
SystemException

getWrappedExpandoRowLocalService

public ExpandoRowLocalService getWrappedExpandoRowLocalService()

Liferay 6.0.4