public class ERAssetCategoryLocalServiceWrapper extends java.lang.Object implements ERAssetCategoryLocalService, ServiceWrapper<ERAssetCategoryLocalService>
ERAssetCategoryLocalService.ERAssetCategoryLocalService| Constructor and Description |
|---|
ERAssetCategoryLocalServiceWrapper(ERAssetCategoryLocalService erAssetCategoryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
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,
ServiceContext serviceContext) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ERAssetCategoryLocalService |
getWrappedService() |
void |
setWrappedService(ERAssetCategoryLocalService erAssetCategoryLocalService) |
public ERAssetCategoryLocalServiceWrapper(ERAssetCategoryLocalService erAssetCategoryLocalService)
public 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, ServiceContext serviceContext) throws PortalException
addOrUpdateCategory in interface ERAssetCategoryLocalServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ERAssetCategoryLocalServicepublic ERAssetCategoryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ERAssetCategoryLocalService>public void setWrappedService(ERAssetCategoryLocalService erAssetCategoryLocalService)
setWrappedService in interface ServiceWrapper<ERAssetCategoryLocalService>