com.liferay.portlet.expando.service
Interface ExpandoValueService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface ExpandoValueService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portlet.expando.service.impl.ExpandoValueServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.

Author:
Brian Wing Shun Chan
See Also:
ExpandoValueServiceUtil

Method Summary
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Object data)
           
 java.io.Serializable getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 

Method Detail

addValue

ExpandoValue addValue(java.lang.String className,
                      java.lang.String tableName,
                      java.lang.String columnName,
                      long classPK,
                      java.lang.Object data)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.io.Serializable getData(java.lang.String className,
                                           java.lang.String tableName,
                                           java.lang.String columnName,
                                           long classPK)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException