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

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

public class AssetCategoryPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetCategory>
implements com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence

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:
AssetCategoryPersistence, AssetCategoryUtil
Generated:

Nested Class Summary
protected  class AssetCategoryPersistenceImpl.AddAssetEntry
           
protected  class AssetCategoryPersistenceImpl.ClearAssetEntries
           
protected  class AssetCategoryPersistenceImpl.ContainsAssetEntry
           
protected  class AssetCategoryPersistenceImpl.ExpandTreeLeftCategoryId
           
protected  class AssetCategoryPersistenceImpl.ExpandTreeRightCategoryId
           
protected  class AssetCategoryPersistenceImpl.RemoveAssetEntry
           
protected  class AssetCategoryPersistenceImpl.ShrinkTreeLeftCategoryId
           
protected  class AssetCategoryPersistenceImpl.ShrinkTreeRightCategoryId
           
protected  class AssetCategoryPersistenceImpl.UpdateTree
           
 
Field Summary
protected  AssetCategoryPersistenceImpl.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  AssetCategoryPersistenceImpl.ClearAssetEntries clearAssetEntries
           
protected  AssetCategoryPersistenceImpl.ContainsAssetEntry containsAssetEntry
           
protected  AssetCategoryPersistenceImpl.ExpandTreeLeftCategoryId expandTreeLeftCategoryId
           
protected  AssetCategoryPersistenceImpl.ExpandTreeRightCategoryId expandTreeRightCategoryId
           
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_N_V
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_P_N
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_P_V
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_PARENTCATEGORYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_VOCABULARYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_V
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_V
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_P_N
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_P_V
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_PARENTCATEGORYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_VOCABULARYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_P_N
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_P_V
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_PARENTCATEGORYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_VOCABULARYID
           
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  AssetCategoryPersistenceImpl.RemoveAssetEntry removeAssetEntry
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  AssetCategoryPersistenceImpl.ShrinkTreeLeftCategoryId shrinkTreeLeftCategoryId
           
protected  AssetCategoryPersistenceImpl.ShrinkTreeRightCategoryId shrinkTreeRightCategoryId
           
protected  AssetCategoryPersistenceImpl.UpdateTree updateTree
           
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
AssetCategoryPersistenceImpl()
           
 
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.AssetCategory assetCategory)
           
 void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetCategory> assetCategories)
           
 void clearAssetEntries(long pk)
           
 void clearCache()
           
 boolean containsAssetEntries(long pk)
           
 boolean containsAssetEntry(long pk, long assetEntryPK)
           
 int countAll()
           
 int countByN_V(java.lang.String name, long vocabularyId)
           
 int countByP_N(long parentCategoryId, java.lang.String name)
           
 int countByP_V(long parentCategoryId, long vocabularyId)
           
 int countByParentCategoryId(long parentCategoryId)
           
 int countByUUID_G(java.lang.String uuid, long groupId)
           
 int countByUuid(java.lang.String uuid)
           
 int countByVocabularyId(long vocabularyId)
           
protected  long countOrphanTreeNodes(long groupId)
           
 com.liferay.portlet.asset.model.AssetCategory create(long categoryId)
           
protected  void expandTree(com.liferay.portlet.asset.model.AssetCategory assetCategory)
           
 com.liferay.portlet.asset.model.AssetCategory fetchByPrimaryKey(long categoryId)
           
 com.liferay.portlet.asset.model.AssetCategory fetchByPrimaryKey(java.io.Serializable primaryKey)
           
 com.liferay.portlet.asset.model.AssetCategory fetchByUUID_G(java.lang.String uuid, long groupId)
           
 com.liferay.portlet.asset.model.AssetCategory fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findAll()
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findAll(int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByN_V_First(java.lang.String name, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByN_V_Last(java.lang.String name, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory[] findByN_V_PrevAndNext(long categoryId, java.lang.String name, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByN_V(java.lang.String name, long vocabularyId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByN_V(java.lang.String name, long vocabularyId, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByN_V(java.lang.String name, long vocabularyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByP_N_First(long parentCategoryId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByP_N_Last(long parentCategoryId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory[] findByP_N_PrevAndNext(long categoryId, long parentCategoryId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByP_N(long parentCategoryId, java.lang.String name)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByP_N(long parentCategoryId, java.lang.String name, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByP_N(long parentCategoryId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByP_V_First(long parentCategoryId, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByP_V_Last(long parentCategoryId, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory[] findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByP_V(long parentCategoryId, long vocabularyId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByP_V(long parentCategoryId, long vocabularyId, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByP_V(long parentCategoryId, long vocabularyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByParentCategoryId_First(long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByParentCategoryId_Last(long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory[] findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByParentCategoryId(long parentCategoryId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByParentCategoryId(long parentCategoryId, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByParentCategoryId(long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByPrimaryKey(long categoryId)
           
 com.liferay.portlet.asset.model.AssetCategory findByPrimaryKey(java.io.Serializable primaryKey)
           
 com.liferay.portlet.asset.model.AssetCategory findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByUUID_G(java.lang.String uuid, long groupId)
           
 com.liferay.portlet.asset.model.AssetCategory findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory[] findByUuid_PrevAndNext(long categoryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByUuid(java.lang.String uuid)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByUuid(java.lang.String uuid, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByVocabularyId_First(long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory findByVocabularyId_Last(long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.asset.model.AssetCategory[] findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByVocabularyId(long vocabularyId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByVocabularyId(long vocabularyId, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByVocabularyId(long vocabularyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 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)
           
protected  long getLastRightCategoryId(long groupId, long parentCategoryId)
           
 void rebuildTree(long groupId, boolean force)
           
protected  long rebuildTree(long groupId, long parentCategoryId, long leftCategoryId)
           
 com.liferay.portlet.asset.model.AssetCategory remove(com.liferay.portlet.asset.model.AssetCategory assetCategory)
           
 com.liferay.portlet.asset.model.AssetCategory remove(long categoryId)
           
 com.liferay.portlet.asset.model.AssetCategory 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 removeByN_V(java.lang.String name, long vocabularyId)
           
 void removeByP_N(long parentCategoryId, java.lang.String name)
           
 void removeByP_V(long parentCategoryId, long vocabularyId)
           
 void removeByParentCategoryId(long parentCategoryId)
           
 void removeByUUID_G(java.lang.String uuid, long groupId)
           
 void removeByUuid(java.lang.String uuid)
           
 void removeByVocabularyId(long vocabularyId)
           
protected  com.liferay.portlet.asset.model.AssetCategory removeImpl(com.liferay.portlet.asset.model.AssetCategory assetCategory)
           
 void setAssetEntries(long pk, java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
           
 void setAssetEntries(long pk, long[] assetEntryPKs)
           
protected  void shrinkTree(com.liferay.portlet.asset.model.AssetCategory assetCategory)
           
protected  com.liferay.portlet.asset.model.AssetCategory toUnwrappedModel(com.liferay.portlet.asset.model.AssetCategory assetCategory)
           
 com.liferay.portlet.asset.model.AssetCategory updateImpl(com.liferay.portlet.asset.model.AssetCategory assetCategory, 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_UUID

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

FINDER_PATH_FIND_BY_OBC_UUID

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

FINDER_PATH_COUNT_BY_UUID

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

FINDER_PATH_FETCH_BY_UUID_G

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

FINDER_PATH_COUNT_BY_UUID_G

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

FINDER_PATH_FIND_BY_PARENTCATEGORYID

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

FINDER_PATH_FIND_BY_OBC_PARENTCATEGORYID

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

FINDER_PATH_COUNT_BY_PARENTCATEGORYID

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

FINDER_PATH_FIND_BY_VOCABULARYID

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

FINDER_PATH_FIND_BY_OBC_VOCABULARYID

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

FINDER_PATH_COUNT_BY_VOCABULARYID

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

FINDER_PATH_FIND_BY_P_N

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

FINDER_PATH_FIND_BY_OBC_P_N

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

FINDER_PATH_COUNT_BY_P_N

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

FINDER_PATH_FIND_BY_P_V

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

FINDER_PATH_FIND_BY_OBC_P_V

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

FINDER_PATH_COUNT_BY_P_V

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

FINDER_PATH_FIND_BY_N_V

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

FINDER_PATH_FIND_BY_OBC_N_V

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

FINDER_PATH_COUNT_BY_N_V

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

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 AssetCategoryPersistenceImpl.ContainsAssetEntry containsAssetEntry

addAssetEntry

protected AssetCategoryPersistenceImpl.AddAssetEntry addAssetEntry

clearAssetEntries

protected AssetCategoryPersistenceImpl.ClearAssetEntries clearAssetEntries

removeAssetEntry

protected AssetCategoryPersistenceImpl.RemoveAssetEntry removeAssetEntry

expandTreeLeftCategoryId

protected AssetCategoryPersistenceImpl.ExpandTreeLeftCategoryId expandTreeLeftCategoryId

expandTreeRightCategoryId

protected AssetCategoryPersistenceImpl.ExpandTreeRightCategoryId expandTreeRightCategoryId

shrinkTreeLeftCategoryId

protected AssetCategoryPersistenceImpl.ShrinkTreeLeftCategoryId shrinkTreeLeftCategoryId

shrinkTreeRightCategoryId

protected AssetCategoryPersistenceImpl.ShrinkTreeRightCategoryId shrinkTreeRightCategoryId

updateTree

protected AssetCategoryPersistenceImpl.UpdateTree updateTree
Constructor Detail

AssetCategoryPersistenceImpl

public AssetCategoryPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.asset.model.AssetCategory assetCategory)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetCategory> assetCategories)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence

clearCache

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

create

public com.liferay.portlet.asset.model.AssetCategory create(long categoryId)
Specified by:
create in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence

remove

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

remove

public com.liferay.portlet.asset.model.AssetCategory remove(long categoryId)
                                                     throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

remove

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

removeImpl

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

updateImpl

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

toUnwrappedModel

protected com.liferay.portlet.asset.model.AssetCategory toUnwrappedModel(com.liferay.portlet.asset.model.AssetCategory assetCategory)

findByPrimaryKey

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

findByPrimaryKey

public com.liferay.portlet.asset.model.AssetCategory findByPrimaryKey(long categoryId)
                                                               throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

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

fetchByPrimaryKey

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

findByUuid

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByUuid(java.lang.String uuid)
                                                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByUuid in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUuid

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByUuid(java.lang.String uuid,
                                                                                int start,
                                                                                int end)
                                                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByUuid in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUuid

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByUuid(java.lang.String uuid,
                                                                                int start,
                                                                                int end,
                                                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByUuid in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUuid_First

public com.liferay.portlet.asset.model.AssetCategory findByUuid_First(java.lang.String uuid,
                                                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                                               throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
findByUuid_First in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByUuid_Last

public com.liferay.portlet.asset.model.AssetCategory findByUuid_Last(java.lang.String uuid,
                                                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                                              throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
findByUuid_Last in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByUuid_PrevAndNext

public com.liferay.portlet.asset.model.AssetCategory[] findByUuid_PrevAndNext(long categoryId,
                                                                              java.lang.String uuid,
                                                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                       throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                              com.liferay.portal.kernel.exception.SystemException
Specified by:
findByUuid_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByUUID_G

public com.liferay.portlet.asset.model.AssetCategory findByUUID_G(java.lang.String uuid,
                                                                  long groupId)
                                                           throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
findByUUID_G in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

fetchByUUID_G

public com.liferay.portlet.asset.model.AssetCategory fetchByUUID_G(java.lang.String uuid,
                                                                   long groupId)
                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByUUID_G in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByUUID_G

public com.liferay.portlet.asset.model.AssetCategory fetchByUUID_G(java.lang.String uuid,
                                                                   long groupId,
                                                                   boolean retrieveFromCache)
                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByUUID_G in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByParentCategoryId

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

findByParentCategoryId

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

findByParentCategoryId

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

findByParentCategoryId_First

public com.liferay.portlet.asset.model.AssetCategory findByParentCategoryId_First(long parentCategoryId,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                           throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
findByParentCategoryId_First in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByParentCategoryId_Last

public com.liferay.portlet.asset.model.AssetCategory findByParentCategoryId_Last(long parentCategoryId,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                          throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
findByParentCategoryId_Last in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByParentCategoryId_PrevAndNext

public com.liferay.portlet.asset.model.AssetCategory[] findByParentCategoryId_PrevAndNext(long categoryId,
                                                                                          long parentCategoryId,
                                                                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                                   throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
findByParentCategoryId_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByVocabularyId

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

findByVocabularyId

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

findByVocabularyId

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

findByVocabularyId_First

public com.liferay.portlet.asset.model.AssetCategory findByVocabularyId_First(long vocabularyId,
                                                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                       throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                              com.liferay.portal.kernel.exception.SystemException
Specified by:
findByVocabularyId_First in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByVocabularyId_Last

public com.liferay.portlet.asset.model.AssetCategory findByVocabularyId_Last(long vocabularyId,
                                                                             com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                      throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
findByVocabularyId_Last in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByVocabularyId_PrevAndNext

public com.liferay.portlet.asset.model.AssetCategory[] findByVocabularyId_PrevAndNext(long categoryId,
                                                                                      long vocabularyId,
                                                                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                               throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
findByVocabularyId_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByP_N

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByP_N(long parentCategoryId,
                                                                               java.lang.String name)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByP_N in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByP_N

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByP_N(long parentCategoryId,
                                                                               java.lang.String name,
                                                                               int start,
                                                                               int end)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByP_N in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByP_N

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByP_N(long parentCategoryId,
                                                                               java.lang.String name,
                                                                               int start,
                                                                               int end,
                                                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByP_N in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByP_N_First

public com.liferay.portlet.asset.model.AssetCategory findByP_N_First(long parentCategoryId,
                                                                     java.lang.String name,
                                                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                                              throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
findByP_N_First in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByP_N_Last

public com.liferay.portlet.asset.model.AssetCategory findByP_N_Last(long parentCategoryId,
                                                                    java.lang.String name,
                                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                                             throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
findByP_N_Last in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByP_N_PrevAndNext

public com.liferay.portlet.asset.model.AssetCategory[] findByP_N_PrevAndNext(long categoryId,
                                                                             long parentCategoryId,
                                                                             java.lang.String name,
                                                                             com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                      throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
findByP_N_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByP_V

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByP_V(long parentCategoryId,
                                                                               long vocabularyId)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByP_V in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByP_V

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

findByP_V

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

findByP_V_First

public com.liferay.portlet.asset.model.AssetCategory findByP_V_First(long parentCategoryId,
                                                                     long vocabularyId,
                                                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                                              throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
findByP_V_First in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByP_V_Last

public com.liferay.portlet.asset.model.AssetCategory findByP_V_Last(long parentCategoryId,
                                                                    long vocabularyId,
                                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                                             throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
findByP_V_Last in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByP_V_PrevAndNext

public com.liferay.portlet.asset.model.AssetCategory[] findByP_V_PrevAndNext(long categoryId,
                                                                             long parentCategoryId,
                                                                             long vocabularyId,
                                                                             com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                      throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
findByP_V_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByN_V

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByN_V(java.lang.String name,
                                                                               long vocabularyId)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByN_V in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByN_V

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByN_V(java.lang.String name,
                                                                               long vocabularyId,
                                                                               int start,
                                                                               int end)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByN_V in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByN_V

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> findByN_V(java.lang.String name,
                                                                               long vocabularyId,
                                                                               int start,
                                                                               int end,
                                                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByN_V in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByN_V_First

public com.liferay.portlet.asset.model.AssetCategory findByN_V_First(java.lang.String name,
                                                                     long vocabularyId,
                                                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                                              throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
findByN_V_First in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByN_V_Last

public com.liferay.portlet.asset.model.AssetCategory findByN_V_Last(java.lang.String name,
                                                                    long vocabularyId,
                                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                                             throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
findByN_V_Last in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

findByN_V_PrevAndNext

public com.liferay.portlet.asset.model.AssetCategory[] findByN_V_PrevAndNext(long categoryId,
                                                                             java.lang.String name,
                                                                             long vocabularyId,
                                                                             com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                      throws com.liferay.portlet.asset.NoSuchCategoryException,
                                                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
findByN_V_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
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.AssetCategory>
Overrides:
findWithDynamicQuery in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetCategory>
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.AssetCategory>
Overrides:
findWithDynamicQuery in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetCategory>
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

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

findAll

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

findAll

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

removeByUuid

public void removeByUuid(java.lang.String uuid)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByUuid in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByUUID_G

public void removeByUUID_G(java.lang.String uuid,
                           long groupId)
                    throws com.liferay.portlet.asset.NoSuchCategoryException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByUUID_G in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryException
com.liferay.portal.kernel.exception.SystemException

removeByParentCategoryId

public void removeByParentCategoryId(long parentCategoryId)
                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByParentCategoryId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByVocabularyId

public void removeByVocabularyId(long vocabularyId)
                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByVocabularyId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByP_N

public void removeByP_N(long parentCategoryId,
                        java.lang.String name)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByP_N in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByP_V

public void removeByP_V(long parentCategoryId,
                        long vocabularyId)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByP_V in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByN_V

public void removeByN_V(java.lang.String name,
                        long vocabularyId)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByN_V in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
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.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByUuid

public int countByUuid(java.lang.String uuid)
                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByUuid in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByUUID_G

public int countByUUID_G(java.lang.String uuid,
                         long groupId)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByUUID_G in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByParentCategoryId

public int countByParentCategoryId(long parentCategoryId)
                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByParentCategoryId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByVocabularyId

public int countByVocabularyId(long vocabularyId)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByVocabularyId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByP_N

public int countByP_N(long parentCategoryId,
                      java.lang.String name)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByP_N in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByP_V

public int countByP_V(long parentCategoryId,
                      long vocabularyId)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByP_V in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByN_V

public int countByN_V(java.lang.String name,
                      long vocabularyId)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByN_V in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
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.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

rebuildTree

public void rebuildTree(long groupId,
                        boolean force)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
rebuildTree in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countOrphanTreeNodes

protected long countOrphanTreeNodes(long groupId)
                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

expandTree

protected void expandTree(com.liferay.portlet.asset.model.AssetCategory assetCategory)
                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getLastRightCategoryId

protected long getLastRightCategoryId(long groupId,
                                      long parentCategoryId)
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

rebuildTree

protected long rebuildTree(long groupId,
                           long parentCategoryId,
                           long leftCategoryId)
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

shrinkTree

protected void shrinkTree(com.liferay.portlet.asset.model.AssetCategory assetCategory)

afterPropertiesSet

public void afterPropertiesSet()