Uses of Interface
com.liferay.asset.kernel.model.AssetTag
Packages that use AssetTag
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of AssetTag in com.liferay.asset.kernel.model
Classes in com.liferay.asset.kernel.model that implement AssetTagFields in com.liferay.asset.kernel.model with type parameters of type AssetTagMethods in com.liferay.asset.kernel.model that return AssetTagModifier and TypeMethodDescriptionAssetTagModel.cloneWithOriginalValues()
AssetTagWrapper.cloneWithOriginalValues()
Methods in com.liferay.asset.kernel.model that return types with arguments of type AssetTagModifier and TypeMethodDescriptionAssetTagWrapper.getAttributeGetterFunctions()
AssetTagWrapper.getAttributeSetterBiConsumers()
AssetEntry.getTags()
AssetEntryWrapper.getTags()
AssetTagDisplay.getTags()
Methods in com.liferay.asset.kernel.model with parameters of type AssetTagMethod parameters in com.liferay.asset.kernel.model with type arguments of type AssetTagConstructors in com.liferay.asset.kernel.model with parameters of type AssetTagConstructor parameters in com.liferay.asset.kernel.model with type arguments of type AssetTagModifierConstructorDescriptionAssetTagDisplay
(List<AssetTag> tags, int total, int start, int end) -
Uses of AssetTag in com.liferay.asset.kernel.service
Methods in com.liferay.asset.kernel.service that return AssetTagModifier and TypeMethodDescriptionAssetTagLocalService.addAssetTag
(AssetTag assetTag) Adds the asset tag to the database.static AssetTag
AssetTagLocalServiceUtil.addAssetTag
(AssetTag assetTag) Adds the asset tag to the database.AssetTagLocalServiceWrapper.addAssetTag
(AssetTag assetTag) Adds the asset tag to the database.AssetTagLocalService.addTag
(String externalReferenceCode, long userId, long groupId, String name, ServiceContext serviceContext) Adds an asset tag.static AssetTag
AssetTagLocalServiceUtil.addTag
(String externalReferenceCode, long userId, long groupId, String name, ServiceContext serviceContext) Adds an asset tag.AssetTagLocalServiceWrapper.addTag
(String externalReferenceCode, long userId, long groupId, String name, ServiceContext serviceContext) Adds an asset tag.AssetTagService.addTag
(String externalReferenceCode, long groupId, String name, ServiceContext serviceContext) static AssetTag
AssetTagServiceUtil.addTag
(String externalReferenceCode, long groupId, String name, ServiceContext serviceContext) AssetTagServiceWrapper.addTag
(String externalReferenceCode, long groupId, String name, ServiceContext serviceContext) AssetTagLocalService.createAssetTag
(long tagId) Creates a new asset tag with the primary key.static AssetTag
AssetTagLocalServiceUtil.createAssetTag
(long tagId) Creates a new asset tag with the primary key.AssetTagLocalServiceWrapper.createAssetTag
(long tagId) Creates a new asset tag with the primary key.AssetTagLocalService.decrementAssetCount
(long tagId, long classNameId) Decrements the number of assets to which the asset tag has been applied.static AssetTag
AssetTagLocalServiceUtil.decrementAssetCount
(long tagId, long classNameId) Decrements the number of assets to which the asset tag has been applied.AssetTagLocalServiceWrapper.decrementAssetCount
(long tagId, long classNameId) Decrements the number of assets to which the asset tag has been applied.AssetTagLocalService.deleteAssetTag
(long tagId) Deletes the asset tag with the primary key from the database.AssetTagLocalService.deleteAssetTag
(AssetTag assetTag) Deletes the asset tag from the database.static AssetTag
AssetTagLocalServiceUtil.deleteAssetTag
(long tagId) Deletes the asset tag with the primary key from the database.static AssetTag
AssetTagLocalServiceUtil.deleteAssetTag
(AssetTag assetTag) Deletes the asset tag from the database.AssetTagLocalServiceWrapper.deleteAssetTag
(long tagId) Deletes the asset tag with the primary key from the database.AssetTagLocalServiceWrapper.deleteAssetTag
(AssetTag assetTag) Deletes the asset tag from the database.AssetTagLocalService.fetchAssetTag
(long tagId) static AssetTag
AssetTagLocalServiceUtil.fetchAssetTag
(long tagId) AssetTagLocalServiceWrapper.fetchAssetTag
(long tagId) AssetTagLocalService.fetchAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) static AssetTag
AssetTagLocalServiceUtil.fetchAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagLocalServiceWrapper.fetchAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagService.fetchAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) static AssetTag
AssetTagServiceUtil.fetchAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagServiceWrapper.fetchAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagLocalService.fetchAssetTagByUuidAndGroupId
(String uuid, long groupId) Returns the asset tag matching the UUID and group.static AssetTag
AssetTagLocalServiceUtil.fetchAssetTagByUuidAndGroupId
(String uuid, long groupId) Returns the asset tag matching the UUID and group.AssetTagLocalServiceWrapper.fetchAssetTagByUuidAndGroupId
(String uuid, long groupId) Returns the asset tag matching the UUID and group.Returns the asset tag with the name in the group.static AssetTag
Returns the asset tag with the name in the group.Returns the asset tag with the name in the group.AssetTagLocalService.getAssetTag
(long tagId) Returns the asset tag with the primary key.static AssetTag
AssetTagLocalServiceUtil.getAssetTag
(long tagId) Returns the asset tag with the primary key.AssetTagLocalServiceWrapper.getAssetTag
(long tagId) Returns the asset tag with the primary key.AssetTagLocalService.getAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) static AssetTag
AssetTagLocalServiceUtil.getAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagLocalServiceWrapper.getAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagService.getAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) static AssetTag
AssetTagServiceUtil.getAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagServiceWrapper.getAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagLocalService.getAssetTagByUuidAndGroupId
(String uuid, long groupId) Returns the asset tag matching the UUID and group.static AssetTag
AssetTagLocalServiceUtil.getAssetTagByUuidAndGroupId
(String uuid, long groupId) Returns the asset tag matching the UUID and group.AssetTagLocalServiceWrapper.getAssetTagByUuidAndGroupId
(String uuid, long groupId) Returns the asset tag matching the UUID and group.AssetTagLocalService.getTag
(long tagId) Returns the asset tag with the primary key.Returns the asset tag with the name in the group.static AssetTag
AssetTagLocalServiceUtil.getTag
(long tagId) Returns the asset tag with the primary key.static AssetTag
Returns the asset tag with the name in the group.AssetTagLocalServiceWrapper.getTag
(long tagId) Returns the asset tag with the primary key.Returns the asset tag with the name in the group.AssetTagService.getTag
(long tagId) static AssetTag
AssetTagServiceUtil.getTag
(long tagId) AssetTagServiceWrapper.getTag
(long tagId) AssetTagLocalService.incrementAssetCount
(long tagId, long classNameId) Increments the number of assets to which the asset tag has been applied.static AssetTag
AssetTagLocalServiceUtil.incrementAssetCount
(long tagId, long classNameId) Increments the number of assets to which the asset tag has been applied.AssetTagLocalServiceWrapper.incrementAssetCount
(long tagId, long classNameId) Increments the number of assets to which the asset tag has been applied.AssetTagLocalService.updateAssetTag
(AssetTag assetTag) Updates the asset tag in the database or adds it if it does not yet exist.static AssetTag
AssetTagLocalServiceUtil.updateAssetTag
(AssetTag assetTag) Updates the asset tag in the database or adds it if it does not yet exist.AssetTagLocalServiceWrapper.updateAssetTag
(AssetTag assetTag) Updates the asset tag in the database or adds it if it does not yet exist.AssetTagLocalService.updateTag
(String externalReferenceCode, long userId, long tagId, String name, ServiceContext serviceContext) static AssetTag
AssetTagLocalServiceUtil.updateTag
(String externalReferenceCode, long userId, long tagId, String name, ServiceContext serviceContext) AssetTagLocalServiceWrapper.updateTag
(String externalReferenceCode, long userId, long tagId, String name, ServiceContext serviceContext) AssetTagService.updateTag
(String externalReferenceCode, long tagId, String name, ServiceContext serviceContext) static AssetTag
AssetTagServiceUtil.updateTag
(String externalReferenceCode, long tagId, String name, ServiceContext serviceContext) AssetTagServiceWrapper.updateTag
(String externalReferenceCode, long tagId, String name, ServiceContext serviceContext) Methods in com.liferay.asset.kernel.service that return types with arguments of type AssetTagModifier and TypeMethodDescriptionReturns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.AssetTagLocalService.getAssetEntryAssetTags
(long entryId) AssetTagLocalService.getAssetEntryAssetTags
(long entryId, int start, int end) AssetTagLocalService.getAssetEntryAssetTags
(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagLocalServiceUtil.getAssetEntryAssetTags
(long entryId) AssetTagLocalServiceUtil.getAssetEntryAssetTags
(long entryId, int start, int end) AssetTagLocalServiceUtil.getAssetEntryAssetTags
(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagLocalServiceWrapper.getAssetEntryAssetTags
(long entryId) AssetTagLocalServiceWrapper.getAssetEntryAssetTags
(long entryId, int start, int end) AssetTagLocalServiceWrapper.getAssetEntryAssetTags
(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagLocalService.getAssetTags
(int start, int end) Returns a range of all the asset tags.AssetTagLocalServiceUtil.getAssetTags
(int start, int end) Returns a range of all the asset tags.AssetTagLocalServiceWrapper.getAssetTags
(int start, int end) Returns a range of all the asset tags.AssetTagLocalService.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId) Returns all the asset tags matching the UUID and company.AssetTagLocalService.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of asset tags matching the UUID and company.AssetTagLocalServiceUtil.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId) Returns all the asset tags matching the UUID and company.AssetTagLocalServiceUtil.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of asset tags matching the UUID and company.AssetTagLocalServiceWrapper.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId) Returns all the asset tags matching the UUID and company.AssetTagLocalServiceWrapper.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of asset tags matching the UUID and company.AssetTagLocalService.getCTPersistence()
AssetTagLocalServiceWrapper.getCTPersistence()
AssetTagLocalService.getEntryTags
(long entryId) Returns the asset tags of the asset entry.AssetTagLocalServiceUtil.getEntryTags
(long entryId) Returns the asset tags of the asset entry.AssetTagLocalServiceWrapper.getEntryTags
(long entryId) Returns the asset tags of the asset entry.AssetTagLocalService.getGroupsTags
(long[] groupIds) Returns the asset tags in the groups.AssetTagLocalServiceUtil.getGroupsTags
(long[] groupIds) Returns the asset tags in the groups.AssetTagLocalServiceWrapper.getGroupsTags
(long[] groupIds) Returns the asset tags in the groups.AssetTagService.getGroupsTags
(long[] groupIds) AssetTagServiceUtil.getGroupsTags
(long[] groupIds) AssetTagServiceWrapper.getGroupsTags
(long[] groupIds) AssetTagLocalService.getGroupTags
(long groupId) Returns the asset tags in the group.AssetTagLocalService.getGroupTags
(long groupId, int start, int end) Returns a range of all the asset tags in the group.AssetTagLocalService.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of all the asset tags in the group.AssetTagLocalServiceUtil.getGroupTags
(long groupId) Returns the asset tags in the group.AssetTagLocalServiceUtil.getGroupTags
(long groupId, int start, int end) Returns a range of all the asset tags in the group.AssetTagLocalServiceUtil.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of all the asset tags in the group.AssetTagLocalServiceWrapper.getGroupTags
(long groupId) Returns the asset tags in the group.AssetTagLocalServiceWrapper.getGroupTags
(long groupId, int start, int end) Returns a range of all the asset tags in the group.AssetTagLocalServiceWrapper.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of all the asset tags in the group.AssetTagService.getGroupTags
(long groupId) AssetTagService.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getGroupTags
(long groupId) AssetTagServiceUtil.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getGroupTags
(long groupId) AssetTagServiceWrapper.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagLocalService.getModelClass()
AssetTagLocalServiceWrapper.getModelClass()
AssetTagLocalService.getTags()
Returns all the asset tags.AssetTagLocalService.getTags
(long classNameId, long classPK) Returns the asset tags of the entity.Returns the asset tags of the entity.AssetTagLocalServiceUtil.getTags()
Returns all the asset tags.AssetTagLocalServiceUtil.getTags
(long classNameId, long classPK) Returns the asset tags of the entity.Returns the asset tags of the entity.AssetTagLocalServiceWrapper.getTags()
Returns all the asset tags.AssetTagLocalServiceWrapper.getTags
(long classNameId, long classPK) Returns the asset tags of the entity.AssetTagLocalServiceWrapper.getTags
(long groupId, long classNameId, String name, int start, int end) Returns the asset tags of the entity.AssetTagService.getTags
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagService.getTags
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagService.getTags
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getTags
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getTags
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getTags
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getTags
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getTags
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getTags
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags in the groups whose names match the pattern.Returns the asset tags in the group whose names match the pattern.Returns the asset tags in the groups whose names match the pattern.Returns the asset tags in the group whose names match the pattern.Returns the asset tags in the groups whose names match the pattern.Returns the asset tags in the group whose names match the pattern.AssetTagLocalService.searchTags
(long[] groupIds, String name, int start, int end, Sort sort) static BaseModelSearchResult<AssetTag>
AssetTagLocalServiceUtil.searchTags
(long[] groupIds, String name, int start, int end, Sort sort) AssetTagLocalServiceWrapper.searchTags
(long[] groupIds, String name, int start, int end, Sort sort) Methods in com.liferay.asset.kernel.service with parameters of type AssetTagModifier and TypeMethodDescriptionboolean
AssetTagLocalService.addAssetEntryAssetTag
(long entryId, AssetTag assetTag) static boolean
AssetTagLocalServiceUtil.addAssetEntryAssetTag
(long entryId, AssetTag assetTag) boolean
AssetTagLocalServiceWrapper.addAssetEntryAssetTag
(long entryId, AssetTag assetTag) AssetTagLocalService.addAssetTag
(AssetTag assetTag) Adds the asset tag to the database.static AssetTag
AssetTagLocalServiceUtil.addAssetTag
(AssetTag assetTag) Adds the asset tag to the database.AssetTagLocalServiceWrapper.addAssetTag
(AssetTag assetTag) Adds the asset tag to the database.void
AssetTagLocalService.deleteAssetEntryAssetTag
(long entryId, AssetTag assetTag) static void
AssetTagLocalServiceUtil.deleteAssetEntryAssetTag
(long entryId, AssetTag assetTag) void
AssetTagLocalServiceWrapper.deleteAssetEntryAssetTag
(long entryId, AssetTag assetTag) AssetTagLocalService.deleteAssetTag
(AssetTag assetTag) Deletes the asset tag from the database.static AssetTag
AssetTagLocalServiceUtil.deleteAssetTag
(AssetTag assetTag) Deletes the asset tag from the database.AssetTagLocalServiceWrapper.deleteAssetTag
(AssetTag assetTag) Deletes the asset tag from the database.void
Deletes the asset tag.static void
Deletes the asset tag.void
Deletes the asset tag.AssetTagLocalService.updateAssetTag
(AssetTag assetTag) Updates the asset tag in the database or adds it if it does not yet exist.static AssetTag
AssetTagLocalServiceUtil.updateAssetTag
(AssetTag assetTag) Updates the asset tag in the database or adds it if it does not yet exist.AssetTagLocalServiceWrapper.updateAssetTag
(AssetTag assetTag) Updates the asset tag 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 AssetTagModifier and TypeMethodDescriptionboolean
AssetTagLocalService.addAssetEntryAssetTags
(long entryId, List<AssetTag> assetTags) static boolean
AssetTagLocalServiceUtil.addAssetEntryAssetTags
(long entryId, List<AssetTag> assetTags) boolean
AssetTagLocalServiceWrapper.addAssetEntryAssetTags
(long entryId, List<AssetTag> assetTags) void
AssetTagLocalService.deleteAssetEntryAssetTags
(long entryId, List<AssetTag> assetTags) static void
AssetTagLocalServiceUtil.deleteAssetEntryAssetTags
(long entryId, List<AssetTag> assetTags) void
AssetTagLocalServiceWrapper.deleteAssetEntryAssetTags
(long entryId, List<AssetTag> assetTags) AssetTagLocalService.getAssetEntryAssetTags
(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagLocalServiceUtil.getAssetEntryAssetTags
(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagLocalServiceWrapper.getAssetEntryAssetTags
(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagLocalService.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of asset tags matching the UUID and company.AssetTagLocalServiceUtil.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of asset tags matching the UUID and company.AssetTagLocalServiceWrapper.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of asset tags matching the UUID and company.AssetTagLocalService.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of all the asset tags in the group.AssetTagLocalServiceUtil.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of all the asset tags in the group.AssetTagLocalServiceWrapper.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of all the asset tags in the group.AssetTagService.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagService.getTags
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagService.getTags
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagService.getTags
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getTags
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getTags
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getTags
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getTags
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getTags
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getTags
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) <R,
E extends Throwable>
RAssetTagLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetTag>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RAssetTagLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetTag>, R, E> updateUnsafeFunction) -
Uses of AssetTag in com.liferay.asset.kernel.service.persistence
Methods in com.liferay.asset.kernel.service.persistence that return AssetTagModifier and TypeMethodDescriptionAssetTagPersistence.create
(long tagId) Creates a new asset tag with the primary key.static AssetTag
AssetTagUtil.create
(long tagId) Creates a new asset tag with the primary key.AssetTagPersistence.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the asset tag where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.AssetTagPersistence.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the asset tag where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static AssetTag
AssetTagUtil.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the asset tag where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static AssetTag
AssetTagUtil.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the asset tag where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.AssetTagPersistence.fetchByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.fetchByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.fetchByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.fetchByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.fetchByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.AssetTagPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.AssetTagPersistence.fetchByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.fetchByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.AssetTagPersistence.fetchByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.fetchByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.AssetTagPersistence.fetchByPrimaryKey
(long tagId) Returns the asset tag with the primary key or returnsnull
if it could not be found.static AssetTag
AssetTagUtil.fetchByPrimaryKey
(long tagId) Returns the asset tag with the primary key or returnsnull
if it could not be found.AssetTagPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.fetchByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.fetchByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.AssetTagPersistence.fetchByUUID_G
(String uuid, long groupId) Returns the asset tag where uuid = ? and groupId = ? or returnsnull
if it could not be found.AssetTagPersistence.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the asset tag where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static AssetTag
AssetTagUtil.fetchByUUID_G
(String uuid, long groupId) Returns the asset tag where uuid = ? and groupId = ? or returnsnull
if it could not be found.static AssetTag
AssetTagUtil.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the asset tag where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.AssetTagPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.fetchByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.AssetTagPersistence.findByERC_G
(String externalReferenceCode, long groupId) Returns the asset tag where externalReferenceCode = ? and groupId = ? or throws aNoSuchTagException
if it could not be found.static AssetTag
AssetTagUtil.findByERC_G
(String externalReferenceCode, long groupId) Returns the asset tag where externalReferenceCode = ? and groupId = ? or throws aNoSuchTagException
if it could not be found.AssetTagPersistence.findByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.findByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.findByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.findByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTag[]
AssetTagPersistence.findByG_LikeN_PrevAndNext
(long tagId, long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag[]
AssetTagUtil.findByG_LikeN_PrevAndNext
(long tagId, long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.findByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.findByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.AssetTagPersistence.findByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.findByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.AssetTag[]
AssetTagPersistence.findByGroupId_PrevAndNext
(long tagId, long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.static AssetTag[]
AssetTagUtil.findByGroupId_PrevAndNext
(long tagId, long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.AssetTagPersistence.findByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.findByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.AssetTagPersistence.findByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.findByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.AssetTag[]
AssetTagPersistence.findByName_PrevAndNext
(long tagId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where name = ?.static AssetTag[]
AssetTagUtil.findByName_PrevAndNext
(long tagId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where name = ?.AssetTagPersistence.findByPrimaryKey
(long tagId) Returns the asset tag with the primary key or throws aNoSuchTagException
if it could not be found.static AssetTag
AssetTagUtil.findByPrimaryKey
(long tagId) Returns the asset tag with the primary key or throws aNoSuchTagException
if it could not be found.AssetTagPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.AssetTag[]
AssetTagPersistence.findByUuid_C_PrevAndNext
(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag[]
AssetTagUtil.findByUuid_C_PrevAndNext
(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.findByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.AssetTagPersistence.findByUUID_G
(String uuid, long groupId) Returns the asset tag where uuid = ? and groupId = ? or throws aNoSuchTagException
if it could not be found.static AssetTag
AssetTagUtil.findByUUID_G
(String uuid, long groupId) Returns the asset tag where uuid = ? and groupId = ? or throws aNoSuchTagException
if it could not be found.AssetTagPersistence.findByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.findByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.AssetTag[]
AssetTagPersistence.findByUuid_PrevAndNext
(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.static AssetTag[]
AssetTagUtil.findByUuid_PrevAndNext
(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.AssetTagPersistence.remove
(long tagId) Removes the asset tag with the primary key from the database.static AssetTag
AssetTagUtil.remove
(long tagId) Removes the asset tag with the primary key from the database.AssetTagPersistence.removeByERC_G
(String externalReferenceCode, long groupId) Removes the asset tag where externalReferenceCode = ? and groupId = ? from the database.static AssetTag
AssetTagUtil.removeByERC_G
(String externalReferenceCode, long groupId) Removes the asset tag where externalReferenceCode = ? and groupId = ? from the database.AssetTagPersistence.removeByUUID_G
(String uuid, long groupId) Removes the asset tag where uuid = ? and groupId = ? from the database.static AssetTag
AssetTagUtil.removeByUUID_G
(String uuid, long groupId) Removes the asset tag where uuid = ? and groupId = ? from the database.static AssetTag
static AssetTag
AssetTagUtil.update
(AssetTag assetTag, ServiceContext serviceContext) AssetTagPersistence.updateImpl
(AssetTag assetTag) static AssetTag
AssetTagUtil.updateImpl
(AssetTag assetTag) Methods in com.liferay.asset.kernel.service.persistence that return types with arguments of type AssetTagModifier and TypeMethodDescriptionstatic Map<Serializable,
AssetTag> AssetTagUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) AssetTagPersistence.findAll()
Returns all the asset tags.AssetTagPersistence.findAll
(int start, int end) Returns a range of all the asset tags.AssetTagPersistence.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags.AssetTagPersistence.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags.AssetTagUtil.findAll()
Returns all the asset tags.AssetTagUtil.findAll
(int start, int end) Returns a range of all the asset tags.AssetTagUtil.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags.AssetTagUtil.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags.AssetTagFinder.findByG_C_N
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagFinderUtil.findByG_C_N
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagPersistence.findByG_LikeN
(long[] groupIds, String name) Returns all the asset tags where groupId = any ? and name LIKE ?.AssetTagPersistence.findByG_LikeN
(long[] groupIds, String name, int start, int end) Returns a range of all the asset tags where groupId = any ? and name LIKE ?.AssetTagPersistence.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ? and name LIKE ?.AssetTagPersistence.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache.AssetTagPersistence.findByG_LikeN
(long groupId, String name) Returns all the asset tags where groupId = ? and name LIKE ?.AssetTagPersistence.findByG_LikeN
(long groupId, String name, int start, int end) Returns a range of all the asset tags where groupId = ? and name LIKE ?.AssetTagPersistence.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetTagPersistence.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long[] groupIds, String name) Returns all the asset tags where groupId = any ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long[] groupIds, String name, int start, int end) Returns a range of all the asset tags where groupId = any ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache.AssetTagUtil.findByG_LikeN
(long groupId, String name) Returns all the asset tags where groupId = ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long groupId, String name, int start, int end) Returns a range of all the asset tags where groupId = ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetTagPersistence.findByGroupId
(long groupId) Returns all the asset tags where groupId = ?.AssetTagPersistence.findByGroupId
(long[] groupIds) Returns all the asset tags where groupId = any ?.AssetTagPersistence.findByGroupId
(long[] groupIds, int start, int end) Returns a range of all the asset tags where groupId = any ?.AssetTagPersistence.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ?.AssetTagPersistence.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache.AssetTagPersistence.findByGroupId
(long groupId, int start, int end) Returns a range of all the asset tags where groupId = ?.AssetTagPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ?.AssetTagPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?.AssetTagUtil.findByGroupId
(long groupId) Returns all the asset tags where groupId = ?.AssetTagUtil.findByGroupId
(long[] groupIds) Returns all the asset tags where groupId = any ?.AssetTagUtil.findByGroupId
(long[] groupIds, int start, int end) Returns a range of all the asset tags where groupId = any ?.AssetTagUtil.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ?.AssetTagUtil.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache.AssetTagUtil.findByGroupId
(long groupId, int start, int end) Returns a range of all the asset tags where groupId = ?.AssetTagUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ?.AssetTagUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?.AssetTagPersistence.findByName
(String name) Returns all the asset tags where name = ?.AssetTagPersistence.findByName
(String[] names) Returns all the asset tags where name = any ?.AssetTagPersistence.findByName
(String[] names, int start, int end) Returns a range of all the asset tags where name = any ?.AssetTagPersistence.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = any ?.AssetTagPersistence.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?, optionally using the finder cache.AssetTagPersistence.findByName
(String name, int start, int end) Returns a range of all the asset tags where name = ?.AssetTagPersistence.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = ?.AssetTagPersistence.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?.AssetTagUtil.findByName
(String name) Returns all the asset tags where name = ?.AssetTagUtil.findByName
(String[] names) Returns all the asset tags where name = any ?.AssetTagUtil.findByName
(String[] names, int start, int end) Returns a range of all the asset tags where name = any ?.AssetTagUtil.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = any ?.AssetTagUtil.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?, optionally using the finder cache.AssetTagUtil.findByName
(String name, int start, int end) Returns a range of all the asset tags where name = ?.AssetTagUtil.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = ?.AssetTagUtil.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?.AssetTagPersistence.findByUuid
(String uuid) Returns all the asset tags where uuid = ?.AssetTagPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the asset tags where uuid = ?.AssetTagPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ?.AssetTagPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ?.AssetTagUtil.findByUuid
(String uuid) Returns all the asset tags where uuid = ?.AssetTagUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the asset tags where uuid = ?.AssetTagUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ?.AssetTagUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ?.AssetTagPersistence.findByUuid_C
(String uuid, long companyId) Returns all the asset tags where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the asset tags where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetTagUtil.findByUuid_C
(String uuid, long companyId) Returns all the asset tags where uuid = ? and companyId = ?.AssetTagUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the asset tags where uuid = ? and companyId = ?.AssetTagUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetTagUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetTagUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) AssetTagUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) AssetTagUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetEntryPersistence.getAssetTags
(long pk) Returns all the asset tags associated with the asset entry.AssetEntryPersistence.getAssetTags
(long pk, int start, int end) Returns a range of all the asset tags associated with the asset entry.AssetEntryPersistence.getAssetTags
(long pk, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags associated with the asset entry.AssetEntryUtil.getAssetTags
(long pk) Returns all the asset tags associated with the asset entry.AssetEntryUtil.getAssetTags
(long pk, int start, int end) Returns a range of all the asset tags associated with the asset entry.AssetEntryUtil.getAssetTags
(long pk, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags associated with the asset entry.Methods in com.liferay.asset.kernel.service.persistence with parameters of type AssetTagModifier and TypeMethodDescriptionboolean
AssetEntryPersistence.addAssetTag
(long pk, AssetTag assetTag) Adds an association between the asset entry and the asset tag.static boolean
AssetEntryUtil.addAssetTag
(long pk, AssetTag assetTag) Adds an association between the asset entry and the asset tag.void
AssetTagPersistence.cacheResult
(AssetTag assetTag) Caches the asset tag in the entity cache if it is enabled.static void
AssetTagUtil.cacheResult
(AssetTag assetTag) Caches the asset tag in the entity cache if it is enabled.static void
AssetTagUtil.clearCache
(AssetTag assetTag) void
AssetEntryPersistence.removeAssetTag
(long pk, AssetTag assetTag) Removes the association between the asset entry and the asset tag.static void
AssetEntryUtil.removeAssetTag
(long pk, AssetTag assetTag) Removes the association between the asset entry and the asset tag.static AssetTag
static AssetTag
AssetTagUtil.update
(AssetTag assetTag, ServiceContext serviceContext) AssetTagPersistence.updateImpl
(AssetTag assetTag) static AssetTag
AssetTagUtil.updateImpl
(AssetTag assetTag) Method parameters in com.liferay.asset.kernel.service.persistence with type arguments of type AssetTagModifier and TypeMethodDescriptionboolean
AssetEntryPersistence.addAssetTags
(long pk, List<AssetTag> assetTags) Adds an association between the asset entry and the asset tags.static boolean
AssetEntryUtil.addAssetTags
(long pk, List<AssetTag> assetTags) Adds an association between the asset entry and the asset tags.void
AssetTagPersistence.cacheResult
(List<AssetTag> assetTags) Caches the asset tags in the entity cache if it is enabled.static void
AssetTagUtil.cacheResult
(List<AssetTag> assetTags) Caches the asset tags in the entity cache if it is enabled.AssetTagPersistence.fetchByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.fetchByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.fetchByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.fetchByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.fetchByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.AssetTagPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.AssetTagPersistence.fetchByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.fetchByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.AssetTagPersistence.fetchByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.fetchByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.AssetTagPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.fetchByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.fetchByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.AssetTagPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.fetchByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.AssetTagPersistence.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags.AssetTagPersistence.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags.AssetTagUtil.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags.AssetTagUtil.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags.AssetTagFinder.findByG_C_N
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagFinderUtil.findByG_C_N
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagPersistence.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ? and name LIKE ?.AssetTagPersistence.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache.AssetTagPersistence.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetTagPersistence.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache.AssetTagUtil.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetTagPersistence.findByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.findByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.findByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.findByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTag[]
AssetTagPersistence.findByG_LikeN_PrevAndNext
(long tagId, long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag[]
AssetTagUtil.findByG_LikeN_PrevAndNext
(long tagId, long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ?.AssetTagPersistence.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache.AssetTagPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ?.AssetTagPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?.AssetTagUtil.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ?.AssetTagUtil.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache.AssetTagUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ?.AssetTagUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?.AssetTagPersistence.findByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.findByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.AssetTagPersistence.findByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.findByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.AssetTag[]
AssetTagPersistence.findByGroupId_PrevAndNext
(long tagId, long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.static AssetTag[]
AssetTagUtil.findByGroupId_PrevAndNext
(long tagId, long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.AssetTagPersistence.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = any ?.AssetTagPersistence.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?, optionally using the finder cache.AssetTagPersistence.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = ?.AssetTagPersistence.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?.AssetTagUtil.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = any ?.AssetTagUtil.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?, optionally using the finder cache.AssetTagUtil.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = ?.AssetTagUtil.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?.AssetTagPersistence.findByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.findByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.AssetTagPersistence.findByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.findByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.AssetTag[]
AssetTagPersistence.findByName_PrevAndNext
(long tagId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where name = ?.static AssetTag[]
AssetTagUtil.findByName_PrevAndNext
(long tagId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where name = ?.AssetTagPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ?.AssetTagPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ?.AssetTagUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ?.AssetTagUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ?.AssetTagPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetTagUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetTagUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.AssetTag[]
AssetTagPersistence.findByUuid_C_PrevAndNext
(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag[]
AssetTagUtil.findByUuid_C_PrevAndNext
(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.findByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.AssetTagPersistence.findByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.findByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.AssetTag[]
AssetTagPersistence.findByUuid_PrevAndNext
(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.static AssetTag[]
AssetTagUtil.findByUuid_PrevAndNext
(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.AssetTagUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetEntryPersistence.getAssetTags
(long pk, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags associated with the asset entry.AssetEntryUtil.getAssetTags
(long pk, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags associated with the asset entry.void
AssetEntryPersistence.removeAssetTags
(long pk, List<AssetTag> assetTags) Removes the association between the asset entry and the asset tags.static void
AssetEntryUtil.removeAssetTags
(long pk, List<AssetTag> assetTags) Removes the association between the asset entry and the asset tags.void
AssetEntryPersistence.setAssetTags
(long pk, List<AssetTag> assetTags) Sets the asset tags associated with the asset entry, removing and adding associations as necessary.static void
AssetEntryUtil.setAssetTags
(long pk, List<AssetTag> assetTags) Sets the asset tags associated with the asset entry, removing and adding associations as necessary.