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.

Author:
Brian Wing Shun Chan
See Also:
ExpandoRowLocalService

Constructor Summary
ExpandoRowLocalServiceUtil()
           
 
Method Summary
static ExpandoRow addExpandoRow(ExpandoRow expandoRow)
           
static ExpandoRow addRow(long tableId, long classPK)
           
static ExpandoRow createExpandoRow(long rowId)
           
static void deleteExpandoRow(ExpandoRow expandoRow)
           
static void deleteExpandoRow(long rowId)
           
static void deleteRow(long rowId)
           
static void deleteRow(long tableId, long classPK)
           
static void deleteRow(long classNameId, java.lang.String tableName, long classPK)
           
static void deleteRow(java.lang.String className, java.lang.String tableName, long classPK)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static java.util.List<ExpandoRow> getDefaultTableRows(long classNameId, int start, int end)
           
static java.util.List<ExpandoRow> getDefaultTableRows(java.lang.String className, int start, int end)
           
static int getDefaultTableRowsCount(long classNameId)
           
static int getDefaultTableRowsCount(java.lang.String className)
           
static ExpandoRow getExpandoRow(long rowId)
           
static java.util.List<ExpandoRow> getExpandoRows(int start, int end)
           
static int getExpandoRowsCount()
           
static ExpandoRow getRow(long rowId)
           
static ExpandoRow getRow(long tableId, long classPK)
           
static ExpandoRow getRow(long classNameId, java.lang.String tableName, long classPK)
           
static ExpandoRow getRow(java.lang.String className, java.lang.String tableName, long classPK)
           
static java.util.List<ExpandoRow> getRows(long tableId, int start, int end)
           
static java.util.List<ExpandoRow> getRows(long classNameId, java.lang.String tableName, int start, int end)
           
static java.util.List<ExpandoRow> getRows(java.lang.String className, java.lang.String tableName, int start, 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 ExpandoRowLocalService getService()
           
 void setService(ExpandoRowLocalService service)
           
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

createExpandoRow

public static ExpandoRow createExpandoRow(long rowId)

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.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                            int start,
                                                            int end)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getExpandoRow

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

getExpandoRows

public static java.util.List<ExpandoRow> getExpandoRows(int start,
                                                        int end)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getExpandoRowsCount

public static int getExpandoRowsCount()
                               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,
                                long classPK)
                         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

deleteRow

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

deleteRow

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

deleteRow

public static void deleteRow(long classNameId,
                             java.lang.String tableName,
                             long classPK)
                      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 start,
                                                             int end)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableRows

public static java.util.List<ExpandoRow> getDefaultTableRows(long classNameId,
                                                             int start,
                                                             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

getRow

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

getRow

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

getRow

public static ExpandoRow getRow(java.lang.String className,
                                java.lang.String tableName,
                                long classPK)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRow

public static ExpandoRow getRow(long classNameId,
                                java.lang.String tableName,
                                long classPK)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRows

public static java.util.List<ExpandoRow> getRows(long tableId,
                                                 int start,
                                                 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 start,
                                                 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 start,
                                                 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

getService

public static ExpandoRowLocalService getService()

setService

public void setService(ExpandoRowLocalService service)