Liferay 6.0.5

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

Packages that use AssetCategoryProperty
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 AssetCategoryProperty in com.liferay.portlet.asset.model
 

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

Methods in com.liferay.portlet.asset.model that return AssetCategoryProperty
 AssetCategoryProperty AssetCategoryPropertyWrapper.getWrappedAssetCategoryProperty()
           
 AssetCategoryProperty AssetCategoryPropertyWrapper.toEscapedModel()
           
 AssetCategoryProperty AssetCategoryPropertyModel.toEscapedModel()
          Gets a copy of this asset category property as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.asset.model with parameters of type AssetCategoryProperty
 int AssetCategoryPropertyWrapper.compareTo(AssetCategoryProperty assetCategoryProperty)
           
 int AssetCategoryPropertyModel.compareTo(AssetCategoryProperty assetCategoryProperty)
           
static AssetCategoryPropertySoap AssetCategoryPropertySoap.toSoapModel(AssetCategoryProperty model)
           
static AssetCategoryPropertySoap[] AssetCategoryPropertySoap.toSoapModels(AssetCategoryProperty[] models)
           
static AssetCategoryPropertySoap[][] AssetCategoryPropertySoap.toSoapModels(AssetCategoryProperty[][] models)
           
 

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

Constructors in com.liferay.portlet.asset.model with parameters of type AssetCategoryProperty
AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
           
 

Uses of AssetCategoryProperty in com.liferay.portlet.asset.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement AssetCategoryProperty
 class AssetCategoryPropertyImpl
           
 

Methods in com.liferay.portlet.asset.model.impl that return AssetCategoryProperty
 AssetCategoryProperty AssetCategoryPropertyModelImpl.toEscapedModel()
           
static AssetCategoryProperty AssetCategoryPropertyModelImpl.toModel(AssetCategoryPropertySoap 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 AssetCategoryProperty
static List<AssetCategoryProperty> AssetCategoryPropertyModelImpl.toModels(AssetCategoryPropertySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.asset.model.impl with parameters of type AssetCategoryProperty
 int AssetCategoryPropertyModelImpl.compareTo(AssetCategoryProperty assetCategoryProperty)
           
 

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

Methods in com.liferay.portlet.asset.service that return AssetCategoryProperty
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.addCategoryProperty(long userId, long categoryId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.addCategoryProperty(long userId, long categoryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.addCategoryProperty(long userId, long categoryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyServiceWrapper.addCategoryProperty(long entryId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyServiceUtil.addCategoryProperty(long entryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyService.addCategoryProperty(long entryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.createAssetCategoryProperty(long categoryPropertyId)
          Creates a new asset category property with the primary key.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.createAssetCategoryProperty(long categoryPropertyId)
          Creates a new asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalService.createAssetCategoryProperty(long categoryPropertyId)
          Creates a new asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getAssetCategoryProperty(long categoryPropertyId)
          Gets the asset category property with the primary key.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getAssetCategoryProperty(long categoryPropertyId)
          Gets the asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalService.getAssetCategoryProperty(long categoryPropertyId)
          Gets the asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryPropertyId)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryId, String key)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getCategoryProperty(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database.
 AssetCategoryProperty AssetCategoryPropertyServiceWrapper.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyServiceUtil.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyService.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 

Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetCategoryProperty
 List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceWrapper.getAssetCategoryProperties(int start, int end)
          Gets a range of all the asset category properties.
static List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceUtil.getAssetCategoryProperties(int start, int end)
          Gets a range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getAssetCategoryProperties(int start, int end)
          Gets a range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceWrapper.getCategoryProperties()
           
static List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceUtil.getCategoryProperties()
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getCategoryProperties()
           
 List<AssetCategoryProperty> AssetCategoryPropertyServiceWrapper.getCategoryProperties(long entryId)
           
static List<AssetCategoryProperty> AssetCategoryPropertyServiceUtil.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyService.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceWrapper.getCategoryProperties(long entryId)
           
static List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceUtil.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyServiceWrapper.getCategoryPropertyValues(long companyId, String key)
           
static List<AssetCategoryProperty> AssetCategoryPropertyServiceUtil.getCategoryPropertyValues(long companyId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyService.getCategoryPropertyValues(long companyId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceWrapper.getCategoryPropertyValues(long groupId, String key)
           
static List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceUtil.getCategoryPropertyValues(long groupId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getCategoryPropertyValues(long groupId, String key)
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryProperty
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
 void AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
static void AssetCategoryPropertyLocalServiceUtil.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 void AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 void AssetCategoryPropertyLocalServiceWrapper.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
static void AssetCategoryPropertyLocalServiceUtil.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 void AssetCategoryPropertyLocalService.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database.
 

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

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryProperty
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.createAssetCategoryProperty(long categoryPropertyId)
          Creates a new asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryProperty(long categoryPropertyId)
          Gets the asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database.
 

Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetCategoryProperty
 List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryProperties(int start, int end)
          Gets a range of all the asset category properties.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryProperty
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
 void AssetCategoryPropertyLocalServiceBaseImpl.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database.
 

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

Methods in com.liferay.portlet.asset.service.http that return AssetCategoryProperty
static AssetCategoryProperty AssetCategoryPropertyServiceHttp.addCategoryProperty(HttpPrincipal httpPrincipal, long entryId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyServiceHttp.updateCategoryProperty(HttpPrincipal httpPrincipal, long categoryPropertyId, String key, String value)
           
 

Methods in com.liferay.portlet.asset.service.http that return types with arguments of type AssetCategoryProperty
static List<AssetCategoryProperty> AssetCategoryPropertyServiceHttp.getCategoryProperties(HttpPrincipal httpPrincipal, long entryId)
           
static List<AssetCategoryProperty> AssetCategoryPropertyServiceHttp.getCategoryPropertyValues(HttpPrincipal httpPrincipal, long companyId, String key)
           
 

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

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

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

Methods in com.liferay.portlet.asset.service.impl that return AssetCategoryProperty
 AssetCategoryProperty AssetCategoryPropertyLocalServiceImpl.addCategoryProperty(long userId, long categoryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyServiceImpl.addCategoryProperty(long entryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceImpl.getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceImpl.getCategoryProperty(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyServiceImpl.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceImpl.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 

Methods in com.liferay.portlet.asset.service.impl that return types with arguments of type AssetCategoryProperty
 List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceImpl.getCategoryProperties()
           
 List<AssetCategoryProperty> AssetCategoryPropertyServiceImpl.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceImpl.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyServiceImpl.getCategoryPropertyValues(long companyId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceImpl.getCategoryPropertyValues(long groupId, String key)
           
 

Methods in com.liferay.portlet.asset.service.impl with parameters of type AssetCategoryProperty
 void AssetCategoryPropertyLocalServiceImpl.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetCategoryProperty
static AssetCategoryProperty AssetCategoryPropertyUtil.create(long categoryPropertyId)
          Creates a new asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyPersistence.create(long categoryPropertyId)
          Creates a new asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.create(long categoryPropertyId)
          Creates a new asset category property with the primary key.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCA_K(long categoryId, String key)
          Finds the asset category property where categoryId = ? and key = ? or returns null if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCA_K(long categoryId, String key)
          Finds the asset category property where categoryId = ? and key = ? or returns null if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByCA_K(long categoryId, String key)
          Finds the asset category property where categoryId = ? and key = ? or returns null if it could not be found.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCA_K(long categoryId, String key, boolean retrieveFromCache)
          Finds the asset category property where categoryId = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCA_K(long categoryId, String key, boolean retrieveFromCache)
          Finds the asset category property where categoryId = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByCA_K(long categoryId, String key, boolean retrieveFromCache)
          Finds the asset category property where categoryId = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByPrimaryKey(long categoryPropertyId)
          Finds the asset category property with the primary key or returns null if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByPrimaryKey(long categoryPropertyId)
          Finds the asset category property with the primary key or returns null if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByPrimaryKey(long categoryPropertyId)
          Finds the asset category property with the primary key or returns null if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the asset category property with the primary key or returns null if it could not be found.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Finds the first asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Finds the first asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Finds the first asset category property in the ordered set where companyId = ? and key = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Finds the last asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Finds the last asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Finds the last asset category property in the ordered set where companyId = ? and key = ?.
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
          Finds the asset category properties before and after the current asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
          Finds the asset category properties before and after the current asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty[] AssetCategoryPropertyPersistenceImpl.findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
          Finds the asset category properties before and after the current asset category property in the ordered set where companyId = ? and key = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCA_K(long categoryId, String key)
          Finds the asset category property where categoryId = ? and key = ? or throws a NoSuchCategoryPropertyException if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCA_K(long categoryId, String key)
          Finds the asset category property where categoryId = ? and key = ? or throws a NoSuchCategoryPropertyException if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCA_K(long categoryId, String key)
          Finds the asset category property where categoryId = ? and key = ? or throws a NoSuchCategoryPropertyException if it could not be found.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Finds the first asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Finds the first asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Finds the first asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Finds the last asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Finds the last asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Finds the last asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
          Finds the asset category properties before and after the current asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
          Finds the asset category properties before and after the current asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty[] AssetCategoryPropertyPersistenceImpl.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
          Finds the asset category properties before and after the current asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset category property in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset category property in the ordered set where companyId = ?.
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
          Finds the asset category properties before and after the current asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
          Finds the asset category properties before and after the current asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty[] AssetCategoryPropertyPersistenceImpl.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
          Finds the asset category properties before and after the current asset category property in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByPrimaryKey(long categoryPropertyId)
          Finds the asset category property with the primary key or throws a NoSuchCategoryPropertyException if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByPrimaryKey(long categoryPropertyId)
          Finds the asset category property with the primary key or throws a NoSuchCategoryPropertyException if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByPrimaryKey(long categoryPropertyId)
          Finds the asset category property with the primary key or throws a NoSuchCategoryPropertyException if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset category property with the primary key or throws a NoSuchModelException if it could not be found.
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.getByC_K_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long companyId, String key, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.getByCategoryId_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.remove(AssetCategoryProperty assetCategoryProperty)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.remove(long categoryPropertyId)
          Removes the asset category property with the primary key from the database.
 AssetCategoryProperty AssetCategoryPropertyPersistence.remove(long categoryPropertyId)
          Removes the asset category property with the primary key from the database.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.remove(long categoryPropertyId)
          Removes the asset category property with the primary key from the database.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset category property with the primary key from the database.
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.removeImpl(AssetCategoryProperty assetCategoryProperty)
           
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.toUnwrappedModel(AssetCategoryProperty assetCategoryProperty)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.update(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.update(AssetCategoryProperty assetCategoryProperty, boolean merge, ServiceContext serviceContext)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.updateImpl(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.updateImpl(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.updateImpl(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetCategoryProperty
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll()
          Finds all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll()
          Finds all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findAll()
          Finds all the asset category properties.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll(int start, int end)
          Finds a range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll(int start, int end)
          Finds a range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findAll(int start, int end)
          Finds a range of all the asset category properties.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByC_K(long companyId, String key)
          Finds all the asset category properties where companyId = ? and key = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByC_K(long companyId, String key)
          Finds all the asset category properties where companyId = ? and key = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByC_K(long companyId, String key)
          Finds all the asset category properties where companyId = ? and key = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByC_K(long companyId, String key, int start, int end)
          Finds a range of all the asset category properties where companyId = ? and key = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByC_K(long companyId, String key, int start, int end)
          Finds a range of all the asset category properties where companyId = ? and key = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByC_K(long companyId, String key, int start, int end)
          Finds a range of all the asset category properties where companyId = ? and key = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties where companyId = ? and key = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties where companyId = ? and key = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties where companyId = ? and key = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId)
          Finds all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCategoryId(long categoryId)
          Finds all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCategoryId(long categoryId)
          Finds all the asset category properties where categoryId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId, int start, int end)
          Finds a range of all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCategoryId(long categoryId, int start, int end)
          Finds a range of all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCategoryId(long categoryId, int start, int end)
          Finds a range of all the asset category properties where categoryId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties where categoryId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId)
          Finds all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId)
          Finds all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCompanyId(long companyId)
          Finds all the asset category properties where companyId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the asset category properties where companyId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset category properties where companyId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyFinderUtil.findByG_K(long groupId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyFinder.findByG_K(long groupId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyFinderImpl.findByG_K(long groupId, String key)
           
static List<AssetCategoryProperty> AssetCategoryPropertyFinderUtil.findByG_K(long groupId, String key, int start, int end)
           
 List<AssetCategoryProperty> AssetCategoryPropertyFinder.findByG_K(long groupId, String key, int start, int end)
           
 List<AssetCategoryProperty> AssetCategoryPropertyFinderImpl.findByG_K(long groupId, String key, int start, int end)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetCategoryProperty
static void AssetCategoryPropertyUtil.cacheResult(AssetCategoryProperty assetCategoryProperty)
          Caches the asset category property in the entity cache if it is enabled.
 void AssetCategoryPropertyPersistence.cacheResult(AssetCategoryProperty assetCategoryProperty)
          Caches the asset category property in the entity cache if it is enabled.
 void AssetCategoryPropertyPersistenceImpl.cacheResult(AssetCategoryProperty assetCategoryProperty)
          Caches the asset category property in the entity cache if it is enabled.
static void AssetCategoryPropertyUtil.clearCache(AssetCategoryProperty assetCategoryProperty)
           
 void AssetCategoryPropertyPersistenceImpl.clearCache(AssetCategoryProperty assetCategoryProperty)
          Clears the cache for the asset category property.
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.getByC_K_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long companyId, String key, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.getByCategoryId_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.remove(AssetCategoryProperty assetCategoryProperty)
           
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.removeImpl(AssetCategoryProperty assetCategoryProperty)
           
protected  AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.toUnwrappedModel(AssetCategoryProperty assetCategoryProperty)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.update(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.update(AssetCategoryProperty assetCategoryProperty, boolean merge, ServiceContext serviceContext)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.updateImpl(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.updateImpl(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.updateImpl(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 

Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetCategoryProperty
static void AssetCategoryPropertyUtil.cacheResult(List<AssetCategoryProperty> assetCategoryProperties)
          Caches the asset category properties in the entity cache if it is enabled.
 void AssetCategoryPropertyPersistence.cacheResult(List<AssetCategoryProperty> assetCategoryProperties)
          Caches the asset category properties in the entity cache if it is enabled.
 void AssetCategoryPropertyPersistenceImpl.cacheResult(List<AssetCategoryProperty> assetCategoryProperties)
          Caches the asset category properties in the entity cache if it is enabled.
 


Liferay 6.0.5