Class ERAssetCategoryLocalServiceUtil
java.lang.Object
com.liferay.external.reference.service.ERAssetCategoryLocalServiceUtil
Provides the local service utility for ERAssetCategory. This utility wraps
com.liferay.external.reference.service.impl.ERAssetCategoryLocalServiceImpl 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.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) static StringReturns the OSGi service identifier.static ERAssetCategoryLocalService
-
Constructor Details
-
ERAssetCategoryLocalServiceUtil
public ERAssetCategoryLocalServiceUtil()
-
-
Method Details
-
addOrUpdateCategory
public static 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
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-