com.liferay.portlet.asset.service.persistence
Interface AssetCategoryPropertyPersistence
- All Superinterfaces:
- BasePersistence<AssetCategoryProperty>
public interface AssetCategoryPropertyPersistence
- extends BasePersistence<AssetCategoryProperty>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetCategoryPropertyPersistenceImpl
,
AssetCategoryPropertyUtil
- Generated:
Method Summary |
void |
cacheResult(AssetCategoryProperty assetCategoryProperty)
|
void |
cacheResult(java.util.List<AssetCategoryProperty> assetCategoryProperties)
|
int |
countAll()
|
int |
countByC_K(long companyId,
java.lang.String key)
|
int |
countByCA_K(long categoryId,
java.lang.String key)
|
int |
countByCategoryId(long categoryId)
|
int |
countByCompanyId(long companyId)
|
AssetCategoryProperty |
create(long categoryPropertyId)
|
AssetCategoryProperty |
fetchByCA_K(long categoryId,
java.lang.String key)
|
AssetCategoryProperty |
fetchByCA_K(long categoryId,
java.lang.String key,
boolean retrieveFromCache)
|
AssetCategoryProperty |
fetchByPrimaryKey(long categoryPropertyId)
|
java.util.List<AssetCategoryProperty> |
findAll()
|
java.util.List<AssetCategoryProperty> |
findAll(int start,
int end)
|
java.util.List<AssetCategoryProperty> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetCategoryProperty |
findByC_K_First(long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetCategoryProperty |
findByC_K_Last(long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetCategoryProperty[] |
findByC_K_PrevAndNext(long categoryPropertyId,
long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<AssetCategoryProperty> |
findByC_K(long companyId,
java.lang.String key)
|
java.util.List<AssetCategoryProperty> |
findByC_K(long companyId,
java.lang.String key,
int start,
int end)
|
java.util.List<AssetCategoryProperty> |
findByC_K(long companyId,
java.lang.String key,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetCategoryProperty |
findByCA_K(long categoryId,
java.lang.String key)
|
AssetCategoryProperty |
findByCategoryId_First(long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetCategoryProperty |
findByCategoryId_Last(long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetCategoryProperty[] |
findByCategoryId_PrevAndNext(long categoryPropertyId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<AssetCategoryProperty> |
findByCategoryId(long categoryId)
|
java.util.List<AssetCategoryProperty> |
findByCategoryId(long categoryId,
int start,
int end)
|
java.util.List<AssetCategoryProperty> |
findByCategoryId(long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetCategoryProperty |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetCategoryProperty |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetCategoryProperty[] |
findByCompanyId_PrevAndNext(long categoryPropertyId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<AssetCategoryProperty> |
findByCompanyId(long companyId)
|
java.util.List<AssetCategoryProperty> |
findByCompanyId(long companyId,
int start,
int end)
|
java.util.List<AssetCategoryProperty> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetCategoryProperty |
findByPrimaryKey(long categoryPropertyId)
|
AssetCategoryProperty |
remove(long categoryPropertyId)
|
void |
removeAll()
|
void |
removeByC_K(long companyId,
java.lang.String key)
|
void |
removeByCA_K(long categoryId,
java.lang.String key)
|
void |
removeByCategoryId(long categoryId)
|
void |
removeByCompanyId(long companyId)
|
AssetCategoryProperty |
updateImpl(AssetCategoryProperty assetCategoryProperty,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(AssetCategoryProperty assetCategoryProperty)
cacheResult
void cacheResult(java.util.List<AssetCategoryProperty> assetCategoryProperties)
create
AssetCategoryProperty create(long categoryPropertyId)
remove
AssetCategoryProperty remove(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
updateImpl
AssetCategoryProperty updateImpl(AssetCategoryProperty assetCategoryProperty,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
AssetCategoryProperty findByPrimaryKey(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
fetchByPrimaryKey
AssetCategoryProperty fetchByPrimaryKey(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<AssetCategoryProperty> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<AssetCategoryProperty> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<AssetCategoryProperty> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First
AssetCategoryProperty findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
findByCompanyId_Last
AssetCategoryProperty findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
findByCompanyId_PrevAndNext
AssetCategoryProperty[] findByCompanyId_PrevAndNext(long categoryPropertyId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
findByCategoryId
java.util.List<AssetCategoryProperty> findByCategoryId(long categoryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCategoryId
java.util.List<AssetCategoryProperty> findByCategoryId(long categoryId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCategoryId
java.util.List<AssetCategoryProperty> findByCategoryId(long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCategoryId_First
AssetCategoryProperty findByCategoryId_First(long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
findByCategoryId_Last
AssetCategoryProperty findByCategoryId_Last(long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
findByCategoryId_PrevAndNext
AssetCategoryProperty[] findByCategoryId_PrevAndNext(long categoryPropertyId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
findByC_K
java.util.List<AssetCategoryProperty> findByC_K(long companyId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_K
java.util.List<AssetCategoryProperty> findByC_K(long companyId,
java.lang.String key,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_K
java.util.List<AssetCategoryProperty> findByC_K(long companyId,
java.lang.String key,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_K_First
AssetCategoryProperty findByC_K_First(long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
findByC_K_Last
AssetCategoryProperty findByC_K_Last(long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
findByC_K_PrevAndNext
AssetCategoryProperty[] findByC_K_PrevAndNext(long categoryPropertyId,
long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
findByCA_K
AssetCategoryProperty findByCA_K(long categoryId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
fetchByCA_K
AssetCategoryProperty fetchByCA_K(long categoryId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByCA_K
AssetCategoryProperty fetchByCA_K(long categoryId,
java.lang.String key,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<AssetCategoryProperty> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<AssetCategoryProperty> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<AssetCategoryProperty> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByCompanyId
void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByCategoryId
void removeByCategoryId(long categoryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_K
void removeByC_K(long companyId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByCA_K
void removeByCA_K(long categoryId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchCategoryPropertyException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryPropertyException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCompanyId
int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCategoryId
int countByCategoryId(long categoryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_K
int countByC_K(long companyId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCA_K
int countByCA_K(long categoryId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException