Liferay 7.0-ce-b4

com.liferay.portlet.asset.service
Class AssetCategoryPropertyServiceUtil

java.lang.Object
  extended by 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

Constructor Summary
AssetCategoryPropertyServiceUtil()
           
 
Method Summary
static AssetCategoryProperty addCategoryProperty(long entryId, String key, String value)
           
static void deleteCategoryProperty(long categoryPropertyId)
           
static List<AssetCategoryProperty> getCategoryProperties(long entryId)
           
static List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, String key)
           
static String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
static AssetCategoryPropertyService getService()
           
static AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, String key, String value)
           
static AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetCategoryPropertyServiceUtil

public AssetCategoryPropertyServiceUtil()
Method Detail

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()

Liferay 7.0-ce-b4