|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
Methods in com.liferay.portlet.asset.model that return AssetTag | |
---|---|
AssetTag |
AssetTagWrapper.getWrappedAssetTag()
|
AssetTag |
AssetTagWrapper.toEscapedModel()
|
AssetTag |
AssetTagModel.toEscapedModel()
|
Methods in com.liferay.portlet.asset.model that return types with arguments of type AssetTag | |
---|---|
List<AssetTag> |
AssetEntryWrapper.getTags()
|
List<AssetTag> |
AssetEntry.getTags()
|
Methods in com.liferay.portlet.asset.model with parameters of type AssetTag | |
---|---|
int |
AssetTagWrapper.compareTo(AssetTag assetTag)
|
int |
AssetTagModel.compareTo(AssetTag assetTag)
|
static AssetTagSoap |
AssetTagSoap.toSoapModel(AssetTag model)
|
static AssetTagSoap[] |
AssetTagSoap.toSoapModels(AssetTag[] models)
|
static AssetTagSoap[][] |
AssetTagSoap.toSoapModels(AssetTag[][] models)
|
Method parameters in com.liferay.portlet.asset.model with type arguments of type AssetTag | |
---|---|
static AssetTagSoap[] |
AssetTagSoap.toSoapModels(List<AssetTag> models)
|
Constructors in com.liferay.portlet.asset.model with parameters of type AssetTag | |
---|---|
AssetTagWrapper(AssetTag assetTag)
|
Uses of AssetTag in com.liferay.portlet.asset.model.impl |
---|
Classes in com.liferay.portlet.asset.model.impl that implement AssetTag | |
---|---|
class |
AssetTagImpl
|
Methods in com.liferay.portlet.asset.model.impl that return AssetTag | |
---|---|
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()
|
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 | |
---|---|
AssetTag |
AssetTagLocalServiceWrapper.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
static AssetTag |
AssetTagLocalServiceUtil.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
AssetTag |
AssetTagLocalService.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
AssetTag |
AssetTagLocalServiceWrapper.addTag(long userId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagLocalServiceUtil.addTag(long userId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalService.addTag(long userId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagServiceWrapper.addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagServiceUtil.addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagService.addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalServiceWrapper.createAssetTag(long tagId)
Creates a new asset tag with the primary key. |
static AssetTag |
AssetTagLocalServiceUtil.createAssetTag(long tagId)
Creates a new asset tag with the primary key. |
AssetTag |
AssetTagLocalService.createAssetTag(long tagId)
Creates a new asset tag with the primary key. |
AssetTag |
AssetTagLocalServiceWrapper.decrementAssetCount(long tagId,
long classNameId)
|
static AssetTag |
AssetTagLocalServiceUtil.decrementAssetCount(long tagId,
long classNameId)
|
AssetTag |
AssetTagLocalService.decrementAssetCount(long tagId,
long classNameId)
|
AssetTag |
AssetTagLocalServiceWrapper.getAssetTag(long tagId)
Gets the asset tag with the primary key. |
static AssetTag |
AssetTagLocalServiceUtil.getAssetTag(long tagId)
Gets the asset tag with the primary key. |
AssetTag |
AssetTagLocalService.getAssetTag(long tagId)
Gets the asset tag with the primary key. |
AssetTag |
AssetTagServiceWrapper.getTag(long tagId)
|
static AssetTag |
AssetTagServiceUtil.getTag(long tagId)
|
AssetTag |
AssetTagService.getTag(long tagId)
|
AssetTag |
AssetTagLocalServiceWrapper.getTag(long tagId)
|
static AssetTag |
AssetTagLocalServiceUtil.getTag(long tagId)
|
AssetTag |
AssetTagLocalService.getTag(long tagId)
|
AssetTag |
AssetTagLocalServiceWrapper.getTag(long groupId,
String name)
|
static AssetTag |
AssetTagLocalServiceUtil.getTag(long groupId,
String name)
|
AssetTag |
AssetTagLocalService.getTag(long groupId,
String name)
|
AssetTag |
AssetTagLocalServiceWrapper.incrementAssetCount(long tagId,
long classNameId)
|
static AssetTag |
AssetTagLocalServiceUtil.incrementAssetCount(long tagId,
long classNameId)
|
AssetTag |
AssetTagLocalService.incrementAssetCount(long tagId,
long classNameId)
|
AssetTag |
AssetTagLocalServiceWrapper.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database. |
static AssetTag |
AssetTagLocalServiceUtil.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database. |
AssetTag |
AssetTagLocalService.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database. |
AssetTag |
AssetTagLocalServiceWrapper.updateAssetTag(AssetTag assetTag,
boolean merge)
Updates the asset tag in the database. |
static AssetTag |
AssetTagLocalServiceUtil.updateAssetTag(AssetTag assetTag,
boolean merge)
Updates the asset tag in the database. |
AssetTag |
AssetTagLocalService.updateAssetTag(AssetTag assetTag,
boolean merge)
Updates the asset tag in the database. |
AssetTag |
AssetTagLocalServiceWrapper.updateTag(long userId,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagLocalServiceUtil.updateTag(long userId,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalService.updateTag(long userId,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagServiceWrapper.updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagServiceUtil.updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagService.updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetTag | |
---|---|
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetTags(int start,
int end)
Gets a range of all the asset tags. |
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetTags(int start,
int end)
Gets a range of all the asset tags. |
List<AssetTag> |
AssetTagLocalService.getAssetTags(int start,
int end)
Gets a range of all the asset tags. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getEntryTags(long entryId)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getEntryTags(long entryId)
|
List<AssetTag> |
AssetTagLocalService.getEntryTags(long entryId)
|
List<AssetTag> |
AssetTagServiceWrapper.getGroupTags(long groupId)
|
static List<AssetTag> |
AssetTagServiceUtil.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagService.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getGroupTags(long groupId)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagLocalService.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags()
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags()
|
List<AssetTag> |
AssetTagLocalService.getTags()
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags(long classNameId,
long classPK)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags(long classNameId,
long classPK)
|
List<AssetTag> |
AssetTagLocalService.getTags(long classNameId,
long classPK)
|
List<AssetTag> |
AssetTagServiceWrapper.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)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags(long groupId,
long classNameId,
String name)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagLocalService.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags(long groupId,
long classNameId,
String name,
int start,
int end)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags(long groupId,
long classNameId,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagLocalService.getTags(long groupId,
long classNameId,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(String className,
long classPK)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(String className,
long classPK)
|
List<AssetTag> |
AssetTagService.getTags(String className,
long classPK)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags(String className,
long classPK)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags(String className,
long classPK)
|
List<AssetTag> |
AssetTagLocalService.getTags(String className,
long classPK)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
List<AssetTag> |
AssetTagLocalService.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
Methods in com.liferay.portlet.asset.service with parameters of type AssetTag | |
---|---|
AssetTag |
AssetTagLocalServiceWrapper.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
static AssetTag |
AssetTagLocalServiceUtil.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
AssetTag |
AssetTagLocalService.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
void |
AssetTagLocalServiceWrapper.addTagResources(AssetTag tag,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
AssetTagLocalServiceUtil.addTagResources(AssetTag tag,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
AssetTagLocalService.addTagResources(AssetTag tag,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
AssetTagLocalServiceWrapper.addTagResources(AssetTag tag,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
AssetTagLocalServiceUtil.addTagResources(AssetTag tag,
String[] communityPermissions,
String[] guestPermissions)
|
void |
AssetTagLocalService.addTagResources(AssetTag tag,
String[] communityPermissions,
String[] guestPermissions)
|
void |
AssetTagLocalServiceWrapper.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
static void |
AssetTagLocalServiceUtil.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
void |
AssetTagLocalService.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
void |
AssetTagLocalServiceWrapper.deleteTag(AssetTag tag)
|
static void |
AssetTagLocalServiceUtil.deleteTag(AssetTag tag)
|
void |
AssetTagLocalService.deleteTag(AssetTag tag)
|
AssetTag |
AssetTagLocalServiceWrapper.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database. |
static AssetTag |
AssetTagLocalServiceUtil.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database. |
AssetTag |
AssetTagLocalService.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database. |
AssetTag |
AssetTagLocalServiceWrapper.updateAssetTag(AssetTag assetTag,
boolean merge)
Updates the asset tag in the database. |
static AssetTag |
AssetTagLocalServiceUtil.updateAssetTag(AssetTag assetTag,
boolean merge)
Updates the asset tag in the database. |
AssetTag |
AssetTagLocalService.updateAssetTag(AssetTag assetTag,
boolean merge)
Updates the asset tag in the database. |
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.getAssetTag(long tagId)
Gets the asset tag with the primary key. |
AssetTag |
AssetTagLocalServiceBaseImpl.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database. |
AssetTag |
AssetTagLocalServiceBaseImpl.updateAssetTag(AssetTag assetTag,
boolean merge)
Updates the asset tag in the database. |
Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetTag | |
---|---|
List<AssetTag> |
AssetTagLocalServiceBaseImpl.getAssetTags(int start,
int end)
Gets a range of all the asset tags. |
Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTag | |
---|---|
AssetTag |
AssetTagLocalServiceBaseImpl.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
void |
AssetTagLocalServiceBaseImpl.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
AssetTag |
AssetTagLocalServiceBaseImpl.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database. |
AssetTag |
AssetTagLocalServiceBaseImpl.updateAssetTag(AssetTag assetTag,
boolean merge)
Updates the asset tag in the database. |
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,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagServiceHttp.getTag(HttpPrincipal httpPrincipal,
long tagId)
|
static AssetTag |
AssetTagServiceHttp.updateTag(HttpPrincipal httpPrincipal,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.asset.service.http that return types with arguments of type AssetTag | |
---|---|
static List<AssetTag> |
AssetTagServiceHttp.getGroupTags(HttpPrincipal httpPrincipal,
long groupId)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
long groupId,
long classNameId,
String name)
|
static List<AssetTag> |
AssetTagServiceHttp.getTags(HttpPrincipal httpPrincipal,
String className,
long classPK)
|
Methods in com.liferay.portlet.asset.service.http with parameters of type AssetTag | |
---|---|
static JSONArray |
AssetTagJSONSerializer.toJSONArray(AssetTag[] models)
|
static JSONArray |
AssetTagJSONSerializer.toJSONArray(AssetTag[][] models)
|
static JSONObject |
AssetTagJSONSerializer.toJSONObject(AssetTag model)
|
Method parameters in com.liferay.portlet.asset.service.http with type arguments of type AssetTag | |
---|---|
static JSONArray |
AssetTagJSONSerializer.toJSONArray(List<AssetTag> models)
|
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,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagServiceImpl.addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalServiceImpl.decrementAssetCount(long tagId,
long classNameId)
|
AssetTag |
AssetTagServiceImpl.getTag(long tagId)
|
AssetTag |
AssetTagLocalServiceImpl.getTag(long tagId)
|
AssetTag |
AssetTagLocalServiceImpl.getTag(long groupId,
String name)
|
AssetTag |
AssetTagLocalServiceImpl.incrementAssetCount(long tagId,
long classNameId)
|
AssetTag |
AssetTagLocalServiceImpl.updateTag(long userId,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagServiceImpl.updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.asset.service.impl that return types with arguments of type AssetTag | |
---|---|
protected List<AssetTag> |
AssetTagServiceImpl.filterTags(List<AssetTag> tags)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getEntryTags(long entryId)
|
List<AssetTag> |
AssetTagServiceImpl.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getTags()
|
List<AssetTag> |
AssetTagLocalServiceImpl.getTags(long classNameId,
long classPK)
|
List<AssetTag> |
AssetTagServiceImpl.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagLocalServiceImpl.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(String className,
long classPK)
|
List<AssetTag> |
AssetTagLocalServiceImpl.getTags(String className,
long classPK)
|
List<AssetTag> |
AssetTagLocalServiceImpl.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
Methods in com.liferay.portlet.asset.service.impl with parameters of type AssetTag | |
---|---|
void |
AssetTagLocalServiceImpl.addTagResources(AssetTag tag,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
AssetTagLocalServiceImpl.addTagResources(AssetTag tag,
String[] communityPermissions,
String[] guestPermissions)
|
void |
AssetTagLocalServiceImpl.deleteTag(AssetTag tag)
|
Method parameters in com.liferay.portlet.asset.service.impl with type arguments of type AssetTag | |
---|---|
protected List<AssetTag> |
AssetTagServiceImpl.filterTags(List<AssetTag> tags)
|
protected String[] |
AssetTagLocalServiceImpl.getTagNames(List<AssetTag> tags)
|
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. |
AssetTag |
AssetTagPersistenceImpl.create(long tagId)
Creates a new asset tag with the primary key. |
static AssetTag |
AssetTagUtil.fetchByPrimaryKey(long tagId)
Finds the asset tag with the primary key or returns null if it could not be found. |
AssetTag |
AssetTagPersistence.fetchByPrimaryKey(long tagId)
Finds the asset tag with the primary key or returns null if it could not be found. |
AssetTag |
AssetTagPersistenceImpl.fetchByPrimaryKey(long tagId)
Finds the asset tag with the primary key or returns null if it could not be found. |
AssetTag |
AssetTagPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the asset tag with the primary key or returns null if it could not be found. |
static AssetTag |
AssetTagFinderUtil.findByG_N(long groupId,
String name)
|
AssetTag |
AssetTagFinder.findByG_N(long groupId,
String name)
|
AssetTag |
AssetTagFinderImpl.findByG_N(long groupId,
String name)
|
static AssetTag |
AssetTagUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first asset tag in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last asset tag in the ordered set where groupId = ?. |
static AssetTag[] |
AssetTagUtil.findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
Finds the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
AssetTag[] |
AssetTagPersistence.findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
Finds the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
AssetTag[] |
AssetTagPersistenceImpl.findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
Finds the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.findByPrimaryKey(long tagId)
Finds the asset tag with the primary key or throws a NoSuchTagException if it could not be found. |
AssetTag |
AssetTagPersistence.findByPrimaryKey(long tagId)
Finds the asset tag with the primary key or throws a NoSuchTagException if it could not be found. |
AssetTag |
AssetTagPersistenceImpl.findByPrimaryKey(long tagId)
Finds the asset tag with the primary key or throws a NoSuchTagException if it could not be found. |
AssetTag |
AssetTagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the asset tag with the primary key or throws a NoSuchModelException if it could not be found. |
protected AssetTag |
AssetTagPersistenceImpl.getByGroupId_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
static AssetTag |
AssetTagUtil.remove(AssetTag assetTag)
|
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. |
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. |
protected AssetTag |
AssetTagPersistenceImpl.removeImpl(AssetTag assetTag)
|
protected AssetTag |
AssetTagPersistenceImpl.toUnwrappedModel(AssetTag assetTag)
|
static AssetTag |
AssetTagUtil.update(AssetTag assetTag,
boolean merge)
|
static AssetTag |
AssetTagUtil.update(AssetTag assetTag,
boolean merge,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagUtil.updateImpl(AssetTag assetTag,
boolean merge)
|
AssetTag |
AssetTagPersistence.updateImpl(AssetTag assetTag,
boolean merge)
|
AssetTag |
AssetTagPersistenceImpl.updateImpl(AssetTag assetTag,
boolean merge)
|
Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetTag | |
---|---|
static List<AssetTag> |
AssetTagUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the asset tags where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the asset tags where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the asset tags where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findAll()
Finds all the asset tags. |
List<AssetTag> |
AssetTagPersistence.findAll()
Finds all the asset tags. |
List<AssetTag> |
AssetTagPersistenceImpl.findAll()
Finds all the asset tags. |
static List<AssetTag> |
AssetTagUtil.findAll(int start,
int end)
Finds a range of all the asset tags. |
List<AssetTag> |
AssetTagPersistence.findAll(int start,
int end)
Finds a range of all the asset tags. |
List<AssetTag> |
AssetTagPersistenceImpl.findAll(int start,
int end)
Finds a range of all the asset tags. |
static List<AssetTag> |
AssetTagUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset tags. |
List<AssetTag> |
AssetTagPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset tags. |
static List<AssetTag> |
AssetTagFinderUtil.findByC_C(long classNameId,
long classPK)
|
List<AssetTag> |
AssetTagFinder.findByC_C(long classNameId,
long classPK)
|
List<AssetTag> |
AssetTagFinderImpl.findByC_C(long classNameId,
long classPK)
|
static List<AssetTag> |
AssetTagFinderUtil.findByEntryId(long entryId)
|
List<AssetTag> |
AssetTagFinder.findByEntryId(long entryId)
|
List<AssetTag> |
AssetTagFinderImpl.findByEntryId(long entryId)
|
static List<AssetTag> |
AssetTagFinderUtil.findByG_C_N(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagFinder.findByG_C_N(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagFinderImpl.findByG_C_N(long groupId,
long classNameId,
String name)
|
static List<AssetTag> |
AssetTagFinderUtil.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagFinder.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagFinderImpl.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end)
|
static List<AssetTag> |
AssetTagFinderUtil.findByG_N_P(long groupId,
String name,
String[] tagProperties)
|
List<AssetTag> |
AssetTagFinder.findByG_N_P(long groupId,
String name,
String[] tagProperties)
|
List<AssetTag> |
AssetTagFinderImpl.findByG_N_P(long groupId,
String name,
String[] tagProperties)
|
static List<AssetTag> |
AssetTagFinderUtil.findByG_N_P(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
List<AssetTag> |
AssetTagFinder.findByG_N_P(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
List<AssetTag> |
AssetTagFinderImpl.findByG_N_P(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId)
Finds all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId)
Finds all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long groupId)
Finds all the asset tags where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the asset tags where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset tags where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetTag> |
AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetTag> |
AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AssetTag> |
AssetEntryUtil.getAssetTags(long pk)
Gets all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistence.getAssetTags(long pk)
Gets all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistenceImpl.getAssetTags(long pk)
Gets all the asset tags associated with the asset entry. |
static List<AssetTag> |
AssetEntryUtil.getAssetTags(long pk,
int start,
int end)
Gets a range of all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistence.getAssetTags(long pk,
int start,
int end)
Gets a range of all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistenceImpl.getAssetTags(long pk,
int start,
int end)
Gets a range of all the asset tags associated with the asset entry. |
static List<AssetTag> |
AssetEntryUtil.getAssetTags(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Gets an ordered range of all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistence.getAssetTags(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Gets an ordered range of all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistenceImpl.getAssetTags(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Gets 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. |
void |
AssetEntryPersistenceImpl.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. |
void |
AssetTagPersistenceImpl.cacheResult(AssetTag assetTag)
Caches the asset tag in the entity cache if it is enabled. |
static void |
AssetTagUtil.clearCache(AssetTag assetTag)
|
void |
AssetTagPersistenceImpl.clearCache(AssetTag assetTag)
Clears the cache for the asset tag. |
protected AssetTag |
AssetTagPersistenceImpl.getByGroupId_PrevAndNext(Session session,
AssetTag assetTag,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
static AssetTag |
AssetTagUtil.remove(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. |
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)
|
static AssetTag |
AssetTagUtil.update(AssetTag assetTag,
boolean merge)
|
static AssetTag |
AssetTagUtil.update(AssetTag assetTag,
boolean merge,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagUtil.updateImpl(AssetTag assetTag,
boolean merge)
|
AssetTag |
AssetTagPersistence.updateImpl(AssetTag assetTag,
boolean merge)
|
AssetTag |
AssetTagPersistenceImpl.updateImpl(AssetTag assetTag,
boolean merge)
|
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. |
void |
AssetEntryPersistenceImpl.addAssetTags(long pk,
List<AssetTag> assetTags)
Adds an association between the asset entry and the asset tags. |
static void |
AssetTagUtil.cacheResult(List<AssetTag> assetTags)
Caches the asset tags in the entity cache if it is enabled. |
void |
AssetTagPersistence.cacheResult(List<AssetTag> assetTags)
Caches the asset tags in the entity cache if it is enabled. |
void |
AssetTagPersistenceImpl.cacheResult(List<AssetTag> assetTags)
Caches the asset tags in the entity cache if it is enabled. |
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. |
void |
AssetEntryPersistenceImpl.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. |
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)
|
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |