Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.asset.model.AssetTag

Packages that use AssetTag
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.persistence   
 

Uses of AssetTag in com.liferay.portlet.asset.model
 

Classes in com.liferay.portlet.asset.model that implement AssetTag
 class AssetTagWrapper
           This class is a wrapper for AssetTag.
 

Fields in com.liferay.portlet.asset.model with type parameters of type AssetTag
static Accessor<AssetTag,String> AssetTag.NAME_ACCESSOR
           
 

Methods in com.liferay.portlet.asset.model that return AssetTag
 AssetTag AssetTagWrapper.getWrappedAssetTag()
          Deprecated. Renamed to AssetTagWrapper.getWrappedModel()
 AssetTag AssetTagWrapper.getWrappedModel()
           
 AssetTag AssetTagWrapper.toEscapedModel()
           
 AssetTag AssetTagModel.toEscapedModel()
           
 AssetTag AssetTagWrapper.toUnescapedModel()
           
 AssetTag AssetTagModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.asset.model that return types with arguments of type AssetTag
 List<AssetTag> AssetEntryWrapper.getTags()
           
 List<AssetTag> AssetEntry.getTags()
           
 CacheModel<AssetTag> AssetTagWrapper.toCacheModel()
           
 CacheModel<AssetTag> AssetTagModel.toCacheModel()
           
 

Methods in com.liferay.portlet.asset.model with parameters of type AssetTag
 int AssetTagWrapper.compareTo(AssetTag assetTag)
           
 int AssetTagModel.compareTo(AssetTag assetTag)
           
static AssetTagSoap AssetTagSoap.toSoapModel(AssetTag model)
           
static AssetTagSoap[] AssetTagSoap.toSoapModels(AssetTag[] models)
           
static AssetTagSoap[][] AssetTagSoap.toSoapModels(AssetTag[][] models)
           
 

Method parameters in com.liferay.portlet.asset.model with type arguments of type AssetTag
static AssetTagSoap[] AssetTagSoap.toSoapModels(List<AssetTag> models)
           
 

Constructors in com.liferay.portlet.asset.model with parameters of type AssetTag
AssetTagWrapper(AssetTag assetTag)
           
 

Uses of AssetTag in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service that return AssetTag
 AssetTag AssetTagLocalService.addAssetTag(AssetTag assetTag)
          Adds the asset tag to the database.
 AssetTag AssetTagLocalServiceWrapper.addAssetTag(AssetTag assetTag)
          Adds the asset tag to the database.
static AssetTag AssetTagLocalServiceUtil.addAssetTag(AssetTag assetTag)
          Adds the asset tag to the database.
 AssetTag AssetTagLocalService.addTag(long userId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagLocalServiceWrapper.addTag(long userId, String name, String[] tagProperties, ServiceContext serviceContext)
           
static AssetTag AssetTagLocalServiceUtil.addTag(long userId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagServiceWrapper.addTag(String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagService.addTag(String name, String[] tagProperties, ServiceContext serviceContext)
           
static AssetTag AssetTagServiceUtil.addTag(String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagLocalService.createAssetTag(long tagId)
          Creates a new asset tag with the primary key.
 AssetTag AssetTagLocalServiceWrapper.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.
 AssetTag AssetTagLocalService.decrementAssetCount(long tagId, long classNameId)
           
 AssetTag AssetTagLocalServiceWrapper.decrementAssetCount(long tagId, long classNameId)
           
static AssetTag AssetTagLocalServiceUtil.decrementAssetCount(long tagId, long classNameId)
           
 AssetTag AssetTagLocalService.deleteAssetTag(AssetTag assetTag)
          Deletes the asset tag from the database.
 AssetTag AssetTagLocalServiceWrapper.deleteAssetTag(AssetTag assetTag)
          Deletes the asset tag from the database.
static AssetTag AssetTagLocalServiceUtil.deleteAssetTag(AssetTag assetTag)
          Deletes the asset tag from the database.
 AssetTag AssetTagLocalService.deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
 AssetTag AssetTagLocalServiceWrapper.deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
static AssetTag AssetTagLocalServiceUtil.deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
 AssetTag AssetTagLocalService.fetchAssetTag(long tagId)
           
 AssetTag AssetTagLocalServiceWrapper.fetchAssetTag(long tagId)
           
static AssetTag AssetTagLocalServiceUtil.fetchAssetTag(long tagId)
           
 AssetTag AssetTagLocalService.getAssetTag(long tagId)
          Returns the asset tag with the primary key.
 AssetTag AssetTagLocalServiceWrapper.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.
 AssetTag AssetTagLocalService.getTag(long tagId)
           
 AssetTag AssetTagLocalServiceWrapper.getTag(long tagId)
           
static AssetTag AssetTagLocalServiceUtil.getTag(long tagId)
           
 AssetTag AssetTagServiceWrapper.getTag(long tagId)
           
 AssetTag AssetTagService.getTag(long tagId)
           
static AssetTag AssetTagServiceUtil.getTag(long tagId)
           
 AssetTag AssetTagLocalService.getTag(long groupId, String name)
           
 AssetTag AssetTagLocalServiceWrapper.getTag(long groupId, String name)
           
static AssetTag AssetTagLocalServiceUtil.getTag(long groupId, String name)
           
 AssetTag AssetTagLocalService.incrementAssetCount(long tagId, long classNameId)
           
 AssetTag AssetTagLocalServiceWrapper.incrementAssetCount(long tagId, long classNameId)
           
static AssetTag AssetTagLocalServiceUtil.incrementAssetCount(long tagId, long classNameId)
           
 AssetTag AssetTagLocalService.updateAssetTag(AssetTag assetTag)
          Updates the asset tag in the database or adds it if it does not yet exist.
 AssetTag AssetTagLocalServiceWrapper.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.
 AssetTag AssetTagLocalService.updateAssetTag(AssetTag assetTag, boolean merge)
          Updates the asset tag in the database or adds it if it does not yet exist.
 AssetTag AssetTagLocalServiceWrapper.updateAssetTag(AssetTag assetTag, boolean merge)
          Updates the asset tag in the database or adds it if it does not yet exist.
static AssetTag AssetTagLocalServiceUtil.updateAssetTag(AssetTag assetTag, boolean merge)
          Updates the asset tag in the database or adds it if it does not yet exist.
 AssetTag AssetTagLocalService.updateTag(long userId, long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagLocalServiceWrapper.updateTag(long userId, long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
static AssetTag AssetTagLocalServiceUtil.updateTag(long userId, long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagServiceWrapper.updateTag(long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagService.updateTag(long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
static AssetTag AssetTagServiceUtil.updateTag(long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetTag
 List<AssetTag> AssetTagLocalService.getAssetEntryAssetTags(long entryId)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getAssetEntryAssetTags(long entryId)
           
static List<AssetTag> AssetTagLocalServiceUtil.getAssetEntryAssetTags(long entryId)
           
 List<AssetTag> AssetTagLocalService.getAssetEntryAssetTags(long entryId, int start, int end)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getAssetEntryAssetTags(long entryId, int start, int end)
           
static List<AssetTag> AssetTagLocalServiceUtil.getAssetEntryAssetTags(long entryId, int start, int end)
           
 List<AssetTag> AssetTagLocalService.getAssetEntryAssetTags(long entryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getAssetEntryAssetTags(long entryId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetTag> AssetTagLocalServiceUtil.getAssetEntryAssetTags(long entryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTag> AssetTagLocalService.getAssetTags(int start, int end)
          Returns a range of all the asset tags.
 List<AssetTag> AssetTagLocalServiceWrapper.getAssetTags(int start, int end)
          Returns a range of all the asset tags.
static List<AssetTag> AssetTagLocalServiceUtil.getAssetTags(int start, int end)
          Returns a range of all the asset tags.
 List<AssetTag> AssetTagLocalService.getEntryTags(long entryId)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getEntryTags(long entryId)
           
static List<AssetTag> AssetTagLocalServiceUtil.getEntryTags(long entryId)
           
 List<AssetTag> AssetTagLocalService.getGroupsTags(long[] groupIds)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getGroupsTags(long[] groupIds)
           
static List<AssetTag> AssetTagLocalServiceUtil.getGroupsTags(long[] groupIds)
           
 List<AssetTag> AssetTagServiceWrapper.getGroupsTags(long[] groupIds)
           
 List<AssetTag> AssetTagService.getGroupsTags(long[] groupIds)
           
static List<AssetTag> AssetTagServiceUtil.getGroupsTags(long[] groupIds)
           
 List<AssetTag> AssetTagLocalService.getGroupTags(long groupId)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getGroupTags(long groupId)
           
static List<AssetTag> AssetTagLocalServiceUtil.getGroupTags(long groupId)
           
 List<AssetTag> AssetTagServiceWrapper.getGroupTags(long groupId)
           
 List<AssetTag> AssetTagService.getGroupTags(long groupId)
           
static List<AssetTag> AssetTagServiceUtil.getGroupTags(long groupId)
           
 List<AssetTag> AssetTagLocalService.getGroupTags(long groupId, int start, int end)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getGroupTags(long groupId, int start, int end)
           
static List<AssetTag> AssetTagLocalServiceUtil.getGroupTags(long groupId, int start, int end)
           
 List<AssetTag> AssetTagServiceWrapper.getGroupTags(long groupId, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagService.getGroupTags(long groupId, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagServiceUtil.getGroupTags(long groupId, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagLocalService.getSocialActivityCounterOffsetTags(long groupId, String socialActivityCounterName, int startOffset, int endOffset)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getSocialActivityCounterOffsetTags(long groupId, String socialActivityCounterName, int startOffset, int endOffset)
           
static List<AssetTag> AssetTagLocalServiceUtil.getSocialActivityCounterOffsetTags(long groupId, String socialActivityCounterName, int startOffset, int endOffset)
           
 List<AssetTag> AssetTagLocalService.getSocialActivityCounterPeriodTags(long groupId, String socialActivityCounterName, int startPeriod, int endPeriod)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getSocialActivityCounterPeriodTags(long groupId, String socialActivityCounterName, int startPeriod, int endPeriod)
           
static List<AssetTag> AssetTagLocalServiceUtil.getSocialActivityCounterPeriodTags(long groupId, String socialActivityCounterName, int startPeriod, int endPeriod)
           
 List<AssetTag> AssetTagLocalService.getTags()
           
 List<AssetTag> AssetTagLocalServiceWrapper.getTags()
           
static List<AssetTag> AssetTagLocalServiceUtil.getTags()
           
 List<AssetTag> AssetTagServiceWrapper.getTags(long[] groupIds, String name, String[] tagProperties, int start, int end)
           
 List<AssetTag> AssetTagService.getTags(long[] groupIds, String name, String[] tagProperties, int start, int end)
           
static List<AssetTag> AssetTagServiceUtil.getTags(long[] groupIds, String name, String[] tagProperties, int start, int end)
           
 List<AssetTag> AssetTagLocalService.getTags(long classNameId, long classPK)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getTags(long classNameId, long classPK)
           
static List<AssetTag> AssetTagLocalServiceUtil.getTags(long classNameId, long classPK)
           
 List<AssetTag> AssetTagLocalService.getTags(long groupId, long classNameId, String name)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getTags(long groupId, long classNameId, String name)
           
static List<AssetTag> AssetTagLocalServiceUtil.getTags(long groupId, long classNameId, String name)
           
 List<AssetTag> AssetTagServiceWrapper.getTags(long groupId, long classNameId, String name)
           
 List<AssetTag> AssetTagService.getTags(long groupId, long classNameId, String name)
           
static List<AssetTag> AssetTagServiceUtil.getTags(long groupId, long classNameId, String name)
           
 List<AssetTag> AssetTagLocalService.getTags(long groupId, long classNameId, String name, int start, int end)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getTags(long groupId, long classNameId, String name, int start, int end)
           
static List<AssetTag> AssetTagLocalServiceUtil.getTags(long groupId, long classNameId, String name, int start, int end)
           
 List<AssetTag> AssetTagServiceWrapper.getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagService.getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagServiceUtil.getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagServiceWrapper.getTags(long groupId, String name, String[] tagProperties, int start, int end)
           
 List<AssetTag> AssetTagService.getTags(long groupId, String name, String[] tagProperties, int start, int end)
           
static List<AssetTag> AssetTagServiceUtil.getTags(long groupId, String name, String[] tagProperties, int start, int end)
           
 List<AssetTag> AssetTagLocalService.getTags(String className, long classPK)
           
 List<AssetTag> AssetTagLocalServiceWrapper.getTags(String className, long classPK)
           
static List<AssetTag> AssetTagLocalServiceUtil.getTags(String className, long classPK)
           
 List<AssetTag> AssetTagServiceWrapper.getTags(String className, long classPK)
           
 List<AssetTag> AssetTagService.getTags(String className, long classPK)
           
static List<AssetTag> AssetTagServiceUtil.getTags(String className, long classPK)
           
 List<AssetTag> AssetTagLocalService.search(long[] groupIds, String name, String[] tagProperties, int start, int end)
           
 List<AssetTag> AssetTagLocalServiceWrapper.search(long[] groupIds, String name, String[] tagProperties, int start, int end)
           
static List<AssetTag> AssetTagLocalServiceUtil.search(long[] groupIds, String name, String[] tagProperties, int start, int end)
           
 List<AssetTag> AssetTagLocalService.search(long groupId, String name, String[] tagProperties, int start, int end)
           
 List<AssetTag> AssetTagLocalServiceWrapper.search(long groupId, String name, String[] tagProperties, int start, int end)
           
static List<AssetTag> AssetTagLocalServiceUtil.search(long groupId, String name, String[] tagProperties, int start, int end)
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetTag
 void AssetTagLocalService.addAssetEntryAssetTag(long entryId, AssetTag assetTag)
           
 void AssetTagLocalServiceWrapper.addAssetEntryAssetTag(long entryId, AssetTag assetTag)
           
static void AssetTagLocalServiceUtil.addAssetEntryAssetTag(long entryId, AssetTag assetTag)
           
 AssetTag AssetTagLocalService.addAssetTag(AssetTag assetTag)
          Adds the asset tag to the database.
 AssetTag AssetTagLocalServiceWrapper.addAssetTag(AssetTag assetTag)
          Adds the asset tag to the database.
static AssetTag AssetTagLocalServiceUtil.addAssetTag(AssetTag assetTag)
          Adds the asset tag to the database.
 void AssetTagLocalService.addTagResources(AssetTag tag, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void AssetTagLocalServiceWrapper.addTagResources(AssetTag tag, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void AssetTagLocalServiceUtil.addTagResources(AssetTag tag, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void AssetTagLocalService.addTagResources(AssetTag tag, String[] groupPermissions, String[] guestPermissions)
           
 void AssetTagLocalServiceWrapper.addTagResources(AssetTag tag, String[] groupPermissions, String[] guestPermissions)
           
static void AssetTagLocalServiceUtil.addTagResources(AssetTag tag, String[] groupPermissions, String[] guestPermissions)
           
 void AssetTagLocalService.deleteAssetEntryAssetTag(long entryId, AssetTag assetTag)
           
 void AssetTagLocalServiceWrapper.deleteAssetEntryAssetTag(long entryId, AssetTag assetTag)
           
static void AssetTagLocalServiceUtil.deleteAssetEntryAssetTag(long entryId, AssetTag assetTag)
           
 AssetTag AssetTagLocalService.deleteAssetTag(AssetTag assetTag)
          Deletes the asset tag from the database.
 AssetTag AssetTagLocalServiceWrapper.deleteAssetTag(AssetTag assetTag)
          Deletes the asset tag from the database.
static AssetTag AssetTagLocalServiceUtil.deleteAssetTag(AssetTag assetTag)
          Deletes the asset tag from the database.
 void AssetTagLocalService.deleteTag(AssetTag tag)
           
 void AssetTagLocalServiceWrapper.deleteTag(AssetTag tag)
           
static void AssetTagLocalServiceUtil.deleteTag(AssetTag tag)
           
 AssetTag AssetTagLocalService.updateAssetTag(AssetTag assetTag)
          Updates the asset tag in the database or adds it if it does not yet exist.
 AssetTag AssetTagLocalServiceWrapper.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.
 AssetTag AssetTagLocalService.updateAssetTag(AssetTag assetTag, boolean merge)
          Updates the asset tag in the database or adds it if it does not yet exist.
 AssetTag AssetTagLocalServiceWrapper.updateAssetTag(AssetTag assetTag, boolean merge)
          Updates the asset tag in the database or adds it if it does not yet exist.
static AssetTag AssetTagLocalServiceUtil.updateAssetTag(AssetTag assetTag, boolean merge)
          Updates the asset tag in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.asset.service with type arguments of type AssetTag
 void AssetTagLocalService.addAssetEntryAssetTags(long entryId, List<AssetTag> AssetTags)
           
 void AssetTagLocalServiceWrapper.addAssetEntryAssetTags(long entryId, List<AssetTag> AssetTags)
           
static void AssetTagLocalServiceUtil.addAssetEntryAssetTags(long entryId, List<AssetTag> AssetTags)
           
 void AssetTagLocalService.deleteAssetEntryAssetTags(long entryId, List<AssetTag> AssetTags)
           
 void AssetTagLocalServiceWrapper.deleteAssetEntryAssetTags(long entryId, List<AssetTag> AssetTags)
           
static void AssetTagLocalServiceUtil.deleteAssetEntryAssetTags(long entryId, List<AssetTag> AssetTags)
           
 

Uses of AssetTag in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetTag
static AssetTag AssetTagUtil.create(long tagId)
          Creates a new asset tag with the primary key.
 AssetTag AssetTagPersistence.create(long tagId)
          Creates a new asset tag with the primary key.
static AssetTag AssetTagUtil.fetchByG_N(long groupId, String name)
          Returns the asset tag where groupId = ? and name = ? or returns null if it could not be found.
 AssetTag AssetTagPersistence.fetchByG_N(long groupId, String name)
          Returns the asset tag where groupId = ? and name = ? or returns null if it could not be found.
static AssetTag AssetTagUtil.fetchByG_N(long groupId, String name, boolean retrieveFromCache)
          Returns the asset tag where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 AssetTag AssetTagPersistence.fetchByG_N(long groupId, String name, boolean retrieveFromCache)
          Returns the asset tag where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static AssetTag AssetTagUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
 AssetTag AssetTagPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
static AssetTag AssetTagUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
 AssetTag AssetTagPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
static AssetTag AssetTagUtil.fetchByPrimaryKey(long tagId)
          Returns the asset tag with the primary key or returns null if it could not be found.
 AssetTag AssetTagPersistence.fetchByPrimaryKey(long tagId)
          Returns the asset tag with the primary key or returns null if it could not be found.
static AssetTag AssetTagFinderUtil.filterFindByG_N(long groupId, String name)
           
 AssetTag AssetTagFinder.filterFindByG_N(long groupId, String name)
           
static AssetTag[] AssetTagUtil.filterFindByGroupId_PrevAndNext(long tagId, long groupId, OrderByComparator orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set of asset tags that the user has permission to view where groupId = ?.
 AssetTag[] AssetTagPersistence.filterFindByGroupId_PrevAndNext(long tagId, long groupId, OrderByComparator orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set of asset tags that the user has permission to view where groupId = ?.
static AssetTag AssetTagFinderUtil.findByG_N(long groupId, String name)
           
static AssetTag AssetTagUtil.findByG_N(long groupId, String name)
          Returns the asset tag where groupId = ? and name = ? or throws a NoSuchTagException if it could not be found.
 AssetTag AssetTagFinder.findByG_N(long groupId, String name)
           
 AssetTag AssetTagPersistence.findByG_N(long groupId, String name)
          Returns the asset tag where groupId = ? and name = ? or throws a NoSuchTagException if it could not be found.
static AssetTag AssetTagUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
 AssetTag AssetTagPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
static AssetTag AssetTagUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
 AssetTag AssetTagPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
static AssetTag[] AssetTagUtil.findByGroupId_PrevAndNext(long tagId, long groupId, OrderByComparator orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.
 AssetTag[] AssetTagPersistence.findByGroupId_PrevAndNext(long tagId, long groupId, OrderByComparator orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.
static AssetTag AssetTagUtil.findByPrimaryKey(long tagId)
          Returns the asset tag with the primary key or throws a NoSuchTagException if it could not be found.
 AssetTag AssetTagPersistence.findByPrimaryKey(long tagId)
          Returns the asset tag with the primary key or throws a NoSuchTagException if it could not be found.
static AssetTag AssetTagUtil.remove(long tagId)
          Removes the asset tag with the primary key from the database.
 AssetTag AssetTagPersistence.remove(long tagId)
          Removes the asset tag with the primary key from the database.
static AssetTag AssetTagUtil.removeByG_N(long groupId, String name)
          Removes the asset tag where groupId = ? and name = ? from the database.
 AssetTag AssetTagPersistence.removeByG_N(long groupId, String name)
          Removes the asset tag where groupId = ? and name = ? from the database.
static AssetTag AssetTagUtil.update(AssetTag assetTag, boolean merge)
           
static AssetTag AssetTagUtil.update(AssetTag assetTag, boolean merge, ServiceContext serviceContext)
           
static AssetTag AssetTagUtil.updateImpl(AssetTag assetTag, boolean merge)
           
 AssetTag AssetTagPersistence.updateImpl(AssetTag assetTag, boolean merge)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetTag
static List<AssetTag> AssetTagFinderUtil.filterFindByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagFinder.filterFindByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagFinderUtil.filterFindByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagFinder.filterFindByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagUtil.filterFindByGroupId(long groupId)
          Returns all the asset tags that the user has permission to view where groupId = ?.
 List<AssetTag> AssetTagPersistence.filterFindByGroupId(long groupId)
          Returns all the asset tags that the user has permission to view where groupId = ?.
static List<AssetTag> AssetTagUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the asset tags that the user has permission to view where groupId = ?.
 List<AssetTag> AssetTagPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the asset tags that the user has permission to view where groupId = ?.
static List<AssetTag> AssetTagUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?.
 List<AssetTag> AssetTagPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?.
static List<AssetTag> AssetTagUtil.findAll()
          Returns all the asset tags.
 List<AssetTag> AssetTagPersistence.findAll()
          Returns all the asset tags.
static List<AssetTag> AssetTagUtil.findAll(int start, int end)
          Returns a range of all the asset tags.
 List<AssetTag> AssetTagPersistence.findAll(int start, int end)
          Returns a range of all the asset tags.
static List<AssetTag> AssetTagUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags.
 List<AssetTag> AssetTagPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags.
static List<AssetTag> AssetTagFinderUtil.findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagFinder.findByG_C_N(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagFinderUtil.findByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
 List<AssetTag> AssetTagFinder.findByG_N_P(long[] groupIds, String name, String[] tagProperties, int start, int end, OrderByComparator obc)
           
static List<AssetTag> AssetTagFinderUtil.findByG_N_S_E(long groupId, String name, int startPeriod, int endPeriod, int periodLength)
           
 List<AssetTag> AssetTagFinder.findByG_N_S_E(long groupId, String name, int startPeriod, int endPeriod, int periodLength)
           
static List<AssetTag> AssetTagUtil.findByGroupId(long groupId)
          Returns all the asset tags where groupId = ?.
 List<AssetTag> AssetTagPersistence.findByGroupId(long groupId)
          Returns all the asset tags where groupId = ?.
static List<AssetTag> AssetTagUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the asset tags where groupId = ?.
 List<AssetTag> AssetTagPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the asset tags where groupId = ?.
static List<AssetTag> AssetTagUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags where groupId = ?.
 List<AssetTag> AssetTagPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags where groupId = ?.
static List<AssetTag> AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AssetTag> AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AssetTag> AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetTag> AssetEntryPersistence.getAssetTags(long pk)
          Returns all the asset tags associated with the asset entry.
static List<AssetTag> AssetEntryUtil.getAssetTags(long pk)
          Returns all the asset tags associated with the asset entry.
 List<AssetTag> AssetEntryPersistence.getAssetTags(long pk, int start, int end)
          Returns a range of all the asset tags associated with the asset entry.
static List<AssetTag> AssetEntryUtil.getAssetTags(long pk, int start, int end)
          Returns a range of all the asset tags associated with the asset entry.
 List<AssetTag> AssetEntryPersistence.getAssetTags(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags associated with the asset entry.
static List<AssetTag> AssetEntryUtil.getAssetTags(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset tags associated with the asset entry.
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetTag
 void AssetEntryPersistence.addAssetTag(long pk, AssetTag assetTag)
          Adds an association between the asset entry and the asset tag.
static void AssetEntryUtil.addAssetTag(long pk, AssetTag assetTag)
          Adds an association between the asset entry and the asset tag.
static void AssetTagUtil.cacheResult(AssetTag assetTag)
          Caches the asset tag in the entity cache if it is enabled.
 void AssetTagPersistence.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 AssetTagUtil.update(AssetTag assetTag, boolean merge)
           
static AssetTag AssetTagUtil.update(AssetTag assetTag, boolean merge, ServiceContext serviceContext)
           
static AssetTag AssetTagUtil.updateImpl(AssetTag assetTag, boolean merge)
           
 AssetTag AssetTagPersistence.updateImpl(AssetTag assetTag, boolean merge)
           
 

Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetTag
 void AssetEntryPersistence.addAssetTags(long pk, List<AssetTag> assetTags)
          Adds an association between the asset entry and the asset tags.
static void AssetEntryUtil.addAssetTags(long pk, List<AssetTag> assetTags)
          Adds an association between the asset entry and the asset tags.
static void AssetTagUtil.cacheResult(List<AssetTag> assetTags)
          Caches the asset tags in the entity cache if it is enabled.
 void AssetTagPersistence.cacheResult(List<AssetTag> assetTags)
          Caches the asset tags in the entity cache if it is enabled.
 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.
 


Liferay 6.1.2-ce-ga3