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.model.impl   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.http   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
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.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement AssetTagProperty
 class AssetTagPropertyBaseImpl
          The extended model base implementation for the AssetTagProperty service.
 class AssetTagPropertyImpl
           
 

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

Methods in com.liferay.portlet.asset.model.impl that return types with arguments of type AssetTagProperty
 CacheModel<AssetTagProperty> AssetTagPropertyModelImpl.toCacheModel()
           
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
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.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.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
          Deletes the asset tag property from the database.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.deleteAssetTagProperty(long tagPropertyId)
          Deletes the asset tag property with the primary key from the database.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.fetchAssetTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.getAssetTagProperty(long tagPropertyId)
          Returns the asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetTagProperty
 List<AssetTagProperty> AssetTagPropertyLocalServiceBaseImpl.getAssetTagProperties(int start, int end)
          Returns 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.
 AssetTagProperty 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 or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.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.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)
           
 

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)
          Adds an asset tag property.
 AssetTagProperty AssetTagPropertyServiceImpl.addTagProperty(long tagId, String key, String value)
          Adds an asset tag property.
 AssetTagProperty AssetTagPropertyLocalServiceImpl.getTagProperty(long tagPropertyId)
          Returns the asset tag property with the specified ID.
 AssetTagProperty AssetTagPropertyLocalServiceImpl.getTagProperty(long tagId, String key)
          Returns the asset tag property with the specified tag ID and key.
 AssetTagProperty AssetTagPropertyLocalServiceImpl.updateTagProperty(long tagPropertyId, String key, String value)
          Updates the asset tag property.
 AssetTagProperty AssetTagPropertyServiceImpl.updateTagProperty(long tagPropertyId, String key, String value)
          Updates the asset tag property.
 

Methods in com.liferay.portlet.asset.service.impl that return types with arguments of type AssetTagProperty
 List<AssetTagProperty> AssetTagPropertyLocalServiceImpl.getTagProperties()
          Returns all the asset tag property instances.
 List<AssetTagProperty> AssetTagPropertyLocalServiceImpl.getTagProperties(long tagId)
          Returns all the asset tag property instances with the specified tag ID.
 List<AssetTagProperty> AssetTagPropertyServiceImpl.getTagProperties(long tagId)
          Returns all the asset tag property instances with the specified tag ID.
 List<AssetTagProperty> AssetTagPropertyLocalServiceImpl.getTagPropertyValues(long groupId, String key)
          Returns asset tag properties with the specified group and key.
 List<AssetTagProperty> AssetTagPropertyServiceImpl.getTagPropertyValues(long companyId, String key)
          Returns asset tag properties with the specified group and key.
 

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

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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.fetchByPrimaryKey(long tagPropertyId)
          Returns the asset tag property with the primary key or returns null if it could not be found.
 AssetTagProperty AssetTagPropertyPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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[] AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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[] AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.findByPrimaryKey(long tagPropertyId)
          Returns the asset tag property with the primary key or throws a NoSuchTagPropertyException if it could not be found.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the asset tag property with the primary key or throws a NoSuchModelException 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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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 AssetTagPropertyPersistenceImpl.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[] AssetTagPropertyPersistenceImpl.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 = ?.
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)
           
 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 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.
 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.
 AssetTagProperty AssetTagPropertyPersistenceImpl.removeByT_K(long tagId, String key)
          Removes the asset tag property where tagId = ? and 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)
           
 AssetTagProperty AssetTagPropertyPersistence.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty AssetTagPropertyUtil.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
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll()
          Returns all the asset tag properties.
static List<AssetTagProperty> AssetTagPropertyUtil.findAll()
          Returns all the asset tag properties.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.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> AssetTagPropertyPersistenceImpl.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> AssetTagPropertyPersistenceImpl.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> AssetTagPropertyPersistenceImpl.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> AssetTagPropertyPersistenceImpl.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> AssetTagPropertyPersistenceImpl.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> AssetTagPropertyPersistenceImpl.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> AssetTagPropertyPersistenceImpl.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 = ?.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.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)
           
 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)
           
 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> AssetTagPropertyPersistenceImpl.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> AssetTagPropertyPersistenceImpl.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 = ?.
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.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.
 void AssetTagPropertyPersistenceImpl.cacheResult(AssetTagProperty assetTagProperty)
          Caches the asset tag property in the entity cache if it is enabled.
protected  void AssetTagPropertyPersistenceImpl.cacheUniqueFindersCache(AssetTagProperty assetTagProperty)
           
static void AssetTagPropertyUtil.clearCache(AssetTagProperty assetTagProperty)
           
 void AssetTagPropertyPersistenceImpl.clearCache(AssetTagProperty assetTagProperty)
          Clears the cache for the asset tag property.
protected  void AssetTagPropertyPersistenceImpl.clearUniqueFindersCache(AssetTagProperty assetTagProperty)
           
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)
           
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)
           
 AssetTagProperty AssetTagPropertyPersistence.updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty AssetTagPropertyUtil.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
 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.
 void AssetTagPropertyPersistenceImpl.cacheResult(List<AssetTagProperty> assetTagProperties)
          Caches the asset tag properties in the entity cache if it is enabled.
 void AssetTagPropertyPersistenceImpl.clearCache(List<AssetTagProperty> assetTagProperties)
           
 


Liferay 6.1.2-ce-ga3