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