Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.asset.model.AssetTagProperty

Packages that use AssetTagProperty
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.persistence   
 

Uses of AssetTagProperty in com.liferay.portlet.asset.model
 

Classes in com.liferay.portlet.asset.model that implement AssetTagProperty
 class AssetTagPropertyWrapper
           This class is a wrapper for AssetTagProperty.
 

Methods in com.liferay.portlet.asset.model that return AssetTagProperty
 AssetTagProperty AssetTagPropertyWrapper.getWrappedAssetTagProperty()
          Deprecated. Renamed to AssetTagPropertyWrapper.getWrappedModel()
 AssetTagProperty AssetTagPropertyWrapper.getWrappedModel()
           
 AssetTagProperty AssetTagPropertyWrapper.toEscapedModel()
           
 AssetTagProperty AssetTagPropertyModel.toEscapedModel()
           
 AssetTagProperty AssetTagPropertyWrapper.toUnescapedModel()
           
 AssetTagProperty AssetTagPropertyModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.asset.model that return types with arguments of type AssetTagProperty
 CacheModel<AssetTagProperty> AssetTagPropertyWrapper.toCacheModel()
           
 CacheModel<AssetTagProperty> AssetTagPropertyModel.toCacheModel()
           
 

Methods in com.liferay.portlet.asset.model with parameters of type AssetTagProperty
 int AssetTagPropertyWrapper.compareTo(AssetTagProperty assetTagProperty)
           
 int AssetTagPropertyModel.compareTo(AssetTagProperty assetTagProperty)
           
static AssetTagPropertySoap AssetTagPropertySoap.toSoapModel(AssetTagProperty model)
           
static AssetTagPropertySoap[] AssetTagPropertySoap.toSoapModels(AssetTagProperty[] models)
           
static AssetTagPropertySoap[][] AssetTagPropertySoap.toSoapModels(AssetTagProperty[][] models)
           
 

Method parameters in com.liferay.portlet.asset.model with type arguments of type AssetTagProperty
static AssetTagPropertySoap[] AssetTagPropertySoap.toSoapModels(List<AssetTagProperty> models)
           
 

Constructors in com.liferay.portlet.asset.model with parameters of type AssetTagProperty
AssetTagPropertyWrapper(AssetTagProperty assetTagProperty)
           
 

Uses of AssetTagProperty in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service that return AssetTagProperty
static AssetTagProperty AssetTagPropertyLocalServiceUtil.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
 AssetTagProperty AssetTagPropertyLocalService.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.addTagProperty(long userId, long tagId, String key, String value)
          Adds an asset tag property.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.addTagProperty(long userId, long tagId, String key, String value)
          Adds an asset tag property.
 AssetTagProperty AssetTagPropertyLocalService.addTagProperty(long userId, long tagId, String key, String value)
          Adds an asset tag property.
 AssetTagProperty AssetTagPropertyService.addTagProperty(long tagId, String key, String value)
          Adds an asset tag property.
static AssetTagProperty AssetTagPropertyServiceUtil.addTagProperty(long tagId, String key, String value)
          Adds an asset tag property.
 AssetTagProperty AssetTagPropertyServiceWrapper.addTagProperty(long tagId, String key, String value)
          Adds an asset tag property.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.createAssetTagProperty(long tagPropertyId)
          Creates a new asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.createAssetTagProperty(long tagPropertyId)
          Creates a new asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyLocalService.createAssetTagProperty(long tagPropertyId)
          Creates a new asset tag property with the primary key.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
          Deletes the asset tag property from the database.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
          Deletes the asset tag property from the database.
 AssetTagProperty AssetTagPropertyLocalService.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
          Deletes the asset tag property from the database.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.deleteAssetTagProperty(long tagPropertyId)
          Deletes the asset tag property with the primary key from the database.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.deleteAssetTagProperty(long tagPropertyId)
          Deletes the asset tag property with the primary key from the database.
 AssetTagProperty AssetTagPropertyLocalService.deleteAssetTagProperty(long tagPropertyId)
          Deletes the asset tag property with the primary key from the database.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.fetchAssetTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.fetchAssetTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalService.fetchAssetTagProperty(long tagPropertyId)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.getAssetTagProperty(long tagPropertyId)
          Returns the asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.getAssetTagProperty(long tagPropertyId)
          Returns the asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyLocalService.getAssetTagProperty(long tagPropertyId)
          Returns the asset tag property with the primary key.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.getTagProperty(long tagPropertyId)
          Returns the asset tag property with the specified ID.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.getTagProperty(long tagPropertyId)
          Returns the asset tag property with the specified ID.
 AssetTagProperty AssetTagPropertyLocalService.getTagProperty(long tagPropertyId)
          Returns the asset tag property with the specified ID.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.getTagProperty(long tagId, String key)
          Returns the asset tag property with the specified tag ID and key.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.getTagProperty(long tagId, String key)
          Returns the asset tag property with the specified tag ID and key.
 AssetTagProperty AssetTagPropertyLocalService.getTagProperty(long tagId, String key)
          Returns the asset tag property with the specified tag ID and key.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database or adds it if it does not yet exist.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyService.updateTagProperty(long tagPropertyId, String key, String value)
          Updates the asset tag property.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateTagProperty(long tagPropertyId, String key, String value)
          Updates the asset tag property.
static AssetTagProperty AssetTagPropertyServiceUtil.updateTagProperty(long tagPropertyId, String key, String value)
          Updates the asset tag property.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateTagProperty(long tagPropertyId, String key, String value)
          Updates the asset tag property.
 AssetTagProperty AssetTagPropertyLocalService.updateTagProperty(long tagPropertyId, String key, String value)
          Updates the asset tag property.
 AssetTagProperty AssetTagPropertyServiceWrapper.updateTagProperty(long tagPropertyId, String key, String value)
          Updates the asset tag property.
 

Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetTagProperty
static List<AssetTagProperty> AssetTagPropertyLocalServiceUtil.getAssetTagProperties(int start, int end)
          Returns a range of all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyLocalServiceWrapper.getAssetTagProperties(int start, int end)
          Returns a range of all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyLocalService.getAssetTagProperties(int start, int end)
          Returns a range of all the asset tag properties.
static List<AssetTagProperty> AssetTagPropertyLocalServiceUtil.getTagProperties()
          Returns all the asset tag property instances.
 List<AssetTagProperty> AssetTagPropertyLocalServiceWrapper.getTagProperties()
          Returns all the asset tag property instances.
 List<AssetTagProperty> AssetTagPropertyLocalService.getTagProperties()
          Returns all the asset tag property instances.
 List<AssetTagProperty> AssetTagPropertyService.getTagProperties(long tagId)
          Returns all the asset tag property instances with the specified tag ID.
static List<AssetTagProperty> AssetTagPropertyLocalServiceUtil.getTagProperties(long tagId)
          Returns all the asset tag property instances with the specified tag ID.
static List<AssetTagProperty> AssetTagPropertyServiceUtil.getTagProperties(long tagId)
          Returns all the asset tag property instances with the specified tag ID.
 List<AssetTagProperty> AssetTagPropertyLocalServiceWrapper.getTagProperties(long tagId)
          Returns all the asset tag property instances with the specified tag ID.
 List<AssetTagProperty> AssetTagPropertyLocalService.getTagProperties(long tagId)
          Returns all the asset tag property instances with the specified tag ID.
 List<AssetTagProperty> AssetTagPropertyServiceWrapper.getTagProperties(long tagId)
          Returns all the asset tag property instances with the specified tag ID.
 List<AssetTagProperty> AssetTagPropertyService.getTagPropertyValues(long companyId, String key)
          Returns asset tag properties with the specified group and key.
static List<AssetTagProperty> AssetTagPropertyLocalServiceUtil.getTagPropertyValues(long groupId, String key)
          Returns asset tag properties with the specified group and key.
static List<AssetTagProperty> AssetTagPropertyServiceUtil.getTagPropertyValues(long companyId, String key)
          Returns asset tag properties with the specified group and key.
 List<AssetTagProperty> AssetTagPropertyLocalServiceWrapper.getTagPropertyValues(long groupId, String key)
          Returns asset tag properties with the specified group and key.
 List<AssetTagProperty> AssetTagPropertyLocalService.getTagPropertyValues(long groupId, String key)
          Returns asset tag properties with the specified group and key.
 List<AssetTagProperty> AssetTagPropertyServiceWrapper.getTagPropertyValues(long companyId, String key)
          Returns asset tag properties with the specified group and key.
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetTagProperty
static AssetTagProperty AssetTagPropertyLocalServiceUtil.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
 AssetTagProperty AssetTagPropertyLocalService.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
          Deletes the asset tag property from the database.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
          Deletes the asset tag property from the database.
 AssetTagProperty AssetTagPropertyLocalService.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
          Deletes the asset tag property from the database.
static void AssetTagPropertyLocalServiceUtil.deleteTagProperty(AssetTagProperty tagProperty)
          Deletes the asset tag property instance.
 void AssetTagPropertyLocalServiceWrapper.deleteTagProperty(AssetTagProperty tagProperty)
          Deletes the asset tag property instance.
 void AssetTagPropertyLocalService.deleteTagProperty(AssetTagProperty tagProperty)
          Deletes the asset tag property instance.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database or adds it if it does not yet exist.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 

Uses of AssetTagProperty in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetTagProperty
 AssetTagProperty AssetTagPropertyPersistence.create(long tagPropertyId)
          Creates a new asset tag property with the primary key.
static AssetTagProperty AssetTagPropertyUtil.create(long tagPropertyId)
          Creates a new asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyPersistence.fetchByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ? and key = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ? and key = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByPrimaryKey(long tagPropertyId)
          Returns the asset tag property with the primary key or returns null if it could not be found.
static AssetTagProperty AssetTagPropertyUtil.fetchByPrimaryKey(long tagPropertyId)
          Returns the asset tag property with the primary key or returns null if it could not be found.
 AssetTagProperty AssetTagPropertyPersistence.fetchByT_K(long tagId, String key)
          Returns the asset tag property where tagId = ? and key = ? or returns null if it could not be found.
static AssetTagProperty AssetTagPropertyUtil.fetchByT_K(long tagId, String key)
          Returns the asset tag property where tagId = ? and key = ? or returns null if it could not be found.
 AssetTagProperty AssetTagPropertyPersistence.fetchByT_K(long tagId, String key, boolean retrieveFromCache)
          Returns the asset tag property where tagId = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
static AssetTagProperty AssetTagPropertyUtil.fetchByT_K(long tagId, String key, boolean retrieveFromCache)
          Returns the asset tag property where tagId = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
 AssetTagProperty AssetTagPropertyPersistence.fetchByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where tagId = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistence.fetchByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where tagId = ?.
static AssetTagProperty AssetTagPropertyUtil.fetchByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ? and key = ?.
static AssetTagProperty AssetTagPropertyUtil.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ? and key = ?.
static AssetTagProperty AssetTagPropertyUtil.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty[] AssetTagPropertyPersistence.findByC_K_PrevAndNext(long tagPropertyId, long companyId, String key, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ? and key = ?.
static AssetTagProperty[] AssetTagPropertyUtil.findByC_K_PrevAndNext(long tagPropertyId, long companyId, String key, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ?.
static AssetTagProperty AssetTagPropertyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ?.
static AssetTagProperty AssetTagPropertyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where companyId = ?.
 AssetTagProperty[] AssetTagPropertyPersistence.findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ?.
static AssetTagProperty[] AssetTagPropertyUtil.findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByPrimaryKey(long tagPropertyId)
          Returns the asset tag property with the primary key or throws a NoSuchTagPropertyException if it could not be found.
static AssetTagProperty AssetTagPropertyUtil.findByPrimaryKey(long tagPropertyId)
          Returns the asset tag property with the primary key or throws a NoSuchTagPropertyException if it could not be found.
 AssetTagProperty AssetTagPropertyPersistence.findByT_K(long tagId, String key)
          Returns the asset tag property where tagId = ? and key = ? or throws a NoSuchTagPropertyException if it could not be found.
static AssetTagProperty AssetTagPropertyUtil.findByT_K(long tagId, String key)
          Returns the asset tag property where tagId = ? and key = ? or throws a NoSuchTagPropertyException if it could not be found.
 AssetTagProperty AssetTagPropertyPersistence.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where tagId = ?.
static AssetTagProperty AssetTagPropertyUtil.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Returns the first asset tag property in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where tagId = ?.
static AssetTagProperty AssetTagPropertyUtil.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Returns the last asset tag property in the ordered set where tagId = ?.
 AssetTagProperty[] AssetTagPropertyPersistence.findByTagId_PrevAndNext(long tagPropertyId, long tagId, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where tagId = ?.
static AssetTagProperty[] AssetTagPropertyUtil.findByTagId_PrevAndNext(long tagPropertyId, long tagId, OrderByComparator orderByComparator)
          Returns the asset tag properties before and after the current asset tag property in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistence.remove(long tagPropertyId)
          Removes the asset tag property with the primary key from the database.
static AssetTagProperty AssetTagPropertyUtil.remove(long tagPropertyId)
          Removes the asset tag property with the primary key from the database.
 AssetTagProperty AssetTagPropertyPersistence.removeByT_K(long tagId, String key)
          Removes the asset tag property where tagId = ? and key = ? from the database.
static AssetTagProperty AssetTagPropertyUtil.removeByT_K(long tagId, String key)
          Removes the asset tag property where tagId = ? and key = ? from the database.
static AssetTagProperty AssetTagPropertyUtil.update(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty AssetTagPropertyUtil.update(AssetTagProperty assetTagProperty, boolean merge, ServiceContext serviceContext)
           
 AssetTagProperty AssetTagPropertyPersistence.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty AssetTagPropertyUtil.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetTagProperty
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll()
          Returns all the asset tag properties.
static List<AssetTagProperty> AssetTagPropertyUtil.findAll()
          Returns all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll(int start, int end)
          Returns a range of all the asset tag properties.
static List<AssetTagProperty> AssetTagPropertyUtil.findAll(int start, int end)
          Returns a range of all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties.
static List<AssetTagProperty> AssetTagPropertyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByC_K(long companyId, String key)
          Returns all the asset tag properties where companyId = ? and key = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByC_K(long companyId, String key)
          Returns all the asset tag properties where companyId = ? and key = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByC_K(long companyId, String key, int start, int end)
          Returns a range of all the asset tag properties where companyId = ? and key = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByC_K(long companyId, String key, int start, int end)
          Returns a range of all the asset tag properties where companyId = ? and key = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where companyId = ? and key = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where companyId = ? and key = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByCompanyId(long companyId)
          Returns all the asset tag properties where companyId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByCompanyId(long companyId)
          Returns all the asset tag properties where companyId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the asset tag properties where companyId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the asset tag properties where companyId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where companyId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where companyId = ?.
static List<AssetTagProperty> AssetTagPropertyFinderUtil.findByG_K(long groupId, String key)
           
 List<AssetTagProperty> AssetTagPropertyFinder.findByG_K(long groupId, String key)
           
static List<AssetTagProperty> AssetTagPropertyFinderUtil.findByG_K(long groupId, String key, int start, int end)
           
 List<AssetTagProperty> AssetTagPropertyFinder.findByG_K(long groupId, String key, int start, int end)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findByTagId(long tagId)
          Returns all the asset tag properties where tagId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByTagId(long tagId)
          Returns all the asset tag properties where tagId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByTagId(long tagId, int start, int end)
          Returns a range of all the asset tag properties where tagId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByTagId(long tagId, int start, int end)
          Returns a range of all the asset tag properties where tagId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where tagId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tag properties where tagId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetTagProperty
 void AssetTagPropertyPersistence.cacheResult(AssetTagProperty assetTagProperty)
          Caches the asset tag property in the entity cache if it is enabled.
static void AssetTagPropertyUtil.cacheResult(AssetTagProperty assetTagProperty)
          Caches the asset tag property in the entity cache if it is enabled.
static void AssetTagPropertyUtil.clearCache(AssetTagProperty assetTagProperty)
           
static AssetTagProperty AssetTagPropertyUtil.update(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty AssetTagPropertyUtil.update(AssetTagProperty assetTagProperty, boolean merge, ServiceContext serviceContext)
           
 AssetTagProperty AssetTagPropertyPersistence.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty AssetTagPropertyUtil.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
 

Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetTagProperty
 void AssetTagPropertyPersistence.cacheResult(List<AssetTagProperty> assetTagProperties)
          Caches the asset tag properties in the entity cache if it is enabled.
static void AssetTagPropertyUtil.cacheResult(List<AssetTagProperty> assetTagProperties)
          Caches the asset tag properties in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3