Class ERAssetVocabularyLocalServiceWrapper
java.lang.Object
com.liferay.external.reference.service.ERAssetVocabularyLocalServiceWrapper
- All Implemented Interfaces:
ERAssetVocabularyLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.ServiceWrapper<ERAssetVocabularyLocalService>
public class ERAssetVocabularyLocalServiceWrapper
extends Object
implements ERAssetVocabularyLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ERAssetVocabularyLocalService>
Provides a wrapper for
ERAssetVocabularyLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionERAssetVocabularyLocalServiceWrapper(ERAssetVocabularyLocalService erAssetVocabularyLocalService) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.asset.kernel.model.AssetVocabularyaddOrUpdateVocabulary(String externalReferenceCode, long userId, long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, com.liferay.portal.kernel.service.ServiceContext serviceContext) Returns the OSGi service identifier.voidsetWrappedService(ERAssetVocabularyLocalService erAssetVocabularyLocalService)
-
Constructor Details
-
ERAssetVocabularyLocalServiceWrapper
public ERAssetVocabularyLocalServiceWrapper() -
ERAssetVocabularyLocalServiceWrapper
public ERAssetVocabularyLocalServiceWrapper(ERAssetVocabularyLocalService erAssetVocabularyLocalService)
-
-
Method Details
-
addOrUpdateVocabulary
public com.liferay.asset.kernel.model.AssetVocabulary addOrUpdateVocabulary(String externalReferenceCode, long userId, long groupId, String title, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String settings, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addOrUpdateVocabularyin interfaceERAssetVocabularyLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceERAssetVocabularyLocalService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ERAssetVocabularyLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ERAssetVocabularyLocalService>
-