public class ExpandoValueServiceUtil
extends Object
com.liferay.portlet.expando.service.impl.ExpandoValueServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.ExpandoValueService| Constructor and Description |
|---|
ExpandoValueServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
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,
String data) |
static void |
addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues) |
static Map<String,Serializable> |
getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK) |
static Serializable |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK) |
static JSONObject |
getJSONData(long companyId,
String className,
String tableName,
String columnName,
long classPK) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ExpandoValueService |
getService() |
public static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) throws PortalException
PortalExceptionpublic static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws PortalException
PortalExceptionpublic static void addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues)
throws PortalException
PortalExceptionpublic static Map<String,Serializable> getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
throws PortalException
PortalExceptionpublic static Serializable getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
throws PortalException
PortalExceptionpublic static JSONObject getJSONData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException
PortalExceptionpublic static String getOSGiServiceIdentifier()
public static ExpandoValueService getService()