public class ERAssetCategoryLocalServiceWrapper extends java.lang.Object implements ERAssetCategoryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ERAssetCategoryLocalService>
ERAssetCategoryLocalService.ERAssetCategoryLocalService| Constructor and Description |
|---|
ERAssetCategoryLocalServiceWrapper() |
ERAssetCategoryLocalServiceWrapper(ERAssetCategoryLocalService erAssetCategoryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ERAssetCategoryLocalService |
getWrappedService() |
void |
setWrappedService(ERAssetCategoryLocalService erAssetCategoryLocalService) |
public ERAssetCategoryLocalServiceWrapper()
public ERAssetCategoryLocalServiceWrapper(ERAssetCategoryLocalService erAssetCategoryLocalService)
public 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
addOrUpdateCategory in interface ERAssetCategoryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ERAssetCategoryLocalServicepublic ERAssetCategoryLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ERAssetCategoryLocalService>public void setWrappedService(ERAssetCategoryLocalService erAssetCategoryLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ERAssetCategoryLocalService>