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 TypeMethodDescriptionvoid
deleteColumn
(long columnId) fetchExpandoColumn
(long columnId) Returns the OSGi service identifier.void
setWrappedService
(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:
addColumn
in interfaceExpandoColumnService
- Throws:
PortalException
-
addColumn
public ExpandoColumn addColumn(long tableId, String name, int type, Object defaultData) throws PortalException - Specified by:
addColumn
in interfaceExpandoColumnService
- Throws:
PortalException
-
deleteColumn
- Specified by:
deleteColumn
in interfaceExpandoColumnService
- Throws:
PortalException
-
fetchExpandoColumn
- Specified by:
fetchExpandoColumn
in interfaceExpandoColumnService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceExpandoColumnService
- Returns:
- the OSGi service identifier
-
updateColumn
- Specified by:
updateColumn
in interfaceExpandoColumnService
- Throws:
PortalException
-
updateColumn
public ExpandoColumn updateColumn(long columnId, String name, int type, Object defaultData) throws PortalException - Specified by:
updateColumn
in interfaceExpandoColumnService
- Throws:
PortalException
-
updateTypeSettings
- Specified by:
updateTypeSettings
in interfaceExpandoColumnService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<ExpandoColumnService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<ExpandoColumnService>
-