|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.expando.service.ExpandoValueServiceWrapper
@ProviderType public class ExpandoValueServiceWrapper
Provides a wrapper for ExpandoValueService.
ExpandoValueService| Constructor Summary | |
|---|---|
ExpandoValueServiceWrapper(ExpandoValueService expandoValueService)
|
|
| Method Summary | |
|---|---|
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
|
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. |
ExpandoValueService |
getWrappedExpandoValueService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
ExpandoValueService |
getWrappedService()
|
void |
setWrappedExpandoValueService(ExpandoValueService expandoValueService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.expando.service.ExpandoValueService) |
void |
setWrappedService(ExpandoValueService expandoValueService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpandoValueServiceWrapper(ExpandoValueService expandoValueService)
| Method Detail |
|---|
public ExpandoValue addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data)
throws PortalException
addValue in interface ExpandoValueServicePortalException
public ExpandoValue addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
throws PortalException
addValue in interface ExpandoValueServicePortalException
public void addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues)
throws PortalException
addValues in interface ExpandoValueServicePortalException
public Serializable getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
throws PortalException
getData in interface ExpandoValueServicePortalException
public Map<String,Serializable> getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
throws PortalException
getData in interface ExpandoValueServicePortalException
public JSONObject getJSONData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
throws PortalException
getJSONData in interface ExpandoValueServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExpandoValueService@Deprecated public ExpandoValueService getWrappedExpandoValueService()
getWrappedService()
@Deprecated public void setWrappedExpandoValueService(ExpandoValueService expandoValueService)
setWrappedService(com.liferay.portlet.expando.service.ExpandoValueService)
public ExpandoValueService getWrappedService()
getWrappedService in interface ServiceWrapper<ExpandoValueService>public void setWrappedService(ExpandoValueService expandoValueService)
setWrappedService in interface ServiceWrapper<ExpandoValueService>
|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||