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) longgetListTypeId(long companyId, String name, String type) getListTypes(long companyId, String type) Returns the OSGi service identifier.voidsetWrappedService(ListTypeService listTypeService) voidvoid
-
Constructor Details
-
ListTypeServiceWrapper
public ListTypeServiceWrapper() -
ListTypeServiceWrapper
-
-
Method Details
-
getListType
- Specified by:
getListTypein interfaceListTypeService- Throws:
PortalException
-
getListType
- Specified by:
getListTypein interfaceListTypeService
-
getListTypeId
- Specified by:
getListTypeIdin interfaceListTypeService
-
getListTypes
- Specified by:
getListTypesin interfaceListTypeService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceListTypeService- Returns:
- the OSGi service identifier
-
validate
- Specified by:
validatein interfaceListTypeService- Throws:
PortalException
-
validate
- Specified by:
validatein interfaceListTypeService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<ListTypeService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<ListTypeService>
-