Liferay 6.2-ce-ga5

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

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

Uses of 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()
          Deprecated. As of 6.1.0, replaced by AssetCategoryPropertyWrapper.getWrappedModel()
 AssetCategoryProperty AssetCategoryPropertyWrapper.getWrappedModel()
           
 AssetCategoryProperty AssetCategoryPropertyModel.toEscapedModel()
           
 AssetCategoryProperty AssetCategoryPropertyWrapper.toEscapedModel()
           
 AssetCategoryProperty AssetCategoryPropertyModel.toUnescapedModel()
           
 AssetCategoryProperty AssetCategoryPropertyWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.asset.model that return types with arguments of type AssetCategoryProperty
 CacheModel<AssetCategoryProperty> AssetCategoryPropertyModel.toCacheModel()
           
 CacheModel<AssetCategoryProperty> AssetCategoryPropertyWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.asset.model with parameters of type AssetCategoryProperty
 int AssetCategoryPropertyModel.compareTo(AssetCategoryProperty assetCategoryProperty)
           
 int AssetCategoryPropertyWrapper.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.service
 

Methods in com.liferay.portlet.asset.service that return AssetCategoryProperty
 AssetCategoryProperty AssetCategoryPropertyLocalService.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
 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.addCategoryProperty(long userId, long categoryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.addCategoryProperty(long userId, long categoryId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.addCategoryProperty(long userId, long categoryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyServiceWrapper.addCategoryProperty(long entryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyService.addCategoryProperty(long entryId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyServiceUtil.addCategoryProperty(long entryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.createAssetCategoryProperty(long categoryPropertyId)
          Creates a new asset category property with the primary key.
 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.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.fetchAssetCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.fetchAssetCategoryProperty(long categoryPropertyId)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.fetchAssetCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getAssetCategoryProperty(long categoryPropertyId)
          Returns the asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getAssetCategoryProperty(long categoryPropertyId)
          Returns the asset category property with the primary key.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getAssetCategoryProperty(long categoryPropertyId)
          Returns the asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalService.getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryPropertyId)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getCategoryProperty(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryId, String key)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyServiceWrapper.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyService.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyServiceUtil.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 

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

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryProperty
 AssetCategoryProperty AssetCategoryPropertyLocalService.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
 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.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 void AssetCategoryPropertyLocalService.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 void AssetCategoryPropertyLocalServiceWrapper.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
static void AssetCategoryPropertyLocalServiceUtil.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
 

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.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ? and key = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ? and key = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCA_K(long categoryId, String key)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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.fetchByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByPrimaryKey(long categoryPropertyId)
          Returns the asset category property with the primary key or returns null if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByPrimaryKey(long categoryPropertyId)
          Returns 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)
          Returns the first asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns 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)
          Returns the last asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the first asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByPrimaryKey(long categoryPropertyId)
          Returns the asset category property with the primary key or throws a NoSuchCategoryPropertyException if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByPrimaryKey(long categoryPropertyId)
          Returns the asset category property with the primary key or throws a NoSuchCategoryPropertyException if it could not be found.
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.
static AssetCategoryProperty AssetCategoryPropertyUtil.removeByCA_K(long categoryId, String key)
          Removes the asset category property where categoryId = ? and key = ? from the database.
 AssetCategoryProperty AssetCategoryPropertyPersistence.removeByCA_K(long categoryId, String key)
          Removes the asset category property where categoryId = ? and key = ? from the database.
static AssetCategoryProperty AssetCategoryPropertyUtil.update(AssetCategoryProperty assetCategoryProperty)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.update(AssetCategoryProperty assetCategoryProperty, ServiceContext serviceContext)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.updateImpl(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.updateImpl(AssetCategoryProperty assetCategoryProperty)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetCategoryProperty
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll()
          Returns all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll()
          Returns all the asset category properties.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll(int start, int end)
          Returns a range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll(int start, int end)
          Returns a range of all the asset category properties.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByC_K(long companyId, String key)
          Returns all the asset category properties where companyId = ? and key = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByC_K(long companyId, String key)
          Returns all the asset category properties where companyId = ? and key = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByC_K(long companyId, String key, int start, int end)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns an ordered range of all the asset category properties where companyId = ? and key = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId)
          Returns all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCategoryId(long categoryId)
          Returns all the asset category properties where categoryId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId, int start, int end)
          Returns a range of all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCategoryId(long categoryId, int start, int end)
          Returns a range of all the asset category properties where categoryId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties where categoryId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId)
          Returns all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId)
          Returns all the asset category properties where companyId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the asset category properties where companyId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns 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)
           
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)
           
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.
static void AssetCategoryPropertyUtil.clearCache(AssetCategoryProperty assetCategoryProperty)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.update(AssetCategoryProperty assetCategoryProperty)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.update(AssetCategoryProperty assetCategoryProperty, ServiceContext serviceContext)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.updateImpl(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.updateImpl(AssetCategoryProperty assetCategoryProperty)
           
 

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.
 


Liferay 6.2-ce-ga5