Class ListTypeServiceWrapper
Object
com.liferay.portal.kernel.service.ListTypeServiceWrapper
- All Implemented Interfaces:
BaseService
,ListTypeService
,ServiceWrapper<ListTypeService>
public class ListTypeServiceWrapper
extends Object
implements ListTypeService, ServiceWrapper<ListTypeService>
Provides a wrapper for
ListTypeService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetListType
(long listTypeId) getListType
(long companyId, String name, String type) long
getListTypeId
(long companyId, String name, String type) getListTypes
(long companyId, String type) Returns the OSGi service identifier.void
setWrappedService
(ListTypeService listTypeService) void
void
-
Constructor Details
-
ListTypeServiceWrapper
public ListTypeServiceWrapper() -
ListTypeServiceWrapper
-
-
Method Details
-
getListType
- Specified by:
getListType
in interfaceListTypeService
- Throws:
PortalException
-
getListType
- Specified by:
getListType
in interfaceListTypeService
-
getListTypeId
- Specified by:
getListTypeId
in interfaceListTypeService
-
getListTypes
- Specified by:
getListTypes
in interfaceListTypeService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceListTypeService
- Returns:
- the OSGi service identifier
-
validate
- Specified by:
validate
in interfaceListTypeService
- Throws:
PortalException
-
validate
- Specified by:
validate
in interfaceListTypeService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<ListTypeService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<ListTypeService>
-