Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.service
Class ExpandoColumnServiceWrapper

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

public class ExpandoColumnServiceWrapper
extends Object
implements ExpandoColumnService, ServiceWrapper<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 it 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)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 ExpandoColumnService getWrappedExpandoColumnService()
          Deprecated. Renamed to getWrappedService()
 ExpandoColumnService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedExpandoColumnService(ExpandoColumnService expandoColumnService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.expando.service.ExpandoColumnService)
 void setWrappedService(ExpandoColumnService expandoColumnService)
           
 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

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface ExpandoColumnService
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 ExpandoColumnService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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()
Deprecated. Renamed to getWrappedService()


setWrappedExpandoColumnService

public void setWrappedExpandoColumnService(ExpandoColumnService expandoColumnService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.expando.service.ExpandoColumnService)


getWrappedService

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

setWrappedService

public void setWrappedService(ExpandoColumnService expandoColumnService)
Specified by:
setWrappedService in interface ServiceWrapper<ExpandoColumnService>

Liferay 6.1.2-ce-ga3