Liferay 6.0.5

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

All Superinterfaces:
BasePersistence<AssetVocabulary>
All Known Implementing Classes:
AssetVocabularyPersistenceImpl

public interface AssetVocabularyPersistence
extends BasePersistence<AssetVocabulary>

The persistence interface for the asset vocabulary service.

Never modify or reference this interface directly. Always use AssetVocabularyUtil to access the asset vocabulary persistence. Modify service.xml and rerun ServiceBuilder to regenerate this interface.

Caching information and settings can be found in portal.properties

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

Method Summary
 void cacheResult(AssetVocabulary assetVocabulary)
          Caches the asset vocabulary in the entity cache if it is enabled.
 void cacheResult(List<AssetVocabulary> assetVocabularies)
          Caches the asset vocabularies in the entity cache if it is enabled.
 int countAll()
          Counts all the asset vocabularies.
 int countByCompanyId(long companyId)
          Counts all the asset vocabularies where companyId = ?.
 int countByG_N(long groupId, String name)
          Counts all the asset vocabularies where groupId = ? and name = ?.
 int countByGroupId(long groupId)
          Counts all the asset vocabularies where groupId = ?.
 int countByUUID_G(String uuid, long groupId)
          Counts all the asset vocabularies where uuid = ? and groupId = ?.
 int countByUuid(String uuid)
          Counts all the asset vocabularies where uuid = ?.
 AssetVocabulary create(long vocabularyId)
          Creates a new asset vocabulary with the primary key.
 AssetVocabulary fetchByG_N(long groupId, String name)
          Finds the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found.
 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.
 AssetVocabulary fetchByPrimaryKey(long vocabularyId)
          Finds the asset vocabulary with the primary key or returns null if it could not be found.
 AssetVocabulary fetchByUUID_G(String uuid, long groupId)
          Finds the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found.
 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.
 int filterCountByG_N(long groupId, String name)
          Filters by the user's permissions and counts all the asset vocabularies where groupId = ? and name = ?.
 int filterCountByGroupId(long groupId)
          Filters by the user's permissions and counts all the asset vocabularies where groupId = ?.
 List<AssetVocabulary> filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the asset vocabularies where groupId = ?.
 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 = ?.
 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 = ?.
 List<AssetVocabulary> findAll()
          Finds all the asset vocabularies.
 List<AssetVocabulary> findAll(int start, int end)
          Finds a range of all the asset vocabularies.
 List<AssetVocabulary> findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset vocabularies.
 AssetVocabulary findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset vocabulary in the ordered set where companyId = ?.
 AssetVocabulary findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset vocabulary in the ordered set where companyId = ?.
 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 = ?.
 List<AssetVocabulary> findByCompanyId(long companyId)
          Finds all the asset vocabularies where companyId = ?.
 List<AssetVocabulary> findByCompanyId(long companyId, int start, int end)
          Finds a range of all the asset vocabularies where companyId = ?.
 List<AssetVocabulary> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset vocabularies where companyId = ?.
 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.
 AssetVocabulary findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first asset vocabulary in the ordered set where groupId = ?.
 AssetVocabulary findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last asset vocabulary in the ordered set where groupId = ?.
 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 = ?.
 List<AssetVocabulary> findByGroupId(long groupId)
          Finds all the asset vocabularies where groupId = ?.
 List<AssetVocabulary> findByGroupId(long groupId, int start, int end)
          Finds a range of all the asset vocabularies where groupId = ?.
 List<AssetVocabulary> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset vocabularies where groupId = ?.
 AssetVocabulary findByPrimaryKey(long vocabularyId)
          Finds the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found.
 AssetVocabulary findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first asset vocabulary in the ordered set where uuid = ?.
 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.
 AssetVocabulary findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last asset vocabulary in the ordered set where uuid = ?.
 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 = ?.
 List<AssetVocabulary> findByUuid(String uuid)
          Finds all the asset vocabularies where uuid = ?.
 List<AssetVocabulary> findByUuid(String uuid, int start, int end)
          Finds a range of all the asset vocabularies where uuid = ?.
 List<AssetVocabulary> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset vocabularies where uuid = ?.
 AssetVocabulary remove(long vocabularyId)
          Removes the asset vocabulary with the primary key from the database.
 void removeAll()
          Removes all the asset vocabularies from the database.
 void removeByCompanyId(long companyId)
          Removes all the asset vocabularies where companyId = ? from the database.
 void removeByG_N(long groupId, String name)
          Removes the asset vocabulary where groupId = ? and name = ? from the database.
 void removeByGroupId(long groupId)
          Removes all the asset vocabularies where groupId = ? from the database.
 void removeByUUID_G(String uuid, long groupId)
          Removes the asset vocabulary where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the asset vocabularies where uuid = ? from the database.
 AssetVocabulary updateImpl(AssetVocabulary assetVocabulary, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update
 

Method Detail

cacheResult

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

Parameters:
assetVocabulary - the asset vocabulary to cache

cacheResult

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

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

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

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

findByPrimaryKey

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

findAll

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

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

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

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

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

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

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

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

Throws:
SystemException - if a system exception occurred

countByUuid

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

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

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

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

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

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

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

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

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

Liferay 6.0.5