|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.expando.service.ExpandoValueServiceWrapper
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 String getBeanIdentifier()
getBeanIdentifier in interface ExpandoValueServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ExpandoValueServicebeanIdentifier - the Spring bean ID for this bean
public ExpandoValue addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
throws PortalException,
SystemException
addValue in interface ExpandoValueServicePortalException
SystemException
public ExpandoValue addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data)
throws PortalException,
SystemException
addValue in interface ExpandoValueServicePortalException
SystemException
public void addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues)
throws PortalException,
SystemException
addValues in interface ExpandoValueServicePortalException
SystemException
public Map<String,Serializable> getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
throws PortalException,
SystemException
getData in interface ExpandoValueServicePortalException
SystemException
public Serializable getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
throws PortalException,
SystemException
getData in interface ExpandoValueServicePortalException
SystemException
public JSONObject getJSONData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
throws PortalException,
SystemException
getJSONData in interface ExpandoValueServicePortalException
SystemExceptionpublic ExpandoValueService getWrappedExpandoValueService()
getWrappedService()
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 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||