Liferay 6.0.5

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 Object
implements ExpandoColumnService

This class is a wrapper for ExpandoColumnService.

See Also:
ExpandoColumnService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
           
 
Method Summary
 ExpandoColumn addColumn(long tableId, String name, int type)
           
 ExpandoColumn addColumn(long tableId, String name, int type, Object defaultData)
           
 void deleteColumn(long columnId)
           
 ExpandoColumnService getWrappedExpandoColumnService()
           
 ExpandoColumn updateColumn(long columnId, String name, int type)
           
 ExpandoColumn updateColumn(long columnId, String name, int type, Object defaultData)
           
 ExpandoColumn updateTypeSettings(long columnId, 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,
                               String name,
                               int type)
                        throws PortalException,
                               SystemException
Specified by:
addColumn in interface ExpandoColumnService
Throws:
PortalException
SystemException

addColumn

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

deleteColumn

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

updateColumn

public ExpandoColumn updateColumn(long columnId,
                                  String name,
                                  int type)
                           throws PortalException,
                                  SystemException
Specified by:
updateColumn in interface ExpandoColumnService
Throws:
PortalException
SystemException

updateColumn

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

updateTypeSettings

public ExpandoColumn updateTypeSettings(long columnId,
                                        String typeSettings)
                                 throws PortalException,
                                        SystemException
Specified by:
updateTypeSettings in interface ExpandoColumnService
Throws:
PortalException
SystemException

getWrappedExpandoColumnService

public ExpandoColumnService getWrappedExpandoColumnService()

Liferay 6.0.5