@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) |
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 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 addColumn(long tableId, java.lang.String name, int type) throws PortalException, SystemException
addColumn in interface ExpandoColumnServicePortalExceptionSystemExceptionpublic ExpandoColumn addColumn(long tableId, java.lang.String name, int type, java.lang.Object defaultData) throws PortalException, SystemException
addColumn in interface ExpandoColumnServicePortalExceptionSystemExceptionpublic void deleteColumn(long columnId)
throws PortalException,
SystemException
deleteColumn in interface ExpandoColumnServicePortalExceptionSystemExceptionpublic ExpandoColumn updateColumn(long columnId, java.lang.String name, int type) throws PortalException, SystemException
updateColumn in interface ExpandoColumnServicePortalExceptionSystemExceptionpublic ExpandoColumn updateColumn(long columnId, java.lang.String name, int type, java.lang.Object defaultData) throws PortalException, SystemException
updateColumn in interface ExpandoColumnServicePortalExceptionSystemExceptionpublic ExpandoColumn updateTypeSettings(long columnId, java.lang.String typeSettings) throws PortalException, SystemException
updateTypeSettings in interface ExpandoColumnServicePortalExceptionSystemExceptionpublic ExpandoColumnService getWrappedExpandoColumnService()
getWrappedService()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>