com.liferay.portlet.expando.service
Class ExpandoRowLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.expando.service.ExpandoRowLocalServiceUtil

public class ExpandoRowLocalServiceUtil
extends java.lang.Object

View Source

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

This class provides static methods for the com.liferay.portlet.expando.service.ExpandoRowLocalService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

com.liferay.portlet.expando.service.ExpandoRowLocalServiceFactory is responsible for the lookup of the bean.

Author:
Brian Wing Shun Chan
See Also:
ExpandoRowLocalService, ExpandoRowLocalServiceFactory

Constructor Summary
ExpandoRowLocalServiceUtil()
           
 
Method Summary
static ExpandoRow addExpandoRow(ExpandoRow expandoRow)
           
static ExpandoRow addRow(long tableId)
           
static void deleteExpandoRow(ExpandoRow expandoRow)
           
static void deleteExpandoRow(long rowId)
           
static void deleteRow(long rowId)
           
static java.util.List<ExpandoRow> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
static java.util.List<ExpandoRow> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
static java.util.List<ExpandoRow> getDefaultTableRows(long classNameId, int begin, int end)
           
static java.util.List<ExpandoRow> getDefaultTableRows(java.lang.String className, int begin, int end)
           
static int getDefaultTableRowsCount(long classNameId)
           
static int getDefaultTableRowsCount(java.lang.String className)
           
static java.util.List<ExpandoRow> getRows(long tableId, int begin, int end)
           
static java.util.List<ExpandoRow> getRows(long classNameId, java.lang.String tableName, int begin, int end)
           
static java.util.List<ExpandoRow> getRows(java.lang.String className, java.lang.String tableName, int begin, int end)
           
static int getRowsCount(long tableId)
           
static int getRowsCount(long classNameId, java.lang.String tableName)
           
static int getRowsCount(java.lang.String className, java.lang.String tableName)
           
static ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoRowLocalServiceUtil

public ExpandoRowLocalServiceUtil()
Method Detail

addExpandoRow

public static ExpandoRow addExpandoRow(ExpandoRow expandoRow)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteExpandoRow

public static void deleteExpandoRow(long rowId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteExpandoRow

public static void deleteExpandoRow(ExpandoRow expandoRow)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<ExpandoRow> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<ExpandoRow> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                                      int begin,
                                                      int end)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateExpandoRow

public static ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addRow

public static ExpandoRow addRow(long tableId)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteRow

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

getDefaultTableRows

public static java.util.List<ExpandoRow> getDefaultTableRows(java.lang.String className,
                                                             int begin,
                                                             int end)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableRows

public static java.util.List<ExpandoRow> getDefaultTableRows(long classNameId,
                                                             int begin,
                                                             int end)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableRowsCount

public static int getDefaultTableRowsCount(java.lang.String className)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableRowsCount

public static int getDefaultTableRowsCount(long classNameId)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRows

public static java.util.List<ExpandoRow> getRows(long tableId,
                                                 int begin,
                                                 int end)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRows

public static java.util.List<ExpandoRow> getRows(java.lang.String className,
                                                 java.lang.String tableName,
                                                 int begin,
                                                 int end)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRows

public static java.util.List<ExpandoRow> getRows(long classNameId,
                                                 java.lang.String tableName,
                                                 int begin,
                                                 int end)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowsCount

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

getRowsCount

public static int getRowsCount(java.lang.String className,
                               java.lang.String tableName)
                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowsCount

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