Class ExpandoColumnServiceWrapper
Object
com.liferay.expando.kernel.service.ExpandoColumnServiceWrapper
- All Implemented Interfaces:
ExpandoColumnService,BaseService,ServiceWrapper<ExpandoColumnService>
public class ExpandoColumnServiceWrapper
extends Object
implements ExpandoColumnService, ServiceWrapper<ExpandoColumnService>
Provides a wrapper for
ExpandoColumnService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteColumn(long columnId) fetchExpandoColumn(long columnId) Returns the OSGi service identifier.voidsetWrappedService(ExpandoColumnService expandoColumnService) updateColumn(long columnId, String name, int type) updateColumn(long columnId, String name, int type, Object defaultData) updateTypeSettings(long columnId, String typeSettings)
-
Constructor Details
-
ExpandoColumnServiceWrapper
public ExpandoColumnServiceWrapper() -
ExpandoColumnServiceWrapper
-
-
Method Details
-
addColumn
- Specified by:
addColumnin interfaceExpandoColumnService- Throws:
PortalException
-
addColumn
public ExpandoColumn addColumn(long tableId, String name, int type, Object defaultData) throws PortalException - Specified by:
addColumnin interfaceExpandoColumnService- Throws:
PortalException
-
deleteColumn
- Specified by:
deleteColumnin interfaceExpandoColumnService- Throws:
PortalException
-
fetchExpandoColumn
- Specified by:
fetchExpandoColumnin interfaceExpandoColumnService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceExpandoColumnService- Returns:
- the OSGi service identifier
-
updateColumn
- Specified by:
updateColumnin interfaceExpandoColumnService- Throws:
PortalException
-
updateColumn
public ExpandoColumn updateColumn(long columnId, String name, int type, Object defaultData) throws PortalException - Specified by:
updateColumnin interfaceExpandoColumnService- Throws:
PortalException
-
updateTypeSettings
- Specified by:
updateTypeSettingsin interfaceExpandoColumnService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<ExpandoColumnService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<ExpandoColumnService>
-