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,
OrderByComparator orderByComparator)
|
AssetCategoryProperty |
findByC_K_First(long companyId,
java.lang.String key,
OrderByComparator orderByComparator)
|
AssetCategoryProperty |
findByC_K_Last(long companyId,
java.lang.String key,
OrderByComparator orderByComparator)
|
AssetCategoryProperty[] |
findByC_K_PrevAndNext(long categoryPropertyId,
long companyId,
java.lang.String key,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
AssetCategoryProperty |
findByCA_K(long categoryId,
java.lang.String key)
|
AssetCategoryProperty |
findByCategoryId_First(long categoryId,
OrderByComparator orderByComparator)
|
AssetCategoryProperty |
findByCategoryId_Last(long categoryId,
OrderByComparator orderByComparator)
|
AssetCategoryProperty[] |
findByCategoryId_PrevAndNext(long categoryPropertyId,
long categoryId,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
AssetCategoryProperty |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
AssetCategoryProperty |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
AssetCategoryProperty[] |
findByCompanyId_PrevAndNext(long categoryPropertyId,
long companyId,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
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, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, 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 SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
updateImpl
AssetCategoryProperty updateImpl(AssetCategoryProperty assetCategoryProperty,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
AssetCategoryProperty findByPrimaryKey(long categoryPropertyId)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
fetchByPrimaryKey
AssetCategoryProperty fetchByPrimaryKey(long categoryPropertyId)
throws SystemException
- Throws:
SystemException
findByCompanyId
java.util.List<AssetCategoryProperty> findByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
findByCompanyId
java.util.List<AssetCategoryProperty> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByCompanyId
java.util.List<AssetCategoryProperty> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByCompanyId_First
AssetCategoryProperty findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
findByCompanyId_Last
AssetCategoryProperty findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
findByCompanyId_PrevAndNext
AssetCategoryProperty[] findByCompanyId_PrevAndNext(long categoryPropertyId,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
findByCategoryId
java.util.List<AssetCategoryProperty> findByCategoryId(long categoryId)
throws SystemException
- Throws:
SystemException
findByCategoryId
java.util.List<AssetCategoryProperty> findByCategoryId(long categoryId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByCategoryId
java.util.List<AssetCategoryProperty> findByCategoryId(long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByCategoryId_First
AssetCategoryProperty findByCategoryId_First(long categoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
findByCategoryId_Last
AssetCategoryProperty findByCategoryId_Last(long categoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
findByCategoryId_PrevAndNext
AssetCategoryProperty[] findByCategoryId_PrevAndNext(long categoryPropertyId,
long categoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
findByC_K
java.util.List<AssetCategoryProperty> findByC_K(long companyId,
java.lang.String key)
throws SystemException
- Throws:
SystemException
findByC_K
java.util.List<AssetCategoryProperty> findByC_K(long companyId,
java.lang.String key,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByC_K
java.util.List<AssetCategoryProperty> findByC_K(long companyId,
java.lang.String key,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByC_K_First
AssetCategoryProperty findByC_K_First(long companyId,
java.lang.String key,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
findByC_K_Last
AssetCategoryProperty findByC_K_Last(long companyId,
java.lang.String key,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
findByC_K_PrevAndNext
AssetCategoryProperty[] findByC_K_PrevAndNext(long categoryPropertyId,
long companyId,
java.lang.String key,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
findByCA_K
AssetCategoryProperty findByCA_K(long categoryId,
java.lang.String key)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
fetchByCA_K
AssetCategoryProperty fetchByCA_K(long categoryId,
java.lang.String key)
throws SystemException
- Throws:
SystemException
fetchByCA_K
AssetCategoryProperty fetchByCA_K(long categoryId,
java.lang.String key,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findAll
java.util.List<AssetCategoryProperty> findAll()
throws SystemException
- Throws:
SystemException
findAll
java.util.List<AssetCategoryProperty> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
java.util.List<AssetCategoryProperty> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByCompanyId
void removeByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
removeByCategoryId
void removeByCategoryId(long categoryId)
throws SystemException
- Throws:
SystemException
removeByC_K
void removeByC_K(long companyId,
java.lang.String key)
throws SystemException
- Throws:
SystemException
removeByCA_K
void removeByCA_K(long categoryId,
java.lang.String key)
throws SystemException,
NoSuchCategoryPropertyException
- Throws:
SystemException
NoSuchCategoryPropertyException
removeAll
void removeAll()
throws SystemException
- Throws:
SystemException
countByCompanyId
int countByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
countByCategoryId
int countByCategoryId(long categoryId)
throws SystemException
- Throws:
SystemException
countByC_K
int countByC_K(long companyId,
java.lang.String key)
throws SystemException
- Throws:
SystemException
countByCA_K
int countByCA_K(long categoryId,
java.lang.String key)
throws SystemException
- Throws:
SystemException
countAll
int countAll()
throws SystemException
- Throws:
SystemException