Class AssetVocabularyPersistenceImpl
- All Implemented Interfaces:
com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence,com.liferay.portal.kernel.dao.orm.SessionFactory,com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetVocabulary>,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetVocabulary>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Field Summary
FieldsFields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the asset vocabulary persistence.voidcacheResult(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary) Caches the asset vocabulary in the entity cache if it is enabled.voidcacheResult(List<com.liferay.asset.kernel.model.AssetVocabulary> assetVocabularies) Caches the asset vocabularies in the entity cache if it is enabled.protected voidcacheUniqueFindersCache(AssetVocabularyModelImpl assetVocabularyModelImpl) voidClears the cache for all asset vocabularies.voidclearCache(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary) Clears the cache for the asset vocabulary.voidclearCache(List<com.liferay.asset.kernel.model.AssetVocabulary> assetVocabularies) voidclearCache(Set<Serializable> primaryKeys) intcountAll()Returns the number of asset vocabularies.intcountByCompanyId(long companyId) Returns the number of asset vocabularies where companyId = ?.intcountByERC_G(String externalReferenceCode, long groupId) Returns the number of asset vocabularies where externalReferenceCode = ? and groupId = ?.intcountByG_LikeN(long groupId, String name) Returns the number of asset vocabularies where groupId = ? and name LIKE ?.intcountByG_N(long groupId, String name) Returns the number of asset vocabularies where groupId = ? and name = ?.intcountByG_V(long[] groupIds, int[] visibilityTypes) Returns the number of asset vocabularies where groupId = any ? and visibilityType = any ?.intcountByG_V(long groupId, int visibilityType) Returns the number of asset vocabularies where groupId = ? and visibilityType = ?.intcountByGroupId(long groupId) Returns the number of asset vocabularies where groupId = ?.intcountByGroupId(long[] groupIds) Returns the number of asset vocabularies where groupId = any ?.intcountByUuid(String uuid) Returns the number of asset vocabularies where uuid = ?.intcountByUuid_C(String uuid, long companyId) Returns the number of asset vocabularies where uuid = ? and companyId = ?.intcountByUUID_G(String uuid, long groupId) Returns the number of asset vocabularies where uuid = ? and groupId = ?.com.liferay.asset.kernel.model.AssetVocabularycreate(long vocabularyId) Creates a new asset vocabulary with the primary key.voiddestroy()com.liferay.asset.kernel.model.AssetVocabularyfetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where companyId = ?.com.liferay.asset.kernel.model.AssetVocabularyfetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where companyId = ?.com.liferay.asset.kernel.model.AssetVocabularyfetchByERC_G(String externalReferenceCode, long groupId) Returns the asset vocabulary where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.com.liferay.asset.kernel.model.AssetVocabularyfetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the asset vocabulary where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.com.liferay.asset.kernel.model.AssetVocabularyfetchByG_LikeN_First(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.com.liferay.asset.kernel.model.AssetVocabularyfetchByG_LikeN_Last(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.com.liferay.asset.kernel.model.AssetVocabularyfetchByG_N(long groupId, String name) Returns the asset vocabulary where groupId = ? and name = ? or returnsnullif it could not be found.com.liferay.asset.kernel.model.AssetVocabularyfetchByG_N(long groupId, String name, boolean useFinderCache) Returns the asset vocabulary where groupId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.com.liferay.asset.kernel.model.AssetVocabularyfetchByG_V_First(long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.com.liferay.asset.kernel.model.AssetVocabularyfetchByG_V_Last(long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.com.liferay.asset.kernel.model.AssetVocabularyfetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ?.com.liferay.asset.kernel.model.AssetVocabularyfetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ?.com.liferay.asset.kernel.model.AssetVocabularyfetchByPrimaryKey(long vocabularyId) Returns the asset vocabulary with the primary key or returnsnullif it could not be found.com.liferay.asset.kernel.model.AssetVocabularyfetchByPrimaryKey(Serializable primaryKey) Returns the asset vocabulary with the primary key or returnsnullif it could not be found.Map<Serializable,com.liferay.asset.kernel.model.AssetVocabulary> fetchByPrimaryKeys(Set<Serializable> primaryKeys) com.liferay.asset.kernel.model.AssetVocabularyfetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetVocabularyfetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetVocabularyfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ?.com.liferay.asset.kernel.model.AssetVocabularyfetchByUUID_G(String uuid, long groupId) Returns the asset vocabulary where uuid = ? and groupId = ? or returnsnullif it could not be found.com.liferay.asset.kernel.model.AssetVocabularyfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the asset vocabulary where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.com.liferay.asset.kernel.model.AssetVocabularyfetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ?.intfilterCountByG_LikeN(long groupId, String name) Returns the number of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.intfilterCountByG_V(long[] groupIds, int[] visibilityTypes) Returns the number of asset vocabularies that the user has permission to view where groupId = any ? and visibilityType = any ?.intfilterCountByG_V(long groupId, int visibilityType) Returns the number of asset vocabularies that the user has permission to view where groupId = ? and visibilityType = ?.intfilterCountByGroupId(long groupId) Returns the number of asset vocabularies that the user has permission to view where groupId = ?.intfilterCountByGroupId(long[] groupIds) Returns the number of asset vocabularies that the user has permission to view where groupId = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByG_LikeN(long groupId, String name) Returns all the asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByG_LikeN(long groupId, String name, int start, int end) Returns a range of all the asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByG_LikeN(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and name LIKE ?.com.liferay.asset.kernel.model.AssetVocabulary[]filterFindByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByG_V(long[] groupIds, int[] visibilityTypes) Returns all the asset vocabularies that the user has permission to view where groupId = any ? and visibilityType = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByG_V(long[] groupIds, int[] visibilityTypes, int start, int end) Returns a range of all the asset vocabularies that the user has permission to view where groupId = any ? and visibilityType = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByG_V(long[] groupIds, int[] visibilityTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permission to view where groupId = any ? and visibilityType = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByG_V(long groupId, int visibilityType) Returns all the asset vocabularies that the user has permission to view where groupId = ? and visibilityType = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByG_V(long groupId, int visibilityType, int start, int end) Returns a range of all the asset vocabularies that the user has permission to view where groupId = ? and visibilityType = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByG_V(long groupId, int visibilityType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and visibilityType = ?.com.liferay.asset.kernel.model.AssetVocabulary[]filterFindByG_V_PrevAndNext(long vocabularyId, long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and visibilityType = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByGroupId(long groupId) Returns all the asset vocabularies that the user has permission to view where groupId = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByGroupId(long[] groupIds) Returns all the asset vocabularies that the user has permission to view where groupId = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByGroupId(long[] groupIds, int start, int end) Returns a range of all the asset vocabularies that the user has permission to view where groupId = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permission to view where groupId = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByGroupId(long groupId, int start, int end) Returns a range of all the asset vocabularies that the user has permission to view where groupId = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?.com.liferay.asset.kernel.model.AssetVocabulary[]filterFindByGroupId_PrevAndNext(long vocabularyId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?.protected com.liferay.asset.kernel.model.AssetVocabularyfilterGetByG_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) protected com.liferay.asset.kernel.model.AssetVocabularyfilterGetByG_V_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) protected com.liferay.asset.kernel.model.AssetVocabularyfilterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) List<com.liferay.asset.kernel.model.AssetVocabulary>findAll()Returns all the asset vocabularies.List<com.liferay.asset.kernel.model.AssetVocabulary>findAll(int start, int end) Returns a range of all the asset vocabularies.List<com.liferay.asset.kernel.model.AssetVocabulary>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies.List<com.liferay.asset.kernel.model.AssetVocabulary>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies.List<com.liferay.asset.kernel.model.AssetVocabulary>findByCompanyId(long companyId) Returns all the asset vocabularies where companyId = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByCompanyId(long companyId, int start, int end) Returns a range of all the asset vocabularies where companyId = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where companyId = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where companyId = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where companyId = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where companyId = ?.com.liferay.asset.kernel.model.AssetVocabulary[]findByCompanyId_PrevAndNext(long vocabularyId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByERC_G(String externalReferenceCode, long groupId) Returns the asset vocabulary where externalReferenceCode = ? and groupId = ? or throws aNoSuchVocabularyExceptionif it could not be found.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_LikeN(long groupId, String name) Returns all the asset vocabularies where groupId = ? and name LIKE ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_LikeN(long groupId, String name, int start, int end) Returns a range of all the asset vocabularies where groupId = ? and name LIKE ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_LikeN(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_LikeN(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.com.liferay.asset.kernel.model.AssetVocabularyfindByG_LikeN_First(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.com.liferay.asset.kernel.model.AssetVocabularyfindByG_LikeN_Last(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.com.liferay.asset.kernel.model.AssetVocabulary[]findByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?.com.liferay.asset.kernel.model.AssetVocabularyReturns the asset vocabulary where groupId = ? and name = ? or throws aNoSuchVocabularyExceptionif it could not be found.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_V(long[] groupIds, int[] visibilityTypes) Returns all the asset vocabularies where groupId = any ? and visibilityType = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_V(long[] groupIds, int[] visibilityTypes, int start, int end) Returns a range of all the asset vocabularies where groupId = any ? and visibilityType = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_V(long[] groupIds, int[] visibilityTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = any ? and visibilityType = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_V(long[] groupIds, int[] visibilityTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?, optionally using the finder cache.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_V(long groupId, int visibilityType) Returns all the asset vocabularies where groupId = ? and visibilityType = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_V(long groupId, int visibilityType, int start, int end) Returns a range of all the asset vocabularies where groupId = ? and visibilityType = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_V(long groupId, int visibilityType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByG_V(long groupId, int visibilityType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByG_V_First(long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByG_V_Last(long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.com.liferay.asset.kernel.model.AssetVocabulary[]findByG_V_PrevAndNext(long vocabularyId, long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByGroupId(long groupId) Returns all the asset vocabularies where groupId = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByGroupId(long[] groupIds) Returns all the asset vocabularies where groupId = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByGroupId(long[] groupIds, int start, int end) Returns a range of all the asset vocabularies where groupId = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = any ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ?, optionally using the finder cache.List<com.liferay.asset.kernel.model.AssetVocabulary>findByGroupId(long groupId, int start, int end) Returns a range of all the asset vocabularies where groupId = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ?.com.liferay.asset.kernel.model.AssetVocabulary[]findByGroupId_PrevAndNext(long vocabularyId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByPrimaryKey(long vocabularyId) Returns the asset vocabulary with the primary key or throws aNoSuchVocabularyExceptionif it could not be found.com.liferay.asset.kernel.model.AssetVocabularyfindByPrimaryKey(Serializable primaryKey) Returns the asset vocabulary with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelExceptionif it could not be found.List<com.liferay.asset.kernel.model.AssetVocabulary>findByUuid(String uuid) Returns all the asset vocabularies where uuid = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByUuid(String uuid, int start, int end) Returns a range of all the asset vocabularies where uuid = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where uuid = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where uuid = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByUuid_C(String uuid, long companyId) Returns all the asset vocabularies where uuid = ? and companyId = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the asset vocabularies where uuid = ? and companyId = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.List<com.liferay.asset.kernel.model.AssetVocabulary>findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetVocabulary[]findByUuid_C_PrevAndNext(long vocabularyId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ?.com.liferay.asset.kernel.model.AssetVocabularyfindByUUID_G(String uuid, long groupId) Returns the asset vocabulary where uuid = ? and groupId = ? or throws aNoSuchVocabularyExceptionif it could not be found.com.liferay.asset.kernel.model.AssetVocabularyfindByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ?.com.liferay.asset.kernel.model.AssetVocabulary[]findByUuid_PrevAndNext(long vocabularyId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.protected com.liferay.asset.kernel.model.AssetVocabularygetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) protected com.liferay.asset.kernel.model.AssetVocabularygetByG_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) protected com.liferay.asset.kernel.model.AssetVocabularygetByG_V_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) protected com.liferay.asset.kernel.model.AssetVocabularygetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) protected com.liferay.asset.kernel.model.AssetVocabularygetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) protected com.liferay.asset.kernel.model.AssetVocabularygetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) protected com.liferay.portal.kernel.dao.orm.EntityCacheprotected com.liferay.portal.kernel.dao.orm.FinderCacheprotected Stringprotected Stringcom.liferay.asset.kernel.model.AssetVocabularyremove(long vocabularyId) Removes the asset vocabulary with the primary key from the database.com.liferay.asset.kernel.model.AssetVocabularyremove(Serializable primaryKey) Removes the asset vocabulary with the primary key from the database.voidRemoves all the asset vocabularies from the database.voidremoveByCompanyId(long companyId) Removes all the asset vocabularies where companyId = ? from the database.com.liferay.asset.kernel.model.AssetVocabularyremoveByERC_G(String externalReferenceCode, long groupId) Removes the asset vocabulary where externalReferenceCode = ? and groupId = ? from the database.voidremoveByG_LikeN(long groupId, String name) Removes all the asset vocabularies where groupId = ? and name LIKE ? from the database.com.liferay.asset.kernel.model.AssetVocabularyremoveByG_N(long groupId, String name) Removes the asset vocabulary where groupId = ? and name = ? from the database.voidremoveByG_V(long groupId, int visibilityType) Removes all the asset vocabularies where groupId = ? and visibilityType = ? from the database.voidremoveByGroupId(long groupId) Removes all the asset vocabularies where groupId = ? from the database.voidremoveByUuid(String uuid) Removes all the asset vocabularies where uuid = ? from the database.voidremoveByUuid_C(String uuid, long companyId) Removes all the asset vocabularies where uuid = ? and companyId = ? from the database.com.liferay.asset.kernel.model.AssetVocabularyremoveByUUID_G(String uuid, long groupId) Removes the asset vocabulary where uuid = ? and groupId = ? from the database.protected com.liferay.asset.kernel.model.AssetVocabularyremoveImpl(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary) com.liferay.asset.kernel.model.AssetVocabularyupdateImpl(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary) Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeByFunction, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Field Details
-
FINDER_CLASS_NAME_ENTITY
-
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
-
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
-
-
Constructor Details
-
AssetVocabularyPersistenceImpl
public AssetVocabularyPersistenceImpl()
-
-
Method Details
-
findByUuid
Returns all the asset vocabularies where uuid = ?.- Specified by:
findByUuidin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuid- Returns:
- the matching asset vocabularies
-
findByUuid
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByUuid(String uuid, int start, int end) Returns a range of all the asset vocabularies where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByUuidin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies
-
findByUuid
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByUuidin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies
-
findByUuid
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByUuidin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching asset vocabularies
-
findByUuid_First
public com.liferay.asset.kernel.model.AssetVocabulary findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the first asset vocabulary in the ordered set where uuid = ?.- Specified by:
findByUuid_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByUuid_First
public com.liferay.asset.kernel.model.AssetVocabulary fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ?.- Specified by:
fetchByUuid_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByUuid_Last
public com.liferay.asset.kernel.model.AssetVocabulary findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the last asset vocabulary in the ordered set where uuid = ?.- Specified by:
findByUuid_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByUuid_Last
public com.liferay.asset.kernel.model.AssetVocabulary fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ?.- Specified by:
fetchByUuid_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByUuid_PrevAndNext
public com.liferay.asset.kernel.model.AssetVocabulary[] findByUuid_PrevAndNext(long vocabularyId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.- Specified by:
findByUuid_PrevAndNextin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the current asset vocabularyuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
getByUuid_PrevAndNext
protected com.liferay.asset.kernel.model.AssetVocabulary getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) -
removeByUuid
Removes all the asset vocabularies where uuid = ? from the database.- Specified by:
removeByUuidin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of asset vocabularies where uuid = ?.- Specified by:
countByUuidin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuid- Returns:
- the number of matching asset vocabularies
-
findByUUID_G
public com.liferay.asset.kernel.model.AssetVocabulary findByUUID_G(String uuid, long groupId) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabulary where uuid = ? and groupId = ? or throws aNoSuchVocabularyExceptionif it could not be found.- Specified by:
findByUUID_Gin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByUUID_G
Returns the asset vocabulary where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByUUID_Gin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
fetchByUUID_G
public com.liferay.asset.kernel.model.AssetVocabulary fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the asset vocabulary where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByUUID_Gin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidgroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
removeByUUID_G
public com.liferay.asset.kernel.model.AssetVocabulary removeByUUID_G(String uuid, long groupId) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Removes the asset vocabulary where uuid = ? and groupId = ? from the database.- Specified by:
removeByUUID_Gin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the asset vocabulary that was removed
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException
-
countByUUID_G
Returns the number of asset vocabularies where uuid = ? and groupId = ?.- Specified by:
countByUUID_Gin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching asset vocabularies
-
findByUuid_C
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByUuid_C(String uuid, long companyId) Returns all the asset vocabularies where uuid = ? and companyId = ?.- Specified by:
findByUuid_Cin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching asset vocabularies
-
findByUuid_C
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the asset vocabularies where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByUuid_Cin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies
-
findByUuid_C
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByUuid_Cin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies
-
findByUuid_C
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByUuid_Cin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching asset vocabularies
-
findByUuid_C_First
public com.liferay.asset.kernel.model.AssetVocabulary findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByUuid_C_First
public com.liferay.asset.kernel.model.AssetVocabulary fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.- Specified by:
fetchByUuid_C_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByUuid_C_Last
public com.liferay.asset.kernel.model.AssetVocabulary findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByUuid_C_Last
public com.liferay.asset.kernel.model.AssetVocabulary fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.- Specified by:
fetchByUuid_C_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByUuid_C_PrevAndNext
public com.liferay.asset.kernel.model.AssetVocabulary[] findByUuid_C_PrevAndNext(long vocabularyId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_PrevAndNextin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the current asset vocabularyuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
getByUuid_C_PrevAndNext
protected com.liferay.asset.kernel.model.AssetVocabulary getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) -
removeByUuid_C
Removes all the asset vocabularies where uuid = ? and companyId = ? from the database.- Specified by:
removeByUuid_Cin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of asset vocabularies where uuid = ? and companyId = ?.- Specified by:
countByUuid_Cin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching asset vocabularies
-
findByGroupId
Returns all the asset vocabularies where groupId = ?.- Specified by:
findByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group ID- Returns:
- the matching asset vocabularies
-
findByGroupId
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByGroupId(long groupId, int start, int end) Returns a range of all the asset vocabularies where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies
-
findByGroupId
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies
-
findByGroupId
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching asset vocabularies
-
findByGroupId_First
public com.liferay.asset.kernel.model.AssetVocabulary findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the first asset vocabulary in the ordered set where groupId = ?.- Specified by:
findByGroupId_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByGroupId_First
public com.liferay.asset.kernel.model.AssetVocabulary fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ?.- Specified by:
fetchByGroupId_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByGroupId_Last
public com.liferay.asset.kernel.model.AssetVocabulary findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the last asset vocabulary in the ordered set where groupId = ?.- Specified by:
findByGroupId_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByGroupId_Last
public com.liferay.asset.kernel.model.AssetVocabulary fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ?.- Specified by:
fetchByGroupId_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByGroupId_PrevAndNext
public com.liferay.asset.kernel.model.AssetVocabulary[] findByGroupId_PrevAndNext(long vocabularyId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.- Specified by:
findByGroupId_PrevAndNextin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the current asset vocabularygroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
getByGroupId_PrevAndNext
protected com.liferay.asset.kernel.model.AssetVocabulary getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) -
filterFindByGroupId
Returns all the asset vocabularies that the user has permission to view where groupId = ?.- Specified by:
filterFindByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group ID- Returns:
- the matching asset vocabularies that the user has permission to view
-
filterFindByGroupId
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByGroupId(long groupId, int start, int end) Returns a range of all the asset vocabularies that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
filterFindByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies that the user has permission to view
-
filterFindByGroupId
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
filterFindByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies that the user has permission to view
-
filterFindByGroupId_PrevAndNext
public com.liferay.asset.kernel.model.AssetVocabulary[] filterFindByGroupId_PrevAndNext(long vocabularyId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?.- Specified by:
filterFindByGroupId_PrevAndNextin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the current asset vocabularygroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
filterGetByGroupId_PrevAndNext
protected com.liferay.asset.kernel.model.AssetVocabulary filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) -
filterFindByGroupId
Returns all the asset vocabularies that the user has permission to view where groupId = any ?.- Specified by:
filterFindByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDs- Returns:
- the matching asset vocabularies that the user has permission to view
-
filterFindByGroupId
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByGroupId(long[] groupIds, int start, int end) Returns a range of all the asset vocabularies that the user has permission to view where groupId = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
filterFindByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies that the user has permission to view
-
filterFindByGroupId
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permission to view where groupId = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
filterFindByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies that the user has permission to view
-
findByGroupId
Returns all the asset vocabularies where groupId = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDs- Returns:
- the matching asset vocabularies
-
findByGroupId
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByGroupId(long[] groupIds, int start, int end) Returns a range of all the asset vocabularies where groupId = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies
-
findByGroupId
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies
-
findByGroupId
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching asset vocabularies
-
removeByGroupId
public void removeByGroupId(long groupId) Removes all the asset vocabularies where groupId = ? from the database.- Specified by:
removeByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group ID
-
countByGroupId
public int countByGroupId(long groupId) Returns the number of asset vocabularies where groupId = ?.- Specified by:
countByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group ID- Returns:
- the number of matching asset vocabularies
-
countByGroupId
public int countByGroupId(long[] groupIds) Returns the number of asset vocabularies where groupId = any ?.- Specified by:
countByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDs- Returns:
- the number of matching asset vocabularies
-
filterCountByGroupId
public int filterCountByGroupId(long groupId) Returns the number of asset vocabularies that the user has permission to view where groupId = ?.- Specified by:
filterCountByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group ID- Returns:
- the number of matching asset vocabularies that the user has permission to view
-
filterCountByGroupId
public int filterCountByGroupId(long[] groupIds) Returns the number of asset vocabularies that the user has permission to view where groupId = any ?.- Specified by:
filterCountByGroupIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDs- Returns:
- the number of matching asset vocabularies that the user has permission to view
-
findByCompanyId
Returns all the asset vocabularies where companyId = ?.- Specified by:
findByCompanyIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
companyId- the company ID- Returns:
- the matching asset vocabularies
-
findByCompanyId
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByCompanyId(long companyId, int start, int end) Returns a range of all the asset vocabularies where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByCompanyIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
companyId- the company IDstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies
-
findByCompanyId
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByCompanyIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
companyId- the company IDstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies
-
findByCompanyId
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByCompanyIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
companyId- the company IDstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching asset vocabularies
-
findByCompanyId_First
public com.liferay.asset.kernel.model.AssetVocabulary findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the first asset vocabulary in the ordered set where companyId = ?.- Specified by:
findByCompanyId_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByCompanyId_First
public com.liferay.asset.kernel.model.AssetVocabulary fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where companyId = ?.- Specified by:
fetchByCompanyId_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByCompanyId_Last
public com.liferay.asset.kernel.model.AssetVocabulary findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the last asset vocabulary in the ordered set where companyId = ?.- Specified by:
findByCompanyId_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByCompanyId_Last
public com.liferay.asset.kernel.model.AssetVocabulary fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where companyId = ?.- Specified by:
fetchByCompanyId_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByCompanyId_PrevAndNext
public com.liferay.asset.kernel.model.AssetVocabulary[] findByCompanyId_PrevAndNext(long vocabularyId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.- Specified by:
findByCompanyId_PrevAndNextin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the current asset vocabularycompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
getByCompanyId_PrevAndNext
protected com.liferay.asset.kernel.model.AssetVocabulary getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) -
removeByCompanyId
public void removeByCompanyId(long companyId) Removes all the asset vocabularies where companyId = ? from the database.- Specified by:
removeByCompanyIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
companyId- the company ID
-
countByCompanyId
public int countByCompanyId(long companyId) Returns the number of asset vocabularies where companyId = ?.- Specified by:
countByCompanyIdin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
companyId- the company ID- Returns:
- the number of matching asset vocabularies
-
findByG_N
public com.liferay.asset.kernel.model.AssetVocabulary findByG_N(long groupId, String name) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabulary where groupId = ? and name = ? or throws aNoSuchVocabularyExceptionif it could not be found.- Specified by:
findByG_Nin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the name- Returns:
- the matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByG_N
Returns the asset vocabulary where groupId = ? and name = ? or returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByG_Nin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the name- Returns:
- the matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
fetchByG_N
public com.liferay.asset.kernel.model.AssetVocabulary fetchByG_N(long groupId, String name, boolean useFinderCache) Returns the asset vocabulary where groupId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByG_Nin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the nameuseFinderCache- whether to use the finder cache- Returns:
- the matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
removeByG_N
public com.liferay.asset.kernel.model.AssetVocabulary removeByG_N(long groupId, String name) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Removes the asset vocabulary where groupId = ? and name = ? from the database.- Specified by:
removeByG_Nin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the name- Returns:
- the asset vocabulary that was removed
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException
-
countByG_N
Returns the number of asset vocabularies where groupId = ? and name = ?.- Specified by:
countByG_Nin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the name- Returns:
- the number of matching asset vocabularies
-
findByG_LikeN
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_LikeN(long groupId, String name) Returns all the asset vocabularies where groupId = ? and name LIKE ?.- Specified by:
findByG_LikeNin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the name- Returns:
- the matching asset vocabularies
-
findByG_LikeN
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_LikeN(long groupId, String name, int start, int end) Returns a range of all the asset vocabularies where groupId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByG_LikeNin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the namestart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies
-
findByG_LikeN
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_LikeN(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByG_LikeNin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the namestart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies
-
findByG_LikeN
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_LikeN(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByG_LikeNin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the namestart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching asset vocabularies
-
findByG_LikeN_First
public com.liferay.asset.kernel.model.AssetVocabulary findByG_LikeN_First(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.- Specified by:
findByG_LikeN_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByG_LikeN_First
public com.liferay.asset.kernel.model.AssetVocabulary fetchByG_LikeN_First(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.- Specified by:
fetchByG_LikeN_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByG_LikeN_Last
public com.liferay.asset.kernel.model.AssetVocabulary findByG_LikeN_Last(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.- Specified by:
findByG_LikeN_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByG_LikeN_Last
public com.liferay.asset.kernel.model.AssetVocabulary fetchByG_LikeN_Last(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.- Specified by:
fetchByG_LikeN_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByG_LikeN_PrevAndNext
public com.liferay.asset.kernel.model.AssetVocabulary[] findByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?.- Specified by:
findByG_LikeN_PrevAndNextin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the current asset vocabularygroupId- the group IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
getByG_LikeN_PrevAndNext
protected com.liferay.asset.kernel.model.AssetVocabulary getByG_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) -
filterFindByG_LikeN
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByG_LikeN(long groupId, String name) Returns all the asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.- Specified by:
filterFindByG_LikeNin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the name- Returns:
- the matching asset vocabularies that the user has permission to view
-
filterFindByG_LikeN
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByG_LikeN(long groupId, String name, int start, int end) Returns a range of all the asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
filterFindByG_LikeNin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the namestart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies that the user has permission to view
-
filterFindByG_LikeN
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByG_LikeN(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
filterFindByG_LikeNin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the namestart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies that the user has permission to view
-
filterFindByG_LikeN_PrevAndNext
public com.liferay.asset.kernel.model.AssetVocabulary[] filterFindByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.- Specified by:
filterFindByG_LikeN_PrevAndNextin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the current asset vocabularygroupId- the group IDname- the nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
filterGetByG_LikeN_PrevAndNext
protected com.liferay.asset.kernel.model.AssetVocabulary filterGetByG_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) -
removeByG_LikeN
Removes all the asset vocabularies where groupId = ? and name LIKE ? from the database.- Specified by:
removeByG_LikeNin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the name
-
countByG_LikeN
Returns the number of asset vocabularies where groupId = ? and name LIKE ?.- Specified by:
countByG_LikeNin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the name- Returns:
- the number of matching asset vocabularies
-
filterCountByG_LikeN
Returns the number of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.- Specified by:
filterCountByG_LikeNin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDname- the name- Returns:
- the number of matching asset vocabularies that the user has permission to view
-
findByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_V(long groupId, int visibilityType) Returns all the asset vocabularies where groupId = ? and visibilityType = ?.- Specified by:
findByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility type- Returns:
- the matching asset vocabularies
-
findByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_V(long groupId, int visibilityType, int start, int end) Returns a range of all the asset vocabularies where groupId = ? and visibilityType = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility typestart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies
-
findByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_V(long groupId, int visibilityType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility typestart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies
-
findByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_V(long groupId, int visibilityType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility typestart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching asset vocabularies
-
findByG_V_First
public com.liferay.asset.kernel.model.AssetVocabulary findByG_V_First(long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the first asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.- Specified by:
findByG_V_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByG_V_First
public com.liferay.asset.kernel.model.AssetVocabulary fetchByG_V_First(long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.- Specified by:
fetchByG_V_Firstin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByG_V_Last
public com.liferay.asset.kernel.model.AssetVocabulary findByG_V_Last(long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the last asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.- Specified by:
findByG_V_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByG_V_Last
public com.liferay.asset.kernel.model.AssetVocabulary fetchByG_V_Last(long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.- Specified by:
fetchByG_V_Lastin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
findByG_V_PrevAndNext
public com.liferay.asset.kernel.model.AssetVocabulary[] findByG_V_PrevAndNext(long vocabularyId, long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.- Specified by:
findByG_V_PrevAndNextin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the current asset vocabularygroupId- the group IDvisibilityType- the visibility typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
getByG_V_PrevAndNext
protected com.liferay.asset.kernel.model.AssetVocabulary getByG_V_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) -
filterFindByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByG_V(long groupId, int visibilityType) Returns all the asset vocabularies that the user has permission to view where groupId = ? and visibilityType = ?.- Specified by:
filterFindByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility type- Returns:
- the matching asset vocabularies that the user has permission to view
-
filterFindByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByG_V(long groupId, int visibilityType, int start, int end) Returns a range of all the asset vocabularies that the user has permission to view where groupId = ? and visibilityType = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
filterFindByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility typestart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies that the user has permission to view
-
filterFindByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByG_V(long groupId, int visibilityType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and visibilityType = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
filterFindByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility typestart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies that the user has permission to view
-
filterFindByG_V_PrevAndNext
public com.liferay.asset.kernel.model.AssetVocabulary[] filterFindByG_V_PrevAndNext(long vocabularyId, long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and visibilityType = ?.- Specified by:
filterFindByG_V_PrevAndNextin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the current asset vocabularygroupId- the group IDvisibilityType- the visibility typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
filterGetByG_V_PrevAndNext
protected com.liferay.asset.kernel.model.AssetVocabulary filterGetByG_V_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary, long groupId, int visibilityType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean previous) -
filterFindByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByG_V(long[] groupIds, int[] visibilityTypes) Returns all the asset vocabularies that the user has permission to view where groupId = any ? and visibilityType = any ?.- Specified by:
filterFindByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsvisibilityTypes- the visibility types- Returns:
- the matching asset vocabularies that the user has permission to view
-
filterFindByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByG_V(long[] groupIds, int[] visibilityTypes, int start, int end) Returns a range of all the asset vocabularies that the user has permission to view where groupId = any ? and visibilityType = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
filterFindByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsvisibilityTypes- the visibility typesstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies that the user has permission to view
-
filterFindByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> filterFindByG_V(long[] groupIds, int[] visibilityTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permission to view where groupId = any ? and visibilityType = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
filterFindByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsvisibilityTypes- the visibility typesstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies that the user has permission to view
-
findByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_V(long[] groupIds, int[] visibilityTypes) Returns all the asset vocabularies where groupId = any ? and visibilityType = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsvisibilityTypes- the visibility types- Returns:
- the matching asset vocabularies
-
findByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_V(long[] groupIds, int[] visibilityTypes, int start, int end) Returns a range of all the asset vocabularies where groupId = any ? and visibilityType = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsvisibilityTypes- the visibility typesstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of matching asset vocabularies
-
findByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_V(long[] groupIds, int[] visibilityTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = any ? and visibilityType = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsvisibilityTypes- the visibility typesstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset vocabularies
-
findByG_V
public List<com.liferay.asset.kernel.model.AssetVocabulary> findByG_V(long[] groupIds, int[] visibilityTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsvisibilityTypes- the visibility typesstart- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching asset vocabularies
-
removeByG_V
public void removeByG_V(long groupId, int visibilityType) Removes all the asset vocabularies where groupId = ? and visibilityType = ? from the database.- Specified by:
removeByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility type
-
countByG_V
public int countByG_V(long groupId, int visibilityType) Returns the number of asset vocabularies where groupId = ? and visibilityType = ?.- Specified by:
countByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility type- Returns:
- the number of matching asset vocabularies
-
countByG_V
public int countByG_V(long[] groupIds, int[] visibilityTypes) Returns the number of asset vocabularies where groupId = any ? and visibilityType = any ?.- Specified by:
countByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsvisibilityTypes- the visibility types- Returns:
- the number of matching asset vocabularies
-
filterCountByG_V
public int filterCountByG_V(long groupId, int visibilityType) Returns the number of asset vocabularies that the user has permission to view where groupId = ? and visibilityType = ?.- Specified by:
filterCountByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupId- the group IDvisibilityType- the visibility type- Returns:
- the number of matching asset vocabularies that the user has permission to view
-
filterCountByG_V
public int filterCountByG_V(long[] groupIds, int[] visibilityTypes) Returns the number of asset vocabularies that the user has permission to view where groupId = any ? and visibilityType = any ?.- Specified by:
filterCountByG_Vin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
groupIds- the group IDsvisibilityTypes- the visibility types- Returns:
- the number of matching asset vocabularies that the user has permission to view
-
findByERC_G
public com.liferay.asset.kernel.model.AssetVocabulary findByERC_G(String externalReferenceCode, long groupId) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabulary where externalReferenceCode = ? and groupId = ? or throws aNoSuchVocabularyExceptionif it could not be found.- Specified by:
findByERC_Gin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the matching asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a matching asset vocabulary could not be found
-
fetchByERC_G
public com.liferay.asset.kernel.model.AssetVocabulary fetchByERC_G(String externalReferenceCode, long groupId) Returns the asset vocabulary where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByERC_Gin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
fetchByERC_G
public com.liferay.asset.kernel.model.AssetVocabulary fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the asset vocabulary where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByERC_Gin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
externalReferenceCode- the external reference codegroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching asset vocabulary, or
nullif a matching asset vocabulary could not be found
-
removeByERC_G
public com.liferay.asset.kernel.model.AssetVocabulary removeByERC_G(String externalReferenceCode, long groupId) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Removes the asset vocabulary where externalReferenceCode = ? and groupId = ? from the database.- Specified by:
removeByERC_Gin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the asset vocabulary that was removed
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException
-
countByERC_G
Returns the number of asset vocabularies where externalReferenceCode = ? and groupId = ?.- Specified by:
countByERC_Gin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the number of matching asset vocabularies
-
cacheResult
public void cacheResult(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary) Caches the asset vocabulary in the entity cache if it is enabled.- Specified by:
cacheResultin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Overrides:
cacheResultin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>- Parameters:
assetVocabulary- the asset vocabulary
-
cacheResult
Caches the asset vocabularies in the entity cache if it is enabled.- Specified by:
cacheResultin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
assetVocabularies- the asset vocabularies
-
clearCache
public void clearCache()Clears the cache for all asset vocabularies.The
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetVocabulary>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-
clearCache
public void clearCache(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary) Clears the cache for the asset vocabulary.The
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetVocabulary>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-
clearCache
- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetVocabulary>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-
clearCache
- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetVocabulary>
-
cacheUniqueFindersCache
-
create
public com.liferay.asset.kernel.model.AssetVocabulary create(long vocabularyId) Creates a new asset vocabulary with the primary key. Does not add the asset vocabulary to the database.- Specified by:
createin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key for the new asset vocabulary- Returns:
- the new asset vocabulary
-
remove
public com.liferay.asset.kernel.model.AssetVocabulary remove(long vocabularyId) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Removes the asset vocabulary with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
removein interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the asset vocabulary- Returns:
- the asset vocabulary that was removed
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
remove
public com.liferay.asset.kernel.model.AssetVocabulary remove(Serializable primaryKey) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Removes the asset vocabulary with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
removein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetVocabulary>- Overrides:
removein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>- Parameters:
primaryKey- the primary key of the asset vocabulary- Returns:
- the asset vocabulary that was removed
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
removeImpl
protected com.liferay.asset.kernel.model.AssetVocabulary removeImpl(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary) - Overrides:
removeImplin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-
updateImpl
public com.liferay.asset.kernel.model.AssetVocabulary updateImpl(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary) - Specified by:
updateImplin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Overrides:
updateImplin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-
findByPrimaryKey
public com.liferay.asset.kernel.model.AssetVocabulary findByPrimaryKey(Serializable primaryKey) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabulary with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelExceptionif it could not be found.- Specified by:
findByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetVocabulary>- Overrides:
findByPrimaryKeyin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>- Parameters:
primaryKey- the primary key of the asset vocabulary- Returns:
- the asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
findByPrimaryKey
public com.liferay.asset.kernel.model.AssetVocabulary findByPrimaryKey(long vocabularyId) throws com.liferay.asset.kernel.exception.NoSuchVocabularyException Returns the asset vocabulary with the primary key or throws aNoSuchVocabularyExceptionif it could not be found.- Specified by:
findByPrimaryKeyin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the asset vocabulary- Returns:
- the asset vocabulary
- Throws:
com.liferay.asset.kernel.exception.NoSuchVocabularyException- if a asset vocabulary with the primary key could not be found
-
fetchByPrimaryKey
Returns the asset vocabulary with the primary key or returnsnullif it could not be found.- Specified by:
fetchByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetVocabulary>- Overrides:
fetchByPrimaryKeyin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>- Parameters:
primaryKey- the primary key of the asset vocabulary- Returns:
- the asset vocabulary, or
nullif a asset vocabulary with the primary key could not be found
-
fetchByPrimaryKey
public com.liferay.asset.kernel.model.AssetVocabulary fetchByPrimaryKey(long vocabularyId) Returns the asset vocabulary with the primary key or returnsnullif it could not be found.- Specified by:
fetchByPrimaryKeyin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
vocabularyId- the primary key of the asset vocabulary- Returns:
- the asset vocabulary, or
nullif a asset vocabulary with the primary key could not be found
-
fetchByPrimaryKeys
public Map<Serializable,com.liferay.asset.kernel.model.AssetVocabulary> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - Specified by:
fetchByPrimaryKeysin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetVocabulary>- Overrides:
fetchByPrimaryKeysin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-
findAll
Returns all the asset vocabularies.- Specified by:
findAllin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Returns:
- the asset vocabularies
-
findAll
Returns a range of all the asset vocabularies.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findAllin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
start- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)- Returns:
- the range of asset vocabularies
-
findAll
public List<com.liferay.asset.kernel.model.AssetVocabulary> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findAllin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
start- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of asset vocabularies
-
findAll
public List<com.liferay.asset.kernel.model.AssetVocabulary> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAssetVocabularyModelImpl.- Specified by:
findAllin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Parameters:
start- the lower bound of the range of asset vocabulariesend- the upper bound of the range of asset vocabularies (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of asset vocabularies
-
removeAll
public void removeAll()Removes all the asset vocabularies from the database.- Specified by:
removeAllin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence
-
countAll
public int countAll()Returns the number of asset vocabularies.- Specified by:
countAllin interfacecom.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence- Returns:
- the number of asset vocabularies
-
getBadColumnNames
- Specified by:
getBadColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetVocabulary>- Overrides:
getBadColumnNamesin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-
getEntityCache
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()- Overrides:
getEntityCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-
getPKDBName
- Overrides:
getPKDBNamein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-
getSelectSQL
- Overrides:
getSelectSQLin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-
getCTColumnNames
public Set<String> getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) - Specified by:
getCTColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetVocabulary>
-
getMappingTableNames
- Specified by:
getMappingTableNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetVocabulary>
-
getTableColumnsMap
- Specified by:
getTableColumnsMapin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetVocabulary>- Overrides:
getTableColumnsMapin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-
getTableName
- Specified by:
getTableNamein interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetVocabulary>
-
getUniqueIndexColumnNames
- Specified by:
getUniqueIndexColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetVocabulary>
-
afterPropertiesSet
public void afterPropertiesSet()Initializes the asset vocabulary persistence. -
destroy
public void destroy() -
getFinderCache
protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()- Overrides:
getFinderCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetVocabulary>
-