Class ERAssetVocabularyLocalServiceUtil

java.lang.Object
com.liferay.external.reference.service.ERAssetVocabularyLocalServiceUtil

public class ERAssetVocabularyLocalServiceUtil extends Object
Provides the local service utility for ERAssetVocabulary. This utility wraps com.liferay.external.reference.service.impl.ERAssetVocabularyLocalServiceImpl and is an access point for service operations in application layer code running on the local server. 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:
  • Constructor Details

    • ERAssetVocabularyLocalServiceUtil

      public ERAssetVocabularyLocalServiceUtil()
  • Method Details

    • addOrUpdateVocabulary

      public static com.liferay.asset.kernel.model.AssetVocabulary addOrUpdateVocabulary(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) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getService

      public static ERAssetVocabularyLocalService getService()