|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssetTag | |
|---|---|
| com.liferay.portal.lar.test | |
| com.liferay.portal.security.membershippolicy | |
| com.liferay.portlet.asset.model | |
| com.liferay.portlet.asset.model.impl | |
| com.liferay.portlet.asset.service | This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. |
| com.liferay.portlet.asset.service.base | |
| com.liferay.portlet.asset.service.http | |
| com.liferay.portlet.asset.service.impl | This package defines the asset portlet local and remote service implementations. |
| com.liferay.portlet.asset.service.permission | |
| com.liferay.portlet.asset.service.persistence | |
| com.liferay.portlet.asset.service.persistence.impl | |
| com.liferay.portlet.asset.util | |
| com.liferay.portlet.asset.util.comparator | |
| com.liferay.portlet.asset.util.test | |
| com.liferay.taglib.ui | |
| Uses of AssetTag in com.liferay.portal.lar.test |
|---|
| Methods in com.liferay.portal.lar.test that return AssetTag | |
|---|---|
AssetTag |
BaseStagedModelDataHandlerTestCase.StagedModelAssets.getAssetTag()
|
| Methods in com.liferay.portal.lar.test with parameters of type AssetTag | |
|---|---|
void |
BaseStagedModelDataHandlerTestCase.StagedModelAssets.setAssetTag(AssetTag assetTag)
|
| Constructors in com.liferay.portal.lar.test with parameters of type AssetTag | |
|---|---|
BaseStagedModelDataHandlerTestCase.StagedModelAssets(AssetCategory assetCategory,
AssetEntry assetEntry,
AssetTag assetTag,
AssetVocabulary assetVocabulary)
|
|
| Uses of AssetTag in com.liferay.portal.security.membershippolicy |
|---|
| Method parameters in com.liferay.portal.security.membershippolicy with type arguments of type AssetTag | |
|---|---|
void |
DummySiteMembershipPolicy.verifyPolicy(Group group,
Group oldGroup,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes,
UnicodeProperties oldTypeSettingsProperties)
|
static void |
SiteMembershipPolicyUtil.verifyPolicy(Group group,
Group oldGroup,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes,
UnicodeProperties oldTypeSettingsProperties)
|
void |
SiteMembershipPolicy.verifyPolicy(Group group,
Group oldGroup,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes,
UnicodeProperties oldTypeSettingsProperties)
Checks the integrity of the membership policy of the site, with respect to the site's new attribute values, categories, tags, expando attributes, and type settings properties, and performs operations necessary for the compliance of the site and its site roles. |
void |
DefaultSiteMembershipPolicy.verifyPolicy(Group group,
Group oldGroup,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes,
UnicodeProperties oldTypeSettingsProperties)
|
void |
OrganizationMembershipPolicy.verifyPolicy(Organization organization,
Organization oldOrganization,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes)
Checks the integrity of the membership policy of the organization, with respect to the organization's new attribute values, categories, tags, and expando attributes, and performs operations necessary for the compliance of the organization and its organization roles. |
void |
DummyOrganizationMembershipPolicy.verifyPolicy(Organization organization,
Organization oldOrganization,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes)
|
static void |
OrganizationMembershipPolicyUtil.verifyPolicy(Organization organization,
Organization oldOrganization,
List<AssetCategory> oldAssetCategories,
List<AssetTag> oldAssetTags,
Map<String,Serializable> oldExpandoAttributes)
|
| 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
|
static Accessor<AssetTag,Long> |
AssetTag.TAG_ID_ACCESSOR
|
| Methods in com.liferay.portlet.asset.model that return AssetTag | |
|---|---|
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> |
AssetEntry.getTags()
|
List<AssetTag> |
AssetEntryWrapper.getTags()
|
List<AssetTag> |
AssetTagDisplay.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 | |
|---|---|
void |
AssetTagDisplay.setTags(List<AssetTag> tags)
|
static AssetTagSoap[] |
AssetTagSoap.toSoapModels(List<AssetTag> models)
|
| Constructors in com.liferay.portlet.asset.model with parameters of type AssetTag | |
|---|---|
AssetTagWrapper(AssetTag assetTag)
|
|
| Constructor parameters in com.liferay.portlet.asset.model with type arguments of type AssetTag | |
|---|---|
AssetTagDisplay(List<AssetTag> tags,
int total,
int start,
int end)
|
|
| Uses of AssetTag in com.liferay.portlet.asset.model.impl |
|---|
| Classes in com.liferay.portlet.asset.model.impl that implement AssetTag | |
|---|---|
class |
AssetTagBaseImpl
The extended model base implementation for the AssetTag service. |
class |
AssetTagImpl
|
| Methods in com.liferay.portlet.asset.model.impl that return AssetTag | |
|---|---|
AssetTag |
AssetTagCacheModel.toEntityModel()
|
AssetTag |
AssetTagModelImpl.toEscapedModel()
|
static AssetTag |
AssetTagModelImpl.toModel(AssetTagSoap soapModel)
Converts the soap model instance into a normal model instance. |
| Methods in com.liferay.portlet.asset.model.impl that return types with arguments of type AssetTag | |
|---|---|
List<AssetTag> |
AssetEntryImpl.getTags()
|
CacheModel<AssetTag> |
AssetTagModelImpl.toCacheModel()
|
static List<AssetTag> |
AssetTagModelImpl.toModels(AssetTagSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Methods in com.liferay.portlet.asset.model.impl with parameters of type AssetTag | |
|---|---|
int |
AssetTagModelImpl.compareTo(AssetTag assetTag)
|
| Uses of AssetTag in com.liferay.portlet.asset.service |
|---|
| Methods in com.liferay.portlet.asset.service that return AssetTag | |
|---|---|
static AssetTag |
AssetTagLocalServiceUtil.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
AssetTag |
AssetTagLocalServiceWrapper.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
AssetTag |
AssetTagLocalService.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
static AssetTag |
AssetTagLocalServiceUtil.addTag(long userId,
long groupId,
String name,
ServiceContext serviceContext)
Adds an asset tag. |
AssetTag |
AssetTagLocalServiceWrapper.addTag(long userId,
long groupId,
String name,
ServiceContext serviceContext)
Adds an asset tag. |
AssetTag |
AssetTagLocalService.addTag(long userId,
long groupId,
String name,
ServiceContext serviceContext)
Adds an asset tag. |
AssetTag |
AssetTagServiceWrapper.addTag(long groupId,
String name,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagServiceUtil.addTag(long groupId,
String name,
ServiceContext serviceContext)
|
AssetTag |
AssetTagService.addTag(long groupId,
String name,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagLocalServiceUtil.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. |
AssetTag |
AssetTagLocalService.createAssetTag(long tagId)
Creates a new asset tag with the primary key. |
static AssetTag |
AssetTagLocalServiceUtil.decrementAssetCount(long tagId,
long classNameId)
Decrements the number of assets to which the asset tag has been applied. |
AssetTag |
AssetTagLocalServiceWrapper.decrementAssetCount(long tagId,
long classNameId)
Decrements the number of assets to which the asset tag has been applied. |
AssetTag |
AssetTagLocalService.decrementAssetCount(long tagId,
long classNameId)
Decrements the number of assets to which the asset tag has been applied. |
static AssetTag |
AssetTagLocalServiceUtil.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
AssetTag |
AssetTagLocalServiceWrapper.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
AssetTag |
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. |
AssetTag |
AssetTagLocalServiceWrapper.deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database. |
AssetTag |
AssetTagLocalService.deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database. |
static AssetTag |
AssetTagLocalServiceUtil.fetchAssetTag(long tagId)
|
AssetTag |
AssetTagLocalServiceWrapper.fetchAssetTag(long tagId)
|
AssetTag |
AssetTagLocalService.fetchAssetTag(long tagId)
|
static AssetTag |
AssetTagLocalServiceUtil.fetchAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group. |
AssetTag |
AssetTagLocalServiceWrapper.fetchAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group. |
AssetTag |
AssetTagLocalService.fetchAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group. |
static AssetTag |
AssetTagLocalServiceUtil.fetchTag(long groupId,
String name)
Returns the asset tag with the name in the group. |
AssetTag |
AssetTagLocalServiceWrapper.fetchTag(long groupId,
String name)
Returns the asset tag with the name in the group. |
AssetTag |
AssetTagLocalService.fetchTag(long groupId,
String name)
Returns the asset tag with the name in the group. |
static AssetTag |
AssetTagLocalServiceUtil.getAssetTag(long tagId)
Returns the asset tag with the primary key. |
AssetTag |
AssetTagLocalServiceWrapper.getAssetTag(long tagId)
Returns the asset tag with the primary key. |
AssetTag |
AssetTagLocalService.getAssetTag(long tagId)
Returns the asset tag with the primary key. |
static AssetTag |
AssetTagLocalServiceUtil.getAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group. |
AssetTag |
AssetTagLocalServiceWrapper.getAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group. |
AssetTag |
AssetTagLocalService.getAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group. |
AssetTag |
AssetTagServiceWrapper.getTag(long tagId)
|
static AssetTag |
AssetTagLocalServiceUtil.getTag(long tagId)
Returns the asset tag with the primary key. |
AssetTag |
AssetTagLocalServiceWrapper.getTag(long tagId)
Returns the asset tag with the primary key. |
AssetTag |
AssetTagLocalService.getTag(long tagId)
Returns the asset tag with the primary key. |
static AssetTag |
AssetTagServiceUtil.getTag(long tagId)
|
AssetTag |
AssetTagService.getTag(long tagId)
|
static AssetTag |
AssetTagLocalServiceUtil.getTag(long groupId,
String name)
Returns the asset tag with the name in the group. |
AssetTag |
AssetTagLocalServiceWrapper.getTag(long groupId,
String name)
Returns the asset tag with the name in the group. |
AssetTag |
AssetTagLocalService.getTag(long groupId,
String name)
Returns the asset tag with the name in the group. |
static AssetTag |
AssetTagLocalServiceUtil.incrementAssetCount(long tagId,
long classNameId)
Increments the number of assets to which the asset tag has been applied. |
AssetTag |
AssetTagLocalServiceWrapper.incrementAssetCount(long tagId,
long classNameId)
Increments the number of assets to which the asset tag has been applied. |
AssetTag |
AssetTagLocalService.incrementAssetCount(long tagId,
long classNameId)
Increments the number of assets to which the asset tag has been applied. |
static AssetTag |
AssetTagLocalServiceUtil.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. |
AssetTag |
AssetTagLocalService.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database or adds it if it does not yet exist. |
static AssetTag |
AssetTagLocalServiceUtil.updateTag(long userId,
long tagId,
String name,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalServiceWrapper.updateTag(long userId,
long tagId,
String name,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalService.updateTag(long userId,
long tagId,
String name,
ServiceContext serviceContext)
|
AssetTag |
AssetTagServiceWrapper.updateTag(long tagId,
String name,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagServiceUtil.updateTag(long tagId,
String name,
ServiceContext serviceContext)
|
AssetTag |
AssetTagService.updateTag(long tagId,
String name,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetTag | |
|---|---|
static List<AssetTag> |
AssetTagLocalServiceUtil.checkTags(long userId,
Group group,
String[] names)
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them. |
List<AssetTag> |
AssetTagLocalServiceWrapper.checkTags(long userId,
Group group,
String[] names)
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them. |
List<AssetTag> |
AssetTagLocalService.checkTags(long userId,
Group group,
String[] names)
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them. |
static List<AssetTag> |
AssetTagLocalServiceUtil.checkTags(long userId,
long groupId,
String[] names)
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them. |
List<AssetTag> |
AssetTagLocalServiceWrapper.checkTags(long userId,
long groupId,
String[] names)
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them. |
List<AssetTag> |
AssetTagLocalService.checkTags(long userId,
long groupId,
String[] names)
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them. |
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetEntryAssetTags(long entryId)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetEntryAssetTags(long entryId)
|
List<AssetTag> |
AssetTagLocalService.getAssetEntryAssetTags(long entryId)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetEntryAssetTags(long entryId,
int start,
int end)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetEntryAssetTags(long entryId,
int start,
int end)
|
List<AssetTag> |
AssetTagLocalService.getAssetEntryAssetTags(long entryId,
int start,
int end)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
List<AssetTag> |
AssetTagLocalService.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.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. |
List<AssetTag> |
AssetTagLocalService.getAssetTags(int start,
int end)
Returns a range of all the asset tags. |
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset tags matching the UUID and company. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset tags matching the UUID and company. |
List<AssetTag> |
AssetTagLocalService.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset tags matching the UUID and company. |
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company. |
List<AssetTag> |
AssetTagLocalService.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company. |
static List<AssetTag> |
AssetTagLocalServiceUtil.getEntryTags(long entryId)
Returns the asset tags of the asset entry. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getEntryTags(long entryId)
Returns the asset tags of the asset entry. |
List<AssetTag> |
AssetTagLocalService.getEntryTags(long entryId)
Returns the asset tags of the asset entry. |
List<AssetTag> |
AssetTagServiceWrapper.getGroupsTags(long[] groupIds)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getGroupsTags(long[] groupIds)
Returns the asset tags in the groups. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getGroupsTags(long[] groupIds)
Returns the asset tags in the groups. |
List<AssetTag> |
AssetTagLocalService.getGroupsTags(long[] groupIds)
Returns the asset tags in the groups. |
static List<AssetTag> |
AssetTagServiceUtil.getGroupsTags(long[] groupIds)
|
List<AssetTag> |
AssetTagService.getGroupsTags(long[] groupIds)
|
List<AssetTag> |
AssetTagServiceWrapper.getGroupTags(long groupId)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getGroupTags(long groupId)
Returns the asset tags in the group. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getGroupTags(long groupId)
Returns the asset tags in the group. |
List<AssetTag> |
AssetTagLocalService.getGroupTags(long groupId)
Returns the asset tags in the group. |
static List<AssetTag> |
AssetTagServiceUtil.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagService.getGroupTags(long groupId)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getGroupTags(long groupId,
int start,
int end)
Returns a range of all the asset tags in the group. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getGroupTags(long groupId,
int start,
int end)
Returns a range of all the asset tags in the group. |
List<AssetTag> |
AssetTagLocalService.getGroupTags(long groupId,
int start,
int end)
Returns a range of all the asset tags in the group. |
List<AssetTag> |
AssetTagServiceWrapper.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceUtil.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagService.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getSocialActivityCounterOffsetTags(long groupId,
String socialActivityCounterName,
int startOffset,
int endOffset)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getSocialActivityCounterOffsetTags(long groupId,
String socialActivityCounterName,
int startOffset,
int endOffset)
|
List<AssetTag> |
AssetTagLocalService.getSocialActivityCounterOffsetTags(long groupId,
String socialActivityCounterName,
int startOffset,
int endOffset)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getSocialActivityCounterPeriodTags(long groupId,
String socialActivityCounterName,
int startPeriod,
int endPeriod)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getSocialActivityCounterPeriodTags(long groupId,
String socialActivityCounterName,
int startPeriod,
int endPeriod)
|
List<AssetTag> |
AssetTagLocalService.getSocialActivityCounterPeriodTags(long groupId,
String socialActivityCounterName,
int startPeriod,
int endPeriod)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags()
Returns all the asset tags. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags()
Returns all the asset tags. |
List<AssetTag> |
AssetTagLocalService.getTags()
Returns all the asset tags. |
List<AssetTag> |
AssetTagServiceWrapper.getTags(long[] groupIds,
String name,
int start,
int end)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long[] groupIds,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagService.getTags(long[] groupIds,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagService.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags(long classNameId,
long classPK)
Returns the asset tags of the entity. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags(long classNameId,
long classPK)
Returns the asset tags of the entity. |
List<AssetTag> |
AssetTagLocalService.getTags(long classNameId,
long classPK)
Returns the asset tags of the entity. |
List<AssetTag> |
AssetTagServiceWrapper.getTags(long groupId,
long classNameId,
String name)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagLocalService.getTags(long groupId,
long classNameId,
String name)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagService.getTags(long groupId,
long classNameId,
String name)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.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)
|
List<AssetTag> |
AssetTagLocalService.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<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagService.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(long groupId,
String name,
int start,
int end)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagService.getTags(long groupId,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagService.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(String className,
long classPK)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags(String className,
long classPK)
Returns the asset tags of the entity. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags(String className,
long classPK)
Returns the asset tags of the entity. |
List<AssetTag> |
AssetTagLocalService.getTags(String className,
long classPK)
Returns the asset tags of the entity. |
static List<AssetTag> |
AssetTagServiceUtil.getTags(String className,
long classPK)
|
List<AssetTag> |
AssetTagService.getTags(String className,
long classPK)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.search(long[] groupIds,
String name,
int start,
int end)
Returns the asset tags in the groups whose names match the pattern. |
List<AssetTag> |
AssetTagLocalServiceWrapper.search(long[] groupIds,
String name,
int start,
int end)
Returns the asset tags in the groups whose names match the pattern. |
List<AssetTag> |
AssetTagLocalService.search(long[] groupIds,
String name,
int start,
int end)
Returns the asset tags in the groups whose names match the pattern. |
static List<AssetTag> |
AssetTagLocalServiceUtil.search(long groupId,
String name,
int start,
int end)
Returns the asset tags in the group whose names match the pattern. |
List<AssetTag> |
AssetTagLocalServiceWrapper.search(long groupId,
String name,
int start,
int end)
Returns the asset tags in the group whose names match the pattern. |
List<AssetTag> |
AssetTagLocalService.search(long groupId,
String name,
int start,
int end)
Returns the asset tags in the group whose names match the pattern. |
| Methods in com.liferay.portlet.asset.service with parameters of type AssetTag | |
|---|---|
static void |
AssetTagLocalServiceUtil.addAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
void |
AssetTagLocalServiceWrapper.addAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
void |
AssetTagLocalService.addAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
static AssetTag |
AssetTagLocalServiceUtil.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
AssetTag |
AssetTagLocalServiceWrapper.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
AssetTag |
AssetTagLocalService.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
static void |
AssetTagLocalServiceUtil.deleteAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
void |
AssetTagLocalServiceWrapper.deleteAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
void |
AssetTagLocalService.deleteAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
static AssetTag |
AssetTagLocalServiceUtil.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
AssetTag |
AssetTagLocalServiceWrapper.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
AssetTag |
AssetTagLocalService.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
static void |
AssetTagLocalServiceUtil.deleteTag(AssetTag tag)
Deletes the asset tag. |
void |
AssetTagLocalServiceWrapper.deleteTag(AssetTag tag)
Deletes the asset tag. |
void |
AssetTagLocalService.deleteTag(AssetTag tag)
Deletes the asset tag. |
static AssetTag |
AssetTagLocalServiceUtil.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. |
AssetTag |
AssetTagLocalService.updateAssetTag(AssetTag assetTag)
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 | |
|---|---|
static void |
AssetTagLocalServiceUtil.addAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
void |
AssetTagLocalServiceWrapper.addAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
void |
AssetTagLocalService.addAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
static void |
AssetTagLocalServiceUtil.deleteAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
void |
AssetTagLocalServiceWrapper.deleteAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
void |
AssetTagLocalService.deleteAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
List<AssetTag> |
AssetTagLocalService.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company. |
List<AssetTag> |
AssetTagLocalService.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company. |
List<AssetTag> |
AssetTagServiceWrapper.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceUtil.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagService.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagService.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagService.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagService.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
| Uses of AssetTag in com.liferay.portlet.asset.service.base |
|---|
| Methods in com.liferay.portlet.asset.service.base that return AssetTag | |
|---|---|
AssetTag |
AssetTagLocalServiceBaseImpl.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
AssetTag |
AssetTagLocalServiceBaseImpl.createAssetTag(long tagId)
Creates a new asset tag with the primary key. |
AssetTag |
AssetTagLocalServiceBaseImpl.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
AssetTag |
AssetTagLocalServiceBaseImpl.deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database. |
AssetTag |
AssetTagLocalServiceBaseImpl.fetchAssetTag(long tagId)
|
AssetTag |
AssetTagLocalServiceBaseImpl.fetchAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group. |
AssetTag |
AssetTagLocalServiceBaseImpl.getAssetTag(long tagId)
Returns the asset tag with the primary key. |
AssetTag |
AssetTagLocalServiceBaseImpl.getAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group. |
AssetTag |
AssetTagLocalServiceBaseImpl.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetTag | |
|---|---|
List<AssetTag> |
AssetTagLocalServiceBaseImpl.getAssetEntryAssetTags(long entryId)
|
List<AssetTag> |
AssetTagLocalServiceBaseImpl.getAssetEntryAssetTags(long entryId,
int start,
int end)
|
List<AssetTag> |
AssetTagLocalServiceBaseImpl.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
List<AssetTag> |
AssetTagLocalServiceBaseImpl.getAssetTags(int start,
int end)
Returns a range of all the asset tags. |
List<AssetTag> |
AssetTagLocalServiceBaseImpl.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset tags matching the UUID and company. |
List<AssetTag> |
AssetTagLocalServiceBaseImpl.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company. |
| Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTag | |
|---|---|
void |
AssetTagLocalServiceBaseImpl.addAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
AssetTag |
AssetTagLocalServiceBaseImpl.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
void |
AssetTagLocalServiceBaseImpl.deleteAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
AssetTag |
AssetTagLocalServiceBaseImpl.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
AssetTag |
AssetTagLocalServiceBaseImpl.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portlet.asset.service.base with type arguments of type AssetTag | |
|---|---|
void |
AssetTagLocalServiceBaseImpl.addAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
void |
AssetTagLocalServiceBaseImpl.deleteAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
List<AssetTag> |
AssetTagLocalServiceBaseImpl.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
List<AssetTag> |
AssetTagLocalServiceBaseImpl.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company. |
| Uses of AssetTag in com.liferay.portlet.asset.service.http |
|---|
| Methods in com.liferay.portlet.asset.service.http that return AssetTag | |
|---|---|
static AssetTag |
AssetTagServiceHttp.addTag(HttpPrincipal httpPrincipal,
long groupId,
String name,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagServiceHttp.getTag(HttpPrincipal httpPrincipal,
long tagId)
|
static AssetTag |
AssetTagServiceHttp.updateTag(HttpPrincipal httpPrincipal,
long tagId,
String name,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.asset.service.http that return types with arguments of type AssetTag | |
|---|---|
static List<AssetTag> |
AssetTagServiceHttp.getGroupsTags(HttpPrincipal httpPrincipal,
long[] groupIds)
|
static List<AssetTag> |
AssetTagServiceHttp.getGroupTags(HttpPrincipal httpPrincipal,
long groupId)
|
static List<AssetTag> |
AssetTagServiceHttp.getGroupTags(HttpPrincipal httpPrincipal,
long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
long[] groupIds,
String name,
int start,
int end)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
long groupId,
long classNameId,
String name)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
long groupId,
String name,
int start,
int end)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
String className,
long classPK)
|
| Method parameters in com.liferay.portlet.asset.service.http with type arguments of type AssetTag | |
|---|---|
static List<AssetTag> |
AssetTagServiceHttp.getGroupTags(HttpPrincipal httpPrincipal,
long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static AssetTagSoap[] |
AssetTagServiceSoap.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static AssetTagSoap[] |
AssetTagServiceSoap.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static AssetTagSoap[] |
AssetTagServiceSoap.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static AssetTagSoap[] |
AssetTagServiceSoap.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
| Uses of AssetTag in com.liferay.portlet.asset.service.impl |
|---|
| Methods in com.liferay.portlet.asset.service.impl that return AssetTag | |
|---|---|
AssetTag |
AssetTagLocalServiceImpl.addTag(long userId,
long groupId,
String name,
ServiceContext serviceContext)
Adds an asset tag. |
AssetTag |
AssetTagServiceImpl.addTag(long groupId,
String name,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalServiceImpl.decrementAssetCount(long tagId,
long classNameId)
Decrements the number of assets to which the asset tag has been applied. |
AssetTag |
AssetTagLocalServiceImpl.fetchTag(long groupId,
String name)
Returns the asset tag with the name in the group. |
AssetTag |
AssetTagLocalServiceImpl.getTag(long tagId)
Returns the asset tag with the primary key. |
AssetTag |
AssetTagServiceImpl.getTag(long tagId)
|
AssetTag |
AssetTagLocalServiceImpl.getTag(long groupId,
String name)
Returns the asset tag with the name in the group. |
AssetTag |
AssetTagLocalServiceImpl.incrementAssetCount(long tagId,
long classNameId)
Increments the number of assets to which the asset tag has been applied. |
AssetTag |
AssetTagLocalServiceImpl.updateTag(long userId,
long tagId,
String name,
ServiceContext serviceContext)
|
AssetTag |
AssetTagServiceImpl.updateTag(long tagId,
String name,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.asset.service.impl that return types with arguments of type AssetTag | |
|---|---|
List<AssetTag> |
AssetTagLocalServiceImpl.checkTags(long userId,
Group group,
String[] names)
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them. |
List<AssetTag> |
AssetTagLocalServiceImpl.checkTags(long userId,
long groupId,
String[] names)
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them. |
List<AssetTag> |
AssetTagLocalServiceImpl.getEntryTags(long entryId)
Returns the asset tags of the asset entry. |
List<AssetTag> |
AssetTagLocalServiceImpl.getGroupsTags(long[] groupIds)
Returns the asset tags in the groups. |
List<AssetTag> |
AssetTagServiceImpl.getGroupsTags(long[] groupIds)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getGroupTags(long groupId)
Returns the asset tags in the group. |
List<AssetTag> |
AssetTagServiceImpl.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getGroupTags(long groupId,
int start,
int end)
Returns a range of all the asset tags in the group. |
List<AssetTag> |
AssetTagServiceImpl.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getSocialActivityCounterOffsetTags(long groupId,
String socialActivityCounterName,
int startOffset,
int endOffset)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getSocialActivityCounterPeriodTags(long groupId,
String socialActivityCounterName,
int startPeriod,
int endPeriod)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getTags()
Returns all the asset tags. |
List<AssetTag> |
AssetTagServiceImpl.getTags(long[] groupIds,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagServiceImpl.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getTags(long classNameId,
long classPK)
Returns the asset tags of the entity. |
List<AssetTag> |
AssetTagLocalServiceImpl.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagServiceImpl.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getTags(long groupId,
long classNameId,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagServiceImpl.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagServiceImpl.getTags(long groupId,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagServiceImpl.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getTags(String className,
long classPK)
Returns the asset tags of the entity. |
List<AssetTag> |
AssetTagServiceImpl.getTags(String className,
long classPK)
|
List<AssetTag> |
AssetTagLocalServiceImpl.search(long[] groupIds,
String name,
int start,
int end)
Returns the asset tags in the groups whose names match the pattern. |
List<AssetTag> |
AssetTagLocalServiceImpl.search(long groupId,
String name,
int start,
int end)
Returns the asset tags in the group whose names match the pattern. |
| Methods in com.liferay.portlet.asset.service.impl with parameters of type AssetTag | |
|---|---|
void |
AssetTagLocalServiceImpl.deleteTag(AssetTag tag)
Deletes the asset tag. |
| Method parameters in com.liferay.portlet.asset.service.impl with type arguments of type AssetTag | |
|---|---|
List<AssetTag> |
AssetTagServiceImpl.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
protected String[] |
AssetTagLocalServiceImpl.getTagNames(List<AssetTag> tags)
|
List<AssetTag> |
AssetTagServiceImpl.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagServiceImpl.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagServiceImpl.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
| Uses of AssetTag in com.liferay.portlet.asset.service.permission |
|---|
| Methods in com.liferay.portlet.asset.service.permission with parameters of type AssetTag | |
|---|---|
static void |
AssetTagPermission.check(PermissionChecker permissionChecker,
AssetTag tag,
String actionId)
|
static boolean |
AssetTagPermission.contains(PermissionChecker permissionChecker,
AssetTag tag,
String actionId)
|
| 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_LikeN_First(long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?. |
AssetTag |
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_Last(long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?. |
AssetTag |
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_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<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first 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 = ?. |
AssetTag |
AssetTagPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetTag> 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 |
AssetTagUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag |
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_Last(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag |
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_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ?. |
AssetTag |
AssetTagPersistence.fetchByUuid_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ?. |
static AssetTag |
AssetTagUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the asset tag where uuid = ? and groupId = ? or returns null if it could not be found. |
AssetTag |
AssetTagPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the asset tag where uuid = ? and groupId = ? or returns null if it could not be found. |
static AssetTag |
AssetTagUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the asset tag where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
AssetTag |
AssetTagPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the asset tag where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetTag |
AssetTagUtil.fetchByUuid_Last(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ?. |
AssetTag |
AssetTagPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ?. |
static AssetTag[] |
AssetTagUtil.filterFindByG_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 of asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
AssetTag[] |
AssetTagPersistence.filterFindByG_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 of asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
static AssetTag[] |
AssetTagUtil.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> 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<AssetTag> 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 |
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 ?. |
AssetTag |
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_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_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_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 ?. |
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_N(long groupId,
String name)
Returns the asset tag where groupId = ? and name = ? or throws a NoSuchTagException if it could not be found. |
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<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.findByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first 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_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last 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 = ?. |
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.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.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag |
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_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_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_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 = ?. |
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_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ?. |
AssetTag |
AssetTagPersistence.findByUuid_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ?. |
static AssetTag |
AssetTagUtil.findByUUID_G(String uuid,
long groupId)
Returns the asset tag where uuid = ? and groupId = ? or throws a NoSuchTagException if it could not be found. |
AssetTag |
AssetTagPersistence.findByUUID_G(String uuid,
long groupId)
Returns the asset tag where uuid = ? and groupId = ? or throws a NoSuchTagException if it could not be found. |
static AssetTag |
AssetTagUtil.findByUuid_Last(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ?. |
AssetTag |
AssetTagPersistence.findByUuid_Last(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the last 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 = ?. |
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.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.removeByUUID_G(String uuid,
long groupId)
Removes the asset tag where uuid = ? and groupId = ? from the database. |
AssetTag |
AssetTagPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the asset tag where uuid = ? and groupId = ? from the database. |
static AssetTag |
AssetTagUtil.update(AssetTag assetTag)
|
static AssetTag |
AssetTagUtil.update(AssetTag assetTag,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagUtil.updateImpl(AssetTag assetTag)
|
AssetTag |
AssetTagPersistence.updateImpl(AssetTag assetTag)
|
| Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetTag | |
|---|---|
static Map<Serializable,AssetTag> |
AssetTagUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,AssetTag> |
AssetTagPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<AssetTag> |
AssetTagUtil.filterFindByG_LikeN(long[] groupIds,
String name)
Returns all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByG_LikeN(long[] groupIds,
String name)
Returns all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByG_LikeN(long[] groupIds,
String name,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByG_LikeN(long[] groupIds,
String name,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByG_LikeN(long groupId,
String name)
Returns all the asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByG_LikeN(long groupId,
String name)
Returns all the asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByG_LikeN(long groupId,
String name,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByG_LikeN(long groupId,
String name,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ? and name LIKE ?. |
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[] groupIds)
Returns all the asset tags that the user has permission to view where groupId = any ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByGroupId(long[] groupIds)
Returns all the asset tags that the user has permission to view where groupId = any ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = any ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = any ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ?. |
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<AssetTag> 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<AssetTag> 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<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagPersistence.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags. |
static List<AssetTag> |
AssetTagUtil.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagPersistence.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagFinder.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagFinderUtil.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagUtil.findByG_LikeN(long[] groupIds,
String name)
Returns all the asset tags where groupId = any ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.findByG_LikeN(long[] groupIds,
String name)
Returns all the asset tags where groupId = any ? and name LIKE ?. |
static List<AssetTag> |
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 ?. |
List<AssetTag> |
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 ?. |
static List<AssetTag> |
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 ?. |
List<AssetTag> |
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 ?. |
static List<AssetTag> |
AssetTagUtil.findByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache. |
List<AssetTag> |
AssetTagPersistence.findByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache. |
static List<AssetTag> |
AssetTagUtil.findByG_LikeN(long groupId,
String name)
Returns all the asset tags where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.findByG_LikeN(long groupId,
String name)
Returns all the asset tags where groupId = ? and name LIKE ?. |
static List<AssetTag> |
AssetTagUtil.findByG_LikeN(long groupId,
String name,
int start,
int end)
Returns a range of all the asset tags where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.findByG_LikeN(long groupId,
String name,
int start,
int end)
Returns a range of all the asset tags where groupId = ? and name LIKE ?. |
static List<AssetTag> |
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 ?. |
List<AssetTag> |
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 ?. |
static List<AssetTag> |
AssetTagUtil.findByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.findByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagFinder.findByG_N_S_E(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)
|
static List<AssetTag> |
AssetTagFinderUtil.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[] groupIds)
Returns all the asset tags where groupId = any ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long[] groupIds)
Returns all the asset tags where groupId = any ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the asset tags where groupId = any ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the asset tags where groupId = any ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = any ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = any ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache. |
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<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findByUuid_C(String uuid,
long companyId)
Returns all the asset tags where uuid = ? and companyId = ?. |
List<AssetTag> |
AssetTagPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the asset tags where uuid = ? and companyId = ?. |
static List<AssetTag> |
AssetTagUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the asset tags where uuid = ? and companyId = ?. |
List<AssetTag> |
AssetTagPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the asset tags where uuid = ? and companyId = ?. |
static List<AssetTag> |
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 = ?. |
List<AssetTag> |
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 = ?. |
static List<AssetTag> |
AssetTagUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ? and companyId = ?. |
List<AssetTag> |
AssetTagPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ? and companyId = ?. |
static List<AssetTag> |
AssetTagUtil.findByUuid(String uuid)
Returns all the asset tags where uuid = ?. |
List<AssetTag> |
AssetTagPersistence.findByUuid(String uuid)
Returns all the asset tags where uuid = ?. |
static List<AssetTag> |
AssetTagUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the asset tags where uuid = ?. |
List<AssetTag> |
AssetTagPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the asset tags where uuid = ?. |
static List<AssetTag> |
AssetTagUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where uuid = ?. |
List<AssetTag> |
AssetTagPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where uuid = ?. |
static List<AssetTag> |
AssetTagUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ?. |
List<AssetTag> |
AssetTagPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ?. |
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<AssetTag> orderByComparator)
|
static List<AssetTag> |
AssetEntryUtil.getAssetTags(long pk)
Returns all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistence.getAssetTags(long pk)
Returns 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)
Returns a range of all the asset tags associated with the asset entry. |
static List<AssetTag> |
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. |
List<AssetTag> |
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. |
| Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetTag | |
|---|---|
static void |
AssetEntryUtil.addAssetTag(long pk,
AssetTag assetTag)
Adds an association between the asset entry and the asset tag. |
void |
AssetEntryPersistence.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)
|
static void |
AssetEntryUtil.removeAssetTag(long pk,
AssetTag assetTag)
Removes the association between the asset entry and the asset tag. |
void |
AssetEntryPersistence.removeAssetTag(long pk,
AssetTag assetTag)
Removes the association between the asset entry and the asset tag. |
static AssetTag |
AssetTagUtil.update(AssetTag assetTag)
|
static AssetTag |
AssetTagUtil.update(AssetTag assetTag,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagUtil.updateImpl(AssetTag assetTag)
|
AssetTag |
AssetTagPersistence.updateImpl(AssetTag assetTag)
|
| Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetTag | |
|---|---|
static void |
AssetEntryUtil.addAssetTags(long pk,
List<AssetTag> assetTags)
Adds an association between the asset entry and the asset tags. |
void |
AssetEntryPersistence.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. |
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 ?. |
AssetTag |
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_Last(long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?. |
AssetTag |
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.fetchByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first 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 = ?. |
AssetTag |
AssetTagPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
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 = ?. |
AssetTag |
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_Last(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag |
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_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ?. |
AssetTag |
AssetTagPersistence.fetchByUuid_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first 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 = ?. |
AssetTag |
AssetTagPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ?. |
static AssetTag[] |
AssetTagUtil.filterFindByG_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 of asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
AssetTag[] |
AssetTagPersistence.filterFindByG_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 of asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ? and name LIKE ?. |
static AssetTag[] |
AssetTagUtil.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> 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<AssetTag> 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 List<AssetTag> |
AssetTagUtil.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> 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<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagPersistence.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags. |
static List<AssetTag> |
AssetTagUtil.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagPersistence.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagFinder.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
AssetTagFinderUtil.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
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 ?. |
AssetTag |
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_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_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_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 ?. |
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 List<AssetTag> |
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 ?. |
List<AssetTag> |
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 ?. |
static List<AssetTag> |
AssetTagUtil.findByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache. |
List<AssetTag> |
AssetTagPersistence.findByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache. |
static List<AssetTag> |
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 ?. |
List<AssetTag> |
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 ?. |
static List<AssetTag> |
AssetTagUtil.findByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistence.findByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?. |
static AssetTag |
AssetTagUtil.findByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.findByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first 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_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last 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 = ?. |
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 List<AssetTag> |
AssetTagUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = any ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = any ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?. |
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 = ?. |
AssetTag |
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_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_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_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 = ?. |
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 List<AssetTag> |
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 = ?. |
List<AssetTag> |
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 = ?. |
static List<AssetTag> |
AssetTagUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ? and companyId = ?. |
List<AssetTag> |
AssetTagPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ? and companyId = ?. |
static AssetTag |
AssetTagUtil.findByUuid_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ?. |
AssetTag |
AssetTagPersistence.findByUuid_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first 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_Last(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the last 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 = ?. |
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 List<AssetTag> |
AssetTagUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where uuid = ?. |
List<AssetTag> |
AssetTagPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where uuid = ?. |
static List<AssetTag> |
AssetTagUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ?. |
List<AssetTag> |
AssetTagPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ?. |
static List<AssetTag> |
AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
static List<AssetTag> |
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. |
List<AssetTag> |
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. |
static void |
AssetEntryUtil.removeAssetTags(long pk,
List<AssetTag> assetTags)
Removes the association between the asset entry and the asset tags. |
void |
AssetEntryPersistence.removeAssetTags(long pk,
List<AssetTag> assetTags)
Removes the association between the asset entry and the asset tags. |
static void |
AssetEntryUtil.setAssetTags(long pk,
List<AssetTag> assetTags)
Sets the asset tags associated with the asset entry, removing and adding associations as necessary. |
void |
AssetEntryPersistence.setAssetTags(long pk,
List<AssetTag> assetTags)
Sets the asset tags associated with the asset entry, removing and adding associations as necessary. |
| Uses of AssetTag in com.liferay.portlet.asset.service.persistence.impl |
|---|
| Fields in com.liferay.portlet.asset.service.persistence.impl with type parameters of type AssetTag | |
|---|---|
protected TableMapper<AssetEntry,AssetTag> |
AssetEntryPersistenceImpl.assetEntryToAssetTagTableMapper
|
protected TableMapper<AssetTag,AssetEntry> |
AssetTagPersistenceImpl.assetTagToAssetEntryTableMapper
|
| Methods in com.liferay.portlet.asset.service.persistence.impl that return AssetTag | |
|---|---|
AssetTag |
AssetTagPersistenceImpl.create(long tagId)
Creates a new asset tag with the primary key. |
AssetTag |
AssetTagPersistenceImpl.fetchByG_LikeN_First(long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByG_LikeN_Last(long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByG_N(long groupId,
String name)
Returns the asset tag where groupId = ? and name = ? or returns null if it could not be found. |
AssetTag |
AssetTagPersistenceImpl.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 |
AssetTagPersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByPrimaryKey(long tagId)
Returns the asset tag with the primary key or returns null if it could not be found. |
AssetTag |
AssetTagPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the asset tag with the primary key or returns null if it could not be found. |
AssetTag |
AssetTagPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Returns the asset tag where uuid = ? and groupId = ? or returns null if it could not be found. |
AssetTag |
AssetTagPersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the asset tag where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
AssetTag |
AssetTagPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ?. |
AssetTag[] |
AssetTagPersistenceImpl.filterFindByG_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 of asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
AssetTag[] |
AssetTagPersistenceImpl.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> 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 = ?. |
protected AssetTag |
AssetTagPersistenceImpl.filterGetByG_LikeN_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
AssetTag |
AssetTagPersistenceImpl.findByG_LikeN_First(long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?. |
AssetTag |
AssetTagPersistenceImpl.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[] |
AssetTagPersistenceImpl.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 ?. |
AssetTag |
AssetTagPersistenceImpl.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 |
AssetTagPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
AssetTag[] |
AssetTagPersistenceImpl.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 = ?. |
AssetTag |
AssetTagPersistenceImpl.findByPrimaryKey(long tagId)
Returns the asset tag with the primary key or throws a NoSuchTagException if it could not be found. |
AssetTag |
AssetTagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the asset tag with the primary key or throws a NoSuchModelException if it could not be found. |
AssetTag |
AssetTagPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag |
AssetTagPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag[] |
AssetTagPersistenceImpl.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 = ?. |
AssetTag |
AssetTagPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ?. |
AssetTag |
AssetTagPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Returns the asset tag where uuid = ? and groupId = ? or throws a NoSuchTagException if it could not be found. |
AssetTag |
AssetTagPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ?. |
AssetTag[] |
AssetTagPersistenceImpl.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 = ?. |
protected AssetTag |
AssetTagPersistenceImpl.getByG_LikeN_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.getByGroupId_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
AssetTag assetTag,
String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.getByUuid_PrevAndNext(Session session,
AssetTag assetTag,
String uuid,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
AssetTag |
AssetTagPersistenceImpl.remove(long tagId)
Removes the asset tag with the primary key from the database. |
AssetTag |
AssetTagPersistenceImpl.remove(Serializable primaryKey)
Removes the asset tag with the primary key from the database. |
AssetTag |
AssetTagPersistenceImpl.removeByG_N(long groupId,
String name)
Removes the asset tag where groupId = ? and name = ? from the database. |
AssetTag |
AssetTagPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the asset tag where uuid = ? and groupId = ? from the database. |
protected AssetTag |
AssetTagPersistenceImpl.removeImpl(AssetTag assetTag)
|
protected AssetTag |
AssetTagPersistenceImpl.toUnwrappedModel(AssetTag assetTag)
|
AssetTag |
AssetTagPersistenceImpl.updateImpl(AssetTag assetTag)
|
| Methods in com.liferay.portlet.asset.service.persistence.impl that return types with arguments of type AssetTag | |
|---|---|
Map<Serializable,AssetTag> |
AssetTagPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByG_LikeN(long[] groupIds,
String name)
Returns all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByG_LikeN(long[] groupIds,
String name,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByG_LikeN(long groupId,
String name)
Returns all the asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByG_LikeN(long groupId,
String name,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByGroupId(long groupId)
Returns all the asset tags that the user has permission to view where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByGroupId(long[] groupIds)
Returns all the asset tags that the user has permission to view where groupId = any ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = any ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ?. |
List<AssetTag> |
AssetTagPersistenceImpl.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> |
AssetTagPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findAll()
Returns all the asset tags. |
List<AssetTag> |
AssetTagPersistenceImpl.findAll(int start,
int end)
Returns a range of all the asset tags. |
List<AssetTag> |
AssetTagPersistenceImpl.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagPersistenceImpl.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagFinderImpl.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagPersistenceImpl.findByG_LikeN(long[] groupIds,
String name)
Returns all the asset tags where groupId = any ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByG_LikeN(long[] groupIds,
String name,
int start,
int end)
Returns a range of all the asset tags where groupId = any ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.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 ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache. |
List<AssetTag> |
AssetTagPersistenceImpl.findByG_LikeN(long groupId,
String name)
Returns all the asset tags where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByG_LikeN(long groupId,
String name,
int start,
int end)
Returns a range of all the asset tags where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.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 ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagFinderImpl.findByG_N_S_E(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)
|
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long groupId)
Returns all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long[] groupIds)
Returns all the asset tags where groupId = any ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the asset tags where groupId = any ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = any ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByUuid_C(String uuid,
long companyId)
Returns all the asset tags where uuid = ? and companyId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the asset tags where uuid = ? and companyId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.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 = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ? and companyId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByUuid(String uuid)
Returns all the asset tags where uuid = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the asset tags where uuid = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where uuid = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ?. |
List<AssetTag> |
AssetEntryPersistenceImpl.getAssetTags(long pk)
Returns all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistenceImpl.getAssetTags(long pk,
int start,
int end)
Returns a range of all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistenceImpl.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.portlet.asset.service.persistence.impl with parameters of type AssetTag | |
|---|---|
void |
AssetEntryPersistenceImpl.addAssetTag(long pk,
AssetTag assetTag)
Adds an association between the asset entry and the asset tag. |
void |
AssetTagPersistenceImpl.cacheResult(AssetTag assetTag)
Caches the asset tag in the entity cache if it is enabled. |
void |
AssetTagPersistenceImpl.clearCache(AssetTag assetTag)
Clears the cache for the asset tag. |
protected AssetTag |
AssetTagPersistenceImpl.filterGetByG_LikeN_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.getByG_LikeN_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.getByGroupId_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
AssetTag assetTag,
String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.getByUuid_PrevAndNext(Session session,
AssetTag assetTag,
String uuid,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
void |
AssetEntryPersistenceImpl.removeAssetTag(long pk,
AssetTag assetTag)
Removes the association between the asset entry and the asset tag. |
protected AssetTag |
AssetTagPersistenceImpl.removeImpl(AssetTag assetTag)
|
protected AssetTag |
AssetTagPersistenceImpl.toUnwrappedModel(AssetTag assetTag)
|
AssetTag |
AssetTagPersistenceImpl.updateImpl(AssetTag assetTag)
|
| Method parameters in com.liferay.portlet.asset.service.persistence.impl with type arguments of type AssetTag | |
|---|---|
void |
AssetEntryPersistenceImpl.addAssetTags(long pk,
List<AssetTag> assetTags)
Adds an association between the asset entry and the asset tags. |
void |
AssetTagPersistenceImpl.cacheResult(List<AssetTag> assetTags)
Caches the asset tags in the entity cache if it is enabled. |
void |
AssetTagPersistenceImpl.clearCache(List<AssetTag> assetTags)
|
AssetTag |
AssetTagPersistenceImpl.fetchByG_LikeN_First(long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByG_LikeN_Last(long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ?. |
AssetTag |
AssetTagPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ?. |
AssetTag[] |
AssetTagPersistenceImpl.filterFindByG_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 of asset tags that the user has permission to view where groupId = ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ? and name LIKE ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ? and name LIKE ?. |
AssetTag[] |
AssetTagPersistenceImpl.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> 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 = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permission to view where groupId = any ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?. |
protected AssetTag |
AssetTagPersistenceImpl.filterGetByG_LikeN_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
List<AssetTag> |
AssetTagPersistenceImpl.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagPersistenceImpl.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagFinderImpl.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
AssetTag |
AssetTagPersistenceImpl.findByG_LikeN_First(long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?. |
AssetTag |
AssetTagPersistenceImpl.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[] |
AssetTagPersistenceImpl.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 ?. |
List<AssetTag> |
AssetTagPersistenceImpl.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 ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByG_LikeN(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache. |
List<AssetTag> |
AssetTagPersistenceImpl.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 ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?. |
AssetTag |
AssetTagPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
AssetTag[] |
AssetTagPersistenceImpl.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 = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = any ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where groupId = ?. |
AssetTag |
AssetTagPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag |
AssetTagPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ? and companyId = ?. |
AssetTag[] |
AssetTagPersistenceImpl.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 = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.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 = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ? and companyId = ?. |
AssetTag |
AssetTagPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where uuid = ?. |
AssetTag |
AssetTagPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where uuid = ?. |
AssetTag[] |
AssetTagPersistenceImpl.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 = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where uuid = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset tags where uuid = ?. |
List<AssetTag> |
AssetEntryPersistenceImpl.getAssetTags(long pk,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags associated with the asset entry. |
protected AssetTag |
AssetTagPersistenceImpl.getByG_LikeN_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
String name,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.getByGroupId_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
AssetTag assetTag,
String uuid,
long companyId,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
protected AssetTag |
AssetTagPersistenceImpl.getByUuid_PrevAndNext(Session session,
AssetTag assetTag,
String uuid,
OrderByComparator<AssetTag> orderByComparator,
boolean previous)
|
void |
AssetEntryPersistenceImpl.removeAssetTags(long pk,
List<AssetTag> assetTags)
Removes the association between the asset entry and the asset tags. |
void |
AssetEntryPersistenceImpl.setAssetTags(long pk,
List<AssetTag> assetTags)
Sets the asset tags associated with the asset entry, removing and adding associations as necessary. |
| Uses of AssetTag in com.liferay.portlet.asset.util |
|---|
| Method parameters in com.liferay.portlet.asset.util with type arguments of type AssetTag | |
|---|---|
static Set<String> |
AssetUtil.addLayoutTags(javax.servlet.http.HttpServletRequest request,
List<AssetTag> tags)
|
| Uses of AssetTag in com.liferay.portlet.asset.util.comparator |
|---|
| Methods in com.liferay.portlet.asset.util.comparator with parameters of type AssetTag | |
|---|---|
int |
AssetTagCountComparator.compare(AssetTag assetTag1,
AssetTag assetTag2)
|
int |
AssetTagAssetCountComparator.compare(AssetTag assetTag1,
AssetTag assetTag2)
|
int |
AssetTagNameComparator.compare(AssetTag assetTag1,
AssetTag assetTag2)
|
| Uses of AssetTag in com.liferay.portlet.asset.util.test |
|---|
| Methods in com.liferay.portlet.asset.util.test that return AssetTag | |
|---|---|
static AssetTag |
AssetTestUtil.addTag(long groupId)
|
| Uses of AssetTag in com.liferay.taglib.ui |
|---|
| Methods in com.liferay.taglib.ui that return types with arguments of type AssetTag | |
|---|---|
List<AssetTag> |
AssetTagsAvailableTag.getAssetTags()
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||