Liferay 6.0.5

com.liferay.portlet.expando.service
Class ExpandoValueLocalServiceUtil

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

public class ExpandoValueLocalServiceUtil
extends Object

The utility for the expando value local service. This utility wraps ExpandoValueLocalServiceImpl and is the primary access point for service operations in application layer code running on the local server.

Never modify this class directly. Add custom service methods to ExpandoValueLocalServiceImpl and rerun ServiceBuilder to regenerate this class.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
ExpandoValueLocalService, ExpandoValueLocalServiceBaseImpl, ExpandoValueLocalServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
ExpandoValueLocalServiceUtil()
           
 
Method Summary
static ExpandoValue addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
static ExpandoValue addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data)
           
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. addValue(long, String, String, String, long, boolean[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, boolean[] data)
          Deprecated. addValue(long, String, String, String, long, boolean[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. addValue(long, String, String, String, long, Date[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Date[] data)
          Deprecated. addValue(long, String, String, String, long, Date[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. addValue(long, String, String, String, long, double[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, double[] data)
          Deprecated. addValue(long, String, String, String, long, double[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. addValue(long, String, String, String, long, float[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, float[] data)
          Deprecated. addValue(long, String, String, String, long, float[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. addValue(long, String, String, String, long, int[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, int[] data)
          Deprecated. addValue(long, String, String, String, long, int[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. addValue(long, String, String, String, long, long[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, long[] data)
          Deprecated. addValue(long, String, String, String, long, long[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. addValue(long, String, String, String, long, Object)
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. addValue(long, String, String, String, long, short[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, short[] data)
          Deprecated. addValue(long, String, String, String, long, short[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. addValue(long, String, String, String, long, String[])
static ExpandoValue addValue(String className, String tableName, String columnName, long classPK, String[] data)
          Deprecated. addValue(long, String, String, String, long, String[])
static void addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String,String> data)
           
static ExpandoValue createExpandoValue(long valueId)
          Creates a new expando value with the primary key.
static void deleteColumnValues(long columnId)
           
static void deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
static void deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
static void deleteRowValues(long rowId)
           
static void deleteTableValues(long tableId)
           
static void deleteValue(long valueId)
           
static void deleteValue(long columnId, long rowId)
           
static void deleteValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
static void deleteValue(long companyId, String className, String tableName, String columnName, long classPK)
           
static void deleteValues(long classNameId, long classPK)
           
static void deleteValues(String className, long classPK)
           
static List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static long dynamicQueryCount(DynamicQuery dynamicQuery)
          Counts the number of rows that match the dynamic query.
static List<ExpandoValue> getColumnValues(long columnId, int start, int end)
           
static List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end)
           
static List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end)
           
static List<ExpandoValue> getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
           
static List<ExpandoValue> getColumnValues(String className, String tableName, String columnName, String data, int start, int end)
           
static int getColumnValuesCount(long columnId)
           
static int getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName)
           
static int getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName, String data)
           
static int getColumnValuesCount(long companyId, String className, String tableName, String columnName)
           
static int getColumnValuesCount(String className, String tableName, String columnName, String data)
           
static Serializable getData(long companyId, String className, String tableName, String columnName, long classPK)
           
static boolean getData(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData)
           
static boolean[] getData(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData)
           
static Date getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData)
           
static Date[] getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData)
           
static double getData(long companyId, String className, String tableName, String columnName, long classPK, double defaultData)
           
static double[] getData(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData)
           
static float getData(long companyId, String className, String tableName, String columnName, long classPK, float defaultData)
           
static float[] getData(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData)
           
static int getData(long companyId, String className, String tableName, String columnName, long classPK, int defaultData)
           
static int[] getData(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData)
           
static long getData(long companyId, String className, String tableName, String columnName, long classPK, long defaultData)
           
static long[] getData(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData)
           
static short getData(long companyId, String className, String tableName, String columnName, long classPK, short defaultData)
           
static short[] getData(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData)
           
static String getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData)
           
static String[] getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData)
           
static Serializable getData(String className, String tableName, String columnName, long classPK)
          Deprecated. getData(long, String, String, String, long)
static boolean getData(String className, String tableName, String columnName, long classPK, boolean defaultData)
          Deprecated. getData(long, String, String, String, long, boolean[])
static boolean[] getData(String className, String tableName, String columnName, long classPK, boolean[] defaultData)
          Deprecated. getData(long, String, String, String, long, boolean[])
static Date getData(String className, String tableName, String columnName, long classPK, Date defaultData)
          Deprecated. getData(long, String, String, String, long, Date[])
static Date[] getData(String className, String tableName, String columnName, long classPK, Date[] defaultData)
          Deprecated. getData(long, String, String, String, long, Date[])
static double getData(String className, String tableName, String columnName, long classPK, double defaultData)
          Deprecated. getData(long, String, String, String, long, double[])
static double[] getData(String className, String tableName, String columnName, long classPK, double[] defaultData)
          Deprecated. getData(long, String, String, String, long, double[])
static float getData(String className, String tableName, String columnName, long classPK, float defaultData)
          Deprecated. getData(long, String, String, String, long, float[])
static float[] getData(String className, String tableName, String columnName, long classPK, float[] defaultData)
          Deprecated. getData(long, String, String, String, long, float[])
static int getData(String className, String tableName, String columnName, long classPK, int defaultData)
          Deprecated. getData(long, String, String, String, long, int[])
static int[] getData(String className, String tableName, String columnName, long classPK, int[] defaultData)
          Deprecated. getData(long, String, String, String, long, int[])
static long getData(String className, String tableName, String columnName, long classPK, long defaultData)
          Deprecated. getData(long, String, String, String, long, long[])
static long[] getData(String className, String tableName, String columnName, long classPK, long[] defaultData)
          Deprecated. getData(long, String, String, String, long, long[])
static short getData(String className, String tableName, String columnName, long classPK, short defaultData)
          Deprecated. getData(long, String, String, String, long, short[])
static short[] getData(String className, String tableName, String columnName, long classPK, short[] defaultData)
          Deprecated. getData(long, String, String, String, long, short[])
static String getData(String className, String tableName, String columnName, long classPK, String defaultData)
          Deprecated. getData(long, String, String, String, long, String[])
static String[] getData(String className, String tableName, String columnName, long classPK, String[] defaultData)
          Deprecated. getData(long, String, String, String, long, String[])
static List<ExpandoValue> getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end)
           
static List<ExpandoValue> getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end)
           
static int getDefaultTableColumnValuesCount(long companyId, long classNameId, String columnName)
           
static int getDefaultTableColumnValuesCount(long companyId, String className, String columnName)
           
static ExpandoValue getExpandoValue(long valueId)
          Gets the expando value with the primary key.
static List<ExpandoValue> getExpandoValues(int start, int end)
          Gets a range of all the expando values.
static int getExpandoValuesCount()
          Gets the number of expando values.
static List<ExpandoValue> getRowValues(long rowId)
           
static List<ExpandoValue> getRowValues(long rowId, int start, int end)
           
static List<ExpandoValue> getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
           
static List<ExpandoValue> getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
           
static int getRowValuesCount(long rowId)
           
static int getRowValuesCount(long companyId, long classNameId, String tableName, long classPK)
           
static int getRowValuesCount(long companyId, String className, String tableName, long classPK)
           
static ExpandoValueLocalService getService()
           
static ExpandoValue getValue(long valueId)
           
static ExpandoValue getValue(long columnId, long rowId)
           
static ExpandoValue getValue(long tableId, long columnId, long classPK)
           
static ExpandoValue getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
static ExpandoValue getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 void setService(ExpandoValueLocalService service)
           
static ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database.
static ExpandoValue updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database.
 
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 SystemException
Adds the expando value to the database. Also notifies the appropriate model listeners.

Parameters:
expandoValue - the expando value to add
Returns:
the expando value that was added
Throws:
SystemException - if a system exception occurred

createExpandoValue

public static ExpandoValue createExpandoValue(long valueId)
Creates a new expando value with the primary key. Does not add the expando value to the database.

Parameters:
valueId - the primary key for the new expando value
Returns:
the new expando value

deleteExpandoValue

public static void deleteExpandoValue(long valueId)
                               throws PortalException,
                                      SystemException
Deletes the expando value with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
valueId - the primary key of the expando value to delete
Throws:
PortalException - if a expando value with the primary key could not be found
SystemException - if a system exception occurred

deleteExpandoValue

public static void deleteExpandoValue(ExpandoValue expandoValue)
                               throws SystemException
Deletes the expando value from the database. Also notifies the appropriate model listeners.

Parameters:
expandoValue - the expando value to delete
Throws:
SystemException - if a system exception occurred

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery)
                         throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
                         throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery)
                              throws SystemException
Counts the number of rows that match the dynamic query.

Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

getExpandoValue

public static ExpandoValue getExpandoValue(long valueId)
                                    throws PortalException,
                                           SystemException
Gets the expando value with the primary key.

Parameters:
valueId - the primary key of the expando value to get
Returns:
the expando value
Throws:
PortalException - if a expando value with the primary key could not be found
SystemException - if a system exception occurred

getExpandoValues

public static List<ExpandoValue> getExpandoValues(int start,
                                                  int end)
                                           throws SystemException
Gets a range of all the expando values.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of expando values to return
end - the upper bound of the range of expando values to return (not inclusive)
Returns:
the range of expando values
Throws:
SystemException - if a system exception occurred

getExpandoValuesCount

public static int getExpandoValuesCount()
                                 throws SystemException
Gets the number of expando values.

Returns:
the number of expando values
Throws:
SystemException - if a system exception occurred

updateExpandoValue

public static ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
                                       throws SystemException
Updates the expando value in the database. Also notifies the appropriate model listeners.

Parameters:
expandoValue - the expando value to update
Returns:
the expando value that was updated
Throws:
SystemException - if a system exception occurred

updateExpandoValue

public static ExpandoValue updateExpandoValue(ExpandoValue expandoValue,
                                              boolean merge)
                                       throws SystemException
Updates the expando value in the database. Also notifies the appropriate model listeners.

Parameters:
expandoValue - the expando value to update
merge - whether to merge the expando value with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the expando value that was updated
Throws:
SystemException - if a system exception occurred

addValue

public static ExpandoValue addValue(long classNameId,
                                    long tableId,
                                    long columnId,
                                    long classPK,
                                    String data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    boolean data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    boolean[] data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    Date data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    Date[] data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    double data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    double[] data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    float data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    float[] data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    int data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    int[] data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    long data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    long[] data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    Object data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    short data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    short[] data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    String data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    String[] data)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    boolean data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    boolean[] data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    Date data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    Date[] data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    double data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    double[] data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    float data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    float[] data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    int data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    int[] data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    long data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    long[] data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    Object data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, Object)

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    short data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    short[] data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    String data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

addValue

public static ExpandoValue addValue(String className,
                                    String tableName,
                                    String columnName,
                                    long classPK,
                                    String[] data)
                             throws PortalException,
                                    SystemException
Deprecated. addValue(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

addValues

public static void addValues(long classNameId,
                             long tableId,
                             List<ExpandoColumn> columns,
                             long classPK,
                             Map<String,String> data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

deleteColumnValues

public static void deleteColumnValues(long columnId)
                               throws SystemException
Throws:
SystemException

deleteRowValues

public static void deleteRowValues(long rowId)
                            throws SystemException
Throws:
SystemException

deleteTableValues

public static void deleteTableValues(long tableId)
                              throws SystemException
Throws:
SystemException

deleteValue

public static void deleteValue(long valueId)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

deleteValue

public static void deleteValue(long columnId,
                               long rowId)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

deleteValue

public static void deleteValue(long companyId,
                               long classNameId,
                               String tableName,
                               String columnName,
                               long classPK)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

deleteValue

public static void deleteValue(long companyId,
                               String className,
                               String tableName,
                               String columnName,
                               long classPK)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

deleteValues

public static void deleteValues(long classNameId,
                                long classPK)
                         throws SystemException
Throws:
SystemException

deleteValues

public static void deleteValues(String className,
                                long classPK)
                         throws SystemException
Throws:
SystemException

getColumnValues

public static List<ExpandoValue> getColumnValues(long columnId,
                                                 int start,
                                                 int end)
                                          throws SystemException
Throws:
SystemException

getColumnValues

public static List<ExpandoValue> getColumnValues(long companyId,
                                                 long classNameId,
                                                 String tableName,
                                                 String columnName,
                                                 int start,
                                                 int end)
                                          throws SystemException
Throws:
SystemException

getColumnValues

public static List<ExpandoValue> getColumnValues(long companyId,
                                                 long classNameId,
                                                 String tableName,
                                                 String columnName,
                                                 String data,
                                                 int start,
                                                 int end)
                                          throws SystemException
Throws:
SystemException

getColumnValues

public static List<ExpandoValue> getColumnValues(long companyId,
                                                 String className,
                                                 String tableName,
                                                 String columnName,
                                                 int start,
                                                 int end)
                                          throws SystemException
Throws:
SystemException

getColumnValues

public static List<ExpandoValue> getColumnValues(String className,
                                                 String tableName,
                                                 String columnName,
                                                 String data,
                                                 int start,
                                                 int end)
                                          throws SystemException
Throws:
SystemException

getColumnValuesCount

public static int getColumnValuesCount(long columnId)
                                throws SystemException
Throws:
SystemException

getColumnValuesCount

public static int getColumnValuesCount(long companyId,
                                       long classNameId,
                                       String tableName,
                                       String columnName)
                                throws SystemException
Throws:
SystemException

getColumnValuesCount

public static int getColumnValuesCount(long companyId,
                                       long classNameId,
                                       String tableName,
                                       String columnName,
                                       String data)
                                throws SystemException
Throws:
SystemException

getColumnValuesCount

public static int getColumnValuesCount(long companyId,
                                       String className,
                                       String tableName,
                                       String columnName)
                                throws SystemException
Throws:
SystemException

getColumnValuesCount

public static int getColumnValuesCount(String className,
                                       String tableName,
                                       String columnName,
                                       String data)
                                throws SystemException
Throws:
SystemException

getData

public static Serializable getData(long companyId,
                                   String className,
                                   String tableName,
                                   String columnName,
                                   long classPK)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getData

public static boolean getData(long companyId,
                              String className,
                              String tableName,
                              String columnName,
                              long classPK,
                              boolean defaultData)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getData

public static boolean[] getData(long companyId,
                                String className,
                                String tableName,
                                String columnName,
                                long classPK,
                                boolean[] defaultData)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

getData

public static Date getData(long companyId,
                           String className,
                           String tableName,
                           String columnName,
                           long classPK,
                           Date defaultData)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

getData

public static Date[] getData(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             Date[] defaultData)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

getData

public static double getData(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             double defaultData)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

getData

public static double[] getData(long companyId,
                               String className,
                               String tableName,
                               String columnName,
                               long classPK,
                               double[] defaultData)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

getData

public static float getData(long companyId,
                            String className,
                            String tableName,
                            String columnName,
                            long classPK,
                            float defaultData)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getData

public static float[] getData(long companyId,
                              String className,
                              String tableName,
                              String columnName,
                              long classPK,
                              float[] defaultData)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getData

public static int getData(long companyId,
                          String className,
                          String tableName,
                          String columnName,
                          long classPK,
                          int defaultData)
                   throws PortalException,
                          SystemException
Throws:
PortalException
SystemException

getData

public static int[] getData(long companyId,
                            String className,
                            String tableName,
                            String columnName,
                            long classPK,
                            int[] defaultData)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getData

public static long getData(long companyId,
                           String className,
                           String tableName,
                           String columnName,
                           long classPK,
                           long defaultData)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

getData

public static long[] getData(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             long[] defaultData)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

getData

public static short getData(long companyId,
                            String className,
                            String tableName,
                            String columnName,
                            long classPK,
                            short defaultData)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getData

public static short[] getData(long companyId,
                              String className,
                              String tableName,
                              String columnName,
                              long classPK,
                              short[] defaultData)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getData

public static String getData(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             String defaultData)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

getData

public static String[] getData(long companyId,
                               String className,
                               String tableName,
                               String columnName,
                               long classPK,
                               String[] defaultData)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

getData

public static Serializable getData(String className,
                                   String tableName,
                                   String columnName,
                                   long classPK)
                            throws PortalException,
                                   SystemException
Deprecated. getData(long, String, String, String, long)

Throws:
PortalException
SystemException

getData

public static boolean getData(String className,
                              String tableName,
                              String columnName,
                              long classPK,
                              boolean defaultData)
                       throws PortalException,
                              SystemException
Deprecated. getData(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

getData

public static boolean[] getData(String className,
                                String tableName,
                                String columnName,
                                long classPK,
                                boolean[] defaultData)
                         throws PortalException,
                                SystemException
Deprecated. getData(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

getData

public static Date getData(String className,
                           String tableName,
                           String columnName,
                           long classPK,
                           Date defaultData)
                    throws PortalException,
                           SystemException
Deprecated. getData(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

getData

public static Date[] getData(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             Date[] defaultData)
                      throws PortalException,
                             SystemException
Deprecated. getData(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

getData

public static double getData(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             double defaultData)
                      throws PortalException,
                             SystemException
Deprecated. getData(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

getData

public static double[] getData(String className,
                               String tableName,
                               String columnName,
                               long classPK,
                               double[] defaultData)
                        throws PortalException,
                               SystemException
Deprecated. getData(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

getData

public static float getData(String className,
                            String tableName,
                            String columnName,
                            long classPK,
                            float defaultData)
                     throws PortalException,
                            SystemException
Deprecated. getData(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

getData

public static float[] getData(String className,
                              String tableName,
                              String columnName,
                              long classPK,
                              float[] defaultData)
                       throws PortalException,
                              SystemException
Deprecated. getData(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

getData

public static int getData(String className,
                          String tableName,
                          String columnName,
                          long classPK,
                          int defaultData)
                   throws PortalException,
                          SystemException
Deprecated. getData(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

getData

public static int[] getData(String className,
                            String tableName,
                            String columnName,
                            long classPK,
                            int[] defaultData)
                     throws PortalException,
                            SystemException
Deprecated. getData(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

getData

public static long getData(String className,
                           String tableName,
                           String columnName,
                           long classPK,
                           long defaultData)
                    throws PortalException,
                           SystemException
Deprecated. getData(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

getData

public static long[] getData(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             long[] defaultData)
                      throws PortalException,
                             SystemException
Deprecated. getData(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

getData

public static short getData(String className,
                            String tableName,
                            String columnName,
                            long classPK,
                            short defaultData)
                     throws PortalException,
                            SystemException
Deprecated. getData(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

getData

public static short[] getData(String className,
                              String tableName,
                              String columnName,
                              long classPK,
                              short[] defaultData)
                       throws PortalException,
                              SystemException
Deprecated. getData(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

getData

public static String getData(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             String defaultData)
                      throws PortalException,
                             SystemException
Deprecated. getData(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

getData

public static String[] getData(String className,
                               String tableName,
                               String columnName,
                               long classPK,
                               String[] defaultData)
                        throws PortalException,
                               SystemException
Deprecated. getData(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

getDefaultTableColumnValues

public static List<ExpandoValue> getDefaultTableColumnValues(long companyId,
                                                             long classNameId,
                                                             String columnName,
                                                             int start,
                                                             int end)
                                                      throws SystemException
Throws:
SystemException

getDefaultTableColumnValues

public static List<ExpandoValue> getDefaultTableColumnValues(long companyId,
                                                             String className,
                                                             String columnName,
                                                             int start,
                                                             int end)
                                                      throws SystemException
Throws:
SystemException

getDefaultTableColumnValuesCount

public static int getDefaultTableColumnValuesCount(long companyId,
                                                   long classNameId,
                                                   String columnName)
                                            throws SystemException
Throws:
SystemException

getDefaultTableColumnValuesCount

public static int getDefaultTableColumnValuesCount(long companyId,
                                                   String className,
                                                   String columnName)
                                            throws SystemException
Throws:
SystemException

getRowValues

public static List<ExpandoValue> getRowValues(long rowId)
                                       throws SystemException
Throws:
SystemException

getRowValues

public static List<ExpandoValue> getRowValues(long rowId,
                                              int start,
                                              int end)
                                       throws SystemException
Throws:
SystemException

getRowValues

public static List<ExpandoValue> getRowValues(long companyId,
                                              long classNameId,
                                              String tableName,
                                              long classPK,
                                              int start,
                                              int end)
                                       throws SystemException
Throws:
SystemException

getRowValues

public static List<ExpandoValue> getRowValues(long companyId,
                                              String className,
                                              String tableName,
                                              long classPK,
                                              int start,
                                              int end)
                                       throws SystemException
Throws:
SystemException

getRowValuesCount

public static int getRowValuesCount(long rowId)
                             throws SystemException
Throws:
SystemException

getRowValuesCount

public static int getRowValuesCount(long companyId,
                                    long classNameId,
                                    String tableName,
                                    long classPK)
                             throws SystemException
Throws:
SystemException

getRowValuesCount

public static int getRowValuesCount(long companyId,
                                    String className,
                                    String tableName,
                                    long classPK)
                             throws SystemException
Throws:
SystemException

getValue

public static ExpandoValue getValue(long valueId)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

getValue

public static ExpandoValue getValue(long columnId,
                                    long rowId)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

getValue

public static ExpandoValue getValue(long tableId,
                                    long columnId,
                                    long classPK)
                             throws SystemException
Throws:
SystemException

getValue

public static ExpandoValue getValue(long companyId,
                                    long classNameId,
                                    String tableName,
                                    String columnName,
                                    long classPK)
                             throws SystemException
Throws:
SystemException

getValue

public static ExpandoValue getValue(long companyId,
                                    String className,
                                    String tableName,
                                    String columnName,
                                    long classPK)
                             throws SystemException
Throws:
SystemException

getService

public static ExpandoValueLocalService getService()

setService

public void setService(ExpandoValueLocalService service)

Liferay 6.0.5