com.liferay.portlet.expando.service
Class ExpandoColumnServiceWrapper
java.lang.Object
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.
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 |
ExpandoColumnServiceWrapper
public ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
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()