|
Liferay 7.0-ce-a2 | |||||||||
| 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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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)
|
ExpandoValueService |
getWrappedExpandoValueService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
ExpandoValueService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 ExpandoValueServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface ExpandoValueService
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 void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ExpandoValueServicebeanIdentifier - the Spring bean ID for this bean@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-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||