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
PortalException
public static ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws PortalException
PortalException
public static void addValues(long companyId, String className, String tableName, long classPK, Map<String,Serializable> attributeValues) throws PortalException
PortalException
public static Map<String,Serializable> getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) throws PortalException
PortalException
public static Serializable getData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException
PortalException
public static JSONObject getJSONData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException
PortalException
public static String getOSGiServiceIdentifier()
public static ExpandoValueService getService()