com.liferay.portlet.expando.service
Class ExpandoValueLocalServiceUtil
java.lang.Object
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
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.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoValueLocalService
Method Summary |
static ExpandoValue |
addExpandoValue(ExpandoValue expandoValue)
|
static ExpandoValue |
addValue(long classNameId,
long tableId,
long columnId,
long classPK,
java.lang.String data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String data)
|
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] data)
|
static void |
addValues(long classNameId,
long tableId,
java.util.List<ExpandoColumn> columns,
long classPK,
java.util.Map<java.lang.String,java.lang.String> data)
|
static ExpandoValue |
createExpandoValue(long valueId)
|
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 |
deleteValue(long columnId,
long rowId)
|
static void |
deleteValue(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
|
static void |
deleteValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
|
static void |
deleteValues(long classNameId,
long classPK)
|
static void |
deleteValues(java.lang.String className,
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<ExpandoValue> |
getColumnValues(long columnId,
int start,
int end)
|
static java.util.List<ExpandoValue> |
getColumnValues(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
int start,
int end)
|
static java.util.List<ExpandoValue> |
getColumnValues(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data,
int start,
int end)
|
static java.util.List<ExpandoValue> |
getColumnValues(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
int start,
int end)
|
static java.util.List<ExpandoValue> |
getColumnValues(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data,
int start,
int end)
|
static int |
getColumnValuesCount(long columnId)
|
static int |
getColumnValuesCount(long classNameId,
java.lang.String tableName,
java.lang.String columnName)
|
static int |
getColumnValuesCount(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data)
|
static int |
getColumnValuesCount(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName)
|
static int |
getColumnValuesCount(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data)
|
static boolean |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean defaultData)
|
static boolean[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] defaultData)
|
static java.util.Date |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date defaultData)
|
static java.util.Date[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] defaultData)
|
static double |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double defaultData)
|
static double[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] defaultData)
|
static float |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float defaultData)
|
static float[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] defaultData)
|
static int |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int defaultData)
|
static int[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] defaultData)
|
static long |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long defaultData)
|
static long[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] defaultData)
|
static short |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short defaultData)
|
static short[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] defaultData)
|
static java.lang.String |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String defaultData)
|
static java.lang.String[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] defaultData)
|
static java.util.List<ExpandoValue> |
getDefaultTableColumnValues(long classNameId,
java.lang.String columnName,
int start,
int end)
|
static java.util.List<ExpandoValue> |
getDefaultTableColumnValues(java.lang.String className,
java.lang.String columnName,
int start,
int end)
|
static int |
getDefaultTableColumnValuesCount(long classNameId,
java.lang.String columnName)
|
static int |
getDefaultTableColumnValuesCount(java.lang.String className,
java.lang.String columnName)
|
static ExpandoValue |
getExpandoValue(long valueId)
|
static java.util.List<ExpandoValue> |
getExpandoValues(int start,
int end)
|
static int |
getExpandoValuesCount()
|
static java.util.List<ExpandoValue> |
getRowValues(long rowId)
|
static java.util.List<ExpandoValue> |
getRowValues(long rowId,
int start,
int end)
|
static java.util.List<ExpandoValue> |
getRowValues(long classNameId,
java.lang.String tableName,
long classPK,
int start,
int end)
|
static java.util.List<ExpandoValue> |
getRowValues(java.lang.String className,
java.lang.String tableName,
long classPK,
int start,
int end)
|
static int |
getRowValuesCount(long rowId)
|
static int |
getRowValuesCount(long classNameId,
java.lang.String tableName,
long classPK)
|
static int |
getRowValuesCount(java.lang.String className,
java.lang.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 classNameId,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
|
static ExpandoValue |
getValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
|
void |
setService(ExpandoValueLocalService service)
|
static ExpandoValue |
updateExpandoValue(ExpandoValue expandoValue)
|
static ExpandoValue |
updateExpandoValue(ExpandoValue expandoValue,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoValueLocalServiceUtil
public ExpandoValueLocalServiceUtil()
addExpandoValue
public static ExpandoValue addExpandoValue(ExpandoValue expandoValue)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
createExpandoValue
public static ExpandoValue createExpandoValue(long valueId)
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.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
getExpandoValue
public static ExpandoValue getExpandoValue(long valueId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getExpandoValues
public static java.util.List<ExpandoValue> getExpandoValues(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getExpandoValuesCount
public static int getExpandoValuesCount()
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
updateExpandoValue
public static ExpandoValue updateExpandoValue(ExpandoValue expandoValue,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(long classNameId,
long tableId,
long columnId,
long classPK,
java.lang.String data)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValue
public static ExpandoValue addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] data)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addValues
public static void addValues(long classNameId,
long tableId,
java.util.List<ExpandoColumn> columns,
long classPK,
java.util.Map<java.lang.String,java.lang.String> data)
throws com.liferay.portal.SystemException
- Throws:
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
deleteValue
public static void deleteValue(long columnId,
long rowId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteValue
public static void deleteValue(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteValue
public static void deleteValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
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.SystemException
- Throws:
com.liferay.portal.SystemException
deleteValues
public static void deleteValues(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getColumnValues
public static java.util.List<ExpandoValue> getColumnValues(long columnId,
int start,
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 start,
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,
java.lang.String data,
int start,
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 start,
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,
java.lang.String data,
int start,
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(long classNameId,
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,
java.lang.String data)
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(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getData
public static boolean getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static boolean[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static java.util.Date getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static java.util.Date[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static double getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static double[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static float getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static float[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static int getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static int[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static long getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static long[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static short getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static short[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static java.lang.String getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getData
public static java.lang.String[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] defaultData)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDefaultTableColumnValues
public static java.util.List<ExpandoValue> getDefaultTableColumnValues(long classNameId,
java.lang.String columnName,
int start,
int end)
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 start,
int end)
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
getDefaultTableColumnValuesCount
public static int getDefaultTableColumnValuesCount(java.lang.String className,
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 start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowValues
public static java.util.List<ExpandoValue> getRowValues(long classNameId,
java.lang.String tableName,
long classPK,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowValues
public static java.util.List<ExpandoValue> getRowValues(java.lang.String className,
java.lang.String tableName,
long classPK,
int start,
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
getRowValuesCount
public static int getRowValuesCount(long classNameId,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowValuesCount
public static int getRowValuesCount(java.lang.String className,
java.lang.String tableName,
long classPK)
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(long tableId,
long columnId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getValue
public static ExpandoValue getValue(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getValue
public static ExpandoValue getValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getService
public static ExpandoValueLocalService getService()
setService
public void setService(ExpandoValueLocalService service)