public class ERAssetCategoryLocalServiceWrapper extends java.lang.Object implements ERAssetCategoryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ERAssetCategoryLocalService>
ERAssetCategoryLocalService
.ERAssetCategoryLocalService
Constructor and Description |
---|
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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ERAssetCategoryLocalService |
getWrappedService() |
void |
setWrappedService(ERAssetCategoryLocalService erAssetCategoryLocalService) |
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
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.addOrUpdateCategory
in interface ERAssetCategoryLocalService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ERAssetCategoryLocalService
public 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>