Interface ERAssetCategoryLocalService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseLocalService
- All Known Implementing Classes:
ERAssetCategoryLocalServiceWrapper
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface ERAssetCategoryLocalService
extends com.liferay.portal.kernel.service.BaseLocalService
Provides the local service interface for ERAssetCategory. 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.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.
-
Method Details
-
addOrUpdateCategory
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) - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-