Liferay 6.0.3

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()
           
 

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)
           
 

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

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)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.addAssetTagProperty(AssetTagProperty assetTagProperty)
           
 AssetTagProperty AssetTagPropertyLocalService.addAssetTagProperty(AssetTagProperty assetTagProperty)
           
 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)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.createAssetTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalService.createAssetTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.getAssetTagProperty(long tagPropertyId)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.getAssetTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalService.getAssetTagProperty(long tagPropertyId)
           
 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)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateAssetTagProperty(AssetTagProperty assetTagProperty)
           
 AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
           
 AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
           
 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)
           
static List<AssetTagProperty> AssetTagPropertyLocalServiceUtil.getAssetTagProperties(int start, int end)
           
 List<AssetTagProperty> AssetTagPropertyLocalService.getAssetTagProperties(int start, int end)
           
 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)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.addAssetTagProperty(AssetTagProperty assetTagProperty)
           
 AssetTagProperty AssetTagPropertyLocalService.addAssetTagProperty(AssetTagProperty assetTagProperty)
           
 void AssetTagPropertyLocalServiceWrapper.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
           
static void AssetTagPropertyLocalServiceUtil.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
           
 void AssetTagPropertyLocalService.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
           
 void AssetTagPropertyLocalServiceWrapper.deleteTagProperty(AssetTagProperty tagProperty)
           
static void AssetTagPropertyLocalServiceUtil.deleteTagProperty(AssetTagProperty tagProperty)
           
 void AssetTagPropertyLocalService.deleteTagProperty(AssetTagProperty tagProperty)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateAssetTagProperty(AssetTagProperty assetTagProperty)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateAssetTagProperty(AssetTagProperty assetTagProperty)
           
 AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
           
 AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
           
 

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)
           
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.createAssetTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.getAssetTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.updateAssetTagProperty(AssetTagProperty assetTagProperty)
           
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
           
 

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

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagProperty
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.addAssetTagProperty(AssetTagProperty assetTagProperty)
           
 void AssetTagPropertyLocalServiceBaseImpl.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
           
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.updateAssetTagProperty(AssetTagProperty assetTagProperty)
           
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
           
 

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)
           
 AssetTagProperty AssetTagPropertyPersistence.create(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.create(long tagPropertyId)
           
static AssetTagProperty AssetTagPropertyUtil.fetchByPrimaryKey(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyPersistence.fetchByPrimaryKey(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.fetchByPrimaryKey(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static AssetTagProperty AssetTagPropertyUtil.fetchByT_K(long tagId, String key)
           
 AssetTagProperty AssetTagPropertyPersistence.fetchByT_K(long tagId, String key)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.fetchByT_K(long tagId, String key)
           
static AssetTagProperty AssetTagPropertyUtil.fetchByT_K(long tagId, String key, boolean retrieveFromCache)
           
 AssetTagProperty AssetTagPropertyPersistence.fetchByT_K(long tagId, String key, boolean retrieveFromCache)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.fetchByT_K(long tagId, String key, boolean retrieveFromCache)
           
static AssetTagProperty AssetTagPropertyUtil.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistence.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
           
static AssetTagProperty AssetTagPropertyUtil.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistence.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
           
static AssetTagProperty[] AssetTagPropertyUtil.findByC_K_PrevAndNext(long tagPropertyId, long companyId, String key, OrderByComparator orderByComparator)
           
 AssetTagProperty[] AssetTagPropertyPersistence.findByC_K_PrevAndNext(long tagPropertyId, long companyId, String key, OrderByComparator orderByComparator)
           
 AssetTagProperty[] AssetTagPropertyPersistenceImpl.findByC_K_PrevAndNext(long tagPropertyId, long companyId, String key, OrderByComparator orderByComparator)
           
static AssetTagProperty AssetTagPropertyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static AssetTagProperty AssetTagPropertyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static AssetTagProperty[] AssetTagPropertyUtil.findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, OrderByComparator orderByComparator)
           
 AssetTagProperty[] AssetTagPropertyPersistence.findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, OrderByComparator orderByComparator)
           
 AssetTagProperty[] AssetTagPropertyPersistenceImpl.findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, OrderByComparator orderByComparator)
           
static AssetTagProperty AssetTagPropertyUtil.findByPrimaryKey(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyPersistence.findByPrimaryKey(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByPrimaryKey(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static AssetTagProperty AssetTagPropertyUtil.findByT_K(long tagId, String key)
           
 AssetTagProperty AssetTagPropertyPersistence.findByT_K(long tagId, String key)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByT_K(long tagId, String key)
           
static AssetTagProperty AssetTagPropertyUtil.findByTagId_First(long tagId, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistence.findByTagId_First(long tagId, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByTagId_First(long tagId, OrderByComparator orderByComparator)
           
static AssetTagProperty AssetTagPropertyUtil.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistence.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
           
static AssetTagProperty[] AssetTagPropertyUtil.findByTagId_PrevAndNext(long tagPropertyId, long tagId, OrderByComparator orderByComparator)
           
 AssetTagProperty[] AssetTagPropertyPersistence.findByTagId_PrevAndNext(long tagPropertyId, long tagId, OrderByComparator orderByComparator)
           
 AssetTagProperty[] AssetTagPropertyPersistenceImpl.findByTagId_PrevAndNext(long tagPropertyId, long tagId, OrderByComparator orderByComparator)
           
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)
           
 AssetTagProperty AssetTagPropertyPersistence.remove(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.remove(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyPersistenceImpl.remove(Serializable primaryKey)
           
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()
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll()
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findAll()
           
static List<AssetTagProperty> AssetTagPropertyUtil.findAll(int start, int end)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll(int start, int end)
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findAll(int start, int end)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findByC_K(long companyId, String key)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findByC_K(long companyId, String key)
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByC_K(long companyId, String key)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findByC_K(long companyId, String key, int start, int end)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findByC_K(long companyId, String key, int start, int end)
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByC_K(long companyId, String key, int start, int end)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findByCompanyId(long companyId)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findByCompanyId(long companyId)
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByCompanyId(long companyId)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findByCompanyId(long companyId, int start, int end)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findByCompanyId(long companyId, int start, int end)
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findByTagId(long tagId)
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByTagId(long tagId)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findByTagId(long tagId, int start, int end)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findByTagId(long tagId, int start, int end)
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByTagId(long tagId, int start, int end)
           
static List<AssetTagProperty> AssetTagPropertyUtil.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTagProperty> AssetTagPropertyPersistence.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTagProperty> AssetTagPropertyPersistenceImpl.findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 void AssetTagPropertyPersistence.cacheResult(AssetTagProperty assetTagProperty)
           
 void AssetTagPropertyPersistenceImpl.cacheResult(AssetTagProperty assetTagProperty)
           
static void AssetTagPropertyUtil.clearCache(AssetTagProperty assetTagProperty)
           
 void AssetTagPropertyPersistenceImpl.clearCache(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)
           
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)
           
 void AssetTagPropertyPersistence.cacheResult(List<AssetTagProperty> assetTagProperties)
           
 void AssetTagPropertyPersistenceImpl.cacheResult(List<AssetTagProperty> assetTagProperties)
           
 


Liferay 6.0.3