Interface ERAssetVocabularyLocalService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseLocalService
- All Known Implementing Classes:
ERAssetVocabularyLocalServiceWrapper
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface ERAssetVocabularyLocalService
extends com.liferay.portal.kernel.service.BaseLocalService
Provides the local service interface for ERAssetVocabulary. Methods of this
service will not have security checks based on the propagated JAAS
credentials because this service can only be accessed from within the same
VM.
- See Also:
- Generated:
-
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.
-
Method Details
-
addOrUpdateVocabulary
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) - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-