Liferay 6.0.3

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

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)
           
 

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

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)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 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)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.createAssetCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.createAssetCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getAssetCategoryProperty(long categoryPropertyId)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getAssetCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getAssetCategoryProperty(long categoryPropertyId)
           
 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)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 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)
           
static List<AssetCategoryProperty> AssetCategoryPropertyLocalServiceUtil.getAssetCategoryProperties(int start, int end)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getAssetCategoryProperties(int start, int end)
           
 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)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 void AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
static void AssetCategoryPropertyLocalServiceUtil.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 void AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 void AssetCategoryPropertyLocalServiceWrapper.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
static void AssetCategoryPropertyLocalServiceUtil.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 void AssetCategoryPropertyLocalService.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 

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)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.createAssetCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 

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

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryProperty
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 void AssetCategoryPropertyLocalServiceBaseImpl.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 

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)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.create(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.create(long categoryPropertyId)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCA_K(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCA_K(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByCA_K(long categoryId, String key)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByCA_K(long categoryId, String key, boolean retrieveFromCache)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByCA_K(long categoryId, String key, boolean retrieveFromCache)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByCA_K(long categoryId, String key, boolean retrieveFromCache)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.fetchByPrimaryKey(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.fetchByPrimaryKey(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByPrimaryKey(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
           
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistenceImpl.findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCA_K(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCA_K(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCA_K(long categoryId, String key)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistenceImpl.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistenceImpl.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByPrimaryKey(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByPrimaryKey(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByPrimaryKey(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
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)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.remove(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.remove(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.remove(Serializable primaryKey)
           
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()
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll()
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findAll()
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll(int start, int end)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll(int start, int end)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findAll(int start, int end)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByC_K(long companyId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByC_K(long companyId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByC_K(long companyId, String key)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByC_K(long companyId, String key, int start, int end)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByC_K(long companyId, String key, int start, int end)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByC_K(long companyId, String key, int start, int end)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCategoryId(long categoryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCategoryId(long categoryId)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId, int start, int end)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCategoryId(long categoryId, int start, int end)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCategoryId(long categoryId, int start, int end)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCompanyId(long companyId)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId, int start, int end)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId, int start, int end)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<AssetCategoryProperty> AssetCategoryPropertyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> AssetCategoryPropertyPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 void AssetCategoryPropertyPersistence.cacheResult(AssetCategoryProperty assetCategoryProperty)
           
 void AssetCategoryPropertyPersistenceImpl.cacheResult(AssetCategoryProperty assetCategoryProperty)
           
static void AssetCategoryPropertyUtil.clearCache(AssetCategoryProperty assetCategoryProperty)
           
 void AssetCategoryPropertyPersistenceImpl.clearCache(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)
           
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)
           
 void AssetCategoryPropertyPersistence.cacheResult(List<AssetCategoryProperty> assetCategoryProperties)
           
 void AssetCategoryPropertyPersistenceImpl.cacheResult(List<AssetCategoryProperty> assetCategoryProperties)
           
 


Liferay 6.0.3