com.liferay.portlet.asset.service
Class AssetTagPropertyLocalServiceUtil
java.lang.Object
com.liferay.portlet.asset.service.AssetTagPropertyLocalServiceUtil
public class AssetTagPropertyLocalServiceUtil
- extends Object
This class provides static methods for the
AssetTagPropertyLocalService bean. The static methods of
this class calls the same methods of the bean instance. It's convenient to be
able to just write one line to call a method on a bean instead of writing a
lookup call and a method call.
- See Also:
AssetTagPropertyLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
static AssetTagProperty |
addAssetTagProperty(AssetTagProperty assetTagProperty)
|
static AssetTagProperty |
addTagProperty(long userId,
long tagId,
String key,
String value)
|
static AssetTagProperty |
createAssetTagProperty(long tagPropertyId)
|
static void |
deleteAssetTagProperty(AssetTagProperty assetTagProperty)
|
static void |
deleteAssetTagProperty(long tagPropertyId)
|
static void |
deleteTagProperties(long tagId)
|
static void |
deleteTagProperty(AssetTagProperty tagProperty)
|
static void |
deleteTagProperty(long tagPropertyId)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
static List<AssetTagProperty> |
getAssetTagProperties(int start,
int end)
|
static int |
getAssetTagPropertiesCount()
|
static AssetTagProperty |
getAssetTagProperty(long tagPropertyId)
|
static AssetTagPropertyLocalService |
getService()
|
static List<AssetTagProperty> |
getTagProperties()
|
static List<AssetTagProperty> |
getTagProperties(long tagId)
|
static AssetTagProperty |
getTagProperty(long tagPropertyId)
|
static AssetTagProperty |
getTagProperty(long tagId,
String key)
|
static String[] |
getTagPropertyKeys(long groupId)
|
static List<AssetTagProperty> |
getTagPropertyValues(long groupId,
String key)
|
void |
setService(AssetTagPropertyLocalService service)
|
static AssetTagProperty |
updateAssetTagProperty(AssetTagProperty assetTagProperty)
|
static AssetTagProperty |
updateAssetTagProperty(AssetTagProperty assetTagProperty,
boolean merge)
|
static AssetTagProperty |
updateTagProperty(long tagPropertyId,
String key,
String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagPropertyLocalServiceUtil
public AssetTagPropertyLocalServiceUtil()
addAssetTagProperty
public static AssetTagProperty addAssetTagProperty(AssetTagProperty assetTagProperty)
throws SystemException
- Throws:
SystemException
createAssetTagProperty
public static AssetTagProperty createAssetTagProperty(long tagPropertyId)
deleteAssetTagProperty
public static void deleteAssetTagProperty(long tagPropertyId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteAssetTagProperty
public static void deleteAssetTagProperty(AssetTagProperty assetTagProperty)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getAssetTagProperty
public static AssetTagProperty getAssetTagProperty(long tagPropertyId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAssetTagProperties
public static List<AssetTagProperty> getAssetTagProperties(int start,
int end)
throws SystemException
- Throws:
SystemException
getAssetTagPropertiesCount
public static int getAssetTagPropertiesCount()
throws SystemException
- Throws:
SystemException
updateAssetTagProperty
public static AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty)
throws SystemException
- Throws:
SystemException
updateAssetTagProperty
public static AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty,
boolean merge)
throws SystemException
- Throws:
SystemException
addTagProperty
public static AssetTagProperty addTagProperty(long userId,
long tagId,
String key,
String value)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteTagProperties
public static void deleteTagProperties(long tagId)
throws SystemException
- Throws:
SystemException
deleteTagProperty
public static void deleteTagProperty(AssetTagProperty tagProperty)
throws SystemException
- Throws:
SystemException
deleteTagProperty
public static void deleteTagProperty(long tagPropertyId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTagProperties
public static List<AssetTagProperty> getTagProperties()
throws SystemException
- Throws:
SystemException
getTagProperties
public static List<AssetTagProperty> getTagProperties(long tagId)
throws SystemException
- Throws:
SystemException
getTagProperty
public static AssetTagProperty getTagProperty(long tagPropertyId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTagProperty
public static AssetTagProperty getTagProperty(long tagId,
String key)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTagPropertyKeys
public static String[] getTagPropertyKeys(long groupId)
throws SystemException
- Throws:
SystemException
getTagPropertyValues
public static List<AssetTagProperty> getTagPropertyValues(long groupId,
String key)
throws SystemException
- Throws:
SystemException
updateTagProperty
public static AssetTagProperty updateTagProperty(long tagPropertyId,
String key,
String value)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static AssetTagPropertyLocalService getService()
setService
public void setService(AssetTagPropertyLocalService service)