Liferay 6.0.3

com.liferay.portlet.asset.service.persistence
Interface AssetCategoryPropertyPersistence

All Superinterfaces:
BasePersistence<AssetCategoryProperty>
All Known Implementing Classes:
AssetCategoryPropertyPersistenceImpl

public interface AssetCategoryPropertyPersistence
extends BasePersistence<AssetCategoryProperty>

See Also:
AssetCategoryPropertyPersistenceImpl, AssetCategoryPropertyUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 void cacheResult(AssetCategoryProperty assetCategoryProperty)
           
 void cacheResult(List<AssetCategoryProperty> assetCategoryProperties)
           
 int countAll()
           
 int countByC_K(long companyId, String key)
           
 int countByCA_K(long categoryId, String key)
           
 int countByCategoryId(long categoryId)
           
 int countByCompanyId(long companyId)
           
 AssetCategoryProperty create(long categoryPropertyId)
           
 AssetCategoryProperty fetchByCA_K(long categoryId, String key)
           
 AssetCategoryProperty fetchByCA_K(long categoryId, String key, boolean retrieveFromCache)
           
 AssetCategoryProperty fetchByPrimaryKey(long categoryPropertyId)
           
 List<AssetCategoryProperty> findAll()
           
 List<AssetCategoryProperty> findAll(int start, int end)
           
 List<AssetCategoryProperty> findAll(int start, int end, OrderByComparator orderByComparator)
           
 AssetCategoryProperty findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> findByC_K(long companyId, String key)
           
 List<AssetCategoryProperty> findByC_K(long companyId, String key, int start, int end)
           
 List<AssetCategoryProperty> findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
           
 AssetCategoryProperty findByCA_K(long categoryId, 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)
           
 List<AssetCategoryProperty> findByCategoryId(long categoryId)
           
 List<AssetCategoryProperty> findByCategoryId(long categoryId, int start, int end)
           
 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)
           
 List<AssetCategoryProperty> findByCompanyId(long companyId)
           
 List<AssetCategoryProperty> findByCompanyId(long companyId, int start, int end)
           
 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, String key)
           
 void removeByCA_K(long categoryId, 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, update
 

Method Detail

cacheResult

void cacheResult(AssetCategoryProperty assetCategoryProperty)

cacheResult

void cacheResult(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

List<AssetCategoryProperty> findByCompanyId(long companyId)
                                            throws SystemException
Throws:
SystemException

findByCompanyId

List<AssetCategoryProperty> findByCompanyId(long companyId,
                                            int start,
                                            int end)
                                            throws SystemException
Throws:
SystemException

findByCompanyId

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

List<AssetCategoryProperty> findByCategoryId(long categoryId)
                                             throws SystemException
Throws:
SystemException

findByCategoryId

List<AssetCategoryProperty> findByCategoryId(long categoryId,
                                             int start,
                                             int end)
                                             throws SystemException
Throws:
SystemException

findByCategoryId

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

List<AssetCategoryProperty> findByC_K(long companyId,
                                      String key)
                                      throws SystemException
Throws:
SystemException

findByC_K

List<AssetCategoryProperty> findByC_K(long companyId,
                                      String key,
                                      int start,
                                      int end)
                                      throws SystemException
Throws:
SystemException

findByC_K

List<AssetCategoryProperty> findByC_K(long companyId,
                                      String key,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Throws:
SystemException

findByC_K_First

AssetCategoryProperty findByC_K_First(long companyId,
                                      String key,
                                      OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchCategoryPropertyException
Throws:
SystemException
NoSuchCategoryPropertyException

findByC_K_Last

AssetCategoryProperty findByC_K_Last(long companyId,
                                     String key,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchCategoryPropertyException
Throws:
SystemException
NoSuchCategoryPropertyException

findByC_K_PrevAndNext

AssetCategoryProperty[] findByC_K_PrevAndNext(long categoryPropertyId,
                                              long companyId,
                                              String key,
                                              OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchCategoryPropertyException
Throws:
SystemException
NoSuchCategoryPropertyException

findByCA_K

AssetCategoryProperty findByCA_K(long categoryId,
                                 String key)
                                 throws SystemException,
                                        NoSuchCategoryPropertyException
Throws:
SystemException
NoSuchCategoryPropertyException

fetchByCA_K

AssetCategoryProperty fetchByCA_K(long categoryId,
                                  String key)
                                  throws SystemException
Throws:
SystemException

fetchByCA_K

AssetCategoryProperty fetchByCA_K(long categoryId,
                                  String key,
                                  boolean retrieveFromCache)
                                  throws SystemException
Throws:
SystemException

findAll

List<AssetCategoryProperty> findAll()
                                    throws SystemException
Throws:
SystemException

findAll

List<AssetCategoryProperty> findAll(int start,
                                    int end)
                                    throws SystemException
Throws:
SystemException

findAll

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,
                 String key)
                 throws SystemException
Throws:
SystemException

removeByCA_K

void removeByCA_K(long categoryId,
                  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,
               String key)
               throws SystemException
Throws:
SystemException

countByCA_K

int countByCA_K(long categoryId,
                String key)
                throws SystemException
Throws:
SystemException

countAll

int countAll()
             throws SystemException
Throws:
SystemException

Liferay 6.0.3