Liferay 6.2-ce-ga5

com.liferay.portlet.expando.service
Class ExpandoValueServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.expando.service.ExpandoValueServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<ExpandoValueService>, ExpandoValueService

@ProviderType
public class ExpandoValueServiceWrapper
extends Object
implements ExpandoValueService, ServiceWrapper<ExpandoValueService>

Provides a wrapper for ExpandoValueService.

See Also:
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

ExpandoValueServiceWrapper

public ExpandoValueServiceWrapper(ExpandoValueService expandoValueService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface ExpandoValueService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface ExpandoValueService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             Object data)
                      throws PortalException,
                             SystemException
Specified by:
addValue in interface ExpandoValueService
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             String data)
                      throws PortalException,
                             SystemException
Specified by:
addValue in interface ExpandoValueService
Throws:
PortalException
SystemException

addValues

public void addValues(long companyId,
                      String className,
                      String tableName,
                      long classPK,
                      Map<String,Serializable> attributeValues)
               throws PortalException,
                      SystemException
Specified by:
addValues in interface ExpandoValueService
Throws:
PortalException
SystemException

getData

public Map<String,Serializable> getData(long companyId,
                                        String className,
                                        String tableName,
                                        Collection<String> columnNames,
                                        long classPK)
                                 throws PortalException,
                                        SystemException
Specified by:
getData in interface ExpandoValueService
Throws:
PortalException
SystemException

getData

public Serializable getData(long companyId,
                            String className,
                            String tableName,
                            String columnName,
                            long classPK)
                     throws PortalException,
                            SystemException
Specified by:
getData in interface ExpandoValueService
Throws:
PortalException
SystemException

getJSONData

public JSONObject getJSONData(long companyId,
                              String className,
                              String tableName,
                              String columnName,
                              long classPK)
                       throws PortalException,
                              SystemException
Specified by:
getJSONData in interface ExpandoValueService
Throws:
PortalException
SystemException

getWrappedExpandoValueService

public ExpandoValueService getWrappedExpandoValueService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedExpandoValueService

public void setWrappedExpandoValueService(ExpandoValueService expandoValueService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.expando.service.ExpandoValueService)


getWrappedService

public ExpandoValueService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<ExpandoValueService>

setWrappedService

public void setWrappedService(ExpandoValueService expandoValueService)
Specified by:
setWrappedService in interface ServiceWrapper<ExpandoValueService>

Liferay 6.2-ce-ga5