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

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

public class AssetTagPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>
implements com.liferay.portlet.asset.service.persistence.AssetTagPersistence

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:
AssetTagPersistence, AssetTagUtil
Generated:

Nested Class Summary
protected  class AssetTagPersistenceImpl.AddAssetEntry
           
protected  class AssetTagPersistenceImpl.ClearAssetEntries
           
protected  class AssetTagPersistenceImpl.ContainsAssetEntry
           
protected  class AssetTagPersistenceImpl.RemoveAssetEntry
           
 
Field Summary
protected  AssetTagPersistenceImpl.AddAssetEntry addAssetEntry
           
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
           
protected  AssetTagPersistenceImpl.ClearAssetEntries clearAssetEntries
           
protected  AssetTagPersistenceImpl.ContainsAssetEntry containsAssetEntry
           
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_CONTAINS_ASSETENTRY
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_GROUPID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_GROUPID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ASSETENTRIES
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ASSETENTRIES_SIZE
           
protected  AssetTagPersistenceImpl.RemoveAssetEntry removeAssetEntry
           
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
AssetTagPersistenceImpl()
           
 
Method Summary
 void addAssetEntries(long pk, java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
           
 void addAssetEntries(long pk, long[] assetEntryPKs)
           
 void addAssetEntry(long pk, com.liferay.portlet.asset.model.AssetEntry assetEntry)
           
 void addAssetEntry(long pk, long assetEntryPK)
           
 void afterPropertiesSet()
           
 void cacheResult(com.liferay.portlet.asset.model.AssetTag assetTag)
           
 void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
           
 void clearAssetEntries(long pk)
           
 void clearCache()
           
 boolean containsAssetEntries(long pk)
           
 boolean containsAssetEntry(long pk, long assetEntryPK)
           
 int countAll()
           
 int countByGroupId(long groupId)
           
 com.liferay.portlet.asset.model.AssetTag create(long tagId)
           
 com.liferay.portlet.asset.model.AssetTag fetchByPrimaryKey(long tagId)
           
 com.liferay.portlet.asset.model.AssetTag fetchByPrimaryKey(java.io.Serializable primaryKey)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTag> findAll()
           
 java.util.List<com.liferay.portlet.asset.model.AssetTag> findAll(int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTag> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTag findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTag findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTag[] findByGroupId_PrevAndNext(long tagId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTag> findByGroupId(long groupId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTag> findByGroupId(long groupId, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTag> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetTag findByPrimaryKey(long tagId)
           
 com.liferay.portlet.asset.model.AssetTag findByPrimaryKey(java.io.Serializable primaryKey)
           
 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)
           
 java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetEntries(long pk)
           
 java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetEntries(long pk, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetEntries(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 int getAssetEntriesSize(long pk)
           
 com.liferay.portlet.asset.model.AssetTag remove(com.liferay.portlet.asset.model.AssetTag assetTag)
           
 com.liferay.portlet.asset.model.AssetTag remove(long tagId)
           
 com.liferay.portlet.asset.model.AssetTag remove(java.io.Serializable primaryKey)
           
 void removeAll()
           
 void removeAssetEntries(long pk, java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
           
 void removeAssetEntries(long pk, long[] assetEntryPKs)
           
 void removeAssetEntry(long pk, com.liferay.portlet.asset.model.AssetEntry assetEntry)
           
 void removeAssetEntry(long pk, long assetEntryPK)
           
 void removeByGroupId(long groupId)
           
protected  com.liferay.portlet.asset.model.AssetTag removeImpl(com.liferay.portlet.asset.model.AssetTag assetTag)
           
 void setAssetEntries(long pk, java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
           
 void setAssetEntries(long pk, long[] assetEntryPKs)
           
protected  com.liferay.portlet.asset.model.AssetTag toUnwrappedModel(com.liferay.portlet.asset.model.AssetTag assetTag)
           
 com.liferay.portlet.asset.model.AssetTag updateImpl(com.liferay.portlet.asset.model.AssetTag assetTag, 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_GROUPID

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

FINDER_PATH_FIND_BY_OBC_GROUPID

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

FINDER_PATH_COUNT_BY_GROUPID

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

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

FINDER_PATH_GET_ASSETENTRIES

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

FINDER_PATH_GET_ASSETENTRIES_SIZE

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

FINDER_PATH_CONTAINS_ASSETENTRY

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

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

containsAssetEntry

protected AssetTagPersistenceImpl.ContainsAssetEntry containsAssetEntry

addAssetEntry

protected AssetTagPersistenceImpl.AddAssetEntry addAssetEntry

clearAssetEntries

protected AssetTagPersistenceImpl.ClearAssetEntries clearAssetEntries

removeAssetEntry

protected AssetTagPersistenceImpl.RemoveAssetEntry removeAssetEntry
Constructor Detail

AssetTagPersistenceImpl

public AssetTagPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.asset.model.AssetTag assetTag)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence

clearCache

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

create

public com.liferay.portlet.asset.model.AssetTag create(long tagId)
Specified by:
create in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence

remove

public com.liferay.portlet.asset.model.AssetTag 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.AssetTag>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

remove

public com.liferay.portlet.asset.model.AssetTag remove(long tagId)
                                                throws com.liferay.portlet.asset.NoSuchTagException,
                                                       com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagException
com.liferay.portal.kernel.exception.SystemException

remove

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

removeImpl

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

updateImpl

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

toUnwrappedModel

protected com.liferay.portlet.asset.model.AssetTag toUnwrappedModel(com.liferay.portlet.asset.model.AssetTag assetTag)

findByPrimaryKey

public com.liferay.portlet.asset.model.AssetTag 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.AssetTag>
Overrides:
findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

public com.liferay.portlet.asset.model.AssetTag findByPrimaryKey(long tagId)
                                                          throws com.liferay.portlet.asset.NoSuchTagException,
                                                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

public com.liferay.portlet.asset.model.AssetTag 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.AssetTag>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

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

findByGroupId

public java.util.List<com.liferay.portlet.asset.model.AssetTag> findByGroupId(long groupId)
                                                                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByGroupId

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

findByGroupId

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

findByGroupId_First

public com.liferay.portlet.asset.model.AssetTag findByGroupId_First(long groupId,
                                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                                             throws com.liferay.portlet.asset.NoSuchTagException,
                                                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
findByGroupId_First in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagException
com.liferay.portal.kernel.exception.SystemException

findByGroupId_Last

public com.liferay.portlet.asset.model.AssetTag findByGroupId_Last(long groupId,
                                                                   com.liferay.portal.kernel.util.OrderByComparator obc)
                                                            throws com.liferay.portlet.asset.NoSuchTagException,
                                                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
findByGroupId_Last in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagException
com.liferay.portal.kernel.exception.SystemException

findByGroupId_PrevAndNext

public com.liferay.portlet.asset.model.AssetTag[] findByGroupId_PrevAndNext(long tagId,
                                                                            long groupId,
                                                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                     throws com.liferay.portlet.asset.NoSuchTagException,
                                                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
findByGroupId_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portlet.asset.NoSuchTagException
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.AssetTag>
Overrides:
findWithDynamicQuery in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>
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.AssetTag>
Overrides:
findWithDynamicQuery in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

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

findAll

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

findAll

public java.util.List<com.liferay.portlet.asset.model.AssetTag> 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.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByGroupId

public void removeByGroupId(long groupId)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
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.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByGroupId

public int countByGroupId(long groupId)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
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.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetEntries

public java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetEntries(long pk)
                                                                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetEntries

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

getAssetEntries

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

getAssetEntriesSize

public int getAssetEntriesSize(long pk)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAssetEntriesSize in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

containsAssetEntry

public boolean containsAssetEntry(long pk,
                                  long assetEntryPK)
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
containsAssetEntry in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

containsAssetEntries

public boolean containsAssetEntries(long pk)
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
containsAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

addAssetEntry

public void addAssetEntry(long pk,
                          long assetEntryPK)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAssetEntry in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

addAssetEntry

public void addAssetEntry(long pk,
                          com.liferay.portlet.asset.model.AssetEntry assetEntry)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAssetEntry in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

addAssetEntries

public void addAssetEntries(long pk,
                            long[] assetEntryPKs)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

addAssetEntries

public void addAssetEntries(long pk,
                            java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

clearAssetEntries

public void clearAssetEntries(long pk)
                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
clearAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAssetEntry

public void removeAssetEntry(long pk,
                             long assetEntryPK)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAssetEntry in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAssetEntry

public void removeAssetEntry(long pk,
                             com.liferay.portlet.asset.model.AssetEntry assetEntry)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAssetEntry in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAssetEntries

public void removeAssetEntries(long pk,
                               long[] assetEntryPKs)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAssetEntries

public void removeAssetEntries(long pk,
                               java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

setAssetEntries

public void setAssetEntries(long pk,
                            long[] assetEntryPKs)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
setAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

setAssetEntries

public void setAssetEntries(long pk,
                            java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
setAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

afterPropertiesSet

public void afterPropertiesSet()