@ProviderType
public class ExpandoValueLocalServiceUtil
extends java.lang.Object
com.liferay.portlet.expando.service.impl.ExpandoValueLocalServiceImpl and is the
primary access point for service operations in application layer code running
on the local server. 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.ExpandoValueLocalService,
com.liferay.portlet.expando.service.base.ExpandoValueLocalServiceBaseImpl,
com.liferay.portlet.expando.service.impl.ExpandoValueLocalServiceImpl| Constructor and Description |
|---|
ExpandoValueLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ExpandoValue |
addExpandoValue(ExpandoValue expandoValue)
Adds the expando value to the database.
|
static ExpandoValue |
addValue(long classNameId,
long tableId,
long columnId,
long classPK,
java.lang.String data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Map<java.util.Locale,?> dataMap,
java.util.Locale defautlLocale) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number[] data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Object data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] data) |
static ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String data) |
static ExpandoValue |
addValue(long companyId,
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,
boolean data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, boolean[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, boolean[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, Date[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, Date[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, double[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, double[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, float[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, float[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, int[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, int[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, long[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, long[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Object data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, Object) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, short[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, short[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, String[]) |
static ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, String[]) |
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 void |
addValues(long companyId,
long classNameId,
java.lang.String tableName,
long classPK,
java.util.Map<java.lang.String,java.io.Serializable> attributes) |
static void |
addValues(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK,
java.util.Map<java.lang.String,java.io.Serializable> attributes) |
static ExpandoValue |
createExpandoValue(long valueId)
Creates a new expando value with the primary key.
|
static void |
deleteColumnValues(long columnId) |
static ExpandoValue |
deleteExpandoValue(ExpandoValue expandoValue)
Deletes the expando value from the database.
|
static ExpandoValue |
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(ExpandoValue value) |
static void |
deleteValue(long valueId) |
static void |
deleteValue(long columnId,
long rowId) |
static void |
deleteValue(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
long classPK) |
static void |
deleteValue(long companyId,
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 DynamicQuery |
dynamicQuery() |
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
static java.util.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)
Returns the number of rows that match the dynamic query.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query.
|
static ExpandoValue |
fetchExpandoValue(long valueId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static java.util.List<ExpandoValue> |
getColumnValues(long columnId,
int start,
int end) |
static java.util.List<ExpandoValue> |
getColumnValues(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
int start,
int end) |
static java.util.List<ExpandoValue> |
getColumnValues(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data,
int start,
int end) |
static java.util.List<ExpandoValue> |
getColumnValues(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
int start,
int end) |
static java.util.List<ExpandoValue> |
getColumnValues(long companyId,
java.lang.String className,
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,
java.lang.String data,
int start,
int end)
Deprecated.
As of 6.1.0, replaced by
getColumnValues(long,
String, String, String, String, int, int) |
static int |
getColumnValuesCount(long columnId) |
static int |
getColumnValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName) |
static int |
getColumnValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data) |
static int |
getColumnValuesCount(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName) |
static int |
getColumnValuesCount(long companyId,
java.lang.String className,
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,
java.lang.String data)
Deprecated.
As of 6.1.0, replaced by
getColumnValuesCount(long,
String, String, String, String) |
static java.util.Map<java.lang.String,java.io.Serializable> |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.util.Collection<java.lang.String> columnNames,
long classPK) |
static java.io.Serializable |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK) |
static boolean |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean defaultData) |
static boolean[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] defaultData) |
static java.util.Date |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date defaultData) |
static java.util.Date[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] defaultData) |
static double |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double defaultData) |
static double[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] defaultData) |
static float |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float defaultData) |
static float[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] defaultData) |
static int |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int defaultData) |
static int[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] defaultData) |
static long |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long defaultData) |
static long[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] defaultData) |
static java.util.Map<?,?> |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Map<?,?> defaultData) |
static java.lang.Number |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number defaultData) |
static java.lang.Number[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number[] defaultData) |
static short |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short defaultData) |
static short[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] defaultData) |
static java.lang.String |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String defaultData) |
static java.lang.String[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] defaultData) |
static java.io.Serializable |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long) |
static boolean |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, boolean[]) |
static boolean[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, boolean[]) |
static java.util.Date |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, Date[]) |
static java.util.Date[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, Date[]) |
static double |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, double[]) |
static double[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, double[]) |
static float |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, float[]) |
static float[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, float[]) |
static int |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, int[]) |
static int[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, int[]) |
static long |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, long[]) |
static long[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, long[]) |
static short |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, short[]) |
static short[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, short[]) |
static java.lang.String |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, String[]) |
static java.lang.String[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, String[]) |
static java.util.List<ExpandoValue> |
getDefaultTableColumnValues(long companyId,
long classNameId,
java.lang.String columnName,
int start,
int end) |
static java.util.List<ExpandoValue> |
getDefaultTableColumnValues(long companyId,
java.lang.String className,
java.lang.String columnName,
int start,
int end) |
static int |
getDefaultTableColumnValuesCount(long companyId,
long classNameId,
java.lang.String columnName) |
static int |
getDefaultTableColumnValuesCount(long companyId,
java.lang.String className,
java.lang.String columnName) |
static ExpandoValue |
getExpandoValue(long valueId)
Returns the expando value with the primary key.
|
static java.util.List<ExpandoValue> |
getExpandoValues(int start,
int end)
Returns a range of all the expando values.
|
static int |
getExpandoValuesCount()
Returns the number of expando values.
|
static PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
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 companyId,
long classNameId,
java.lang.String tableName,
long classPK,
int start,
int end) |
static java.util.List<ExpandoValue> |
getRowValues(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK,
int start,
int end) |
static int |
getRowValuesCount(long rowId) |
static int |
getRowValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
long classPK) |
static int |
getRowValuesCount(long companyId,
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 companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
long classPK) |
static ExpandoValue |
getValue(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
Deprecated.
As of 6.1.0, replaced by
getValue(long, long, String,
String, long) |
static ExpandoValue |
getValue(long companyId,
java.lang.String className,
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)
Deprecated.
As of 6.1.0, replaced by
getValue(long, String,
String, String, long) |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(ExpandoValueLocalService service)
Deprecated.
As of 6.2.0
|
static ExpandoValue |
updateExpandoValue(ExpandoValue expandoValue)
Updates the expando value in the database or adds it if it does not yet exist.
|
public static ExpandoValue addExpandoValue(ExpandoValue expandoValue) throws SystemException
expandoValue - the expando valueSystemException - if a system exception occurredpublic static ExpandoValue createExpandoValue(long valueId)
valueId - the primary key for the new expando valuepublic static ExpandoValue deleteExpandoValue(long valueId) throws PortalException, SystemException
valueId - the primary key of the expando valuePortalException - if a expando value with the primary key could not be foundSystemException - if a system exception occurredpublic static ExpandoValue deleteExpandoValue(ExpandoValue expandoValue) throws SystemException
expandoValue - the expando valueSystemException - if a system exception occurredpublic static DynamicQuery dynamicQuery()
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery - the dynamic querySystemException - if a system exception occurredpublic static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ExpandoValueModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)SystemException - if a system exception occurredpublic static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ExpandoValueModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery - the dynamic querySystemException - if a system exception occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQuery - the dynamic queryprojection - the projection to apply to the querySystemException - if a system exception occurredpublic static ExpandoValue fetchExpandoValue(long valueId) throws SystemException
SystemExceptionpublic static ExpandoValue getExpandoValue(long valueId) throws PortalException, SystemException
valueId - the primary key of the expando valuePortalException - if a expando value with the primary key could not be foundSystemException - if a system exception occurredpublic static PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static java.util.List<ExpandoValue> getExpandoValues(int start, int end) throws SystemException
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ExpandoValueModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of expando valuesend - the upper bound of the range of expando values (not inclusive)SystemException - if a system exception occurredpublic static int getExpandoValuesCount()
throws SystemException
SystemException - if a system exception occurredpublic static ExpandoValue updateExpandoValue(ExpandoValue expandoValue) throws SystemException
expandoValue - the expando valueSystemException - if a system exception occurredpublic static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static ExpandoValue addValue(long classNameId, long tableId, long columnId, long classPK, java.lang.String data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean[] data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date[] data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double[] data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float[] data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int[] data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long[] data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Map<java.util.Locale,?> dataMap, java.util.Locale defautlLocale) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Number data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Number[] data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Object data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short[] data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String[] data) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean data) throws PortalException, SystemException
addValue(long, String,
String, String, long, boolean[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, boolean[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date data) throws PortalException, SystemException
addValue(long, String,
String, String, long, Date[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, Date[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double data) throws PortalException, SystemException
addValue(long, String,
String, String, long, double[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, double[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float data) throws PortalException, SystemException
addValue(long, String,
String, String, long, float[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, float[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int data) throws PortalException, SystemException
addValue(long, String,
String, String, long, int[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, int[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long data) throws PortalException, SystemException
addValue(long, String,
String, String, long, long[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, long[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Object data) throws PortalException, SystemException
addValue(long, String,
String, String, long, Object)PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short data) throws PortalException, SystemException
addValue(long, String,
String, String, long, short[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, short[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String data) throws PortalException, SystemException
addValue(long, String,
String, String, long, String[])PortalExceptionSystemExceptionpublic static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, String[])PortalExceptionSystemExceptionpublic 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 PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void addValues(long companyId,
long classNameId,
java.lang.String tableName,
long classPK,
java.util.Map<java.lang.String,java.io.Serializable> attributes)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void addValues(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK,
java.util.Map<java.lang.String,java.io.Serializable> attributes)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void deleteColumnValues(long columnId)
throws SystemException
SystemExceptionpublic static void deleteRowValues(long rowId)
throws SystemException
SystemExceptionpublic static void deleteTableValues(long tableId)
throws SystemException
SystemExceptionpublic static void deleteValue(ExpandoValue value) throws SystemException
SystemExceptionpublic static void deleteValue(long valueId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void deleteValue(long columnId,
long rowId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void deleteValue(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void deleteValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void deleteValues(long classNameId,
long classPK)
throws SystemException
SystemExceptionpublic static void deleteValues(java.lang.String className,
long classPK)
throws SystemException
SystemExceptionpublic static java.util.List<ExpandoValue> getColumnValues(long columnId, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<ExpandoValue> getColumnValues(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<ExpandoValue> getColumnValues(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<ExpandoValue> getColumnValues(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<ExpandoValue> getColumnValues(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, java.lang.String data, int start, int end) throws SystemException
SystemExceptionpublic 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 SystemException
getColumnValues(long,
String, String, String, String, int, int)SystemExceptionpublic static int getColumnValuesCount(long columnId)
throws SystemException
SystemExceptionpublic static int getColumnValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName)
throws SystemException
SystemExceptionpublic static int getColumnValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data)
throws SystemException
SystemExceptionpublic static int getColumnValuesCount(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName)
throws SystemException
SystemExceptionpublic static int getColumnValuesCount(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data)
throws SystemException
SystemExceptionpublic static int getColumnValuesCount(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data)
throws SystemException
getColumnValuesCount(long,
String, String, String, String)SystemExceptionpublic static java.util.Map<java.lang.String,java.io.Serializable> getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.util.Collection<java.lang.String> columnNames,
long classPK)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.io.Serializable getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static boolean getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static boolean[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.util.Date getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.util.Date[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static double getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static double[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static float getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static float[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static int getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static int[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static long getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static long[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.util.Map<?,?> getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Map<?,?> defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.lang.Number getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.lang.Number[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number[] defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static short getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static short[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.lang.String getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.lang.String[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] defaultData)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.io.Serializable getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws PortalException,
SystemException
getData(long, String,
String, String, long)PortalExceptionSystemExceptionpublic static boolean getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, boolean[])PortalExceptionSystemExceptionpublic static boolean[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, boolean[])PortalExceptionSystemExceptionpublic static java.util.Date getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, Date[])PortalExceptionSystemExceptionpublic static java.util.Date[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, Date[])PortalExceptionSystemExceptionpublic static double getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, double[])PortalExceptionSystemExceptionpublic static double[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, double[])PortalExceptionSystemExceptionpublic static float getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, float[])PortalExceptionSystemExceptionpublic static float[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, float[])PortalExceptionSystemExceptionpublic static int getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, int[])PortalExceptionSystemExceptionpublic static int[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, int[])PortalExceptionSystemExceptionpublic static long getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, long[])PortalExceptionSystemExceptionpublic static long[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, long[])PortalExceptionSystemExceptionpublic static short getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, short[])PortalExceptionSystemExceptionpublic static short[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, short[])PortalExceptionSystemExceptionpublic static java.lang.String getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, String[])PortalExceptionSystemExceptionpublic static java.lang.String[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, String[])PortalExceptionSystemExceptionpublic static java.util.List<ExpandoValue> getDefaultTableColumnValues(long companyId, long classNameId, java.lang.String columnName, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<ExpandoValue> getDefaultTableColumnValues(long companyId, java.lang.String className, java.lang.String columnName, int start, int end) throws SystemException
SystemExceptionpublic static int getDefaultTableColumnValuesCount(long companyId,
long classNameId,
java.lang.String columnName)
throws SystemException
SystemExceptionpublic static int getDefaultTableColumnValuesCount(long companyId,
java.lang.String className,
java.lang.String columnName)
throws SystemException
SystemExceptionpublic static java.util.List<ExpandoValue> getRowValues(long rowId) throws SystemException
SystemExceptionpublic static java.util.List<ExpandoValue> getRowValues(long rowId, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<ExpandoValue> getRowValues(long companyId, long classNameId, java.lang.String tableName, long classPK, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<ExpandoValue> getRowValues(long companyId, java.lang.String className, java.lang.String tableName, long classPK, int start, int end) throws SystemException
SystemExceptionpublic static int getRowValuesCount(long rowId)
throws SystemException
SystemExceptionpublic static int getRowValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
long classPK)
throws SystemException
SystemExceptionpublic static int getRowValuesCount(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK)
throws SystemException
SystemExceptionpublic static ExpandoValue getValue(long valueId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue getValue(long columnId, long rowId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoValue getValue(long tableId, long columnId, long classPK) throws SystemException
SystemExceptionpublic static ExpandoValue getValue(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK) throws SystemException
SystemExceptionpublic static ExpandoValue getValue(long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK) throws SystemException
getValue(long, long, String,
String, long)SystemExceptionpublic static ExpandoValue getValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK) throws SystemException
SystemExceptionpublic static ExpandoValue getValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK) throws SystemException
getValue(long, String,
String, String, long)SystemExceptionpublic static ExpandoValueLocalService getService()
public void setService(ExpandoValueLocalService service)