|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.expando.service.ExpandoValueServiceWrapper
public class ExpandoValueServiceWrapper
This class is 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. Renamed to getWrappedService() |
ExpandoValueService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedExpandoValueService(ExpandoValueService expandoValueService)
Deprecated. Renamed to 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 ExpandoValueService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface ExpandoValueService
beanIdentifier
- the Spring bean ID for this beanpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) throws PortalException, SystemException
addValue
in interface ExpandoValueService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws PortalException, SystemException
addValue
in interface ExpandoValueService
PortalException
SystemException
public void addValues(long companyId, String className, String tableName, long classPK, Map<String,Serializable> attributeValues) throws PortalException, SystemException
addValues
in interface ExpandoValueService
PortalException
SystemException
public Map<String,Serializable> getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) throws PortalException, SystemException
getData
in interface ExpandoValueService
PortalException
SystemException
public Serializable getData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException, SystemException
getData
in interface ExpandoValueService
PortalException
SystemException
public JSONObject getJSONData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException, SystemException
getJSONData
in interface ExpandoValueService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |