Class ListTypeServiceWrapper
java.lang.Object
com.liferay.portal.kernel.service.ListTypeServiceWrapper
- All Implemented Interfaces:
IdentifiableOSGiService,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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchListType(long companyId, String name, String type) getListType(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
-
fetchListType
- Specified by:
fetchListTypein interfaceListTypeService
-
getListType
- Specified by:
getListTypein interfaceListTypeService- Throws:
PortalException
-
getListType
- Specified by:
getListTypein interfaceListTypeService- Throws:
PortalException
-
getListTypeId
- Specified by:
getListTypeIdin interfaceListTypeService- Throws:
PortalException
-
getListTypes
- Specified by:
getListTypesin interfaceListTypeService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceIdentifiableOSGiService- Specified by:
getOSGiServiceIdentifierin interfaceListTypeService- Specified by:
getOSGiServiceIdentifierin interfaceServiceWrapper<ListTypeService>- 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>
-