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

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

public class AssetCategoryUtil
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Author:
Brian Wing Shun Chan
See Also:
AssetCategoryPersistence, AssetCategoryPersistenceImpl
Generated:

Constructor Summary
AssetCategoryUtil()
           
 
Method Summary
static void addAssetEntries(long pk, java.util.List<AssetEntry> assetEntries)
           
static void addAssetEntries(long pk, long[] assetEntryPKs)
           
static void addAssetEntry(long pk, AssetEntry assetEntry)
           
static void addAssetEntry(long pk, long assetEntryPK)
           
static void cacheResult(AssetCategory assetCategory)
           
static void cacheResult(java.util.List<AssetCategory> assetCategories)
           
static void clearAssetEntries(long pk)
           
static void clearCache()
           
static void clearCache(AssetCategory assetCategory)
           
static boolean containsAssetEntries(long pk)
           
static boolean containsAssetEntry(long pk, long assetEntryPK)
           
static int countAll()
           
static int countByGroupId(long groupId)
           
static int countByN_V(java.lang.String name, long vocabularyId)
           
static int countByP_N_V(long parentCategoryId, java.lang.String name, long vocabularyId)
           
static int countByP_N(long parentCategoryId, java.lang.String name)
           
static int countByP_V(long parentCategoryId, long vocabularyId)
           
static int countByParentCategoryId(long parentCategoryId)
           
static int countByUUID_G(java.lang.String uuid, long groupId)
           
static int countByUuid(java.lang.String uuid)
           
static int countByVocabularyId(long vocabularyId)
           
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static AssetCategory create(long categoryId)
           
static AssetCategory fetchByP_N_V(long parentCategoryId, java.lang.String name, long vocabularyId)
           
static AssetCategory fetchByP_N_V(long parentCategoryId, java.lang.String name, long vocabularyId, boolean retrieveFromCache)
           
static AssetCategory fetchByPrimaryKey(long categoryId)
           
static AssetCategory fetchByUUID_G(java.lang.String uuid, long groupId)
           
static AssetCategory fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
           
static int filterCountByGroupId(long groupId)
           
static java.util.List<AssetCategory> filterFindByGroupId(long groupId)
           
static java.util.List<AssetCategory> filterFindByGroupId(long groupId, int start, int end)
           
static java.util.List<AssetCategory> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static java.util.List<AssetCategory> findAll()
           
static java.util.List<AssetCategory> findAll(int start, int end)
           
static java.util.List<AssetCategory> findAll(int start, int end, OrderByComparator orderByComparator)
           
static AssetCategory findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static AssetCategory findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static AssetCategory[] findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
static java.util.List<AssetCategory> findByGroupId(long groupId)
           
static java.util.List<AssetCategory> findByGroupId(long groupId, int start, int end)
           
static java.util.List<AssetCategory> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static AssetCategory findByN_V_First(java.lang.String name, long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory findByN_V_Last(java.lang.String name, long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory[] findByN_V_PrevAndNext(long categoryId, java.lang.String name, long vocabularyId, OrderByComparator orderByComparator)
           
static java.util.List<AssetCategory> findByN_V(java.lang.String name, long vocabularyId)
           
static java.util.List<AssetCategory> findByN_V(java.lang.String name, long vocabularyId, int start, int end)
           
static java.util.List<AssetCategory> findByN_V(java.lang.String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
static AssetCategory findByP_N_First(long parentCategoryId, java.lang.String name, OrderByComparator orderByComparator)
           
static AssetCategory findByP_N_Last(long parentCategoryId, java.lang.String name, OrderByComparator orderByComparator)
           
static AssetCategory[] findByP_N_PrevAndNext(long categoryId, long parentCategoryId, java.lang.String name, OrderByComparator orderByComparator)
           
static AssetCategory findByP_N_V(long parentCategoryId, java.lang.String name, long vocabularyId)
           
static java.util.List<AssetCategory> findByP_N(long parentCategoryId, java.lang.String name)
           
static java.util.List<AssetCategory> findByP_N(long parentCategoryId, java.lang.String name, int start, int end)
           
static java.util.List<AssetCategory> findByP_N(long parentCategoryId, java.lang.String name, int start, int end, OrderByComparator orderByComparator)
           
static AssetCategory findByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory findByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory[] findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
static java.util.List<AssetCategory> findByP_V(long parentCategoryId, long vocabularyId)
           
static java.util.List<AssetCategory> findByP_V(long parentCategoryId, long vocabularyId, int start, int end)
           
static java.util.List<AssetCategory> findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
static AssetCategory findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
           
static AssetCategory findByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
           
static AssetCategory[] findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, OrderByComparator orderByComparator)
           
static java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId)
           
static java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId, int start, int end)
           
static java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
           
static AssetCategory findByPrimaryKey(long categoryId)
           
static AssetCategory findByUuid_First(java.lang.String uuid, OrderByComparator orderByComparator)
           
static AssetCategory findByUUID_G(java.lang.String uuid, long groupId)
           
static AssetCategory findByUuid_Last(java.lang.String uuid, OrderByComparator orderByComparator)
           
static AssetCategory[] findByUuid_PrevAndNext(long categoryId, java.lang.String uuid, OrderByComparator orderByComparator)
           
static java.util.List<AssetCategory> findByUuid(java.lang.String uuid)
           
static java.util.List<AssetCategory> findByUuid(java.lang.String uuid, int start, int end)
           
static java.util.List<AssetCategory> findByUuid(java.lang.String uuid, int start, int end, OrderByComparator orderByComparator)
           
static AssetCategory findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory findByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory[] findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, OrderByComparator orderByComparator)
           
static java.util.List<AssetCategory> findByVocabularyId(long vocabularyId)
           
static java.util.List<AssetCategory> findByVocabularyId(long vocabularyId, int start, int end)
           
static java.util.List<AssetCategory> findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
static java.util.List<AssetCategory> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static java.util.List<AssetCategory> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static java.util.List<AssetEntry> getAssetEntries(long pk)
           
static java.util.List<AssetEntry> getAssetEntries(long pk, int start, int end)
           
static java.util.List<AssetEntry> getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
           
static int getAssetEntriesSize(long pk)
           
static AssetCategoryPersistence getPersistence()
           
static void rebuildTree(long groupId, boolean force)
           
static AssetCategory remove(AssetCategory assetCategory)
           
static AssetCategory remove(long categoryId)
           
static void removeAll()
           
static void removeAssetEntries(long pk, java.util.List<AssetEntry> assetEntries)
           
static void removeAssetEntries(long pk, long[] assetEntryPKs)
           
static void removeAssetEntry(long pk, AssetEntry assetEntry)
           
static void removeAssetEntry(long pk, long assetEntryPK)
           
static void removeByGroupId(long groupId)
           
static void removeByN_V(java.lang.String name, long vocabularyId)
           
static void removeByP_N_V(long parentCategoryId, java.lang.String name, long vocabularyId)
           
static void removeByP_N(long parentCategoryId, java.lang.String name)
           
static void removeByP_V(long parentCategoryId, long vocabularyId)
           
static void removeByParentCategoryId(long parentCategoryId)
           
static void removeByUUID_G(java.lang.String uuid, long groupId)
           
static void removeByUuid(java.lang.String uuid)
           
static void removeByVocabularyId(long vocabularyId)
           
static void setAssetEntries(long pk, java.util.List<AssetEntry> assetEntries)
           
static void setAssetEntries(long pk, long[] assetEntryPKs)
           
 void setPersistence(AssetCategoryPersistence persistence)
           
static AssetCategory update(AssetCategory assetCategory, boolean merge)
           
static AssetCategory updateImpl(AssetCategory assetCategory, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetCategoryUtil

public AssetCategoryUtil()
Method Detail

clearCache

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

clearCache

public static void clearCache(AssetCategory assetCategory)
See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(AssetCategory)

countWithDynamicQuery

public long countWithDynamicQuery(DynamicQuery dynamicQuery)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<AssetCategory> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                          throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<AssetCategory> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                                 int start,
                                                                 int end)
                                                          throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

remove

public static AssetCategory remove(AssetCategory assetCategory)
                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)

update

public static AssetCategory update(AssetCategory assetCategory,
                                   boolean merge)
                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

cacheResult

public static void cacheResult(AssetCategory assetCategory)

cacheResult

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

create

public static AssetCategory create(long categoryId)

remove

public static AssetCategory remove(long categoryId)
                            throws SystemException,
                                   NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

updateImpl

public static AssetCategory updateImpl(AssetCategory assetCategory,
                                       boolean merge)
                                throws SystemException
Throws:
SystemException

findByPrimaryKey

public static AssetCategory findByPrimaryKey(long categoryId)
                                      throws SystemException,
                                             NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

fetchByPrimaryKey

public static AssetCategory fetchByPrimaryKey(long categoryId)
                                       throws SystemException
Throws:
SystemException

findByUuid

public static java.util.List<AssetCategory> findByUuid(java.lang.String uuid)
                                                throws SystemException
Throws:
SystemException

findByUuid

public static java.util.List<AssetCategory> findByUuid(java.lang.String uuid,
                                                       int start,
                                                       int end)
                                                throws SystemException
Throws:
SystemException

findByUuid

public static java.util.List<AssetCategory> findByUuid(java.lang.String uuid,
                                                       int start,
                                                       int end,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException
Throws:
SystemException

findByUuid_First

public static AssetCategory findByUuid_First(java.lang.String uuid,
                                             OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByUuid_Last

public static AssetCategory findByUuid_Last(java.lang.String uuid,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByUuid_PrevAndNext

public static AssetCategory[] findByUuid_PrevAndNext(long categoryId,
                                                     java.lang.String uuid,
                                                     OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByUUID_G

public static AssetCategory findByUUID_G(java.lang.String uuid,
                                         long groupId)
                                  throws SystemException,
                                         NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

fetchByUUID_G

public static AssetCategory fetchByUUID_G(java.lang.String uuid,
                                          long groupId)
                                   throws SystemException
Throws:
SystemException

fetchByUUID_G

public static AssetCategory fetchByUUID_G(java.lang.String uuid,
                                          long groupId,
                                          boolean retrieveFromCache)
                                   throws SystemException
Throws:
SystemException

findByGroupId

public static java.util.List<AssetCategory> findByGroupId(long groupId)
                                                   throws SystemException
Throws:
SystemException

findByGroupId

public static java.util.List<AssetCategory> findByGroupId(long groupId,
                                                          int start,
                                                          int end)
                                                   throws SystemException
Throws:
SystemException

findByGroupId

public static java.util.List<AssetCategory> findByGroupId(long groupId,
                                                          int start,
                                                          int end,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException
Throws:
SystemException

findByGroupId_First

public static AssetCategory findByGroupId_First(long groupId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByGroupId_Last

public static AssetCategory findByGroupId_Last(long groupId,
                                               OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByGroupId_PrevAndNext

public static AssetCategory[] findByGroupId_PrevAndNext(long categoryId,
                                                        long groupId,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

filterFindByGroupId

public static java.util.List<AssetCategory> filterFindByGroupId(long groupId)
                                                         throws SystemException
Throws:
SystemException

filterFindByGroupId

public static java.util.List<AssetCategory> filterFindByGroupId(long groupId,
                                                                int start,
                                                                int end)
                                                         throws SystemException
Throws:
SystemException

filterFindByGroupId

public static java.util.List<AssetCategory> filterFindByGroupId(long groupId,
                                                                int start,
                                                                int end,
                                                                OrderByComparator orderByComparator)
                                                         throws SystemException
Throws:
SystemException

findByParentCategoryId

public static java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId)
                                                            throws SystemException
Throws:
SystemException

findByParentCategoryId

public static java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId,
                                                                   int start,
                                                                   int end)
                                                            throws SystemException
Throws:
SystemException

findByParentCategoryId

public static java.util.List<AssetCategory> findByParentCategoryId(long parentCategoryId,
                                                                   int start,
                                                                   int end,
                                                                   OrderByComparator orderByComparator)
                                                            throws SystemException
Throws:
SystemException

findByParentCategoryId_First

public static AssetCategory findByParentCategoryId_First(long parentCategoryId,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException,
                                                         NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByParentCategoryId_Last

public static AssetCategory findByParentCategoryId_Last(long parentCategoryId,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByParentCategoryId_PrevAndNext

public static AssetCategory[] findByParentCategoryId_PrevAndNext(long categoryId,
                                                                 long parentCategoryId,
                                                                 OrderByComparator orderByComparator)
                                                          throws SystemException,
                                                                 NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByVocabularyId

public static java.util.List<AssetCategory> findByVocabularyId(long vocabularyId)
                                                        throws SystemException
Throws:
SystemException

findByVocabularyId

public static java.util.List<AssetCategory> findByVocabularyId(long vocabularyId,
                                                               int start,
                                                               int end)
                                                        throws SystemException
Throws:
SystemException

findByVocabularyId

public static java.util.List<AssetCategory> findByVocabularyId(long vocabularyId,
                                                               int start,
                                                               int end,
                                                               OrderByComparator orderByComparator)
                                                        throws SystemException
Throws:
SystemException

findByVocabularyId_First

public static AssetCategory findByVocabularyId_First(long vocabularyId,
                                                     OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByVocabularyId_Last

public static AssetCategory findByVocabularyId_Last(long vocabularyId,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByVocabularyId_PrevAndNext

public static AssetCategory[] findByVocabularyId_PrevAndNext(long categoryId,
                                                             long vocabularyId,
                                                             OrderByComparator orderByComparator)
                                                      throws SystemException,
                                                             NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByP_N

public static java.util.List<AssetCategory> findByP_N(long parentCategoryId,
                                                      java.lang.String name)
                                               throws SystemException
Throws:
SystemException

findByP_N

public static java.util.List<AssetCategory> findByP_N(long parentCategoryId,
                                                      java.lang.String name,
                                                      int start,
                                                      int end)
                                               throws SystemException
Throws:
SystemException

findByP_N

public static java.util.List<AssetCategory> findByP_N(long parentCategoryId,
                                                      java.lang.String name,
                                                      int start,
                                                      int end,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException
Throws:
SystemException

findByP_N_First

public static AssetCategory findByP_N_First(long parentCategoryId,
                                            java.lang.String name,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByP_N_Last

public static AssetCategory findByP_N_Last(long parentCategoryId,
                                           java.lang.String name,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByP_N_PrevAndNext

public static AssetCategory[] findByP_N_PrevAndNext(long categoryId,
                                                    long parentCategoryId,
                                                    java.lang.String name,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByP_V

public static java.util.List<AssetCategory> findByP_V(long parentCategoryId,
                                                      long vocabularyId)
                                               throws SystemException
Throws:
SystemException

findByP_V

public static java.util.List<AssetCategory> findByP_V(long parentCategoryId,
                                                      long vocabularyId,
                                                      int start,
                                                      int end)
                                               throws SystemException
Throws:
SystemException

findByP_V

public static java.util.List<AssetCategory> findByP_V(long parentCategoryId,
                                                      long vocabularyId,
                                                      int start,
                                                      int end,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException
Throws:
SystemException

findByP_V_First

public static AssetCategory findByP_V_First(long parentCategoryId,
                                            long vocabularyId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByP_V_Last

public static AssetCategory findByP_V_Last(long parentCategoryId,
                                           long vocabularyId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByP_V_PrevAndNext

public static AssetCategory[] findByP_V_PrevAndNext(long categoryId,
                                                    long parentCategoryId,
                                                    long vocabularyId,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByN_V

public static java.util.List<AssetCategory> findByN_V(java.lang.String name,
                                                      long vocabularyId)
                                               throws SystemException
Throws:
SystemException

findByN_V

public static java.util.List<AssetCategory> findByN_V(java.lang.String name,
                                                      long vocabularyId,
                                                      int start,
                                                      int end)
                                               throws SystemException
Throws:
SystemException

findByN_V

public static java.util.List<AssetCategory> findByN_V(java.lang.String name,
                                                      long vocabularyId,
                                                      int start,
                                                      int end,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException
Throws:
SystemException

findByN_V_First

public static AssetCategory findByN_V_First(java.lang.String name,
                                            long vocabularyId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByN_V_Last

public static AssetCategory findByN_V_Last(java.lang.String name,
                                           long vocabularyId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByN_V_PrevAndNext

public static AssetCategory[] findByN_V_PrevAndNext(long categoryId,
                                                    java.lang.String name,
                                                    long vocabularyId,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

findByP_N_V

public static AssetCategory findByP_N_V(long parentCategoryId,
                                        java.lang.String name,
                                        long vocabularyId)
                                 throws SystemException,
                                        NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

fetchByP_N_V

public static AssetCategory fetchByP_N_V(long parentCategoryId,
                                         java.lang.String name,
                                         long vocabularyId)
                                  throws SystemException
Throws:
SystemException

fetchByP_N_V

public static AssetCategory fetchByP_N_V(long parentCategoryId,
                                         java.lang.String name,
                                         long vocabularyId,
                                         boolean retrieveFromCache)
                                  throws SystemException
Throws:
SystemException

findAll

public static java.util.List<AssetCategory> findAll()
                                             throws SystemException
Throws:
SystemException

findAll

public static java.util.List<AssetCategory> findAll(int start,
                                                    int end)
                                             throws SystemException
Throws:
SystemException

findAll

public static java.util.List<AssetCategory> findAll(int start,
                                                    int end,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
Throws:
SystemException

removeByUuid

public static void removeByUuid(java.lang.String uuid)
                         throws SystemException
Throws:
SystemException

removeByUUID_G

public static void removeByUUID_G(java.lang.String uuid,
                                  long groupId)
                           throws SystemException,
                                  NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

removeByGroupId

public static void removeByGroupId(long groupId)
                            throws SystemException
Throws:
SystemException

removeByParentCategoryId

public static void removeByParentCategoryId(long parentCategoryId)
                                     throws SystemException
Throws:
SystemException

removeByVocabularyId

public static void removeByVocabularyId(long vocabularyId)
                                 throws SystemException
Throws:
SystemException

removeByP_N

public static void removeByP_N(long parentCategoryId,
                               java.lang.String name)
                        throws SystemException
Throws:
SystemException

removeByP_V

public static void removeByP_V(long parentCategoryId,
                               long vocabularyId)
                        throws SystemException
Throws:
SystemException

removeByN_V

public static void removeByN_V(java.lang.String name,
                               long vocabularyId)
                        throws SystemException
Throws:
SystemException

removeByP_N_V

public static void removeByP_N_V(long parentCategoryId,
                                 java.lang.String name,
                                 long vocabularyId)
                          throws SystemException,
                                 NoSuchCategoryException
Throws:
SystemException
NoSuchCategoryException

removeAll

public static void removeAll()
                      throws SystemException
Throws:
SystemException

countByUuid

public static int countByUuid(java.lang.String uuid)
                       throws SystemException
Throws:
SystemException

countByUUID_G

public static int countByUUID_G(java.lang.String uuid,
                                long groupId)
                         throws SystemException
Throws:
SystemException

countByGroupId

public static int countByGroupId(long groupId)
                          throws SystemException
Throws:
SystemException

filterCountByGroupId

public static int filterCountByGroupId(long groupId)
                                throws SystemException
Throws:
SystemException

countByParentCategoryId

public static int countByParentCategoryId(long parentCategoryId)
                                   throws SystemException
Throws:
SystemException

countByVocabularyId

public static int countByVocabularyId(long vocabularyId)
                               throws SystemException
Throws:
SystemException

countByP_N

public static int countByP_N(long parentCategoryId,
                             java.lang.String name)
                      throws SystemException
Throws:
SystemException

countByP_V

public static int countByP_V(long parentCategoryId,
                             long vocabularyId)
                      throws SystemException
Throws:
SystemException

countByN_V

public static int countByN_V(java.lang.String name,
                             long vocabularyId)
                      throws SystemException
Throws:
SystemException

countByP_N_V

public static int countByP_N_V(long parentCategoryId,
                               java.lang.String name,
                               long vocabularyId)
                        throws SystemException
Throws:
SystemException

countAll

public static int countAll()
                    throws SystemException
Throws:
SystemException

getAssetEntries

public static java.util.List<AssetEntry> getAssetEntries(long pk)
                                                  throws SystemException
Throws:
SystemException

getAssetEntries

public static java.util.List<AssetEntry> getAssetEntries(long pk,
                                                         int start,
                                                         int end)
                                                  throws SystemException
Throws:
SystemException

getAssetEntries

public static java.util.List<AssetEntry> getAssetEntries(long pk,
                                                         int start,
                                                         int end,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException
Throws:
SystemException

getAssetEntriesSize

public static int getAssetEntriesSize(long pk)
                               throws SystemException
Throws:
SystemException

containsAssetEntry

public static boolean containsAssetEntry(long pk,
                                         long assetEntryPK)
                                  throws SystemException
Throws:
SystemException

containsAssetEntries

public static boolean containsAssetEntries(long pk)
                                    throws SystemException
Throws:
SystemException

addAssetEntry

public static void addAssetEntry(long pk,
                                 long assetEntryPK)
                          throws SystemException
Throws:
SystemException

addAssetEntry

public static void addAssetEntry(long pk,
                                 AssetEntry assetEntry)
                          throws SystemException
Throws:
SystemException

addAssetEntries

public static void addAssetEntries(long pk,
                                   long[] assetEntryPKs)
                            throws SystemException
Throws:
SystemException

addAssetEntries

public static void addAssetEntries(long pk,
                                   java.util.List<AssetEntry> assetEntries)
                            throws SystemException
Throws:
SystemException

clearAssetEntries

public static void clearAssetEntries(long pk)
                              throws SystemException
Throws:
SystemException

removeAssetEntry

public static void removeAssetEntry(long pk,
                                    long assetEntryPK)
                             throws SystemException
Throws:
SystemException

removeAssetEntry

public static void removeAssetEntry(long pk,
                                    AssetEntry assetEntry)
                             throws SystemException
Throws:
SystemException

removeAssetEntries

public static void removeAssetEntries(long pk,
                                      long[] assetEntryPKs)
                               throws SystemException
Throws:
SystemException

removeAssetEntries

public static void removeAssetEntries(long pk,
                                      java.util.List<AssetEntry> assetEntries)
                               throws SystemException
Throws:
SystemException

setAssetEntries

public static void setAssetEntries(long pk,
                                   long[] assetEntryPKs)
                            throws SystemException
Throws:
SystemException

setAssetEntries

public static void setAssetEntries(long pk,
                                   java.util.List<AssetEntry> assetEntries)
                            throws SystemException
Throws:
SystemException

rebuildTree

public static void rebuildTree(long groupId,
                               boolean force)
                        throws SystemException
Throws:
SystemException

getPersistence

public static AssetCategoryPersistence getPersistence()

setPersistence

public void setPersistence(AssetCategoryPersistence persistence)