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

All Superinterfaces:
BasePersistence<AssetTagProperty>

public interface AssetTagPropertyPersistence
extends BasePersistence<AssetTagProperty>

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:
AssetTagPropertyPersistenceImpl, AssetTagPropertyUtil
Generated:

Method Summary
 void cacheResult(AssetTagProperty assetTagProperty)
           
 void cacheResult(java.util.List<AssetTagProperty> assetTagProperties)
           
 int countAll()
           
 int countByC_K(long companyId, java.lang.String key)
           
 int countByCompanyId(long companyId)
           
 int countByT_K(long tagId, java.lang.String key)
           
 int countByTagId(long tagId)
           
 AssetTagProperty create(long tagPropertyId)
           
 AssetTagProperty fetchByPrimaryKey(long tagPropertyId)
           
 AssetTagProperty fetchByT_K(long tagId, java.lang.String key)
           
 AssetTagProperty fetchByT_K(long tagId, java.lang.String key, boolean retrieveFromCache)
           
 java.util.List<AssetTagProperty> findAll()
           
 java.util.List<AssetTagProperty> findAll(int start, int end)
           
 java.util.List<AssetTagProperty> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetTagProperty findByC_K_First(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetTagProperty findByC_K_Last(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetTagProperty[] findByC_K_PrevAndNext(long tagPropertyId, long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<AssetTagProperty> findByC_K(long companyId, java.lang.String key)
           
 java.util.List<AssetTagProperty> findByC_K(long companyId, java.lang.String key, int start, int end)
           
 java.util.List<AssetTagProperty> findByC_K(long companyId, java.lang.String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetTagProperty findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetTagProperty findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetTagProperty[] findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<AssetTagProperty> findByCompanyId(long companyId)
           
 java.util.List<AssetTagProperty> findByCompanyId(long companyId, int start, int end)
           
 java.util.List<AssetTagProperty> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetTagProperty findByPrimaryKey(long tagPropertyId)
           
 AssetTagProperty findByT_K(long tagId, java.lang.String key)
           
 AssetTagProperty findByTagId_First(long tagId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetTagProperty findByTagId_Last(long tagId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetTagProperty[] findByTagId_PrevAndNext(long tagPropertyId, long tagId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<AssetTagProperty> findByTagId(long tagId)
           
 java.util.List<AssetTagProperty> findByTagId(long tagId, int start, int end)
           
 java.util.List<AssetTagProperty> findByTagId(long tagId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetTagProperty remove(long tagPropertyId)
           
 void removeAll()
           
 void removeByC_K(long companyId, java.lang.String key)
           
 void removeByCompanyId(long companyId)
           
 void removeByT_K(long tagId, java.lang.String key)
           
 void removeByTagId(long tagId)
           
 AssetTagProperty updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(AssetTagProperty assetTagProperty)

cacheResult

void cacheResult(java.util.List<AssetTagProperty> assetTagProperties)

create

AssetTagProperty create(long tagPropertyId)

remove

AssetTagProperty remove(long tagPropertyId)
                        throws com.liferay.portal.kernel.exception.SystemException,
                               NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

updateImpl

AssetTagProperty updateImpl(AssetTagProperty assetTagProperty,
                            boolean merge)
                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

AssetTagProperty findByPrimaryKey(long tagPropertyId)
                                  throws com.liferay.portal.kernel.exception.SystemException,
                                         NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

fetchByPrimaryKey

AssetTagProperty fetchByPrimaryKey(long tagPropertyId)
                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

java.util.List<AssetTagProperty> findByCompanyId(long companyId)
                                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

java.util.List<AssetTagProperty> 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<AssetTagProperty> 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

AssetTagProperty findByCompanyId_First(long companyId,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.kernel.exception.SystemException,
                                              NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

findByCompanyId_Last

AssetTagProperty findByCompanyId_Last(long companyId,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                      throws com.liferay.portal.kernel.exception.SystemException,
                                             NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

findByCompanyId_PrevAndNext

AssetTagProperty[] findByCompanyId_PrevAndNext(long tagPropertyId,
                                               long companyId,
                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                               throws com.liferay.portal.kernel.exception.SystemException,
                                                      NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

findByTagId

java.util.List<AssetTagProperty> findByTagId(long tagId)
                                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByTagId

java.util.List<AssetTagProperty> findByTagId(long tagId,
                                             int start,
                                             int end)
                                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByTagId

java.util.List<AssetTagProperty> findByTagId(long tagId,
                                             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

findByTagId_First

AssetTagProperty findByTagId_First(long tagId,
                                   com.liferay.portal.kernel.util.OrderByComparator obc)
                                   throws com.liferay.portal.kernel.exception.SystemException,
                                          NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

findByTagId_Last

AssetTagProperty findByTagId_Last(long tagId,
                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                                  throws com.liferay.portal.kernel.exception.SystemException,
                                         NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

findByTagId_PrevAndNext

AssetTagProperty[] findByTagId_PrevAndNext(long tagPropertyId,
                                           long tagId,
                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                                           throws com.liferay.portal.kernel.exception.SystemException,
                                                  NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

findByC_K

java.util.List<AssetTagProperty> 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<AssetTagProperty> 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<AssetTagProperty> 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

AssetTagProperty findByC_K_First(long companyId,
                                 java.lang.String key,
                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws com.liferay.portal.kernel.exception.SystemException,
                                        NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

findByC_K_Last

AssetTagProperty findByC_K_Last(long companyId,
                                java.lang.String key,
                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                throws com.liferay.portal.kernel.exception.SystemException,
                                       NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

findByC_K_PrevAndNext

AssetTagProperty[] findByC_K_PrevAndNext(long tagPropertyId,
                                         long companyId,
                                         java.lang.String key,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                         throws com.liferay.portal.kernel.exception.SystemException,
                                                NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

findByT_K

AssetTagProperty findByT_K(long tagId,
                           java.lang.String key)
                           throws com.liferay.portal.kernel.exception.SystemException,
                                  NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

fetchByT_K

AssetTagProperty fetchByT_K(long tagId,
                            java.lang.String key)
                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByT_K

AssetTagProperty fetchByT_K(long tagId,
                            java.lang.String key,
                            boolean retrieveFromCache)
                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<AssetTagProperty> findAll()
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<AssetTagProperty> findAll(int start,
                                         int end)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<AssetTagProperty> 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

removeByTagId

void removeByTagId(long tagId)
                   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

removeByT_K

void removeByT_K(long tagId,
                 java.lang.String key)
                 throws com.liferay.portal.kernel.exception.SystemException,
                        NoSuchTagPropertyException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagPropertyException

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

countByTagId

int countByTagId(long tagId)
                 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

countByT_K

int countByT_K(long tagId,
               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