com.liferay.portlet.asset.service.persistence
Class AssetTagPropertyPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagProperty>
      extended by com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistenceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagProperty>, com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence

public class AssetTagPropertyPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagProperty>
implements com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence

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

Field Summary
protected  com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence assetTagPropertyPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence
           
static java.lang.String FINDER_CLASS_NAME_ENTITY
           
static java.lang.String FINDER_CLASS_NAME_LIST
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_K
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_T_K
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_TAGID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_T_K
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_C_K
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_C_K
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_TAGID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_TAGID
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT
 
Constructor Summary
AssetTagPropertyPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty)
           
 void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> assetTagProperties)
           
 void clearCache()
           
 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)
           
 com.liferay.portlet.asset.model.AssetTagProperty create(long tagPropertyId)
           
 com.liferay.portlet.asset.model.AssetTagProperty fetchByPrimaryKey(long tagPropertyId)
           
 com.liferay.portlet.asset.model.AssetTagProperty fetchByPrimaryKey(java.io.Serializable primaryKey)
           
 com.liferay.portlet.asset.model.AssetTagProperty fetchByT_K(long tagId, java.lang.String key)
           
 com.liferay.portlet.asset.model.AssetTagProperty fetchByT_K(long tagId, java.lang.String key, boolean retrieveFromCache)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findAll()
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findAll(int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTagProperty findByC_K_First(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTagProperty findByC_K_Last(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTagProperty[] findByC_K_PrevAndNext(long tagPropertyId, long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByC_K(long companyId, java.lang.String key)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByC_K(long companyId, java.lang.String key, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByC_K(long companyId, java.lang.String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTagProperty findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTagProperty findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTagProperty[] findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByCompanyId(long companyId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByCompanyId(long companyId, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTagProperty findByPrimaryKey(long tagPropertyId)
           
 com.liferay.portlet.asset.model.AssetTagProperty findByPrimaryKey(java.io.Serializable primaryKey)
           
 com.liferay.portlet.asset.model.AssetTagProperty findByT_K(long tagId, java.lang.String key)
           
 com.liferay.portlet.asset.model.AssetTagProperty findByTagId_First(long tagId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTagProperty findByTagId_Last(long tagId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTagProperty[] findByTagId_PrevAndNext(long tagPropertyId, long tagId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByTagId(long tagId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByTagId(long tagId, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByTagId(long tagId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 com.liferay.portlet.asset.model.AssetTagProperty remove(com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty)
           
 com.liferay.portlet.asset.model.AssetTagProperty remove(long tagPropertyId)
           
 com.liferay.portlet.asset.model.AssetTagProperty remove(java.io.Serializable primaryKey)
           
 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)
           
protected  com.liferay.portlet.asset.model.AssetTagProperty removeImpl(com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty)
           
protected  com.liferay.portlet.asset.model.AssetTagProperty toUnwrappedModel(com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty)
           
 com.liferay.portlet.asset.model.AssetTagProperty updateImpl(com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty, boolean merge)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
getListeners, registerListener, unregisterListener, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final java.lang.String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final java.lang.String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_COMPANYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_COMPANYID

FINDER_PATH_FIND_BY_OBC_COMPANYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_COMPANYID

FINDER_PATH_COUNT_BY_COMPANYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID

FINDER_PATH_FIND_BY_TAGID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_TAGID

FINDER_PATH_FIND_BY_OBC_TAGID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_TAGID

FINDER_PATH_COUNT_BY_TAGID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_TAGID

FINDER_PATH_FIND_BY_C_K

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_C_K

FINDER_PATH_FIND_BY_OBC_C_K

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_C_K

FINDER_PATH_COUNT_BY_C_K

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_K

FINDER_PATH_FETCH_BY_T_K

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_T_K

FINDER_PATH_COUNT_BY_T_K

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_T_K

FINDER_PATH_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL

assetCategoryPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence

assetCategoryPropertyPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence

assetEntryPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetEntryPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence

assetTagPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence

assetTagPropertyPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence assetTagPropertyPersistence

assetTagStatsPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence

assetVocabularyPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence

resourcePersistence

@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

userPersistence

@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
Constructor Detail

AssetTagPropertyPersistenceImpl

public AssetTagPropertyPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> assetTagProperties)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence

clearCache

public void clearCache()
Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagProperty>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagProperty>

create

public com.liferay.portlet.asset.model.AssetTagProperty create(long tagPropertyId)
Specified by:
create in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence

remove

public com.liferay.portlet.asset.model.AssetTagProperty remove(java.io.Serializable primaryKey)
                                                        throws com.liferay.portal.NoSuchModelException,
                                                               com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagProperty>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagProperty>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

remove

public com.liferay.portlet.asset.model.AssetTagProperty remove(long tagPropertyId)
                                                        throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                               com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

remove

public com.liferay.portlet.asset.model.AssetTagProperty remove(com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty)
                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagProperty>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagProperty>
Throws:
com.liferay.portal.kernel.exception.SystemException

removeImpl

protected com.liferay.portlet.asset.model.AssetTagProperty removeImpl(com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty)
                                                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateImpl

public com.liferay.portlet.asset.model.AssetTagProperty updateImpl(com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty,
                                                                   boolean merge)
                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateImpl in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Overrides:
updateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagProperty>
Throws:
com.liferay.portal.kernel.exception.SystemException

toUnwrappedModel

protected com.liferay.portlet.asset.model.AssetTagProperty toUnwrappedModel(com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty)

findByPrimaryKey

public com.liferay.portlet.asset.model.AssetTagProperty findByPrimaryKey(java.io.Serializable primaryKey)
                                                                  throws com.liferay.portal.NoSuchModelException,
                                                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagProperty>
Overrides:
findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagProperty>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

public com.liferay.portlet.asset.model.AssetTagProperty findByPrimaryKey(long tagPropertyId)
                                                                  throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

public com.liferay.portlet.asset.model.AssetTagProperty fetchByPrimaryKey(java.io.Serializable primaryKey)
                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagProperty>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagProperty>
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

public com.liferay.portlet.asset.model.AssetTagProperty fetchByPrimaryKey(long tagPropertyId)
                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByPrimaryKey in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByCompanyId(long companyId)
                                                                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByCompanyId(long companyId,
                                                                                        int start,
                                                                                        int end)
                                                                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByCompanyId(long companyId,
                                                                                        int start,
                                                                                        int end,
                                                                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId_First

public com.liferay.portlet.asset.model.AssetTagProperty findByCompanyId_First(long companyId,
                                                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                       throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                                              com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId_First in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

findByCompanyId_Last

public com.liferay.portlet.asset.model.AssetTagProperty findByCompanyId_Last(long companyId,
                                                                             com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                      throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId_Last in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

findByCompanyId_PrevAndNext

public com.liferay.portlet.asset.model.AssetTagProperty[] findByCompanyId_PrevAndNext(long tagPropertyId,
                                                                                      long companyId,
                                                                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                               throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

findByTagId

public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByTagId(long tagId)
                                                                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByTagId in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByTagId

public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByTagId(long tagId,
                                                                                    int start,
                                                                                    int end)
                                                                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByTagId in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByTagId

public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByTagId(long tagId,
                                                                                    int start,
                                                                                    int end,
                                                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByTagId in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByTagId_First

public com.liferay.portlet.asset.model.AssetTagProperty findByTagId_First(long tagId,
                                                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                   throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
findByTagId_First in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

findByTagId_Last

public com.liferay.portlet.asset.model.AssetTagProperty findByTagId_Last(long tagId,
                                                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                  throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
findByTagId_Last in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

findByTagId_PrevAndNext

public com.liferay.portlet.asset.model.AssetTagProperty[] findByTagId_PrevAndNext(long tagPropertyId,
                                                                                  long tagId,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                           throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
findByTagId_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

findByC_K

public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByC_K(long companyId,
                                                                                  java.lang.String key)
                                                                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_K in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_K

public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findByC_K(long companyId,
                                                                                  java.lang.String key,
                                                                                  int start,
                                                                                  int end)
                                                                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_K in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_K

public java.util.List<com.liferay.portlet.asset.model.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
Specified by:
findByC_K in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_K_First

public com.liferay.portlet.asset.model.AssetTagProperty findByC_K_First(long companyId,
                                                                        java.lang.String key,
                                                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                 throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                                        com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_K_First in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

findByC_K_Last

public com.liferay.portlet.asset.model.AssetTagProperty findByC_K_Last(long companyId,
                                                                       java.lang.String key,
                                                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                                       com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_K_Last in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

findByC_K_PrevAndNext

public com.liferay.portlet.asset.model.AssetTagProperty[] findByC_K_PrevAndNext(long tagPropertyId,
                                                                                long companyId,
                                                                                java.lang.String key,
                                                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                         throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_K_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

findByT_K

public com.liferay.portlet.asset.model.AssetTagProperty findByT_K(long tagId,
                                                                  java.lang.String key)
                                                           throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
findByT_K in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

fetchByT_K

public com.liferay.portlet.asset.model.AssetTagProperty fetchByT_K(long tagId,
                                                                   java.lang.String key)
                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByT_K in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByT_K

public com.liferay.portlet.asset.model.AssetTagProperty fetchByT_K(long tagId,
                                                                   java.lang.String key,
                                                                   boolean retrieveFromCache)
                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByT_K in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findWithDynamicQuery

public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findWithDynamicQuery in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagProperty>
Overrides:
findWithDynamicQuery in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagProperty>
Throws:
com.liferay.portal.kernel.exception.SystemException

findWithDynamicQuery

public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                             int start,
                                                             int end)
                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findWithDynamicQuery in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagProperty>
Overrides:
findWithDynamicQuery in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagProperty>
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findAll()
                                                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findAll(int start,
                                                                                int end)
                                                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> findAll(int start,
                                                                                int end,
                                                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByCompanyId

public void removeByCompanyId(long companyId)
                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByCompanyId in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByTagId

public void removeByTagId(long tagId)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByTagId in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByC_K

public void removeByC_K(long companyId,
                        java.lang.String key)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByC_K in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByT_K

public void removeByT_K(long tagId,
                        java.lang.String key)
                 throws com.liferay.portlet.asset.NoSuchTagPropertyException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByT_K in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagPropertyException
com.liferay.portal.kernel.exception.SystemException

removeAll

public void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAll in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByCompanyId

public int countByCompanyId(long companyId)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByCompanyId in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByTagId

public int countByTagId(long tagId)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByTagId in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByC_K

public int countByC_K(long companyId,
                      java.lang.String key)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByC_K in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByT_K

public int countByT_K(long tagId,
                      java.lang.String key)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByT_K in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

public int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countAll in interface com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

afterPropertiesSet

public void afterPropertiesSet()