Liferay 7.0-ce-b4

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)
           
 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 getWrappedService()
           
 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

addValue

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

addValue

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

addValues

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

getData

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

getData

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

getJSONData

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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface ExpandoValueService
Returns:
the OSGi service identifier

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 7.0-ce-b4