Liferay 6.1.2-ce-ga3

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

Uses of 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. Renamed to AssetCategoryPropertyWrapper.getWrappedModel()
 AssetCategoryProperty AssetCategoryPropertyWrapper.getWrappedModel()
           
 AssetCategoryProperty AssetCategoryPropertyWrapper.toEscapedModel()
           
 AssetCategoryProperty AssetCategoryPropertyModel.toEscapedModel()
           
 AssetCategoryProperty AssetCategoryPropertyWrapper.toUnescapedModel()
           
 AssetCategoryProperty AssetCategoryPropertyModel.toUnescapedModel()
           
 

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

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 AssetCategoryPropertyBaseImpl
          The extended model base implementation for the AssetCategoryProperty service.
 class AssetCategoryPropertyImpl
           
 

Methods in com.liferay.portlet.asset.model.impl that return AssetCategoryProperty
 AssetCategoryProperty AssetCategoryPropertyCacheModel.toEntityModel()
           
 AssetCategoryProperty AssetCategoryPropertyModelImpl.toEscapedModel()
           
static AssetCategoryProperty AssetCategoryPropertyModelImpl.toModel(AssetCategoryPropertySoap soapModel)
          Converts the soap model instance into a normal model instance.
 AssetCategoryProperty AssetCategoryPropertyModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.asset.model.impl that return types with arguments of type AssetCategoryProperty
 CacheModel<AssetCategoryProperty> AssetCategoryPropertyModelImpl.toCacheModel()
           
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.
 AssetCategoryProperty AssetCategoryPropertyLocalService.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 AssetCategoryPropertyLocalServiceWrapper.addCategoryProperty(long userId, long categoryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.addCategoryProperty(long userId, long categoryId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.addCategoryProperty(long userId, long categoryId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyServiceUtil.addCategoryProperty(long entryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyService.addCategoryProperty(long entryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyServiceWrapper.addCategoryProperty(long entryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.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.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.createAssetCategoryProperty(long categoryPropertyId)
          Creates a new asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.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 AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.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 AssetCategoryPropertyLocalServiceWrapper.fetchAssetCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.fetchAssetCategoryProperty(long categoryPropertyId)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.fetchAssetCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getAssetCategoryProperty(long categoryPropertyId)
          Returns the asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalService.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 AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getCategoryProperty(long categoryPropertyId)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getCategoryProperty(long categoryId, String key)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalService.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 AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database or adds it if it does not yet exist.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyServiceUtil.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyService.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyServiceWrapper.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)
          Returns a range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.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> AssetCategoryPropertyLocalServiceWrapper.getCategoryProperties()
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getCategoryProperties()
           
static List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceUtil.getCategoryProperties()
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceWrapper.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getCategoryProperties(long entryId)
           
static List<AssetCategoryProperty> AssetCategoryPropertyServiceUtil.getCategoryProperties(long entryId)
           
static List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceUtil.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyService.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyServiceWrapper.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceWrapper.getCategoryPropertyValues(long groupId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getCategoryPropertyValues(long groupId, String key)
           
static List<AssetCategoryProperty> AssetCategoryPropertyServiceUtil.getCategoryPropertyValues(long companyId, String key)
           
static List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceUtil.getCategoryPropertyValues(long groupId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyService.getCategoryPropertyValues(long companyId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyServiceWrapper.getCategoryPropertyValues(long companyId, 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.
 AssetCategoryProperty AssetCategoryPropertyLocalService.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 AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.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 AssetCategoryPropertyLocalServiceWrapper.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 void AssetCategoryPropertyLocalService.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
static void AssetCategoryPropertyLocalServiceUtil.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalService.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 AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database or adds it if it does not yet exist.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          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.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.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.fetchAssetCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryProperty(long categoryPropertyId)
          Returns the asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the asset category property in the database or adds it if it does not yet exist.
 

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

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 AssetCategoryPropertyLocalServiceImpl.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyServiceImpl.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> AssetCategoryPropertyLocalServiceImpl.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyServiceImpl.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceImpl.getCategoryPropertyValues(long groupId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyServiceImpl.getCategoryPropertyValues(long companyId, 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
 AssetCategoryProperty AssetCategoryPropertyPersistence.create(long categoryPropertyId)
          Creates a new asset category property with the primary key.
static AssetCategoryProperty AssetCategoryPropertyUtil.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.
 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_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.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_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last 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 AssetCategoryPropertyPersistenceImpl.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.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)
          Returns 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)
          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, 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.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 AssetCategoryPropertyPersistenceImpl.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.fetchByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
 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.fetchByPrimaryKey(long categoryPropertyId)
          Returns the asset category property with the primary key or returns null if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByPrimaryKey(long categoryPropertyId)
          Returns the asset category property with the primary key or returns null if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the asset category property with the primary key or returns null if it could not be found.
 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_First(long companyId, String key, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.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_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_Last(long companyId, String key, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ? and key = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.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_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.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[] AssetCategoryPropertyPersistenceImpl.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.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.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 AssetCategoryPropertyPersistenceImpl.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.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where categoryId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
          Returns the last 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.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[] AssetCategoryPropertyPersistenceImpl.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.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset category property in the ordered set where companyId = ?.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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.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[] AssetCategoryPropertyPersistenceImpl.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.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.findByPrimaryKey(long categoryPropertyId)
          Returns the asset category property with the primary key or throws a NoSuchCategoryPropertyException if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByPrimaryKey(long categoryPropertyId)
          Returns the asset category property with the primary key or throws a NoSuchCategoryPropertyException if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns 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)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.remove(long categoryPropertyId)
          Removes the asset category property with the primary key from the database.
static AssetCategoryProperty AssetCategoryPropertyUtil.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.
 AssetCategoryProperty AssetCategoryPropertyPersistence.removeByCA_K(long categoryId, String key)
          Removes the asset category property where categoryId = ? and 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 AssetCategoryPropertyPersistenceImpl.removeByCA_K(long categoryId, String key)
          Removes the asset category property where categoryId = ? and 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)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.updateImpl(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.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
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll()
          Returns all the asset category properties.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll()
          Returns all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findAll()
          Returns 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)
          Returns a range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findAll(int start, int end)
          Returns a 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.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties.
 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)
          Returns all the asset category properties where companyId = ? and key = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.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, 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)
          Returns 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)
          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, OrderByComparator orderByComparator)
          Returns an ordered 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> AssetCategoryPropertyPersistenceImpl.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.findByCategoryId(long categoryId)
          Returns all the asset category properties where categoryId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId)
          Returns all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCategoryId(long categoryId)
          Returns 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)
          Returns a range of all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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> AssetCategoryPropertyPersistenceImpl.findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties where categoryId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId)
          Returns all the asset category properties where companyId = ?.
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId)
          Returns all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCompanyId(long companyId)
          Returns 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)
          Returns a range of all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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> AssetCategoryPropertyPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset category properties where companyId = ?.
 List<AssetCategoryProperty> AssetCategoryPropertyFinder.findByG_K(long groupId, String key)
           
static List<AssetCategoryProperty> AssetCategoryPropertyFinderUtil.findByG_K(long groupId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyFinderImpl.findByG_K(long groupId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyFinder.findByG_K(long groupId, String key, int start, int end)
           
static List<AssetCategoryProperty> AssetCategoryPropertyFinderUtil.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
 void AssetCategoryPropertyPersistence.cacheResult(AssetCategoryProperty assetCategoryProperty)
          Caches the asset category property in the entity cache if it is enabled.
static void AssetCategoryPropertyUtil.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.
protected  void AssetCategoryPropertyPersistenceImpl.cacheUniqueFindersCache(AssetCategoryProperty assetCategoryProperty)
           
static void AssetCategoryPropertyUtil.clearCache(AssetCategoryProperty assetCategoryProperty)
           
 void AssetCategoryPropertyPersistenceImpl.clearCache(AssetCategoryProperty assetCategoryProperty)
          Clears the cache for the asset category property.
protected  void AssetCategoryPropertyPersistenceImpl.clearUniqueFindersCache(AssetCategoryProperty assetCategoryProperty)
           
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)
           
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)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.updateImpl(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.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
 void AssetCategoryPropertyPersistence.cacheResult(List<AssetCategoryProperty> assetCategoryProperties)
          Caches the asset category properties in the entity cache if it is enabled.
static void AssetCategoryPropertyUtil.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.
 void AssetCategoryPropertyPersistenceImpl.clearCache(List<AssetCategoryProperty> assetCategoryProperties)
           
 


Liferay 6.1.2-ce-ga3