com.liferay.portlet.expando.service
Class ExpandoColumnServiceWrapper
java.lang.Object
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:
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 |
ExpandoColumnServiceWrapper
public ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
addColumn
public ExpandoColumn addColumn(long tableId,
java.lang.String name,
int type)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addColumn
in interface ExpandoColumnService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addColumn
public ExpandoColumn addColumn(long tableId,
java.lang.String name,
int type,
java.lang.Object defaultData)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addColumn
in interface ExpandoColumnService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteColumn
public void deleteColumn(long columnId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteColumn
in interface ExpandoColumnService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateColumn
public ExpandoColumn updateColumn(long columnId,
java.lang.String name,
int type)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateColumn
in interface ExpandoColumnService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateColumn
public ExpandoColumn updateColumn(long columnId,
java.lang.String name,
int type,
java.lang.Object defaultData)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateColumn
in interface ExpandoColumnService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateTypeSettings
public ExpandoColumn updateTypeSettings(long columnId,
java.lang.String typeSettings)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateTypeSettings
in interface ExpandoColumnService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedExpandoColumnService
public ExpandoColumnService getWrappedExpandoColumnService()