Liferay 6.0.5

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

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

public class AssetVocabularyUtil
extends Object

The persistence utility for the asset vocabulary service. This utility wraps AssetVocabularyPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regenerate this class.

Caching information and settings can be found in portal.properties

See Also:
AssetVocabularyPersistence, AssetVocabularyPersistenceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
AssetVocabularyUtil()
           
 
Method Summary
static void cacheResult(AssetVocabulary assetVocabulary)
          Caches the asset vocabulary in the entity cache if it is enabled.
static void cacheResult(List<AssetVocabulary> assetVocabularies)
          Caches the asset vocabularies in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(AssetVocabulary assetVocabulary)
           
static int countAll()
          Counts all the asset vocabularies.
static int countByCompanyId(long companyId)
          Counts all the asset vocabularies where companyId = ?.
static int countByG_N(long groupId, String name)
          Counts all the asset vocabularies where groupId = ? and name = ?.
static int countByGroupId(long groupId)
          Counts all the asset vocabularies where groupId = ?.
static int countByUUID_G(String uuid, long groupId)
          Counts all the asset vocabularies where uuid = ? and groupId = ?.
static int countByUuid(String uuid)
          Counts all the asset vocabularies where uuid = ?.
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static AssetVocabulary create(long vocabularyId)
          Creates a new asset vocabulary with the primary key.
static AssetVocabulary fetchByG_N(long groupId, String name)
          Finds the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found.
static AssetVocabulary fetchByG_N(long groupId, String name, boolean retrieveFromCache)
          Finds the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static AssetVocabulary fetchByPrimaryKey(long vocabularyId)
          Finds the asset vocabulary with the primary key or returns null if it could not be found.
static AssetVocabulary fetchByUUID_G(String uuid, long groupId)
          Finds the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found.
static AssetVocabulary fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static int filterCountByG_N(long groupId, String name)
          Filters by the user's permissions and counts all the asset vocabularies where groupId = ? and name = ?.
static int filterCountByGroupId(long groupId)
          Filters by the user's permissions and counts all the asset vocabularies where groupId = ?.
static List<AssetVocabulary> filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the asset vocabularies where groupId = ?.
static List<AssetVocabulary> filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the asset vocabularies where groupId = ?.
static List<AssetVocabulary> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the asset vocabularies where groupId = ?.
static List<AssetVocabulary> findAll()
          Finds all the asset vocabularies.
static List<AssetVocabulary> findAll(int start, int end)
          Finds a range of all the asset vocabularies.
static List<AssetVocabulary> findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset vocabularies.
static AssetVocabulary findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset vocabulary in the ordered set where companyId = ?.
static AssetVocabulary findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset vocabulary in the ordered set where companyId = ?.
static AssetVocabulary[] findByCompanyId_PrevAndNext(long vocabularyId, long companyId, OrderByComparator orderByComparator)
          Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.
static List<AssetVocabulary> findByCompanyId(long companyId)
          Finds all the asset vocabularies where companyId = ?.
static List<AssetVocabulary> findByCompanyId(long companyId, int start, int end)
          Finds a range of all the asset vocabularies where companyId = ?.
static List<AssetVocabulary> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset vocabularies where companyId = ?.
static AssetVocabulary findByG_N(long groupId, String name)
          Finds the asset vocabulary where groupId = ? and name = ? or throws a NoSuchVocabularyException if it could not be found.
static AssetVocabulary findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first asset vocabulary in the ordered set where groupId = ?.
static AssetVocabulary findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last asset vocabulary in the ordered set where groupId = ?.
static AssetVocabulary[] findByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.
static List<AssetVocabulary> findByGroupId(long groupId)
          Finds all the asset vocabularies where groupId = ?.
static List<AssetVocabulary> findByGroupId(long groupId, int start, int end)
          Finds a range of all the asset vocabularies where groupId = ?.
static List<AssetVocabulary> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset vocabularies where groupId = ?.
static AssetVocabulary findByPrimaryKey(long vocabularyId)
          Finds the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found.
static AssetVocabulary findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary findByUUID_G(String uuid, long groupId)
          Finds the asset vocabulary where uuid = ? and groupId = ? or throws a NoSuchVocabularyException if it could not be found.
static AssetVocabulary findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary[] findByUuid_PrevAndNext(long vocabularyId, String uuid, OrderByComparator orderByComparator)
          Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.
static List<AssetVocabulary> findByUuid(String uuid)
          Finds all the asset vocabularies where uuid = ?.
static List<AssetVocabulary> findByUuid(String uuid, int start, int end)
          Finds a range of all the asset vocabularies where uuid = ?.
static List<AssetVocabulary> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset vocabularies where uuid = ?.
static List<AssetVocabulary> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AssetVocabulary> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AssetVocabulary> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static AssetVocabularyPersistence getPersistence()
           
static AssetVocabulary remove(AssetVocabulary assetVocabulary)
           
static AssetVocabulary remove(long vocabularyId)
          Removes the asset vocabulary with the primary key from the database.
static void removeAll()
          Removes all the asset vocabularies from the database.
static void removeByCompanyId(long companyId)
          Removes all the asset vocabularies where companyId = ? from the database.
static void removeByG_N(long groupId, String name)
          Removes the asset vocabulary where groupId = ? and name = ? from the database.
static void removeByGroupId(long groupId)
          Removes all the asset vocabularies where groupId = ? from the database.
static void removeByUUID_G(String uuid, long groupId)
          Removes the asset vocabulary where uuid = ? and groupId = ? from the database.
static void removeByUuid(String uuid)
          Removes all the asset vocabularies where uuid = ? from the database.
 void setPersistence(AssetVocabularyPersistence persistence)
           
static AssetVocabulary update(AssetVocabulary assetVocabulary, boolean merge)
           
static AssetVocabulary update(AssetVocabulary assetVocabulary, boolean merge, ServiceContext serviceContext)
           
static AssetVocabulary updateImpl(AssetVocabulary assetVocabulary, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetVocabularyUtil

public AssetVocabularyUtil()
Method Detail

clearCache

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

clearCache

public static void clearCache(AssetVocabulary assetVocabulary)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

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

findWithDynamicQuery

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

findWithDynamicQuery

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

findWithDynamicQuery

public static List<AssetVocabulary> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                         int start,
                                                         int end,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

remove

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

update

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

update

public static AssetVocabulary update(AssetVocabulary assetVocabulary,
                                     boolean merge,
                                     ServiceContext serviceContext)
                              throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)

cacheResult

public static void cacheResult(AssetVocabulary assetVocabulary)
Caches the asset vocabulary in the entity cache if it is enabled.

Parameters:
assetVocabulary - the asset vocabulary to cache

cacheResult

public static void cacheResult(List<AssetVocabulary> assetVocabularies)
Caches the asset vocabularies in the entity cache if it is enabled.

Parameters:
assetVocabularies - the asset vocabularies to cache

create

public static AssetVocabulary create(long vocabularyId)
Creates a new asset vocabulary with the primary key. Does not add the asset vocabulary to the database.

Parameters:
vocabularyId - the primary key for the new asset vocabulary
Returns:
the new asset vocabulary

remove

public static AssetVocabulary remove(long vocabularyId)
                              throws SystemException,
                                     NoSuchVocabularyException
Removes the asset vocabulary with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
vocabularyId - the primary key of the asset vocabulary to remove
Returns:
the asset vocabulary that was removed
Throws:
NoSuchVocabularyException - if a asset vocabulary with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

public static AssetVocabulary updateImpl(AssetVocabulary assetVocabulary,
                                         boolean merge)
                                  throws SystemException
Throws:
SystemException

findByPrimaryKey

public static AssetVocabulary findByPrimaryKey(long vocabularyId)
                                        throws SystemException,
                                               NoSuchVocabularyException
Finds the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found.

Parameters:
vocabularyId - the primary key of the asset vocabulary to find
Returns:
the asset vocabulary
Throws:
NoSuchVocabularyException - if a asset vocabulary with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public static AssetVocabulary fetchByPrimaryKey(long vocabularyId)
                                         throws SystemException
Finds the asset vocabulary with the primary key or returns null if it could not be found.

Parameters:
vocabularyId - the primary key of the asset vocabulary to find
Returns:
the asset vocabulary, or null if a asset vocabulary with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<AssetVocabulary> findByUuid(String uuid)
                                        throws SystemException
Finds all the asset vocabularies where uuid = ?.

Parameters:
uuid - the uuid to search with
Returns:
the matching asset vocabularies
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<AssetVocabulary> findByUuid(String uuid,
                                               int start,
                                               int end)
                                        throws SystemException
Finds a range of all the asset vocabularies where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
uuid - the uuid to search with
start - the lower bound of the range of asset vocabularies to return
end - the upper bound of the range of asset vocabularies to return (not inclusive)
Returns:
the range of matching asset vocabularies
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<AssetVocabulary> findByUuid(String uuid,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Finds an ordered range of all the asset vocabularies where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
uuid - the uuid to search with
start - the lower bound of the range of asset vocabularies to return
end - the upper bound of the range of asset vocabularies to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching asset vocabularies
Throws:
SystemException - if a system exception occurred

findByUuid_First

public static AssetVocabulary findByUuid_First(String uuid,
                                               OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchVocabularyException
Finds the first asset vocabulary in the ordered set where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
uuid - the uuid to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching asset vocabulary
Throws:
NoSuchVocabularyException - if a matching asset vocabulary could not be found
SystemException - if a system exception occurred

findByUuid_Last

public static AssetVocabulary findByUuid_Last(String uuid,
                                              OrderByComparator orderByComparator)
                                       throws SystemException,
                                              NoSuchVocabularyException
Finds the last asset vocabulary in the ordered set where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
uuid - the uuid to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching asset vocabulary
Throws:
NoSuchVocabularyException - if a matching asset vocabulary could not be found
SystemException - if a system exception occurred

findByUuid_PrevAndNext

public static AssetVocabulary[] findByUuid_PrevAndNext(long vocabularyId,
                                                       String uuid,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException,
                                                       NoSuchVocabularyException
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
vocabularyId - the primary key of the current asset vocabulary
uuid - the uuid to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next asset vocabulary
Throws:
NoSuchVocabularyException - if a asset vocabulary with the primary key could not be found
SystemException - if a system exception occurred

findByUUID_G

public static AssetVocabulary findByUUID_G(String uuid,
                                           long groupId)
                                    throws SystemException,
                                           NoSuchVocabularyException
Finds the asset vocabulary where uuid = ? and groupId = ? or throws a NoSuchVocabularyException if it could not be found.

Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Returns:
the matching asset vocabulary
Throws:
NoSuchVocabularyException - if a matching asset vocabulary could not be found
SystemException - if a system exception occurred

fetchByUUID_G

public static AssetVocabulary fetchByUUID_G(String uuid,
                                            long groupId)
                                     throws SystemException
Finds the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Returns:
the matching asset vocabulary, or null if a matching asset vocabulary could not be found
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

public static AssetVocabulary fetchByUUID_G(String uuid,
                                            long groupId,
                                            boolean retrieveFromCache)
                                     throws SystemException
Finds the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Returns:
the matching asset vocabulary, or null if a matching asset vocabulary could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId

public static List<AssetVocabulary> findByGroupId(long groupId)
                                           throws SystemException
Finds all the asset vocabularies where groupId = ?.

Parameters:
groupId - the group id to search with
Returns:
the matching asset vocabularies
Throws:
SystemException - if a system exception occurred

findByGroupId

public static List<AssetVocabulary> findByGroupId(long groupId,
                                                  int start,
                                                  int end)
                                           throws SystemException
Finds a range of all the asset vocabularies where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group id to search with
start - the lower bound of the range of asset vocabularies to return
end - the upper bound of the range of asset vocabularies to return (not inclusive)
Returns:
the range of matching asset vocabularies
Throws:
SystemException - if a system exception occurred

findByGroupId

public static List<AssetVocabulary> findByGroupId(long groupId,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Finds an ordered range of all the asset vocabularies where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group id to search with
start - the lower bound of the range of asset vocabularies to return
end - the upper bound of the range of asset vocabularies to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching asset vocabularies
Throws:
SystemException - if a system exception occurred

findByGroupId_First

public static AssetVocabulary findByGroupId_First(long groupId,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchVocabularyException
Finds the first asset vocabulary in the ordered set where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group id to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching asset vocabulary
Throws:
NoSuchVocabularyException - if a matching asset vocabulary could not be found
SystemException - if a system exception occurred

findByGroupId_Last

public static AssetVocabulary findByGroupId_Last(long groupId,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchVocabularyException
Finds the last asset vocabulary in the ordered set where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group id to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching asset vocabulary
Throws:
NoSuchVocabularyException - if a matching asset vocabulary could not be found
SystemException - if a system exception occurred

findByGroupId_PrevAndNext

public static AssetVocabulary[] findByGroupId_PrevAndNext(long vocabularyId,
                                                          long groupId,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          NoSuchVocabularyException
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
vocabularyId - the primary key of the current asset vocabulary
groupId - the group id to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next asset vocabulary
Throws:
NoSuchVocabularyException - if a asset vocabulary with the primary key could not be found
SystemException - if a system exception occurred

filterFindByGroupId

public static List<AssetVocabulary> filterFindByGroupId(long groupId)
                                                 throws SystemException
Filters by the user's permissions and finds all the asset vocabularies where groupId = ?.

Parameters:
groupId - the group id to search with
Returns:
the matching asset vocabularies that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

public static List<AssetVocabulary> filterFindByGroupId(long groupId,
                                                        int start,
                                                        int end)
                                                 throws SystemException
Filters by the user's permissions and finds a range of all the asset vocabularies where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group id to search with
start - the lower bound of the range of asset vocabularies to return
end - the upper bound of the range of asset vocabularies to return (not inclusive)
Returns:
the range of matching asset vocabularies that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

public static List<AssetVocabulary> filterFindByGroupId(long groupId,
                                                        int start,
                                                        int end,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException
Filters by the user's permissions and finds an ordered range of all the asset vocabularies where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group id to search with
start - the lower bound of the range of asset vocabularies to return
end - the upper bound of the range of asset vocabularies to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching asset vocabularies that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<AssetVocabulary> findByCompanyId(long companyId)
                                             throws SystemException
Finds all the asset vocabularies where companyId = ?.

Parameters:
companyId - the company id to search with
Returns:
the matching asset vocabularies
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<AssetVocabulary> findByCompanyId(long companyId,
                                                    int start,
                                                    int end)
                                             throws SystemException
Finds a range of all the asset vocabularies where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company id to search with
start - the lower bound of the range of asset vocabularies to return
end - the upper bound of the range of asset vocabularies to return (not inclusive)
Returns:
the range of matching asset vocabularies
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<AssetVocabulary> findByCompanyId(long companyId,
                                                    int start,
                                                    int end,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
Finds an ordered range of all the asset vocabularies where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company id to search with
start - the lower bound of the range of asset vocabularies to return
end - the upper bound of the range of asset vocabularies to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching asset vocabularies
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

public static AssetVocabulary findByCompanyId_First(long companyId,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchVocabularyException
Finds the first asset vocabulary in the ordered set where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company id to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching asset vocabulary
Throws:
NoSuchVocabularyException - if a matching asset vocabulary could not be found
SystemException - if a system exception occurred

findByCompanyId_Last

public static AssetVocabulary findByCompanyId_Last(long companyId,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException,
                                                   NoSuchVocabularyException
Finds the last asset vocabulary in the ordered set where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company id to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching asset vocabulary
Throws:
NoSuchVocabularyException - if a matching asset vocabulary could not be found
SystemException - if a system exception occurred

findByCompanyId_PrevAndNext

public static AssetVocabulary[] findByCompanyId_PrevAndNext(long vocabularyId,
                                                            long companyId,
                                                            OrderByComparator orderByComparator)
                                                     throws SystemException,
                                                            NoSuchVocabularyException
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
vocabularyId - the primary key of the current asset vocabulary
companyId - the company id to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next asset vocabulary
Throws:
NoSuchVocabularyException - if a asset vocabulary with the primary key could not be found
SystemException - if a system exception occurred

findByG_N

public static AssetVocabulary findByG_N(long groupId,
                                        String name)
                                 throws SystemException,
                                        NoSuchVocabularyException
Finds the asset vocabulary where groupId = ? and name = ? or throws a NoSuchVocabularyException if it could not be found.

Parameters:
groupId - the group id to search with
name - the name to search with
Returns:
the matching asset vocabulary
Throws:
NoSuchVocabularyException - if a matching asset vocabulary could not be found
SystemException - if a system exception occurred

fetchByG_N

public static AssetVocabulary fetchByG_N(long groupId,
                                         String name)
                                  throws SystemException
Finds the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
groupId - the group id to search with
name - the name to search with
Returns:
the matching asset vocabulary, or null if a matching asset vocabulary could not be found
Throws:
SystemException - if a system exception occurred

fetchByG_N

public static AssetVocabulary fetchByG_N(long groupId,
                                         String name,
                                         boolean retrieveFromCache)
                                  throws SystemException
Finds the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
groupId - the group id to search with
name - the name to search with
Returns:
the matching asset vocabulary, or null if a matching asset vocabulary could not be found
Throws:
SystemException - if a system exception occurred

findAll

public static List<AssetVocabulary> findAll()
                                     throws SystemException
Finds all the asset vocabularies.

Returns:
the asset vocabularies
Throws:
SystemException - if a system exception occurred

findAll

public static List<AssetVocabulary> findAll(int start,
                                            int end)
                                     throws SystemException
Finds a range of all the asset vocabularies.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of asset vocabularies to return
end - the upper bound of the range of asset vocabularies to return (not inclusive)
Returns:
the range of asset vocabularies
Throws:
SystemException - if a system exception occurred

findAll

public static List<AssetVocabulary> findAll(int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Finds an ordered range of all the asset vocabularies.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of asset vocabularies to return
end - the upper bound of the range of asset vocabularies to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of asset vocabularies
Throws:
SystemException - if a system exception occurred

removeByUuid

public static void removeByUuid(String uuid)
                         throws SystemException
Removes all the asset vocabularies where uuid = ? from the database.

Parameters:
uuid - the uuid to search with
Throws:
SystemException - if a system exception occurred

removeByUUID_G

public static void removeByUUID_G(String uuid,
                                  long groupId)
                           throws SystemException,
                                  NoSuchVocabularyException
Removes the asset vocabulary where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Throws:
SystemException - if a system exception occurred
NoSuchVocabularyException

removeByGroupId

public static void removeByGroupId(long groupId)
                            throws SystemException
Removes all the asset vocabularies where groupId = ? from the database.

Parameters:
groupId - the group id to search with
Throws:
SystemException - if a system exception occurred

removeByCompanyId

public static void removeByCompanyId(long companyId)
                              throws SystemException
Removes all the asset vocabularies where companyId = ? from the database.

Parameters:
companyId - the company id to search with
Throws:
SystemException - if a system exception occurred

removeByG_N

public static void removeByG_N(long groupId,
                               String name)
                        throws SystemException,
                               NoSuchVocabularyException
Removes the asset vocabulary where groupId = ? and name = ? from the database.

Parameters:
groupId - the group id to search with
name - the name to search with
Throws:
SystemException - if a system exception occurred
NoSuchVocabularyException

removeAll

public static void removeAll()
                      throws SystemException
Removes all the asset vocabularies from the database.

Throws:
SystemException - if a system exception occurred

countByUuid

public static int countByUuid(String uuid)
                       throws SystemException
Counts all the asset vocabularies where uuid = ?.

Parameters:
uuid - the uuid to search with
Returns:
the number of matching asset vocabularies
Throws:
SystemException - if a system exception occurred

countByUUID_G

public static int countByUUID_G(String uuid,
                                long groupId)
                         throws SystemException
Counts all the asset vocabularies where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Returns:
the number of matching asset vocabularies
Throws:
SystemException - if a system exception occurred

countByGroupId

public static int countByGroupId(long groupId)
                          throws SystemException
Counts all the asset vocabularies where groupId = ?.

Parameters:
groupId - the group id to search with
Returns:
the number of matching asset vocabularies
Throws:
SystemException - if a system exception occurred

filterCountByGroupId

public static int filterCountByGroupId(long groupId)
                                throws SystemException
Filters by the user's permissions and counts all the asset vocabularies where groupId = ?.

Parameters:
groupId - the group id to search with
Returns:
the number of matching asset vocabularies that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByCompanyId

public static int countByCompanyId(long companyId)
                            throws SystemException
Counts all the asset vocabularies where companyId = ?.

Parameters:
companyId - the company id to search with
Returns:
the number of matching asset vocabularies
Throws:
SystemException - if a system exception occurred

countByG_N

public static int countByG_N(long groupId,
                             String name)
                      throws SystemException
Counts all the asset vocabularies where groupId = ? and name = ?.

Parameters:
groupId - the group id to search with
name - the name to search with
Returns:
the number of matching asset vocabularies
Throws:
SystemException - if a system exception occurred

filterCountByG_N

public static int filterCountByG_N(long groupId,
                                   String name)
                            throws SystemException
Filters by the user's permissions and counts all the asset vocabularies where groupId = ? and name = ?.

Parameters:
groupId - the group id to search with
name - the name to search with
Returns:
the number of matching asset vocabularies that the user has permission to view
Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Counts all the asset vocabularies.

Returns:
the number of asset vocabularies
Throws:
SystemException - if a system exception occurred

getPersistence

public static AssetVocabularyPersistence getPersistence()

setPersistence

public void setPersistence(AssetVocabularyPersistence persistence)

Liferay 6.0.5