public class ERAssetVocabularyLocalServiceWrapper extends java.lang.Object implements ERAssetVocabularyLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ERAssetVocabularyLocalService>
ERAssetVocabularyLocalService
.ERAssetVocabularyLocalService
Constructor and Description |
---|
ERAssetVocabularyLocalServiceWrapper(ERAssetVocabularyLocalService erAssetVocabularyLocalService) |
Modifier and Type | Method and Description |
---|---|
com.liferay.asset.kernel.model.AssetVocabulary |
addOrUpdateVocabulary(java.lang.String externalReferenceCode,
long userId,
long groupId,
java.lang.String title,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String settings,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ERAssetVocabularyLocalService |
getWrappedService() |
void |
setWrappedService(ERAssetVocabularyLocalService erAssetVocabularyLocalService) |
public ERAssetVocabularyLocalServiceWrapper(ERAssetVocabularyLocalService erAssetVocabularyLocalService)
public com.liferay.asset.kernel.model.AssetVocabulary addOrUpdateVocabulary(java.lang.String externalReferenceCode, long userId, long groupId, java.lang.String title, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String settings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
ERAssetVocabularyLocalServiceUtil
to access the er asset vocabulary local service. Add custom service methods to com.liferay.external.reference.service.impl.ERAssetVocabularyLocalServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.addOrUpdateVocabulary
in interface ERAssetVocabularyLocalService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ERAssetVocabularyLocalService
public ERAssetVocabularyLocalService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ERAssetVocabularyLocalService>
public void setWrappedService(ERAssetVocabularyLocalService erAssetVocabularyLocalService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ERAssetVocabularyLocalService>