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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
ExpandoColumnService |
getWrappedExpandoColumnService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
ExpandoColumnService |
getWrappedService()
|
void |
setBeanIdentifier(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,
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
getBeanIdentifier
public String getBeanIdentifier()
- Returns the Spring bean ID for this bean.
- Specified by:
getBeanIdentifier in interface ExpandoColumnService
- Returns:
- the Spring bean ID for this bean
setBeanIdentifier
public void setBeanIdentifier(String beanIdentifier)
- Sets the Spring bean ID for this bean.
- Specified by:
setBeanIdentifier in interface ExpandoColumnService
- Parameters:
beanIdentifier - the Spring bean ID for this bean
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
getWrappedExpandoColumnService
@Deprecated
public ExpandoColumnService getWrappedExpandoColumnService()
- Deprecated. As of 6.1.0, replaced by
getWrappedService()
setWrappedExpandoColumnService
@Deprecated
public void setWrappedExpandoColumnService(ExpandoColumnService expandoColumnService)
- Deprecated. As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.expando.service.ExpandoColumnService)
getWrappedService
public ExpandoColumnService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<ExpandoColumnService>
setWrappedService
public void setWrappedService(ExpandoColumnService expandoColumnService)
- Specified by:
setWrappedService in interface ServiceWrapper<ExpandoColumnService>