com.liferay.portlet.expando.service
Class ExpandoColumnServiceWrapper
java.lang.Object
com.liferay.portlet.expando.service.ExpandoColumnServiceWrapper
- All Implemented Interfaces:
- BaseService, ServiceWrapper<ExpandoColumnService>, ExpandoColumnService
@ProviderType
public class ExpandoColumnServiceWrapper
- extends Object
- implements ExpandoColumnService, ServiceWrapper<ExpandoColumnService>
Provides a wrapper for ExpandoColumnService.
- See Also:
ExpandoColumnService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it 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)
|
ExpandoColumn |
fetchExpandoColumn(long columnId)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
ExpandoColumnService |
getWrappedService()
|
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 |
ExpandoColumnServiceWrapper
public ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
addColumn
public ExpandoColumn addColumn(long tableId,
String name,
int type)
throws PortalException
- Specified by:
addColumn in interface ExpandoColumnService
- Throws:
PortalException
addColumn
public ExpandoColumn addColumn(long tableId,
String name,
int type,
Object defaultData)
throws PortalException
- Specified by:
addColumn in interface ExpandoColumnService
- Throws:
PortalException
deleteColumn
public void deleteColumn(long columnId)
throws PortalException
- Specified by:
deleteColumn in interface ExpandoColumnService
- Throws:
PortalException
fetchExpandoColumn
public ExpandoColumn fetchExpandoColumn(long columnId)
throws PortalException
- Specified by:
fetchExpandoColumn in interface ExpandoColumnService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface ExpandoColumnService
- Returns:
- the OSGi service identifier
updateColumn
public ExpandoColumn updateColumn(long columnId,
String name,
int type)
throws PortalException
- Specified by:
updateColumn in interface ExpandoColumnService
- Throws:
PortalException
updateColumn
public ExpandoColumn updateColumn(long columnId,
String name,
int type,
Object defaultData)
throws PortalException
- Specified by:
updateColumn in interface ExpandoColumnService
- Throws:
PortalException
updateTypeSettings
public ExpandoColumn updateTypeSettings(long columnId,
String typeSettings)
throws PortalException
- Specified by:
updateTypeSettings in interface ExpandoColumnService
- Throws:
PortalException
getWrappedService
public ExpandoColumnService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<ExpandoColumnService>
setWrappedService
public void setWrappedService(ExpandoColumnService expandoColumnService)
- Specified by:
setWrappedService in interface ServiceWrapper<ExpandoColumnService>