Class ERAssetCategoryLocalServiceWrapper
java.lang.Object
com.liferay.external.reference.service.ERAssetCategoryLocalServiceWrapper
- All Implemented Interfaces:
ERAssetCategoryLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.ServiceWrapper<ERAssetCategoryLocalService>
public class ERAssetCategoryLocalServiceWrapper
extends Object
implements ERAssetCategoryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ERAssetCategoryLocalService>
Provides a wrapper for
ERAssetCategoryLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionERAssetCategoryLocalServiceWrapper(ERAssetCategoryLocalService erAssetCategoryLocalService) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.asset.kernel.model.AssetCategoryaddOrUpdateCategory(String externalReferenceCode, long userId, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) Returns the OSGi service identifier.voidsetWrappedService(ERAssetCategoryLocalService erAssetCategoryLocalService)
-
Constructor Details
-
ERAssetCategoryLocalServiceWrapper
public ERAssetCategoryLocalServiceWrapper() -
ERAssetCategoryLocalServiceWrapper
-
-
Method Details
-
addOrUpdateCategory
public com.liferay.asset.kernel.model.AssetCategory addOrUpdateCategory(String externalReferenceCode, long userId, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, long vocabularyId, String[] categoryProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addOrUpdateCategoryin interfaceERAssetCategoryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceERAssetCategoryLocalService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ERAssetCategoryLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ERAssetCategoryLocalService>
-