public class ERAssetCategoryLocalServiceUtil
extends java.lang.Object
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.ERAssetCategoryLocalService
Constructor and Description |
---|
ERAssetCategoryLocalServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static com.liferay.asset.kernel.model.AssetCategory |
addOrUpdateCategory(java.lang.String externalReferenceCode,
long userId,
long groupId,
long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long vocabularyId,
java.lang.String[] categoryProperties,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ERAssetCategoryLocalService |
getService() |
public static com.liferay.asset.kernel.model.AssetCategory addOrUpdateCategory(java.lang.String externalReferenceCode, long userId, long groupId, long parentCategoryId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, long vocabularyId, java.lang.String[] categoryProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
ERAssetCategoryLocalServiceUtil
to access the er asset category local service. Add custom service methods to com.liferay.external.reference.service.impl.ERAssetCategoryLocalServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static ERAssetCategoryLocalService getService()