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

java.lang.Object
  extended by com.liferay.portlet.asset.service.persistence.AssetTagPropertyUtil

public class AssetTagPropertyUtil
extends java.lang.Object

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

Constructor Summary
AssetTagPropertyUtil()
           
 
Method Summary
static void cacheResult(AssetTagProperty assetTagProperty)
           
static void cacheResult(java.util.List<AssetTagProperty> assetTagProperties)
           
static void clearCache()
           
static int countAll()
           
static int countByC_K(long companyId, java.lang.String key)
           
static int countByCompanyId(long companyId)
           
static int countByT_K(long tagId, java.lang.String key)
           
static int countByTagId(long tagId)
           
static AssetTagProperty create(long tagPropertyId)
           
static AssetTagProperty fetchByPrimaryKey(long tagPropertyId)
           
static AssetTagProperty fetchByT_K(long tagId, java.lang.String key)
           
static AssetTagProperty fetchByT_K(long tagId, java.lang.String key, boolean retrieveFromCache)
           
static java.util.List<AssetTagProperty> findAll()
           
static java.util.List<AssetTagProperty> findAll(int start, int end)
           
static java.util.List<AssetTagProperty> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static AssetTagProperty findByC_K_First(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static AssetTagProperty findByC_K_Last(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static AssetTagProperty[] findByC_K_PrevAndNext(long tagPropertyId, long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List<AssetTagProperty> findByC_K(long companyId, java.lang.String key)
           
static java.util.List<AssetTagProperty> findByC_K(long companyId, java.lang.String key, int start, int end)
           
static java.util.List<AssetTagProperty> findByC_K(long companyId, java.lang.String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static AssetTagProperty findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static AssetTagProperty findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static AssetTagProperty[] findByCompanyId_PrevAndNext(long tagPropertyId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List<AssetTagProperty> findByCompanyId(long companyId)
           
static java.util.List<AssetTagProperty> findByCompanyId(long companyId, int start, int end)
           
static java.util.List<AssetTagProperty> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static AssetTagProperty findByPrimaryKey(long tagPropertyId)
           
static AssetTagProperty findByT_K(long tagId, java.lang.String key)
           
static AssetTagProperty findByTagId_First(long tagId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static AssetTagProperty findByTagId_Last(long tagId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static AssetTagProperty[] findByTagId_PrevAndNext(long tagPropertyId, long tagId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List<AssetTagProperty> findByTagId(long tagId)
           
static java.util.List<AssetTagProperty> findByTagId(long tagId, int start, int end)
           
static java.util.List<AssetTagProperty> findByTagId(long tagId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static AssetTagPropertyPersistence getPersistence()
           
static AssetTagProperty remove(AssetTagProperty assetTagProperty)
           
static AssetTagProperty remove(long tagPropertyId)
           
static void removeAll()
           
static void removeByC_K(long companyId, java.lang.String key)
           
static void removeByCompanyId(long companyId)
           
static void removeByT_K(long tagId, java.lang.String key)
           
static void removeByTagId(long tagId)
           
 void setPersistence(AssetTagPropertyPersistence persistence)
           
static AssetTagProperty update(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty updateImpl(AssetTagProperty assetTagProperty, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagPropertyUtil

public AssetTagPropertyUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

findWithDynamicQuery

public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static 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
Throws:
com.liferay.portal.kernel.exception.SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

remove

public static AssetTagProperty remove(AssetTagProperty assetTagProperty)
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException
See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)

update

public static AssetTagProperty update(AssetTagProperty assetTagProperty,
                                      boolean merge)
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

cacheResult

public static void cacheResult(AssetTagProperty assetTagProperty)

cacheResult

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

create

public static AssetTagProperty create(long tagPropertyId)

remove

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

updateImpl

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

findByPrimaryKey

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

fetchByPrimaryKey

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

findByCompanyId

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

findByCompanyId

public static 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

public static 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

public static 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

public static 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

public static 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

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

findByTagId

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

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

findAll

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

findAll

public static 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

public static void removeByCompanyId(long companyId)
                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByTagId

public static void removeByTagId(long tagId)
                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByC_K

public static 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

public static 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

public static void removeAll()
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByCompanyId

public static int countByCompanyId(long companyId)
                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByTagId

public static int countByTagId(long tagId)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByC_K

public static 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

public static int countByT_K(long tagId,
                             java.lang.String key)
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

public static int countAll()
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getPersistence

public static AssetTagPropertyPersistence getPersistence()

setPersistence

public void setPersistence(AssetTagPropertyPersistence persistence)