Liferay 6.0.5

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

Packages that use AssetTagProperty
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.service   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.http   
com.liferay.portlet.asset.service.impl   
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()
           
 AssetTagProperty AssetTagPropertyWrapper.toEscapedModel()
           
 AssetTagProperty AssetTagPropertyModel.toEscapedModel()
          Gets a copy of this asset tag property as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement AssetTagProperty
 class AssetTagPropertyImpl
           
 

Methods in com.liferay.portlet.asset.model.impl that return AssetTagProperty
 AssetTagProperty AssetTagPropertyModelImpl.toEscapedModel()
           
static AssetTagProperty AssetTagPropertyModelImpl.toModel(AssetTagPropertySoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.asset.model.impl that return types with arguments of type AssetTagProperty
static List<AssetTagProperty> AssetTagPropertyModelImpl.toModels(AssetTagPropertySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.asset.model.impl with parameters of type AssetTagProperty
 int AssetTagPropertyModelImpl.compareTo(AssetTagProperty assetTagProperty)
           
 

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

Methods in com.liferay.portlet.asset.service that return AssetTagProperty
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
 AssetTagProperty AssetTagPropertyLocalService.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.addTagProperty(long userId, long tagId, String key, String value)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.addTagProperty(long userId, long tagId, String key, String value)
           
 AssetTagProperty AssetTagPropertyLocalService.addTagProperty(long userId, long tagId, String key, String value)
           
 AssetTagProperty AssetTagPropertyServiceWrapper.addTagProperty(long tagId, String key, String value)
           
static AssetTagProperty AssetTagPropertyServiceUtil.addTagProperty(long tagId, String key, String value)
           
 AssetTagProperty AssetTagPropertyService.addTagProperty(long tagId, String key, String value)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.createAssetTagProperty(long tagPropertyId)
          Creates a new asset tag property with the primary key.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.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.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.getAssetTagProperty(long tagPropertyId)
          Gets the asset tag property with the primary key.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.getAssetTagProperty(long tagPropertyId)
          Gets the asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyLocalService.getAssetTagProperty(long tagPropertyId)
          Gets the asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.getTagProperty(long tagPropertyId)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.getTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalService.getTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.getTagProperty(long tagId, String key)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.getTagProperty(long tagId, String key)
           
 AssetTagProperty AssetTagPropertyLocalService.getTagProperty(long tagId, String key)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database.
 AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database.
 AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database.
 AssetTagProperty AssetTagPropertyServiceWrapper.updateTagProperty(long tagPropertyId, String key, String value)
           
static AssetTagProperty AssetTagPropertyServiceUtil.updateTagProperty(long tagPropertyId, String key, String value)
           
 AssetTagProperty AssetTagPropertyService.updateTagProperty(long tagPropertyId, String key, String value)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateTagProperty(long tagPropertyId, String key, String value)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateTagProperty(long tagPropertyId, String key, String value)
           
 AssetTagProperty AssetTagPropertyLocalService.updateTagProperty(long tagPropertyId, String key, String value)
           
 

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

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

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

Methods in com.liferay.portlet.asset.service.base that return AssetTagProperty
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.createAssetTagProperty(long tagPropertyId)
          Creates a new asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.getAssetTagProperty(long tagPropertyId)
          Gets the asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database.
 

Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetTagProperty
 List<AssetTagProperty> AssetTagPropertyLocalServiceBaseImpl.getAssetTagProperties(int start, int end)
          Gets a range of all the asset tag properties.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagProperty
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
 void AssetTagPropertyLocalServiceBaseImpl.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
          Deletes the asset tag property from the database.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database.
 

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

Methods in com.liferay.portlet.asset.service.http that return AssetTagProperty
static AssetTagProperty AssetTagPropertyServiceHttp.addTagProperty(HttpPrincipal httpPrincipal, long tagId, String key, String value)
           
static AssetTagProperty AssetTagPropertyServiceHttp.updateTagProperty(HttpPrincipal httpPrincipal, long tagPropertyId, String key, String value)
           
 

Methods in com.liferay.portlet.asset.service.http that return types with arguments of type AssetTagProperty
static List<AssetTagProperty> AssetTagPropertyServiceHttp.getTagProperties(HttpPrincipal httpPrincipal, long tagId)
           
static List<AssetTagProperty> AssetTagPropertyServiceHttp.getTagPropertyValues(HttpPrincipal httpPrincipal, long companyId, String key)
           
 

Methods in com.liferay.portlet.asset.service.http with parameters of type AssetTagProperty
static JSONArray AssetTagPropertyJSONSerializer.toJSONArray(AssetTagProperty[] models)
           
static JSONArray AssetTagPropertyJSONSerializer.toJSONArray(AssetTagProperty[][] models)
           
static JSONObject AssetTagPropertyJSONSerializer.toJSONObject(AssetTagProperty model)
           
 

Method parameters in com.liferay.portlet.asset.service.http with type arguments of type AssetTagProperty
static JSONArray AssetTagPropertyJSONSerializer.toJSONArray(List<AssetTagProperty> models)
           
 

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

Methods in com.liferay.portlet.asset.service.impl that return AssetTagProperty
 AssetTagProperty AssetTagPropertyLocalServiceImpl.addTagProperty(long userId, long tagId, String key, String value)
           
 AssetTagProperty AssetTagPropertyServiceImpl.addTagProperty(long tagId, String key, String value)
           
 AssetTagProperty AssetTagPropertyLocalServiceImpl.getTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalServiceImpl.getTagProperty(long tagId, String key)
           
 AssetTagProperty AssetTagPropertyServiceImpl.updateTagProperty(long tagPropertyId, String key, String value)
           
 AssetTagProperty AssetTagPropertyLocalServiceImpl.updateTagProperty(long tagPropertyId, String key, String value)
           
 

Methods in com.liferay.portlet.asset.service.impl that return types with arguments of type AssetTagProperty
 List<AssetTagProperty> AssetTagPropertyLocalServiceImpl.getTagProperties()
           
 List<AssetTagProperty> AssetTagPropertyServiceImpl.getTagProperties(long tagId)
           
 List<AssetTagProperty> AssetTagPropertyLocalServiceImpl.getTagProperties(long tagId)
           
 List<AssetTagProperty> AssetTagPropertyServiceImpl.getTagPropertyValues(long companyId, String key)
           
 List<AssetTagProperty> AssetTagPropertyLocalServiceImpl.getTagPropertyValues(long groupId, String key)
           
 

Methods in com.liferay.portlet.asset.service.impl with parameters of type AssetTagProperty
 void AssetTagPropertyLocalServiceImpl.deleteTagProperty(AssetTagProperty tagProperty)
           
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetTagProperty
static AssetTagProperty AssetTagPropertyUtil.create(long tagPropertyId)
          Creates a new asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyPersistence.create(long tagPropertyId)
          Creates a new asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyPersistenceImpl.create(long tagPropertyId)
          Creates a new asset tag property with the primary key.
static AssetTagProperty AssetTagPropertyUtil.fetchByPrimaryKey(long tagPropertyId)
          Finds the asset tag property with the primary key or returns null if it could not be found.
 AssetTagProperty AssetTagPropertyPersistence.fetchByPrimaryKey(long tagPropertyId)
          Finds the asset tag property with the primary key or returns null if it could not be found.
 AssetTagProperty AssetTagPropertyPersistenceImpl.fetchByPrimaryKey(long tagPropertyId)
          Finds the asset tag property with the primary key or returns null if it could not be found.
 AssetTagProperty AssetTagPropertyPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the asset tag property with the primary key or returns null if it could not be found.
static AssetTagProperty AssetTagPropertyUtil.fetchByT_K(long tagId, String key)
          Finds 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)
          Finds the asset tag property where tagId = ? and key = ? or returns null if it could not be found.
 AssetTagProperty AssetTagPropertyPersistenceImpl.fetchByT_K(long tagId, String key)
          Finds 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, boolean retrieveFromCache)
          Finds the asset tag property where tagId = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
 AssetTagProperty AssetTagPropertyPersistence.fetchByT_K(long tagId, String key, boolean retrieveFromCache)
          Finds the asset tag property where tagId = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
 AssetTagProperty AssetTagPropertyPersistenceImpl.fetchByT_K(long tagId, String key, boolean retrieveFromCache)
          Finds 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.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Finds the first asset tag property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Finds the first asset tag property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Finds the first asset tag property in the ordered set where companyId = ? and key = ?.
static AssetTagProperty AssetTagPropertyUtil.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Finds the last asset tag property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Finds the last asset tag property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Finds the last 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)
          Finds the asset tag properties before and after the current asset tag property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty[] AssetTagPropertyPersistence.findByC_K_PrevAndNext(long tagPropertyId, long companyId, String key, OrderByComparator orderByComparator)
          Finds the asset tag properties before and after the current asset tag property in the ordered set where companyId = ? and key = ?.
 AssetTagProperty[] AssetTagPropertyPersistenceImpl.findByC_K_PrevAndNext(long tagPropertyId, long companyId, String key, OrderByComparator orderByComparator)
          Finds the asset tag properties before and after the current asset tag property in the ordered set where companyId = ? and key = ?.
static AssetTagProperty AssetTagPropertyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset tag property in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset tag property in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset tag property in the ordered set where companyId = ?.
static AssetTagProperty AssetTagPropertyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset tag property in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset tag property in the ordered set where companyId = ?.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset tag property in the ordered set where companyId = ?.
static AssetTagProperty[] AssetTagPropertyUtil.findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, OrderByComparator orderByComparator)
          Finds the asset tag properties before and after the current asset tag property in the ordered set where companyId = ?.
 AssetTagProperty[] AssetTagPropertyPersistence.findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, OrderByComparator orderByComparator)
          Finds the asset tag properties before and after the current asset tag property in the ordered set where companyId = ?.
 AssetTagProperty[] AssetTagPropertyPersistenceImpl.findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, OrderByComparator orderByComparator)
          Finds the asset tag properties before and after the current asset tag property in the ordered set where companyId = ?.
static AssetTagProperty AssetTagPropertyUtil.findByPrimaryKey(long tagPropertyId)
          Finds the asset tag property with the primary key or throws a NoSuchTagPropertyException if it could not be found.
 AssetTagProperty AssetTagPropertyPersistence.findByPrimaryKey(long tagPropertyId)
          Finds the asset tag property with the primary key or throws a NoSuchTagPropertyException if it could not be found.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByPrimaryKey(long tagPropertyId)
          Finds the asset tag property with the primary key or throws a NoSuchTagPropertyException if it could not be found.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset tag property with the primary key or throws a NoSuchModelException if it could not be found.
static AssetTagProperty AssetTagPropertyUtil.findByT_K(long tagId, String key)
          Finds the asset tag property where tagId = ? and key = ? or throws a NoSuchTagPropertyException if it could not be found.
 AssetTagProperty AssetTagPropertyPersistence.findByT_K(long tagId, String key)
          Finds the asset tag property where tagId = ? and key = ? or throws a NoSuchTagPropertyException if it could not be found.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByT_K(long tagId, String key)
          Finds the asset tag property where tagId = ? and key = ? or throws a NoSuchTagPropertyException if it could not be found.
static AssetTagProperty AssetTagPropertyUtil.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Finds the first asset tag property in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Finds the first asset tag property in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Finds the first asset tag property in the ordered set where tagId = ?.
static AssetTagProperty AssetTagPropertyUtil.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Finds the last asset tag property in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistence.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Finds the last asset tag property in the ordered set where tagId = ?.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Finds the last asset tag property in the ordered set where tagId = ?.
static AssetTagProperty[] AssetTagPropertyUtil.findByTagId_PrevAndNext(long tagPropertyId, long tagId, OrderByComparator orderByComparator)
          Finds the asset tag properties before and after the current asset tag property in the ordered set where tagId = ?.
 AssetTagProperty[] AssetTagPropertyPersistence.findByTagId_PrevAndNext(long tagPropertyId, long tagId, OrderByComparator orderByComparator)
          Finds the asset tag properties before and after the current asset tag property in the ordered set where tagId = ?.
 AssetTagProperty[] AssetTagPropertyPersistenceImpl.findByTagId_PrevAndNext(long tagPropertyId, long tagId, OrderByComparator orderByComparator)
          Finds the asset tag properties before and after the current asset tag property in the ordered set where tagId = ?.
protected  AssetTagProperty AssetTagPropertyPersistenceImpl.getByC_K_PrevAndNext(Session session, AssetTagProperty assetTagProperty, long companyId, String key, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetTagProperty AssetTagPropertyPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetTagProperty assetTagProperty, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetTagProperty AssetTagPropertyPersistenceImpl.getByTagId_PrevAndNext(Session session, AssetTagProperty assetTagProperty, long tagId, OrderByComparator orderByComparator, boolean previous)
           
static AssetTagProperty AssetTagPropertyUtil.remove(AssetTagProperty assetTagProperty)
           
static AssetTagProperty AssetTagPropertyUtil.remove(long tagPropertyId)
          Removes the asset tag property with the primary key from the database.
 AssetTagProperty AssetTagPropertyPersistence.remove(long tagPropertyId)
          Removes the asset tag property with the primary key from the database.
 AssetTagProperty AssetTagPropertyPersistenceImpl.remove(long tagPropertyId)
          Removes the asset tag property with the primary key from the database.
 AssetTagProperty AssetTagPropertyPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset tag property with the primary key from the database.
protected  AssetTagProperty AssetTagPropertyPersistenceImpl.removeImpl(AssetTagProperty assetTagProperty)
           
protected  AssetTagProperty AssetTagPropertyPersistenceImpl.toUnwrappedModel(AssetTagProperty assetTagProperty)
           
static AssetTagProperty AssetTagPropertyUtil.update(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty AssetTagPropertyUtil.update(AssetTagProperty assetTagProperty, boolean merge, ServiceContext serviceContext)
           
static AssetTagProperty AssetTagPropertyUtil.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
 AssetTagProperty AssetTagPropertyPersistence.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetTagProperty
static List<AssetTagProperty> AssetTagPropertyUtil.findAll()
          Finds all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll()
          Finds all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findAll()
          Finds all the asset tag properties.
static List<AssetTagProperty> AssetTagPropertyUtil.findAll(int start, int end)
          Finds a range of all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll(int start, int end)
          Finds a range of all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findAll(int start, int end)
          Finds a range of all the asset tag properties.
static List<AssetTagProperty> AssetTagPropertyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag properties.
static List<AssetTagProperty> AssetTagPropertyUtil.findByC_K(long companyId, String key)
          Finds all the asset tag properties where companyId = ? and key = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByC_K(long companyId, String key)
          Finds all the asset tag properties where companyId = ? and key = ?.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByC_K(long companyId, String key)
          Finds all the asset tag properties where companyId = ? and key = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByC_K(long companyId, String key, int start, int end)
          Finds 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)
          Finds a range of all the asset tag properties where companyId = ? and key = ?.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByC_K(long companyId, String key, int start, int end)
          Finds 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, OrderByComparator orderByComparator)
          Finds an ordered 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)
          Finds an ordered range of all the asset tag properties where companyId = ? and key = ?.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag properties where companyId = ? and key = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByCompanyId(long companyId)
          Finds all the asset tag properties where companyId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByCompanyId(long companyId)
          Finds all the asset tag properties where companyId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByCompanyId(long companyId)
          Finds all the asset tag properties where companyId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the asset tag properties where companyId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the asset tag properties where companyId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the asset tag properties where companyId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag properties where companyId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag properties where companyId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds 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)
           
 List<AssetTagProperty> AssetTagPropertyFinderImpl.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> AssetTagPropertyFinderImpl.findByG_K(long groupId, String key, int start, int end)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findByTagId(long tagId)
          Finds all the asset tag properties where tagId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByTagId(long tagId)
          Finds all the asset tag properties where tagId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByTagId(long tagId)
          Finds all the asset tag properties where tagId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByTagId(long tagId, int start, int end)
          Finds a range of all the asset tag properties where tagId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByTagId(long tagId, int start, int end)
          Finds a range of all the asset tag properties where tagId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByTagId(long tagId, int start, int end)
          Finds a range of all the asset tag properties where tagId = ?.
static List<AssetTagProperty> AssetTagPropertyUtil.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag properties where tagId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistence.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset tag properties where tagId = ?.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
          Finds 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
static void AssetTagPropertyUtil.cacheResult(AssetTagProperty assetTagProperty)
          Caches the asset tag property in the entity cache if it is enabled.
 void AssetTagPropertyPersistence.cacheResult(AssetTagProperty assetTagProperty)
          Caches the asset tag property in the entity cache if it is enabled.
 void AssetTagPropertyPersistenceImpl.cacheResult(AssetTagProperty assetTagProperty)
          Caches the asset tag property in the entity cache if it is enabled.
static void AssetTagPropertyUtil.clearCache(AssetTagProperty assetTagProperty)
           
 void AssetTagPropertyPersistenceImpl.clearCache(AssetTagProperty assetTagProperty)
          Clears the cache for the asset tag property.
protected  AssetTagProperty AssetTagPropertyPersistenceImpl.getByC_K_PrevAndNext(Session session, AssetTagProperty assetTagProperty, long companyId, String key, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetTagProperty AssetTagPropertyPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetTagProperty assetTagProperty, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetTagProperty AssetTagPropertyPersistenceImpl.getByTagId_PrevAndNext(Session session, AssetTagProperty assetTagProperty, long tagId, OrderByComparator orderByComparator, boolean previous)
           
static AssetTagProperty AssetTagPropertyUtil.remove(AssetTagProperty assetTagProperty)
           
protected  AssetTagProperty AssetTagPropertyPersistenceImpl.removeImpl(AssetTagProperty assetTagProperty)
           
protected  AssetTagProperty AssetTagPropertyPersistenceImpl.toUnwrappedModel(AssetTagProperty assetTagProperty)
           
static AssetTagProperty AssetTagPropertyUtil.update(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty AssetTagPropertyUtil.update(AssetTagProperty assetTagProperty, boolean merge, ServiceContext serviceContext)
           
static AssetTagProperty AssetTagPropertyUtil.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
 AssetTagProperty AssetTagPropertyPersistence.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
 

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


Liferay 6.0.5