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

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

public class AssetEntryPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetEntry>
implements com.liferay.portlet.asset.service.persistence.AssetEntryPersistence

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:
AssetEntryPersistence, AssetEntryUtil
Generated:

Nested Class Summary
protected  class AssetEntryPersistenceImpl.AddAssetCategory
           
protected  class AssetEntryPersistenceImpl.AddAssetTag
           
protected  class AssetEntryPersistenceImpl.ClearAssetCategories
           
protected  class AssetEntryPersistenceImpl.ClearAssetTags
           
protected  class AssetEntryPersistenceImpl.ContainsAssetCategory
           
protected  class AssetEntryPersistenceImpl.ContainsAssetTag
           
protected  class AssetEntryPersistenceImpl.RemoveAssetCategory
           
protected  class AssetEntryPersistenceImpl.RemoveAssetTag
           
 
Field Summary
protected  AssetEntryPersistenceImpl.AddAssetCategory addAssetCategory
           
protected  AssetEntryPersistenceImpl.AddAssetTag addAssetTag
           
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  com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence
           
protected  com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence bookmarksEntryPersistence
           
protected  AssetEntryPersistenceImpl.ClearAssetCategories clearAssetCategories
           
protected  AssetEntryPersistenceImpl.ClearAssetTags clearAssetTags
           
protected  com.liferay.portal.service.persistence.CompanyPersistence companyPersistence
           
protected  AssetEntryPersistenceImpl.ContainsAssetCategory containsAssetCategory
           
protected  AssetEntryPersistenceImpl.ContainsAssetTag containsAssetTag
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence dlFileEntryPersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence
           
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_ASSETCATEGORY
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_ASSETTAG
           
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_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
           
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_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ASSETCATEGORIES
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ASSETCATEGORIES_SIZE
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ASSETTAGS
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ASSETTAGS_SIZE
           
protected  com.liferay.portal.service.persistence.GroupPersistence groupPersistence
           
protected  com.liferay.portlet.journal.service.persistence.JournalArticlePersistence journalArticlePersistence
           
protected  com.liferay.portlet.journal.service.persistence.JournalArticleResourcePersistence journalArticleResourcePersistence
           
protected  com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence
           
protected  AssetEntryPersistenceImpl.RemoveAssetCategory removeAssetCategory
           
protected  AssetEntryPersistenceImpl.RemoveAssetTag removeAssetTag
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portlet.wiki.service.persistence.WikiPagePersistence wikiPagePersistence
           
protected  com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence wikiPageResourcePersistence
           
 
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
AssetEntryPersistenceImpl()
           
 
Method Summary
 void addAssetCategories(long pk, java.util.List<com.liferay.portlet.asset.model.AssetCategory> assetCategories)
           
 void addAssetCategories(long pk, long[] assetCategoryPKs)
           
 void addAssetCategory(long pk, com.liferay.portlet.asset.model.AssetCategory assetCategory)
           
 void addAssetCategory(long pk, long assetCategoryPK)
           
 void addAssetTag(long pk, com.liferay.portlet.asset.model.AssetTag assetTag)
           
 void addAssetTag(long pk, long assetTagPK)
           
 void addAssetTags(long pk, java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
           
 void addAssetTags(long pk, long[] assetTagPKs)
           
 void afterPropertiesSet()
           
 void cacheResult(com.liferay.portlet.asset.model.AssetEntry assetEntry)
           
 void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
           
 void clearAssetCategories(long pk)
           
 void clearAssetTags(long pk)
           
 void clearCache()
           
 boolean containsAssetCategories(long pk)
           
 boolean containsAssetCategory(long pk, long assetCategoryPK)
           
 boolean containsAssetTag(long pk, long assetTagPK)
           
 boolean containsAssetTags(long pk)
           
 int countAll()
           
 int countByC_C(long classNameId, long classPK)
           
 int countByCompanyId(long companyId)
           
 com.liferay.portlet.asset.model.AssetEntry create(long entryId)
           
 com.liferay.portlet.asset.model.AssetEntry fetchByC_C(long classNameId, long classPK)
           
 com.liferay.portlet.asset.model.AssetEntry fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
           
 com.liferay.portlet.asset.model.AssetEntry fetchByPrimaryKey(long entryId)
           
 com.liferay.portlet.asset.model.AssetEntry fetchByPrimaryKey(java.io.Serializable primaryKey)
           
 java.util.List<com.liferay.portlet.asset.model.AssetEntry> findAll()
           
 java.util.List<com.liferay.portlet.asset.model.AssetEntry> findAll(int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetEntry findByC_C(long classNameId, long classPK)
           
 com.liferay.portlet.asset.model.AssetEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetEntry[] findByCompanyId_PrevAndNext(long entryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.asset.model.AssetEntry> findByCompanyId(long companyId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetEntry> findByCompanyId(long companyId, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetEntry findByPrimaryKey(long entryId)
           
 com.liferay.portlet.asset.model.AssetEntry 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.AssetCategory> getAssetCategories(long pk)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> getAssetCategories(long pk, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> getAssetCategories(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 int getAssetCategoriesSize(long pk)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTag> getAssetTags(long pk)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTag> getAssetTags(long pk, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetTag> getAssetTags(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 int getAssetTagsSize(long pk)
           
 com.liferay.portlet.asset.model.AssetEntry remove(com.liferay.portlet.asset.model.AssetEntry assetEntry)
           
 com.liferay.portlet.asset.model.AssetEntry remove(long entryId)
           
 com.liferay.portlet.asset.model.AssetEntry remove(java.io.Serializable primaryKey)
           
 void removeAll()
           
 void removeAssetCategories(long pk, java.util.List<com.liferay.portlet.asset.model.AssetCategory> assetCategories)
           
 void removeAssetCategories(long pk, long[] assetCategoryPKs)
           
 void removeAssetCategory(long pk, com.liferay.portlet.asset.model.AssetCategory assetCategory)
           
 void removeAssetCategory(long pk, long assetCategoryPK)
           
 void removeAssetTag(long pk, com.liferay.portlet.asset.model.AssetTag assetTag)
           
 void removeAssetTag(long pk, long assetTagPK)
           
 void removeAssetTags(long pk, java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
           
 void removeAssetTags(long pk, long[] assetTagPKs)
           
 void removeByC_C(long classNameId, long classPK)
           
 void removeByCompanyId(long companyId)
           
protected  com.liferay.portlet.asset.model.AssetEntry removeImpl(com.liferay.portlet.asset.model.AssetEntry assetEntry)
           
 void setAssetCategories(long pk, java.util.List<com.liferay.portlet.asset.model.AssetCategory> assetCategories)
           
 void setAssetCategories(long pk, long[] assetCategoryPKs)
           
 void setAssetTags(long pk, java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
           
 void setAssetTags(long pk, long[] assetTagPKs)
           
protected  com.liferay.portlet.asset.model.AssetEntry toUnwrappedModel(com.liferay.portlet.asset.model.AssetEntry assetEntry)
           
 com.liferay.portlet.asset.model.AssetEntry updateImpl(com.liferay.portlet.asset.model.AssetEntry assetEntry, 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_FETCH_BY_C_C

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

FINDER_PATH_COUNT_BY_C_C

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

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_ASSETCATEGORIES

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

FINDER_PATH_GET_ASSETCATEGORIES_SIZE

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

FINDER_PATH_CONTAINS_ASSETCATEGORY

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

FINDER_PATH_GET_ASSETTAGS

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

FINDER_PATH_GET_ASSETTAGS_SIZE

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

FINDER_PATH_CONTAINS_ASSETTAG

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

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

companyPersistence

@BeanReference(name="com.liferay.portal.service.persistence.CompanyPersistence")
protected com.liferay.portal.service.persistence.CompanyPersistence companyPersistence

groupPersistence

@BeanReference(name="com.liferay.portal.service.persistence.GroupPersistence")
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence

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

blogsEntryPersistence

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence")
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence

bookmarksEntryPersistence

@BeanReference(name="com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence")
protected com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence bookmarksEntryPersistence

dlFileEntryPersistence

@BeanReference(name="com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence")
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence dlFileEntryPersistence

dlFolderPersistence

@BeanReference(name="com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence")
protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence

journalArticlePersistence

@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalArticlePersistence")
protected com.liferay.portlet.journal.service.persistence.JournalArticlePersistence journalArticlePersistence

journalArticleResourcePersistence

@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalArticleResourcePersistence")
protected com.liferay.portlet.journal.service.persistence.JournalArticleResourcePersistence journalArticleResourcePersistence

mbMessagePersistence

@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence

wikiPagePersistence

@BeanReference(name="com.liferay.portlet.wiki.service.persistence.WikiPagePersistence")
protected com.liferay.portlet.wiki.service.persistence.WikiPagePersistence wikiPagePersistence

wikiPageResourcePersistence

@BeanReference(name="com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence")
protected com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence wikiPageResourcePersistence

containsAssetCategory

protected AssetEntryPersistenceImpl.ContainsAssetCategory containsAssetCategory

addAssetCategory

protected AssetEntryPersistenceImpl.AddAssetCategory addAssetCategory

clearAssetCategories

protected AssetEntryPersistenceImpl.ClearAssetCategories clearAssetCategories

removeAssetCategory

protected AssetEntryPersistenceImpl.RemoveAssetCategory removeAssetCategory

containsAssetTag

protected AssetEntryPersistenceImpl.ContainsAssetTag containsAssetTag

addAssetTag

protected AssetEntryPersistenceImpl.AddAssetTag addAssetTag

clearAssetTags

protected AssetEntryPersistenceImpl.ClearAssetTags clearAssetTags

removeAssetTag

protected AssetEntryPersistenceImpl.RemoveAssetTag removeAssetTag
Constructor Detail

AssetEntryPersistenceImpl

public AssetEntryPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.asset.model.AssetEntry assetEntry)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence

clearCache

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

create

public com.liferay.portlet.asset.model.AssetEntry create(long entryId)
Specified by:
create in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence

remove

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

remove

public com.liferay.portlet.asset.model.AssetEntry remove(long entryId)
                                                  throws com.liferay.portlet.asset.NoSuchEntryException,
                                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portlet.asset.NoSuchEntryException
com.liferay.portal.kernel.exception.SystemException

remove

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

removeImpl

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

updateImpl

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

toUnwrappedModel

protected com.liferay.portlet.asset.model.AssetEntry toUnwrappedModel(com.liferay.portlet.asset.model.AssetEntry assetEntry)

findByPrimaryKey

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

findByPrimaryKey

public com.liferay.portlet.asset.model.AssetEntry findByPrimaryKey(long entryId)
                                                            throws com.liferay.portlet.asset.NoSuchEntryException,
                                                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portlet.asset.NoSuchEntryException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

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

fetchByPrimaryKey

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

findByCompanyId

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

findByCompanyId

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

findByCompanyId

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

findByCompanyId_First

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

findByCompanyId_Last

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

findByCompanyId_PrevAndNext

public com.liferay.portlet.asset.model.AssetEntry[] findByCompanyId_PrevAndNext(long entryId,
                                                                                long companyId,
                                                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                         throws com.liferay.portlet.asset.NoSuchEntryException,
                                                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portlet.asset.NoSuchEntryException
com.liferay.portal.kernel.exception.SystemException

findByC_C

public com.liferay.portlet.asset.model.AssetEntry findByC_C(long classNameId,
                                                            long classPK)
                                                     throws com.liferay.portlet.asset.NoSuchEntryException,
                                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_C in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portlet.asset.NoSuchEntryException
com.liferay.portal.kernel.exception.SystemException

fetchByC_C

public com.liferay.portlet.asset.model.AssetEntry fetchByC_C(long classNameId,
                                                             long classPK)
                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByC_C in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByC_C

public com.liferay.portlet.asset.model.AssetEntry fetchByC_C(long classNameId,
                                                             long classPK,
                                                             boolean retrieveFromCache)
                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByC_C in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
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.AssetEntry>
Overrides:
findWithDynamicQuery in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetEntry>
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.AssetEntry>
Overrides:
findWithDynamicQuery in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetEntry>
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

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

findAll

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

findAll

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

removeByC_C

public void removeByC_C(long classNameId,
                        long classPK)
                 throws com.liferay.portlet.asset.NoSuchEntryException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByC_C in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portlet.asset.NoSuchEntryException
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.AssetEntryPersistence
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.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByC_C

public int countByC_C(long classNameId,
                      long classPK)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByC_C in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
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.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetCategories

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

getAssetCategories

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

getAssetCategories

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

getAssetCategoriesSize

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

containsAssetCategory

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

containsAssetCategories

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

addAssetCategory

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

addAssetCategory

public void addAssetCategory(long pk,
                             com.liferay.portlet.asset.model.AssetCategory assetCategory)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAssetCategory in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

addAssetCategories

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

addAssetCategories

public void addAssetCategories(long pk,
                               java.util.List<com.liferay.portlet.asset.model.AssetCategory> assetCategories)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAssetCategories in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

clearAssetCategories

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

removeAssetCategory

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

removeAssetCategory

public void removeAssetCategory(long pk,
                                com.liferay.portlet.asset.model.AssetCategory assetCategory)
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAssetCategory in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAssetCategories

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

removeAssetCategories

public void removeAssetCategories(long pk,
                                  java.util.List<com.liferay.portlet.asset.model.AssetCategory> assetCategories)
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAssetCategories in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

setAssetCategories

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

setAssetCategories

public void setAssetCategories(long pk,
                               java.util.List<com.liferay.portlet.asset.model.AssetCategory> assetCategories)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
setAssetCategories in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetTags

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

getAssetTags

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

getAssetTags

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

getAssetTagsSize

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

containsAssetTag

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

containsAssetTags

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

addAssetTag

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

addAssetTag

public void addAssetTag(long pk,
                        com.liferay.portlet.asset.model.AssetTag assetTag)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAssetTag in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

addAssetTags

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

addAssetTags

public void addAssetTags(long pk,
                         java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAssetTags in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

clearAssetTags

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

removeAssetTag

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

removeAssetTag

public void removeAssetTag(long pk,
                           com.liferay.portlet.asset.model.AssetTag assetTag)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAssetTag in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAssetTags

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

removeAssetTags

public void removeAssetTags(long pk,
                            java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAssetTags in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

setAssetTags

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

setAssetTags

public void setAssetTags(long pk,
                         java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
setAssetTags in interface com.liferay.portlet.asset.service.persistence.AssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

afterPropertiesSet

public void afterPropertiesSet()