com.liferay.portlet.expando.service
Class ExpandoColumnServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.expando.service.ExpandoColumnServiceWrapper
All Implemented Interfaces:
ExpandoColumnService

public class ExpandoColumnServiceWrapper
extends java.lang.Object
implements ExpandoColumnService

View Source

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

This class is a wrapper for ExpandoColumnService.

Author:
Brian Wing Shun Chan
See Also:
ExpandoColumnService
Generated:

Constructor Summary
ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
           
 
Method Summary
 ExpandoColumn addColumn(long tableId, java.lang.String name, int type)
           
 ExpandoColumn addColumn(long tableId, java.lang.String name, int type, java.lang.Object defaultData)
           
 void deleteColumn(long columnId)
           
 ExpandoColumnService getWrappedExpandoColumnService()
           
 ExpandoColumn updateColumn(long columnId, java.lang.String name, int type)
           
 ExpandoColumn updateColumn(long columnId, java.lang.String name, int type, java.lang.Object defaultData)
           
 ExpandoColumn updateTypeSettings(long columnId, java.lang.String typeSettings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoColumnServiceWrapper

public ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
Method Detail

addColumn

public ExpandoColumn addColumn(long tableId,
                               java.lang.String name,
                               int type)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
addColumn in interface ExpandoColumnService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addColumn

public ExpandoColumn addColumn(long tableId,
                               java.lang.String name,
                               int type,
                               java.lang.Object defaultData)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
addColumn in interface ExpandoColumnService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteColumn

public void deleteColumn(long columnId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
deleteColumn in interface ExpandoColumnService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateColumn

public ExpandoColumn updateColumn(long columnId,
                                  java.lang.String name,
                                  int type)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
updateColumn in interface ExpandoColumnService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateColumn

public ExpandoColumn updateColumn(long columnId,
                                  java.lang.String name,
                                  int type,
                                  java.lang.Object defaultData)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
updateColumn in interface ExpandoColumnService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateTypeSettings

public ExpandoColumn updateTypeSettings(long columnId,
                                        java.lang.String typeSettings)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException
Specified by:
updateTypeSettings in interface ExpandoColumnService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedExpandoColumnService

public ExpandoColumnService getWrappedExpandoColumnService()