com.liferay.asset.category.property.service.impl.AssetCategoryPropertyServiceImpl@Deprecated
public class AssetCategoryPropertyServiceUtil
extends Object
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl and is an
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.AssetCategoryPropertyService| Constructor and Description |
|---|
AssetCategoryPropertyServiceUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AssetCategoryProperty |
addCategoryProperty(long entryId,
String key,
String value)
Deprecated.
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static void |
deleteCategoryProperty(long categoryPropertyId)
Deprecated.
|
static List<AssetCategoryProperty> |
getCategoryProperties(long entryId)
Deprecated.
|
static List<AssetCategoryProperty> |
getCategoryPropertyValues(long companyId,
String key)
Deprecated.
|
static String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
static AssetCategoryPropertyService |
getService()
Deprecated.
|
static AssetCategoryProperty |
updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
Deprecated.
|
static AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
String key,
String value)
Deprecated.
|
public AssetCategoryPropertyServiceUtil()
public static AssetCategoryProperty addCategoryProperty(long entryId, String key, String value) throws PortalException
AssetCategoryPropertyServiceUtil to access the asset category property remote service. Add custom service methods to com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionpublic static void deleteCategoryProperty(long categoryPropertyId)
throws PortalException
PortalExceptionpublic static List<AssetCategoryProperty> getCategoryProperties(long entryId)
public static List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, String key)
public static String getOSGiServiceIdentifier()
public static AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, String key, String value) throws PortalException
PortalExceptionpublic static AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value) throws PortalException
PortalExceptionpublic static AssetCategoryPropertyService getService()