com.liferay.portlet.expando.service
Class ExpandoValueLocalServiceUtil

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

public class ExpandoValueLocalServiceUtil
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.ExpandoValueLocalService 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.ExpandoValueLocalServiceFactory is responsible for the lookup of the bean.

Author:
Brian Wing Shun Chan
See Also:
ExpandoValueLocalService, ExpandoValueLocalServiceFactory

Constructor Summary
ExpandoValueLocalServiceUtil()
           
 
Method Summary
static ExpandoValue addExpandoValue(ExpandoValue expandoValue)
           
static ExpandoValue addValue(long columnId, long rowId, long classPK, java.lang.String data)
           
static void deleteColumnValues(long columnId)
           
static void deleteExpandoValue(ExpandoValue expandoValue)
           
static void deleteExpandoValue(long valueId)
           
static void deleteRowValues(long rowId)
           
static void deleteTableValues(long tableId)
           
static void deleteValue(long valueId)
           
static void deleteValues(long classNameId, long classPK)
           
static void deleteValues(java.lang.String className, long classPK)
           
static java.util.List<ExpandoValue> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
static java.util.List<ExpandoValue> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
static java.util.List<ExpandoValue> getColumnValues(long columnId, int begin, int end)
           
static java.util.List<ExpandoValue> getColumnValues(long classNameId, java.lang.String tableName, java.lang.String columnName, int begin, int end)
           
static java.util.List<ExpandoValue> getColumnValues(java.lang.String className, java.lang.String tableName, java.lang.String columnName, int begin, int end)
           
static int getColumnValuesCount(long columnId)
           
static int getColumnValuesCount(long classNameId, java.lang.String tableName, java.lang.String columnName)
           
static int getColumnValuesCount(java.lang.String className, java.lang.String tableName, java.lang.String columnName)
           
static java.util.List<ExpandoValue> getDefaultTableColumnValues(long classNameId, java.lang.String columnName, int begin, int end)
           
static java.util.List<ExpandoValue> getDefaultTableColumnValues(java.lang.String className, java.lang.String columnName, int begin, int end)
           
static int getDefaultTableColumnValuesCount(long classNameId, java.lang.String columnName)
           
static int getDefaultTableColumnValuesCount(java.lang.String className, java.lang.String columnName)
           
static java.util.List<ExpandoValue> getRowValues(long rowId)
           
static java.util.List<ExpandoValue> getRowValues(long rowId, int begin, int end)
           
static int getRowValuesCount(long rowId)
           
static ExpandoValue getValue(long valueId)
           
static ExpandoValue getValue(long columnId, long rowId)
           
static ExpandoValue getValue(long classNameId, java.lang.String tableName, java.lang.String name, long rowId)
           
static ExpandoValue getValue(java.lang.String className, java.lang.String tableName, java.lang.String name, long rowId)
           
static ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoValueLocalServiceUtil

public ExpandoValueLocalServiceUtil()
Method Detail

addExpandoValue

public static ExpandoValue addExpandoValue(ExpandoValue expandoValue)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteExpandoValue

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

deleteExpandoValue

public static void deleteExpandoValue(ExpandoValue expandoValue)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

dynamicQuery

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

dynamicQuery

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

updateExpandoValue

public static ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(long columnId,
                                    long rowId,
                                    long classPK,
                                    java.lang.String data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteColumnValues

public static void deleteColumnValues(long columnId)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteRowValues

public static void deleteRowValues(long rowId)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteTableValues

public static void deleteTableValues(long tableId)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteValue

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

deleteValues

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

deleteValues

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

getColumnValues

public static java.util.List<ExpandoValue> getColumnValues(long columnId,
                                                           int begin,
                                                           int end)
                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValues

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

getColumnValues

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

getColumnValuesCount

public static int getColumnValuesCount(long columnId)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValuesCount

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

getColumnValuesCount

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

getDefaultTableColumnValues

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

getDefaultTableColumnValues

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

getDefaultTableColumnValuesCount

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

getDefaultTableColumnValuesCount

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

getRowValues

public static java.util.List<ExpandoValue> getRowValues(long rowId)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowValues

public static java.util.List<ExpandoValue> getRowValues(long rowId,
                                                        int begin,
                                                        int end)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowValuesCount

public static int getRowValuesCount(long rowId)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getValue

public static ExpandoValue getValue(long valueId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getValue

public static ExpandoValue getValue(long columnId,
                                    long rowId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getValue

public static ExpandoValue getValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String name,
                                    long rowId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getValue

public static ExpandoValue getValue(long classNameId,
                                    java.lang.String tableName,
                                    java.lang.String name,
                                    long rowId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException