@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ExpandoValueService extends BaseService
ExpandoValueServiceUtil| Modifier and Type | Method and Description |
|---|---|
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data) |
void |
addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues) |
Map<String,Serializable> |
getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK) |
Serializable |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK) |
JSONObject |
getJSONData(long companyId,
String className,
String tableName,
String columnName,
long classPK) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
@JSONWebService(mode=IGNORE) ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) throws PortalException
ExpandoValueServiceUtil to access the expando value remote service. Add custom service methods to com.liferay.portlet.expando.service.impl.ExpandoValueServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws PortalException
PortalExceptionvoid addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues)
throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) Map<String,Serializable> getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) Serializable getData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) JSONObject getJSONData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException
PortalExceptionString getOSGiServiceIdentifier()