com.liferay.portlet.asset.service.persistence
Interface AssetCategoryPersistence

All Superinterfaces:
BasePersistence<AssetCategory>

public interface AssetCategoryPersistence
extends BasePersistence<AssetCategory>

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

Method Summary
 void addAssetEntries(long pk, java.util.List<AssetEntry> assetEntries)
           
 void addAssetEntries(long pk, long[] assetEntryPKs)
           
 void addAssetEntry(long pk, AssetEntry assetEntry)
           
 void addAssetEntry(long pk, long assetEntryPK)
           
 void cacheResult(AssetCategory assetCategory)
           
 void cacheResult(java.util.List<AssetCategory> assetCategories)
           
 void clearAssetEntries(long pk)
           
 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)
           
 AssetCategory create(long categoryId)
           
 AssetCategory fetchByPrimaryKey(long categoryId)
           
 AssetCategory fetchByUUID_G(java.lang.String uuid, long groupId)
           
 AssetCategory fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
           
 java.util.List<AssetCategory> findAll()
           
 java.util.List<AssetCategory> findAll(int start, int end)
           
 java.util.List<AssetCategory> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByN_V_First(java.lang.String name, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByN_V_Last(java.lang.String name, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory[] findByN_V_PrevAndNext(long categoryId, java.lang.String name, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<AssetCategory> findByN_V(java.lang.String name, long vocabularyId)
           
 java.util.List<AssetCategory> findByN_V(java.lang.String name, long vocabularyId, int start, int end)
           
 java.util.List<AssetCategory> findByN_V(java.lang.String name, long vocabularyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByP_N_First(long parentCategoryId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByP_N_Last(long parentCategoryId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory[] findByP_N_PrevAndNext(long categoryId, long parentCategoryId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<AssetCategory> findByP_N(long parentCategoryId, java.lang.String name)
           
 java.util.List<AssetCategory> findByP_N(long parentCategoryId, java.lang.String name, int start, int end)
           
 java.util.List<AssetCategory> findByP_N(long parentCategoryId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByP_V_First(long parentCategoryId, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByP_V_Last(long parentCategoryId, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory[] findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<AssetCategory> findByP_V(long parentCategoryId, long vocabularyId)
           
 java.util.List<AssetCategory> findByP_V(long parentCategoryId, long vocabularyId, int start, int end)
           
 java.util.List<AssetCategory> findByP_V(long parentCategoryId, long vocabularyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByParentCategoryId_First(long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByParentCategoryId_Last(long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory[] findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId)
           
 java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId, int start, int end)
           
 java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByPrimaryKey(long categoryId)
           
 AssetCategory findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByUUID_G(java.lang.String uuid, long groupId)
           
 AssetCategory findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory[] findByUuid_PrevAndNext(long categoryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<AssetCategory> findByUuid(java.lang.String uuid)
           
 java.util.List<AssetCategory> findByUuid(java.lang.String uuid, int start, int end)
           
 java.util.List<AssetCategory> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByVocabularyId_First(long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory findByVocabularyId_Last(long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 AssetCategory[] findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<AssetCategory> findByVocabularyId(long vocabularyId)
           
 java.util.List<AssetCategory> findByVocabularyId(long vocabularyId, int start, int end)
           
 java.util.List<AssetCategory> findByVocabularyId(long vocabularyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<AssetEntry> getAssetEntries(long pk)
           
 java.util.List<AssetEntry> getAssetEntries(long pk, int start, int end)
           
 java.util.List<AssetEntry> getAssetEntries(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 int getAssetEntriesSize(long pk)
           
 void rebuildTree(long groupId, boolean force)
           
 AssetCategory remove(long categoryId)
           
 void removeAll()
           
 void removeAssetEntries(long pk, java.util.List<AssetEntry> assetEntries)
           
 void removeAssetEntries(long pk, long[] assetEntryPKs)
           
 void removeAssetEntry(long pk, 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)
           
 void setAssetEntries(long pk, java.util.List<AssetEntry> assetEntries)
           
 void setAssetEntries(long pk, long[] assetEntryPKs)
           
 AssetCategory updateImpl(AssetCategory assetCategory, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(AssetCategory assetCategory)

cacheResult

void cacheResult(java.util.List<AssetCategory> assetCategories)

create

AssetCategory create(long categoryId)

remove

AssetCategory remove(long categoryId)
                     throws com.liferay.portal.kernel.exception.SystemException,
                            NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

updateImpl

AssetCategory updateImpl(AssetCategory assetCategory,
                         boolean merge)
                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

AssetCategory findByPrimaryKey(long categoryId)
                               throws com.liferay.portal.kernel.exception.SystemException,
                                      NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

fetchByPrimaryKey

AssetCategory fetchByPrimaryKey(long categoryId)
                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUuid

java.util.List<AssetCategory> findByUuid(java.lang.String uuid)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUuid

java.util.List<AssetCategory> findByUuid(java.lang.String uuid,
                                         int start,
                                         int end)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUuid

java.util.List<AssetCategory> findByUuid(java.lang.String uuid,
                                         int start,
                                         int end,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUuid_First

AssetCategory findByUuid_First(java.lang.String uuid,
                               com.liferay.portal.kernel.util.OrderByComparator obc)
                               throws com.liferay.portal.kernel.exception.SystemException,
                                      NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByUuid_Last

AssetCategory findByUuid_Last(java.lang.String uuid,
                              com.liferay.portal.kernel.util.OrderByComparator obc)
                              throws com.liferay.portal.kernel.exception.SystemException,
                                     NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByUuid_PrevAndNext

AssetCategory[] findByUuid_PrevAndNext(long categoryId,
                                       java.lang.String uuid,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.kernel.exception.SystemException,
                                              NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByUUID_G

AssetCategory findByUUID_G(java.lang.String uuid,
                           long groupId)
                           throws com.liferay.portal.kernel.exception.SystemException,
                                  NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

fetchByUUID_G

AssetCategory fetchByUUID_G(java.lang.String uuid,
                            long groupId)
                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByUUID_G

AssetCategory fetchByUUID_G(java.lang.String uuid,
                            long groupId,
                            boolean retrieveFromCache)
                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByParentCategoryId

java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId)
                                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByParentCategoryId

java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId,
                                                     int start,
                                                     int end)
                                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByParentCategoryId

java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId,
                                                     int start,
                                                     int end,
                                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByParentCategoryId_First

AssetCategory findByParentCategoryId_First(long parentCategoryId,
                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                                           throws com.liferay.portal.kernel.exception.SystemException,
                                                  NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByParentCategoryId_Last

AssetCategory findByParentCategoryId_Last(long parentCategoryId,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                          throws com.liferay.portal.kernel.exception.SystemException,
                                                 NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByParentCategoryId_PrevAndNext

AssetCategory[] findByParentCategoryId_PrevAndNext(long categoryId,
                                                   long parentCategoryId,
                                                   com.liferay.portal.kernel.util.OrderByComparator obc)
                                                   throws com.liferay.portal.kernel.exception.SystemException,
                                                          NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByVocabularyId

java.util.List<AssetCategory> findByVocabularyId(long vocabularyId)
                                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByVocabularyId

java.util.List<AssetCategory> findByVocabularyId(long vocabularyId,
                                                 int start,
                                                 int end)
                                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByVocabularyId

java.util.List<AssetCategory> findByVocabularyId(long vocabularyId,
                                                 int start,
                                                 int end,
                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByVocabularyId_First

AssetCategory findByVocabularyId_First(long vocabularyId,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.kernel.exception.SystemException,
                                              NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByVocabularyId_Last

AssetCategory findByVocabularyId_Last(long vocabularyId,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                      throws com.liferay.portal.kernel.exception.SystemException,
                                             NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByVocabularyId_PrevAndNext

AssetCategory[] findByVocabularyId_PrevAndNext(long categoryId,
                                               long vocabularyId,
                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                               throws com.liferay.portal.kernel.exception.SystemException,
                                                      NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByP_N

java.util.List<AssetCategory> findByP_N(long parentCategoryId,
                                        java.lang.String name)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByP_N

java.util.List<AssetCategory> findByP_N(long parentCategoryId,
                                        java.lang.String name,
                                        int start,
                                        int end)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByP_N

java.util.List<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
Throws:
com.liferay.portal.kernel.exception.SystemException

findByP_N_First

AssetCategory findByP_N_First(long parentCategoryId,
                              java.lang.String name,
                              com.liferay.portal.kernel.util.OrderByComparator obc)
                              throws com.liferay.portal.kernel.exception.SystemException,
                                     NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByP_N_Last

AssetCategory findByP_N_Last(long parentCategoryId,
                             java.lang.String name,
                             com.liferay.portal.kernel.util.OrderByComparator obc)
                             throws com.liferay.portal.kernel.exception.SystemException,
                                    NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByP_N_PrevAndNext

AssetCategory[] findByP_N_PrevAndNext(long categoryId,
                                      long parentCategoryId,
                                      java.lang.String name,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                      throws com.liferay.portal.kernel.exception.SystemException,
                                             NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByP_V

java.util.List<AssetCategory> findByP_V(long parentCategoryId,
                                        long vocabularyId)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByP_V

java.util.List<AssetCategory> findByP_V(long parentCategoryId,
                                        long vocabularyId,
                                        int start,
                                        int end)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByP_V

java.util.List<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
Throws:
com.liferay.portal.kernel.exception.SystemException

findByP_V_First

AssetCategory findByP_V_First(long parentCategoryId,
                              long vocabularyId,
                              com.liferay.portal.kernel.util.OrderByComparator obc)
                              throws com.liferay.portal.kernel.exception.SystemException,
                                     NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByP_V_Last

AssetCategory findByP_V_Last(long parentCategoryId,
                             long vocabularyId,
                             com.liferay.portal.kernel.util.OrderByComparator obc)
                             throws com.liferay.portal.kernel.exception.SystemException,
                                    NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByP_V_PrevAndNext

AssetCategory[] findByP_V_PrevAndNext(long categoryId,
                                      long parentCategoryId,
                                      long vocabularyId,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                      throws com.liferay.portal.kernel.exception.SystemException,
                                             NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByN_V

java.util.List<AssetCategory> findByN_V(java.lang.String name,
                                        long vocabularyId)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByN_V

java.util.List<AssetCategory> findByN_V(java.lang.String name,
                                        long vocabularyId,
                                        int start,
                                        int end)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByN_V

java.util.List<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
Throws:
com.liferay.portal.kernel.exception.SystemException

findByN_V_First

AssetCategory findByN_V_First(java.lang.String name,
                              long vocabularyId,
                              com.liferay.portal.kernel.util.OrderByComparator obc)
                              throws com.liferay.portal.kernel.exception.SystemException,
                                     NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByN_V_Last

AssetCategory findByN_V_Last(java.lang.String name,
                             long vocabularyId,
                             com.liferay.portal.kernel.util.OrderByComparator obc)
                             throws com.liferay.portal.kernel.exception.SystemException,
                                    NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findByN_V_PrevAndNext

AssetCategory[] findByN_V_PrevAndNext(long categoryId,
                                      java.lang.String name,
                                      long vocabularyId,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                      throws com.liferay.portal.kernel.exception.SystemException,
                                             NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

findAll

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

findAll

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

findAll

java.util.List<AssetCategory> findAll(int start,
                                      int end,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByUuid

void removeByUuid(java.lang.String uuid)
                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByUUID_G

void removeByUUID_G(java.lang.String uuid,
                    long groupId)
                    throws com.liferay.portal.kernel.exception.SystemException,
                           NoSuchCategoryException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchCategoryException

removeByParentCategoryId

void removeByParentCategoryId(long parentCategoryId)
                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByVocabularyId

void removeByVocabularyId(long vocabularyId)
                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByP_N

void removeByP_N(long parentCategoryId,
                 java.lang.String name)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByP_V

void removeByP_V(long parentCategoryId,
                 long vocabularyId)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByN_V

void removeByN_V(java.lang.String name,
                 long vocabularyId)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAll

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

countByUuid

int countByUuid(java.lang.String uuid)
                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByUUID_G

int countByUUID_G(java.lang.String uuid,
                  long groupId)
                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByParentCategoryId

int countByParentCategoryId(long parentCategoryId)
                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByVocabularyId

int countByVocabularyId(long vocabularyId)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByP_N

int countByP_N(long parentCategoryId,
               java.lang.String name)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByP_V

int countByP_V(long parentCategoryId,
               long vocabularyId)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByN_V

int countByN_V(java.lang.String name,
               long vocabularyId)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

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

getAssetEntries

java.util.List<AssetEntry> getAssetEntries(long pk)
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetEntries

java.util.List<AssetEntry> getAssetEntries(long pk,
                                           int start,
                                           int end)
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetEntries

java.util.List<AssetEntry> getAssetEntries(long pk,
                                           int start,
                                           int end,
                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetEntriesSize

int getAssetEntriesSize(long pk)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

containsAssetEntry

boolean containsAssetEntry(long pk,
                           long assetEntryPK)
                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

containsAssetEntries

boolean containsAssetEntries(long pk)
                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addAssetEntry

void addAssetEntry(long pk,
                   long assetEntryPK)
                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addAssetEntry

void addAssetEntry(long pk,
                   AssetEntry assetEntry)
                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addAssetEntries

void addAssetEntries(long pk,
                     long[] assetEntryPKs)
                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addAssetEntries

void addAssetEntries(long pk,
                     java.util.List<AssetEntry> assetEntries)
                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

clearAssetEntries

void clearAssetEntries(long pk)
                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAssetEntry

void removeAssetEntry(long pk,
                      long assetEntryPK)
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAssetEntry

void removeAssetEntry(long pk,
                      AssetEntry assetEntry)
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAssetEntries

void removeAssetEntries(long pk,
                        long[] assetEntryPKs)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAssetEntries

void removeAssetEntries(long pk,
                        java.util.List<AssetEntry> assetEntries)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

setAssetEntries

void setAssetEntries(long pk,
                     long[] assetEntryPKs)
                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

setAssetEntries

void setAssetEntries(long pk,
                     java.util.List<AssetEntry> assetEntries)
                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

rebuildTree

void rebuildTree(long groupId,
                 boolean force)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException