@ProviderType public class ExpandoColumnServiceWrapper extends java.lang.Object implements ExpandoColumnService, ServiceWrapper<ExpandoColumnService>
ExpandoColumnService.ExpandoColumnService| Constructor and Description |
|---|
ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
ExpandoColumn |
fetchExpandoColumn(long columnId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
ExpandoColumnService |
getWrappedExpandoColumnService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
ExpandoColumnService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedExpandoColumnService(ExpandoColumnService expandoColumnService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.expando.service.ExpandoColumnService) |
void |
setWrappedService(ExpandoColumnService expandoColumnService) |
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) |
public ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
public ExpandoColumn addColumn(long tableId, java.lang.String name, int type) throws PortalException
addColumn in interface ExpandoColumnServicePortalExceptionpublic ExpandoColumn addColumn(long tableId, java.lang.String name, int type, java.lang.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 java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ExpandoColumnServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ExpandoColumnServicebeanIdentifier - the Spring bean ID for this beanpublic ExpandoColumn updateColumn(long columnId, java.lang.String name, int type) throws PortalException
updateColumn in interface ExpandoColumnServicePortalExceptionpublic ExpandoColumn updateColumn(long columnId, java.lang.String name, int type, java.lang.Object defaultData) throws PortalException
updateColumn in interface ExpandoColumnServicePortalExceptionpublic ExpandoColumn updateTypeSettings(long columnId, java.lang.String typeSettings) throws PortalException
updateTypeSettings in interface ExpandoColumnServicePortalException@Deprecated public ExpandoColumnService getWrappedExpandoColumnService()
getWrappedService()@Deprecated public void setWrappedExpandoColumnService(ExpandoColumnService expandoColumnService)
setWrappedService(com.liferay.portlet.expando.service.ExpandoColumnService)public ExpandoColumnService getWrappedService()
getWrappedService in interface ServiceWrapper<ExpandoColumnService>public void setWrappedService(ExpandoColumnService expandoColumnService)
setWrappedService in interface ServiceWrapper<ExpandoColumnService>