com.liferay.portlet.asset.service
Class AssetCategoryPropertyServiceUtil
java.lang.Object
com.liferay.portlet.asset.service.AssetCategoryPropertyServiceUtil
@ProviderType
public class AssetCategoryPropertyServiceUtil
- extends Object
Provides the remote service utility for AssetCategoryProperty. This utility wraps
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.
- See Also:
AssetCategoryPropertyService,
com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetCategoryPropertyServiceUtil
public AssetCategoryPropertyServiceUtil()
addCategoryProperty
public static AssetCategoryProperty addCategoryProperty(long entryId,
String key,
String value)
throws PortalException
- Throws:
PortalException
deleteCategoryProperty
public static void deleteCategoryProperty(long categoryPropertyId)
throws PortalException
- Throws:
PortalException
getCategoryProperties
public static List<AssetCategoryProperty> getCategoryProperties(long entryId)
getCategoryPropertyValues
public static List<AssetCategoryProperty> getCategoryPropertyValues(long companyId,
String key)
getOSGiServiceIdentifier
public static String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Returns:
- the OSGi service identifier
updateCategoryProperty
public static AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
String key,
String value)
throws PortalException
- Throws:
PortalException
updateCategoryProperty
public static AssetCategoryProperty updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
throws PortalException
- Throws:
PortalException
getService
public static AssetCategoryPropertyService getService()