public class ExpandoColumnServiceWrapper extends Object implements ExpandoColumnService, ServiceWrapper<ExpandoColumnService>
ExpandoColumnService.ExpandoColumnService| Constructor and Description |
|---|
ExpandoColumnServiceWrapper() |
ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public ExpandoColumnServiceWrapper()
public ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
public ExpandoColumn addColumn(long tableId, String name, int type) throws PortalException
addColumn in interface ExpandoColumnServicePortalExceptionpublic ExpandoColumn addColumn(long tableId, String name, int type, Object defaultData) throws PortalException
addColumn in interface ExpandoColumnServicePortalExceptionpublic void deleteColumn(long columnId)
throws PortalException
deleteColumn in interface ExpandoColumnServicePortalExceptionpublic ExpandoColumn fetchExpandoColumn(long columnId) throws PortalException
fetchExpandoColumn in interface ExpandoColumnServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExpandoColumnServicepublic ExpandoColumn updateColumn(long columnId, String name, int type) throws PortalException
updateColumn in interface ExpandoColumnServicePortalExceptionpublic ExpandoColumn updateColumn(long columnId, String name, int type, Object defaultData) throws PortalException
updateColumn in interface ExpandoColumnServicePortalExceptionpublic ExpandoColumn updateTypeSettings(long columnId, String typeSettings) throws PortalException
updateTypeSettings in interface ExpandoColumnServicePortalExceptionpublic ExpandoColumnService getWrappedService()
getWrappedService in interface ServiceWrapper<ExpandoColumnService>public void setWrappedService(ExpandoColumnService expandoColumnService)
setWrappedService in interface ServiceWrapper<ExpandoColumnService>