Uses of Class
com.liferay.asset.kernel.exception.NoSuchCategoryException
Packages that use NoSuchCategoryException
-
Uses of NoSuchCategoryException in com.liferay.asset.kernel.service.persistence
Methods in com.liferay.asset.kernel.service.persistence that throw NoSuchCategoryExceptionModifier and TypeMethodDescriptionAssetCategoryPersistence.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.