Uses of Interface
com.liferay.asset.kernel.model.AssetCategory
Packages that use AssetCategory
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of AssetCategory in com.liferay.asset.kernel.model
Classes in com.liferay.asset.kernel.model that implement AssetCategoryFields in com.liferay.asset.kernel.model with type parameters of type AssetCategoryModifier and TypeFieldDescriptionstatic final Accessor<AssetCategory,
Long> AssetCategory.CATEGORY_ID_ACCESSOR
static final Accessor<AssetCategory,
String> AssetCategory.NAME_ACCESSOR
static final Accessor<AssetCategory,
String> AssetCategory.UUID_ACCESSOR
Methods in com.liferay.asset.kernel.model that return AssetCategoryModifier and TypeMethodDescriptionAssetCategoryModel.cloneWithOriginalValues()
AssetCategoryWrapper.cloneWithOriginalValues()
AssetCategory.getParentCategory()
AssetCategoryWrapper.getParentCategory()
Methods in com.liferay.asset.kernel.model that return types with arguments of type AssetCategoryModifier and TypeMethodDescriptionAssetCategory.getAncestors()
AssetCategoryWrapper.getAncestors()
AssetCategoryWrapper.getAttributeGetterFunctions()
AssetCategoryWrapper.getAttributeSetterBiConsumers()
AssetCategoryDisplay.getCategories()
AssetEntry.getCategories()
AssetEntryWrapper.getCategories()
AssetVocabulary.getCategories()
AssetVocabularyWrapper.getCategories()
Methods in com.liferay.asset.kernel.model with parameters of type AssetCategoryModifier and TypeMethodDescriptionprotected AssetCategoryWrapper
AssetCategoryWrapper.wrap
(AssetCategory assetCategory) Method parameters in com.liferay.asset.kernel.model with type arguments of type AssetCategoryModifier and TypeMethodDescriptionvoid
AssetCategoryDisplay.setCategories
(List<AssetCategory> categories) Constructors in com.liferay.asset.kernel.model with parameters of type AssetCategoryConstructor parameters in com.liferay.asset.kernel.model with type arguments of type AssetCategoryModifierConstructorDescriptionAssetCategoryDisplay
(List<AssetCategory> categories, int total, int start, int end) -
Uses of AssetCategory in com.liferay.asset.kernel.service
Methods in com.liferay.asset.kernel.service that return AssetCategoryModifier and TypeMethodDescriptionAssetCategoryLocalService.addAssetCategory
(AssetCategory assetCategory) Adds the asset category to the database.static AssetCategory
AssetCategoryLocalServiceUtil.addAssetCategory
(AssetCategory assetCategory) Adds the asset category to the database.AssetCategoryLocalServiceWrapper.addAssetCategory
(AssetCategory assetCategory) Adds the asset category to the database.AssetCategoryLocalService.addCategory
(long userId, long groupId, String title, long vocabularyId, ServiceContext serviceContext) AssetCategoryLocalService.addCategory
(String externalReferenceCode, long userId, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) static AssetCategory
AssetCategoryLocalServiceUtil.addCategory
(long userId, long groupId, String title, long vocabularyId, ServiceContext serviceContext) static AssetCategory
AssetCategoryLocalServiceUtil.addCategory
(String externalReferenceCode, long userId, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryLocalServiceWrapper.addCategory
(long userId, long groupId, String title, long vocabularyId, ServiceContext serviceContext) AssetCategoryLocalServiceWrapper.addCategory
(String externalReferenceCode, long userId, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryService.addCategory
(long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryService.addCategory
(long groupId, String title, long vocabularyId, ServiceContext serviceContext) AssetCategoryService.addCategory
(String externalReferenceCode, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) static AssetCategory
AssetCategoryServiceUtil.addCategory
(long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) static AssetCategory
AssetCategoryServiceUtil.addCategory
(long groupId, String title, long vocabularyId, ServiceContext serviceContext) static AssetCategory
AssetCategoryServiceUtil.addCategory
(String externalReferenceCode, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryServiceWrapper.addCategory
(long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryServiceWrapper.addCategory
(long groupId, String title, long vocabularyId, ServiceContext serviceContext) AssetCategoryServiceWrapper.addCategory
(String externalReferenceCode, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryLocalService.createAssetCategory
(long categoryId) Creates a new asset category with the primary key.static AssetCategory
AssetCategoryLocalServiceUtil.createAssetCategory
(long categoryId) Creates a new asset category with the primary key.AssetCategoryLocalServiceWrapper.createAssetCategory
(long categoryId) Creates a new asset category with the primary key.AssetCategoryLocalService.deleteAssetCategory
(long categoryId) Deletes the asset category with the primary key from the database.AssetCategoryLocalService.deleteAssetCategory
(AssetCategory assetCategory) Deletes the asset category from the database.static AssetCategory
AssetCategoryLocalServiceUtil.deleteAssetCategory
(long categoryId) Deletes the asset category with the primary key from the database.static AssetCategory
AssetCategoryLocalServiceUtil.deleteAssetCategory
(AssetCategory assetCategory) Deletes the asset category from the database.AssetCategoryLocalServiceWrapper.deleteAssetCategory
(long categoryId) Deletes the asset category with the primary key from the database.AssetCategoryLocalServiceWrapper.deleteAssetCategory
(AssetCategory assetCategory) Deletes the asset category from the database.AssetCategoryLocalService.deleteCategory
(long categoryId) AssetCategoryLocalService.deleteCategory
(AssetCategory category) AssetCategoryLocalService.deleteCategory
(AssetCategory category, boolean skipRebuildTree) static AssetCategory
AssetCategoryLocalServiceUtil.deleteCategory
(long categoryId) static AssetCategory
AssetCategoryLocalServiceUtil.deleteCategory
(AssetCategory category) static AssetCategory
AssetCategoryLocalServiceUtil.deleteCategory
(AssetCategory category, boolean skipRebuildTree) AssetCategoryLocalServiceWrapper.deleteCategory
(long categoryId) AssetCategoryLocalServiceWrapper.deleteCategory
(AssetCategory category) AssetCategoryLocalServiceWrapper.deleteCategory
(AssetCategory category, boolean skipRebuildTree) AssetCategoryLocalService.fetchAssetCategory
(long categoryId) static AssetCategory
AssetCategoryLocalServiceUtil.fetchAssetCategory
(long categoryId) AssetCategoryLocalServiceWrapper.fetchAssetCategory
(long categoryId) AssetCategoryLocalService.fetchAssetCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) static AssetCategory
AssetCategoryLocalServiceUtil.fetchAssetCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetCategoryLocalServiceWrapper.fetchAssetCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetCategoryLocalService.fetchAssetCategoryByUuidAndGroupId
(String uuid, long groupId) Returns the asset category matching the UUID and group.static AssetCategory
AssetCategoryLocalServiceUtil.fetchAssetCategoryByUuidAndGroupId
(String uuid, long groupId) Returns the asset category matching the UUID and group.AssetCategoryLocalServiceWrapper.fetchAssetCategoryByUuidAndGroupId
(String uuid, long groupId) Returns the asset category matching the UUID and group.AssetCategoryLocalService.fetchCategory
(long categoryId) AssetCategoryLocalService.fetchCategory
(long groupId, long parentCategoryId, String name, long vocabularyId) static AssetCategory
AssetCategoryLocalServiceUtil.fetchCategory
(long categoryId) static AssetCategory
AssetCategoryLocalServiceUtil.fetchCategory
(long groupId, long parentCategoryId, String name, long vocabularyId) AssetCategoryLocalServiceWrapper.fetchCategory
(long categoryId) AssetCategoryLocalServiceWrapper.fetchCategory
(long groupId, long parentCategoryId, String name, long vocabularyId) AssetCategoryService.fetchCategory
(long categoryId) static AssetCategory
AssetCategoryServiceUtil.fetchCategory
(long categoryId) AssetCategoryServiceWrapper.fetchCategory
(long categoryId) AssetCategoryService.fetchCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) static AssetCategory
AssetCategoryServiceUtil.fetchCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetCategoryServiceWrapper.fetchCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetCategoryLocalService.getAssetCategory
(long categoryId) Returns the asset category with the primary key.static AssetCategory
AssetCategoryLocalServiceUtil.getAssetCategory
(long categoryId) Returns the asset category with the primary key.AssetCategoryLocalServiceWrapper.getAssetCategory
(long categoryId) Returns the asset category with the primary key.AssetCategoryLocalService.getAssetCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) static AssetCategory
AssetCategoryLocalServiceUtil.getAssetCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetCategoryLocalServiceWrapper.getAssetCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetCategoryService.getAssetCategoryByExternalReferenceCode
(long groupId, String externalReferenceCode) static AssetCategory
AssetCategoryServiceUtil.getAssetCategoryByExternalReferenceCode
(long groupId, String externalReferenceCode) AssetCategoryServiceWrapper.getAssetCategoryByExternalReferenceCode
(long groupId, String externalReferenceCode) AssetCategoryLocalService.getAssetCategoryByUuidAndGroupId
(String uuid, long groupId) Returns the asset category matching the UUID and group.static AssetCategory
AssetCategoryLocalServiceUtil.getAssetCategoryByUuidAndGroupId
(String uuid, long groupId) Returns the asset category matching the UUID and group.AssetCategoryLocalServiceWrapper.getAssetCategoryByUuidAndGroupId
(String uuid, long groupId) Returns the asset category matching the UUID and group.AssetCategoryLocalService.getCategory
(long categoryId) AssetCategoryLocalService.getCategory
(String uuid, long groupId) static AssetCategory
AssetCategoryLocalServiceUtil.getCategory
(long categoryId) static AssetCategory
AssetCategoryLocalServiceUtil.getCategory
(String uuid, long groupId) AssetCategoryLocalServiceWrapper.getCategory
(long categoryId) AssetCategoryLocalServiceWrapper.getCategory
(String uuid, long groupId) AssetCategoryService.getCategory
(long categoryId) static AssetCategory
AssetCategoryServiceUtil.getCategory
(long categoryId) AssetCategoryServiceWrapper.getCategory
(long categoryId) AssetCategoryLocalService.mergeCategories
(long fromCategoryId, long toCategoryId) static AssetCategory
AssetCategoryLocalServiceUtil.mergeCategories
(long fromCategoryId, long toCategoryId) AssetCategoryLocalServiceWrapper.mergeCategories
(long fromCategoryId, long toCategoryId) AssetCategoryLocalService.moveCategory
(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) static AssetCategory
AssetCategoryLocalServiceUtil.moveCategory
(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) AssetCategoryLocalServiceWrapper.moveCategory
(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) AssetCategoryService.moveCategory
(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) static AssetCategory
AssetCategoryServiceUtil.moveCategory
(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) AssetCategoryServiceWrapper.moveCategory
(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) AssetCategoryLocalService.updateAssetCategory
(AssetCategory assetCategory) Updates the asset category in the database or adds it if it does not yet exist.static AssetCategory
AssetCategoryLocalServiceUtil.updateAssetCategory
(AssetCategory assetCategory) Updates the asset category in the database or adds it if it does not yet exist.AssetCategoryLocalServiceWrapper.updateAssetCategory
(AssetCategory assetCategory) Updates the asset category in the database or adds it if it does not yet exist.AssetCategoryLocalService.updateCategory
(long userId, long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) static AssetCategory
AssetCategoryLocalServiceUtil.updateCategory
(long userId, long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryLocalServiceWrapper.updateCategory
(long userId, long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryService.updateCategory
(long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) static AssetCategory
AssetCategoryServiceUtil.updateCategory
(long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryServiceWrapper.updateCategory
(long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) Methods in com.liferay.asset.kernel.service that return types with arguments of type AssetCategoryModifier and TypeMethodDescriptionAssetCategoryLocalService.getAssetCategories
(int start, int end) Returns a range of all the asset categories.static List<AssetCategory>
AssetCategoryLocalServiceUtil.getAssetCategories
(int start, int end) Returns a range of all the asset categories.AssetCategoryLocalServiceWrapper.getAssetCategories
(int start, int end) Returns a range of all the asset categories.AssetCategoryLocalService.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the asset categories matching the UUID and company.AssetCategoryLocalService.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns a range of asset categories matching the UUID and company.static List<AssetCategory>
AssetCategoryLocalServiceUtil.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the asset categories matching the UUID and company.static List<AssetCategory>
AssetCategoryLocalServiceUtil.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns a range of asset categories matching the UUID and company.AssetCategoryLocalServiceWrapper.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the asset categories matching the UUID and company.AssetCategoryLocalServiceWrapper.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns a range of asset categories matching the UUID and company.AssetCategoryLocalService.getCategories()
AssetCategoryLocalService.getCategories
(long classNameId, long classPK) AssetCategoryLocalService.getCategories
(long classNameId, long classPK, int start, int end) AssetCategoryLocalService.getCategories
(Hits hits) AssetCategoryLocalService.getCategories
(String className, long classPK) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getCategories()
static List<AssetCategory>
AssetCategoryLocalServiceUtil.getCategories
(long classNameId, long classPK) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getCategories
(long classNameId, long classPK, int start, int end) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getCategories
(Hits hits) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getCategories
(String className, long classPK) AssetCategoryLocalServiceWrapper.getCategories()
AssetCategoryLocalServiceWrapper.getCategories
(long classNameId, long classPK) AssetCategoryLocalServiceWrapper.getCategories
(long classNameId, long classPK, int start, int end) AssetCategoryLocalServiceWrapper.getCategories
(Hits hits) AssetCategoryLocalServiceWrapper.getCategories
(String className, long classPK) AssetCategoryService.getCategories
(long classNameId, long classPK, int start, int end) Returns a range of assetCategories related to an AssetEntry with the given "classNameId-classPK".AssetCategoryService.getCategories
(String className, long classPK) static List<AssetCategory>
AssetCategoryServiceUtil.getCategories
(long classNameId, long classPK, int start, int end) Returns a range of assetCategories related to an AssetEntry with the given "classNameId-classPK".static List<AssetCategory>
AssetCategoryServiceUtil.getCategories
(String className, long classPK) AssetCategoryServiceWrapper.getCategories
(long classNameId, long classPK, int start, int end) Returns a range of assetCategories related to an AssetEntry with the given "classNameId-classPK".AssetCategoryServiceWrapper.getCategories
(String className, long classPK) AssetCategoryLocalService.getChildCategories
(long parentCategoryId) AssetCategoryLocalService.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getChildCategories
(long parentCategoryId) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getChildCategories
(long parentCategoryId) AssetCategoryLocalServiceWrapper.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getChildCategories
(long parentCategoryId) AssetCategoryService.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.static List<AssetCategory>
AssetCategoryServiceUtil.getChildCategories
(long parentCategoryId) static List<AssetCategory>
AssetCategoryServiceUtil.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.AssetCategoryServiceWrapper.getChildCategories
(long parentCategoryId) AssetCategoryServiceWrapper.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.AssetCategoryLocalService.getCTPersistence()
AssetCategoryLocalServiceWrapper.getCTPersistence()
AssetCategoryLocalService.getDescendantCategories
(AssetCategory category) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getDescendantCategories
(AssetCategory category) AssetCategoryLocalServiceWrapper.getDescendantCategories
(AssetCategory category) AssetCategoryLocalService.getEntryCategories
(long entryId) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getEntryCategories
(long entryId) AssetCategoryLocalServiceWrapper.getEntryCategories
(long entryId) AssetCategoryLocalService.getModelClass()
AssetCategoryLocalServiceWrapper.getModelClass()
AssetCategoryLocalService.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalService.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalService.getVocabularyRootCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getVocabularyRootCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getVocabularyRootCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyRootCategories
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyRootCategories
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyRootCategories
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalService.search
(long groupId, String name, String[] categoryProperties, int start, int end) static List<AssetCategory>
AssetCategoryLocalServiceUtil.search
(long groupId, String name, String[] categoryProperties, int start, int end) AssetCategoryLocalServiceWrapper.search
(long groupId, String name, String[] categoryProperties, int start, int end) AssetCategoryService.search
(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.search
(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.search
(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalService.searchCategories
(long companyId, long[] groupIds, String title, long[] vocabularyIds, int start, int end) AssetCategoryLocalService.searchCategories
(long companyId, long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) AssetCategoryLocalService.searchCategories
(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) AssetCategoryLocalService.searchCategories
(long companyId, long groupIds, String title, long vocabularyId, int start, int end) static BaseModelSearchResult<AssetCategory>
AssetCategoryLocalServiceUtil.searchCategories
(long companyId, long[] groupIds, String title, long[] vocabularyIds, int start, int end) static BaseModelSearchResult<AssetCategory>
AssetCategoryLocalServiceUtil.searchCategories
(long companyId, long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) static BaseModelSearchResult<AssetCategory>
AssetCategoryLocalServiceUtil.searchCategories
(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) static BaseModelSearchResult<AssetCategory>
AssetCategoryLocalServiceUtil.searchCategories
(long companyId, long groupIds, String title, long vocabularyId, int start, int end) AssetCategoryLocalServiceWrapper.searchCategories
(long companyId, long[] groupIds, String title, long[] vocabularyIds, int start, int end) AssetCategoryLocalServiceWrapper.searchCategories
(long companyId, long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) AssetCategoryLocalServiceWrapper.searchCategories
(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) AssetCategoryLocalServiceWrapper.searchCategories
(long companyId, long groupIds, String title, long vocabularyId, int start, int end) Methods in com.liferay.asset.kernel.service with parameters of type AssetCategoryModifier and TypeMethodDescriptionAssetCategoryLocalService.addAssetCategory
(AssetCategory assetCategory) Adds the asset category to the database.static AssetCategory
AssetCategoryLocalServiceUtil.addAssetCategory
(AssetCategory assetCategory) Adds the asset category to the database.AssetCategoryLocalServiceWrapper.addAssetCategory
(AssetCategory assetCategory) Adds the asset category to the database.void
AssetCategoryLocalService.addCategoryResources
(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) void
AssetCategoryLocalService.addCategoryResources
(AssetCategory category, ModelPermissions modelPermissions) static void
AssetCategoryLocalServiceUtil.addCategoryResources
(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) static void
AssetCategoryLocalServiceUtil.addCategoryResources
(AssetCategory category, ModelPermissions modelPermissions) void
AssetCategoryLocalServiceWrapper.addCategoryResources
(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) void
AssetCategoryLocalServiceWrapper.addCategoryResources
(AssetCategory category, ModelPermissions modelPermissions) AssetCategoryLocalService.deleteAssetCategory
(AssetCategory assetCategory) Deletes the asset category from the database.static AssetCategory
AssetCategoryLocalServiceUtil.deleteAssetCategory
(AssetCategory assetCategory) Deletes the asset category from the database.AssetCategoryLocalServiceWrapper.deleteAssetCategory
(AssetCategory assetCategory) Deletes the asset category from the database.AssetCategoryLocalService.deleteCategory
(AssetCategory category) AssetCategoryLocalService.deleteCategory
(AssetCategory category, boolean skipRebuildTree) static AssetCategory
AssetCategoryLocalServiceUtil.deleteCategory
(AssetCategory category) static AssetCategory
AssetCategoryLocalServiceUtil.deleteCategory
(AssetCategory category, boolean skipRebuildTree) AssetCategoryLocalServiceWrapper.deleteCategory
(AssetCategory category) AssetCategoryLocalServiceWrapper.deleteCategory
(AssetCategory category, boolean skipRebuildTree) AssetCategoryLocalService.getDescendantCategories
(AssetCategory category) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getDescendantCategories
(AssetCategory category) AssetCategoryLocalServiceWrapper.getDescendantCategories
(AssetCategory category) AssetCategoryLocalService.updateAssetCategory
(AssetCategory assetCategory) Updates the asset category in the database or adds it if it does not yet exist.static AssetCategory
AssetCategoryLocalServiceUtil.updateAssetCategory
(AssetCategory assetCategory) Updates the asset category in the database or adds it if it does not yet exist.AssetCategoryLocalServiceWrapper.updateAssetCategory
(AssetCategory assetCategory) Updates the asset category in the database or adds it if it does not yet exist.Method parameters in com.liferay.asset.kernel.service with type arguments of type AssetCategoryModifier and TypeMethodDescriptionvoid
AssetCategoryLocalService.deleteCategories
(List<AssetCategory> categories) static void
AssetCategoryLocalServiceUtil.deleteCategories
(List<AssetCategory> categories) void
AssetCategoryLocalServiceWrapper.deleteCategories
(List<AssetCategory> categories) AssetCategoryLocalService.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns a range of asset categories matching the UUID and company.static List<AssetCategory>
AssetCategoryLocalServiceUtil.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns a range of asset categories matching the UUID and company.AssetCategoryLocalServiceWrapper.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns a range of asset categories matching the UUID and company.AssetCategoryLocalService.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.static List<AssetCategory>
AssetCategoryServiceUtil.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.AssetCategoryServiceWrapper.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.AssetCategoryLocalService.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalService.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategoriesDisplay
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategoriesDisplay
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static AssetCategoryDisplay
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static AssetCategoryDisplay
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalService.getVocabularyRootCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getVocabularyRootCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getVocabularyRootCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyRootCategories
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyRootCategories
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyRootCategories
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.search
(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.search
(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.search
(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) <R,
E extends Throwable>
RAssetCategoryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetCategory>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RAssetCategoryLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetCategory>, R, E> updateUnsafeFunction) -
Uses of AssetCategory in com.liferay.asset.kernel.service.persistence
Methods in com.liferay.asset.kernel.service.persistence that return AssetCategoryModifier and TypeMethodDescriptionAssetCategoryPersistence.create
(long categoryId) Creates a new asset category with the primary key.static AssetCategory
AssetCategoryUtil.create
(long categoryId) Creates a new asset category with the primary key.AssetCategoryPersistence.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the asset category where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.AssetCategoryPersistence.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the asset category where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static AssetCategory
AssetCategoryUtil.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the asset category where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static AssetCategory
AssetCategoryUtil.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the asset category where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.AssetCategoryPersistence.fetchByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.fetchByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.fetchByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.fetchByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.AssetCategoryPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.AssetCategoryPersistence.fetchByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.fetchByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.fetchByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.fetchByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.fetchByP_N_V
(long parentCategoryId, String name, long vocabularyId) Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returnsnull
if it could not be found.AssetCategoryPersistence.fetchByP_N_V
(long parentCategoryId, String name, long vocabularyId, boolean useFinderCache) Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returnsnull
if it could not be found, optionally using the finder cache.static AssetCategory
AssetCategoryUtil.fetchByP_N_V
(long parentCategoryId, String name, long vocabularyId) Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returnsnull
if it could not be found.static AssetCategory
AssetCategoryUtil.fetchByP_N_V
(long parentCategoryId, String name, long vocabularyId, boolean useFinderCache) Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returnsnull
if it could not be found, optionally using the finder cache.AssetCategoryPersistence.fetchByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.fetchByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.fetchByPrimaryKey
(long categoryId) Returns the asset category with the primary key or returnsnull
if it could not be found.static AssetCategory
AssetCategoryUtil.fetchByPrimaryKey
(long categoryId) Returns the asset category with the primary key or returnsnull
if it could not be found.AssetCategoryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.AssetCategoryPersistence.fetchByUUID_G
(String uuid, long groupId) Returns the asset category where uuid = ? and groupId = ? or returnsnull
if it could not be found.AssetCategoryPersistence.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the asset category where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static AssetCategory
AssetCategoryUtil.fetchByUUID_G
(String uuid, long groupId) Returns the asset category where uuid = ? and groupId = ? or returnsnull
if it could not be found.static AssetCategory
AssetCategoryUtil.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the asset category where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.AssetCategoryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.AssetCategoryPersistence.fetchByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.fetchByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.filterFindByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?.AssetCategoryPersistence.findByERC_G
(String externalReferenceCode, long groupId) Returns the asset category where externalReferenceCode = ? and groupId = ? or throws aNoSuchCategoryException
if it could not be found.static AssetCategory
AssetCategoryUtil.findByERC_G
(String externalReferenceCode, long groupId) Returns the asset category where externalReferenceCode = ? and groupId = ? or throws aNoSuchCategoryException
if it could not be found.AssetCategoryPersistence.findByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.findByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.AssetCategoryPersistence.findByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.findByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.AssetCategoryPersistence.findByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ?.static AssetCategory[]
AssetCategoryUtil.findByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ?.AssetCategoryPersistence.findByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V_PrevAndNext
(long categoryId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByN_V_PrevAndNext
(long categoryId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.findByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.findByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N_PrevAndNext
(long categoryId, long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory[]
AssetCategoryUtil.findByP_N_PrevAndNext
(long categoryId, long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N_V
(long parentCategoryId, String name, long vocabularyId) Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws aNoSuchCategoryException
if it could not be found.static AssetCategory
AssetCategoryUtil.findByP_N_V
(long parentCategoryId, String name, long vocabularyId) Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws aNoSuchCategoryException
if it could not be found.AssetCategoryPersistence.findByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V_PrevAndNext
(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByP_V_PrevAndNext
(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId_PrevAndNext
(long categoryId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?.static AssetCategory[]
AssetCategoryUtil.findByParentCategoryId_PrevAndNext
(long categoryId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.findByPrimaryKey
(long categoryId) Returns the asset category with the primary key or throws aNoSuchCategoryException
if it could not be found.static AssetCategory
AssetCategoryUtil.findByPrimaryKey
(long categoryId) Returns the asset category with the primary key or throws aNoSuchCategoryException
if it could not be found.AssetCategoryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C_PrevAndNext
(long categoryId, String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory[]
AssetCategoryUtil.findByUuid_C_PrevAndNext
(long categoryId, String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.findByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.AssetCategoryPersistence.findByUUID_G
(String uuid, long groupId) Returns the asset category where uuid = ? and groupId = ? or throws aNoSuchCategoryException
if it could not be found.static AssetCategory
AssetCategoryUtil.findByUUID_G
(String uuid, long groupId) Returns the asset category where uuid = ? and groupId = ? or throws aNoSuchCategoryException
if it could not be found.AssetCategoryPersistence.findByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.findByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.AssetCategoryPersistence.findByUuid_PrevAndNext
(long categoryId, String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ?.static AssetCategory[]
AssetCategoryUtil.findByUuid_PrevAndNext
(long categoryId, String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ?.AssetCategoryPersistence.findByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId_PrevAndNext
(long categoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByVocabularyId_PrevAndNext
(long categoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.remove
(long categoryId) Removes the asset category with the primary key from the database.static AssetCategory
AssetCategoryUtil.remove
(long categoryId) Removes the asset category with the primary key from the database.AssetCategoryPersistence.removeByERC_G
(String externalReferenceCode, long groupId) Removes the asset category where externalReferenceCode = ? and groupId = ? from the database.static AssetCategory
AssetCategoryUtil.removeByERC_G
(String externalReferenceCode, long groupId) Removes the asset category where externalReferenceCode = ? and groupId = ? from the database.AssetCategoryPersistence.removeByP_N_V
(long parentCategoryId, String name, long vocabularyId) Removes the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? from the database.static AssetCategory
AssetCategoryUtil.removeByP_N_V
(long parentCategoryId, String name, long vocabularyId) Removes the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? from the database.AssetCategoryPersistence.removeByUUID_G
(String uuid, long groupId) Removes the asset category where uuid = ? and groupId = ? from the database.static AssetCategory
AssetCategoryUtil.removeByUUID_G
(String uuid, long groupId) Removes the asset category where uuid = ? and groupId = ? from the database.static AssetCategory
AssetCategoryUtil.update
(AssetCategory assetCategory) static AssetCategory
AssetCategoryUtil.update
(AssetCategory assetCategory, ServiceContext serviceContext) AssetCategoryPersistence.updateImpl
(AssetCategory assetCategory) static AssetCategory
AssetCategoryUtil.updateImpl
(AssetCategory assetCategory) Methods in com.liferay.asset.kernel.service.persistence that return types with arguments of type AssetCategoryModifier and TypeMethodDescriptionstatic Map<Serializable,
AssetCategory> AssetCategoryUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) AssetCategoryPersistence.filterFindByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds) Returns all the asset categories that the user has permission to view where groupId = any ? and name LIKE ? and vocabularyId = any ?.AssetCategoryPersistence.filterFindByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = any ? and name LIKE ? and vocabularyId = any ?.AssetCategoryPersistence.filterFindByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and name LIKE ? and vocabularyId = any ?.AssetCategoryPersistence.filterFindByG_LikeN_V
(long groupId, String name, long vocabularyId) Returns all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds) Returns all the asset categories that the user has permission to view where groupId = any ? and name LIKE ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = any ? and name LIKE ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and name LIKE ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeN_V
(long groupId, String name, long vocabularyId) Returns all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeT_V
(long groupId, String treePath, long vocabularyId) Returns all the asset categories that the user has permission to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeT_V
(long groupId, String treePath, long vocabularyId) Returns all the asset categories that the user has permission to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_P
(long groupId, long parentCategoryId) Returns all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.filterFindByG_P
(long groupId, long parentCategoryId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.filterFindByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_P
(long groupId, long parentCategoryId) Returns all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_P
(long groupId, long parentCategoryId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.filterFindByG_P_V
(long groupId, long parentCategoryId, long vocabularyId) Returns all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_P_V
(long groupId, long parentCategoryId, long vocabularyId) Returns all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_V
(long[] groupIds, long[] vocabularyIds) Returns all the asset categories that the user has permission to view where groupId = any ? and vocabularyId = any ?.AssetCategoryPersistence.filterFindByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = any ? and vocabularyId = any ?.AssetCategoryPersistence.filterFindByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and vocabularyId = any ?.AssetCategoryPersistence.filterFindByG_V
(long groupId, long vocabularyId) Returns all the asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_V
(long groupId, long vocabularyId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_V
(long[] groupIds, long[] vocabularyIds) Returns all the asset categories that the user has permission to view where groupId = any ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = any ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_V
(long groupId, long vocabularyId) Returns all the asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_V
(long groupId, long vocabularyId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByGroupId
(long groupId) Returns all the asset categories that the user has permission to view where groupId = ?.AssetCategoryPersistence.filterFindByGroupId
(long groupId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ?.AssetCategoryPersistence.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByGroupId
(long groupId) Returns all the asset categories that the user has permission to view where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByGroupId
(long groupId, int start, int end) Returns a range of all the asset categories that the user has permission to view where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?.AssetCategoryPersistence.findAll()
Returns all the asset categories.AssetCategoryPersistence.findAll
(int start, int end) Returns a range of all the asset categories.AssetCategoryPersistence.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories.AssetCategoryPersistence.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories.static List<AssetCategory>
AssetCategoryUtil.findAll()
Returns all the asset categories.static List<AssetCategory>
AssetCategoryUtil.findAll
(int start, int end) Returns a range of all the asset categories.static List<AssetCategory>
AssetCategoryUtil.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories.static List<AssetCategory>
AssetCategoryUtil.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories.AssetCategoryPersistence.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds) Returns all the asset categories where groupId = any ? and name LIKE ? and vocabularyId = any ?.AssetCategoryPersistence.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end) Returns a range of all the asset categories where groupId = any ? and name LIKE ? and vocabularyId = any ?.AssetCategoryPersistence.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and name LIKE ? and vocabularyId = any ?.AssetCategoryPersistence.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?, optionally using the finder cache.AssetCategoryPersistence.findByG_LikeN_V
(long groupId, String name, long vocabularyId) Returns all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end) Returns a range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds) Returns all the asset categories where groupId = any ? and name LIKE ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end) Returns a range of all the asset categories where groupId = any ? and name LIKE ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and name LIKE ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?, optionally using the finder cache.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long groupId, String name, long vocabularyId) Returns all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end) Returns a range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId) Returns all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end) Returns a range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId) Returns all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end) Returns a range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P
(long groupId, long parentCategoryId) Returns all the asset categories where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P
(long groupId, long parentCategoryId, int start, int end) Returns a range of all the asset categories where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P
(long groupId, long parentCategoryId) Returns all the asset categories where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P
(long groupId, long parentCategoryId, int start, int end) Returns a range of all the asset categories where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId) Returns all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end) Returns a range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId) Returns all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end) Returns a range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V
(long[] groupIds, long[] vocabularyIds) Returns all the asset categories where groupId = any ? and vocabularyId = any ?.AssetCategoryPersistence.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end) Returns a range of all the asset categories where groupId = any ? and vocabularyId = any ?.AssetCategoryPersistence.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and vocabularyId = any ?.AssetCategoryPersistence.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?, optionally using the finder cache.AssetCategoryPersistence.findByG_V
(long groupId, long vocabularyId) Returns all the asset categories where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V
(long groupId, long vocabularyId, int start, int end) Returns a range of all the asset categories where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long[] groupIds, long[] vocabularyIds) Returns all the asset categories where groupId = any ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end) Returns a range of all the asset categories where groupId = any ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?, optionally using the finder cache.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long groupId, long vocabularyId) Returns all the asset categories where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long groupId, long vocabularyId, int start, int end) Returns a range of all the asset categories where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByGroupId
(long groupId) Returns all the asset categories where groupId = ?.AssetCategoryPersistence.findByGroupId
(long groupId, int start, int end) Returns a range of all the asset categories where groupId = ?.AssetCategoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ?.AssetCategoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.findByGroupId
(long groupId) Returns all the asset categories where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.findByGroupId
(long groupId, int start, int end) Returns a range of all the asset categories where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ?.Returns all the asset categories where name = ? and vocabularyId = ?.Returns a range of all the asset categories where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.static List<AssetCategory>
Returns all the asset categories where name = ? and vocabularyId = ?.static List<AssetCategory>
Returns a range of all the asset categories where name = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.Returns all the asset categories where parentCategoryId = ? and name = ?.Returns a range of all the asset categories where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.static List<AssetCategory>
Returns all the asset categories where parentCategoryId = ? and name = ?.static List<AssetCategory>
Returns a range of all the asset categories where parentCategoryId = ? and name = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_V
(long parentCategoryId, long vocabularyId) Returns all the asset categories where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end) Returns a range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_V
(long parentCategoryId, long vocabularyId) Returns all the asset categories where parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end) Returns a range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByParentCategoryId
(long parentCategoryId) Returns all the asset categories where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId
(long parentCategoryId, int start, int end) Returns a range of all the asset categories where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByParentCategoryId
(long parentCategoryId) Returns all the asset categories where parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByParentCategoryId
(long parentCategoryId, int start, int end) Returns a range of all the asset categories where parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ?.AssetCategoryPersistence.findByUuid
(String uuid) Returns all the asset categories where uuid = ?.AssetCategoryPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the asset categories where uuid = ?.AssetCategoryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ?.AssetCategoryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid
(String uuid) Returns all the asset categories where uuid = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the asset categories where uuid = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ?.AssetCategoryPersistence.findByUuid_C
(String uuid, long companyId) Returns all the asset categories where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the asset categories where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid_C
(String uuid, long companyId) Returns all the asset categories where uuid = ? and companyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the asset categories where uuid = ? and companyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.AssetCategoryPersistence.findByVocabularyId
(long vocabularyId) Returns all the asset categories where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId
(long vocabularyId, int start, int end) Returns a range of all the asset categories where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByVocabularyId
(long vocabularyId) Returns all the asset categories where vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByVocabularyId
(long vocabularyId, int start, int end) Returns a range of all the asset categories where vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<AssetCategory>
AssetCategoryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<AssetCategory>
AssetCategoryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Methods in com.liferay.asset.kernel.service.persistence with parameters of type AssetCategoryModifier and TypeMethodDescriptionvoid
AssetCategoryPersistence.cacheResult
(AssetCategory assetCategory) Caches the asset category in the entity cache if it is enabled.static void
AssetCategoryUtil.cacheResult
(AssetCategory assetCategory) Caches the asset category in the entity cache if it is enabled.static void
AssetCategoryUtil.clearCache
(AssetCategory assetCategory) static AssetCategory
AssetCategoryUtil.update
(AssetCategory assetCategory) static AssetCategory
AssetCategoryUtil.update
(AssetCategory assetCategory, ServiceContext serviceContext) AssetCategoryPersistence.updateImpl
(AssetCategory assetCategory) static AssetCategory
AssetCategoryUtil.updateImpl
(AssetCategory assetCategory) Method parameters in com.liferay.asset.kernel.service.persistence with type arguments of type AssetCategoryModifier and TypeMethodDescriptionvoid
AssetCategoryPersistence.cacheResult
(List<AssetCategory> assetCategories) Caches the asset categories in the entity cache if it is enabled.static void
AssetCategoryUtil.cacheResult
(List<AssetCategory> assetCategories) Caches the asset categories in the entity cache if it is enabled.AssetCategoryPersistence.fetchByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.fetchByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.fetchByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.fetchByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.AssetCategoryPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.AssetCategoryPersistence.fetchByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.fetchByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.fetchByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.fetchByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.fetchByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.fetchByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.AssetCategoryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.AssetCategoryPersistence.fetchByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.fetchByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and name LIKE ? and vocabularyId = any ?.AssetCategoryPersistence.filterFindByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and name LIKE ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.filterFindByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.filterFindByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and vocabularyId = any ?.AssetCategoryPersistence.filterFindByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?.AssetCategoryPersistence.filterFindByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?.AssetCategoryPersistence.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories.AssetCategoryPersistence.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories.static List<AssetCategory>
AssetCategoryUtil.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories.static List<AssetCategory>
AssetCategoryUtil.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories.AssetCategoryPersistence.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and name LIKE ? and vocabularyId = any ?.AssetCategoryPersistence.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?, optionally using the finder cache.AssetCategoryPersistence.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and name LIKE ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?, optionally using the finder cache.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and vocabularyId = any ?.AssetCategoryPersistence.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?, optionally using the finder cache.AssetCategoryPersistence.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?, optionally using the finder cache.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ?.AssetCategoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ?.AssetCategoryPersistence.findByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.findByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.AssetCategoryPersistence.findByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.findByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.AssetCategoryPersistence.findByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ?.static AssetCategory[]
AssetCategoryUtil.findByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ?.AssetCategoryPersistence.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V_PrevAndNext
(long categoryId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByN_V_PrevAndNext
(long categoryId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.findByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.findByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N_PrevAndNext
(long categoryId, long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory[]
AssetCategoryUtil.findByP_N_PrevAndNext
(long categoryId, long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V_PrevAndNext
(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByP_V_PrevAndNext
(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId_PrevAndNext
(long categoryId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?.static AssetCategory[]
AssetCategoryUtil.findByParentCategoryId_PrevAndNext
(long categoryId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ?.AssetCategoryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ?.AssetCategoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C_PrevAndNext
(long categoryId, String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory[]
AssetCategoryUtil.findByUuid_C_PrevAndNext
(long categoryId, String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.findByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.AssetCategoryPersistence.findByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.findByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.AssetCategoryPersistence.findByUuid_PrevAndNext
(long categoryId, String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ?.static AssetCategory[]
AssetCategoryUtil.findByUuid_PrevAndNext
(long categoryId, String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ?.AssetCategoryPersistence.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId_PrevAndNext
(long categoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByVocabularyId_PrevAndNext
(long categoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AssetCategory> orderByComparator) -
Uses of AssetCategory in com.liferay.portal.kernel.security.membershippolicy
Method parameters in com.liferay.portal.kernel.security.membershippolicy with type arguments of type AssetCategoryModifier and TypeMethodDescriptionvoid
DummyOrganizationMembershipPolicy.verifyPolicy
(Organization organization, Organization oldOrganization, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes) void
DummySiteMembershipPolicy.verifyPolicy
(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsUnicodeProperties) void
OrganizationMembershipPolicy.verifyPolicy
(Organization organization, Organization oldOrganization, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes) Checks the integrity of the membership policy of the organization, with respect to the organization's new attribute values, categories, tags, and expando attributes, and performs operations necessary for the compliance of the organization and its organization roles.static void
OrganizationMembershipPolicyUtil.verifyPolicy
(Organization organization, Organization oldOrganization, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes) void
SiteMembershipPolicy.verifyPolicy
(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsUnicodeProperties) Checks the integrity of the membership policy of the site, with respect to the site's new attribute values, categories, tags, expando attributes, and type settings properties, and performs operations necessary for the compliance of the site and its site roles.