com.liferay.portlet.asset.service
Class AssetTagPropertyLocalServiceUtil
java.lang.Object
com.liferay.portlet.asset.service.AssetTagPropertyLocalServiceUtil
public class AssetTagPropertyLocalServiceUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
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.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetTagPropertyLocalService
- Generated:
Method Summary |
static AssetTagProperty |
addAssetTagProperty(AssetTagProperty assetTagProperty)
|
static AssetTagProperty |
addTagProperty(long userId,
long tagId,
java.lang.String key,
java.lang.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 java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List<AssetTagProperty> |
getAssetTagProperties(int start,
int end)
|
static int |
getAssetTagPropertiesCount()
|
static AssetTagProperty |
getAssetTagProperty(long tagPropertyId)
|
static AssetTagPropertyLocalService |
getService()
|
static java.util.List<AssetTagProperty> |
getTagProperties()
|
static java.util.List<AssetTagProperty> |
getTagProperties(long tagId)
|
static AssetTagProperty |
getTagProperty(long tagPropertyId)
|
static AssetTagProperty |
getTagProperty(long tagId,
java.lang.String key)
|
static java.lang.String[] |
getTagPropertyKeys(long groupId)
|
static java.util.List<AssetTagProperty> |
getTagPropertyValues(long groupId,
java.lang.String key)
|
void |
setService(AssetTagPropertyLocalService service)
|
static AssetTagProperty |
updateAssetTagProperty(AssetTagProperty assetTagProperty)
|
static AssetTagProperty |
updateAssetTagProperty(AssetTagProperty assetTagProperty,
boolean merge)
|
static AssetTagProperty |
updateTagProperty(long tagPropertyId,
java.lang.String key,
java.lang.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 com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
createAssetTagProperty
public static AssetTagProperty createAssetTagProperty(long tagPropertyId)
deleteAssetTagProperty
public static void deleteAssetTagProperty(long tagPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteAssetTagProperty
public static void deleteAssetTagProperty(AssetTagProperty assetTagProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAssetTagProperty
public static AssetTagProperty getAssetTagProperty(long tagPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getAssetTagProperties
public static java.util.List<AssetTagProperty> getAssetTagProperties(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAssetTagPropertiesCount
public static int getAssetTagPropertiesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetTagProperty
public static AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetTagProperty
public static AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
addTagProperty
public static AssetTagProperty addTagProperty(long userId,
long tagId,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteTagProperties
public static void deleteTagProperties(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteTagProperty
public static void deleteTagProperty(AssetTagProperty tagProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteTagProperty
public static void deleteTagProperty(long tagPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTagProperties
public static java.util.List<AssetTagProperty> getTagProperties()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTagProperties
public static java.util.List<AssetTagProperty> getTagProperties(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTagProperty
public static AssetTagProperty getTagProperty(long tagPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTagProperty
public static AssetTagProperty getTagProperty(long tagId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTagPropertyKeys
public static java.lang.String[] getTagPropertyKeys(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTagPropertyValues
public static java.util.List<AssetTagProperty> getTagPropertyValues(long groupId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateTagProperty
public static AssetTagProperty updateTagProperty(long tagPropertyId,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getService
public static AssetTagPropertyLocalService getService()
setService
public void setService(AssetTagPropertyLocalService service)