Liferay 6.0.5

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

Packages that use AssetLink
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.service   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl   
com.liferay.portlet.asset.service.persistence   
 

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

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

Methods in com.liferay.portlet.asset.model that return AssetLink
 AssetLink AssetLinkWrapper.getWrappedAssetLink()
           
 AssetLink AssetLinkWrapper.toEscapedModel()
           
 AssetLink AssetLinkModel.toEscapedModel()
          Gets a copy of this asset link as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.asset.model with parameters of type AssetLink
 int AssetLinkWrapper.compareTo(AssetLink assetLink)
           
 int AssetLinkModel.compareTo(AssetLink assetLink)
           
 

Constructors in com.liferay.portlet.asset.model with parameters of type AssetLink
AssetLinkWrapper(AssetLink assetLink)
           
 

Uses of AssetLink in com.liferay.portlet.asset.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement AssetLink
 class AssetLinkImpl
           
 

Methods in com.liferay.portlet.asset.model.impl that return AssetLink
 AssetLink AssetLinkModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.asset.model.impl with parameters of type AssetLink
 int AssetLinkModelImpl.compareTo(AssetLink assetLink)
           
 

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

Methods in com.liferay.portlet.asset.service that return AssetLink
 AssetLink AssetLinkLocalServiceWrapper.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
static AssetLink AssetLinkLocalServiceUtil.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
 AssetLink AssetLinkLocalService.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
 AssetLink AssetLinkLocalServiceWrapper.addLink(long userId, long entryId1, long entryId2, int type, int weight)
           
static AssetLink AssetLinkLocalServiceUtil.addLink(long userId, long entryId1, long entryId2, int type, int weight)
           
 AssetLink AssetLinkLocalService.addLink(long userId, long entryId1, long entryId2, int type, int weight)
           
 AssetLink AssetLinkLocalServiceWrapper.createAssetLink(long linkId)
          Creates a new asset link with the primary key.
static AssetLink AssetLinkLocalServiceUtil.createAssetLink(long linkId)
          Creates a new asset link with the primary key.
 AssetLink AssetLinkLocalService.createAssetLink(long linkId)
          Creates a new asset link with the primary key.
 AssetLink AssetLinkLocalServiceWrapper.getAssetLink(long linkId)
          Gets the asset link with the primary key.
static AssetLink AssetLinkLocalServiceUtil.getAssetLink(long linkId)
          Gets the asset link with the primary key.
 AssetLink AssetLinkLocalService.getAssetLink(long linkId)
          Gets the asset link with the primary key.
 AssetLink AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database.
static AssetLink AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database.
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database.
 AssetLink AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink, boolean merge)
          Updates the asset link in the database.
static AssetLink AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink, boolean merge)
          Updates the asset link in the database.
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink, boolean merge)
          Updates the asset link in the database.
 

Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetLink
 List<AssetLink> AssetLinkLocalServiceWrapper.getAssetLinks(int start, int end)
          Gets a range of all the asset links.
static List<AssetLink> AssetLinkLocalServiceUtil.getAssetLinks(int start, int end)
          Gets a range of all the asset links.
 List<AssetLink> AssetLinkLocalService.getAssetLinks(int start, int end)
          Gets a range of all the asset links.
 List<AssetLink> AssetLinkLocalServiceWrapper.getLinks(long entryId, int typeId)
           
static List<AssetLink> AssetLinkLocalServiceUtil.getLinks(long entryId, int typeId)
           
 List<AssetLink> AssetLinkLocalService.getLinks(long entryId, int typeId)
           
 List<AssetLink> AssetLinkLocalServiceWrapper.getReverseLinks(long entryId, int typeId)
           
static List<AssetLink> AssetLinkLocalServiceUtil.getReverseLinks(long entryId, int typeId)
           
 List<AssetLink> AssetLinkLocalService.getReverseLinks(long entryId, int typeId)
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetLink
 AssetLink AssetLinkLocalServiceWrapper.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
static AssetLink AssetLinkLocalServiceUtil.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
 AssetLink AssetLinkLocalService.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
 void AssetLinkLocalServiceWrapper.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
static void AssetLinkLocalServiceUtil.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
 void AssetLinkLocalService.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
 AssetLink AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database.
static AssetLink AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database.
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database.
 AssetLink AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink, boolean merge)
          Updates the asset link in the database.
static AssetLink AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink, boolean merge)
          Updates the asset link in the database.
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink, boolean merge)
          Updates the asset link in the database.
 

Uses of AssetLink in com.liferay.portlet.asset.service.base
 

Methods in com.liferay.portlet.asset.service.base that return AssetLink
 AssetLink AssetLinkLocalServiceBaseImpl.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
 AssetLink AssetLinkLocalServiceBaseImpl.createAssetLink(long linkId)
          Creates a new asset link with the primary key.
 AssetLink AssetLinkLocalServiceBaseImpl.getAssetLink(long linkId)
          Gets the asset link with the primary key.
 AssetLink AssetLinkLocalServiceBaseImpl.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database.
 AssetLink AssetLinkLocalServiceBaseImpl.updateAssetLink(AssetLink assetLink, boolean merge)
          Updates the asset link in the database.
 

Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetLink
 List<AssetLink> AssetLinkLocalServiceBaseImpl.getAssetLinks(int start, int end)
          Gets a range of all the asset links.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetLink
 AssetLink AssetLinkLocalServiceBaseImpl.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
 void AssetLinkLocalServiceBaseImpl.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
 AssetLink AssetLinkLocalServiceBaseImpl.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database.
 AssetLink AssetLinkLocalServiceBaseImpl.updateAssetLink(AssetLink assetLink, boolean merge)
          Updates the asset link in the database.
 

Uses of AssetLink in com.liferay.portlet.asset.service.impl
 

Methods in com.liferay.portlet.asset.service.impl that return AssetLink
 AssetLink AssetLinkLocalServiceImpl.addLink(long userId, long entryId1, long entryId2, int type, int weight)
           
 

Methods in com.liferay.portlet.asset.service.impl that return types with arguments of type AssetLink
 List<AssetLink> AssetLinkLocalServiceImpl.getLinks(long entryId, int typeId)
           
 List<AssetLink> AssetLinkLocalServiceImpl.getReverseLinks(long entryId, int typeId)
           
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetLink
static AssetLink AssetLinkUtil.create(long linkId)
          Creates a new asset link with the primary key.
 AssetLink AssetLinkPersistence.create(long linkId)
          Creates a new asset link with the primary key.
 AssetLink AssetLinkPersistenceImpl.create(long linkId)
          Creates a new asset link with the primary key.
static AssetLink AssetLinkUtil.fetchByPrimaryKey(long linkId)
          Finds the asset link with the primary key or returns null if it could not be found.
 AssetLink AssetLinkPersistence.fetchByPrimaryKey(long linkId)
          Finds the asset link with the primary key or returns null if it could not be found.
 AssetLink AssetLinkPersistenceImpl.fetchByPrimaryKey(long linkId)
          Finds the asset link with the primary key or returns null if it could not be found.
 AssetLink AssetLinkPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the asset link with the primary key or returns null if it could not be found.
static AssetLink AssetLinkUtil.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink[] AssetLinkUtil.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink[] AssetLinkPersistence.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.findByE_E_T_First(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE_E_T_First(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_T_First(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE_E_T_Last(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE_E_T_Last(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE_E_T_Last(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE_E_T_PrevAndNext(long linkId, long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE_E_T_PrevAndNext(long linkId, long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE_E_T_PrevAndNext(long linkId, long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ?.
static AssetLink[] AssetLinkUtil.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ?.
 AssetLink[] AssetLinkPersistence.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ?.
static AssetLink[] AssetLinkUtil.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ?.
 AssetLink[] AssetLinkPersistence.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistenceImpl.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistenceImpl.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Finds the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByPrimaryKey(long linkId)
          Finds the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
 AssetLink AssetLinkPersistence.findByPrimaryKey(long linkId)
          Finds the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
 AssetLink AssetLinkPersistenceImpl.findByPrimaryKey(long linkId)
          Finds the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
 AssetLink AssetLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset link with the primary key or throws a NoSuchModelException if it could not be found.
protected  AssetLink AssetLinkPersistenceImpl.getByE_E_PrevAndNext(Session session, AssetLink assetLink, long entryId1, long entryId2, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE_E_T_PrevAndNext(Session session, AssetLink assetLink, long entryId1, long entryId2, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE1_PrevAndNext(Session session, AssetLink assetLink, long entryId1, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE1_T_PrevAndNext(Session session, AssetLink assetLink, long entryId1, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE2_PrevAndNext(Session session, AssetLink assetLink, long entryId2, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE2_T_PrevAndNext(Session session, AssetLink assetLink, long entryId2, int type, OrderByComparator orderByComparator, boolean previous)
           
static AssetLink AssetLinkUtil.remove(AssetLink assetLink)
           
static AssetLink AssetLinkUtil.remove(long linkId)
          Removes the asset link with the primary key from the database.
 AssetLink AssetLinkPersistence.remove(long linkId)
          Removes the asset link with the primary key from the database.
 AssetLink AssetLinkPersistenceImpl.remove(long linkId)
          Removes the asset link with the primary key from the database.
 AssetLink AssetLinkPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset link with the primary key from the database.
protected  AssetLink AssetLinkPersistenceImpl.removeImpl(AssetLink assetLink)
           
protected  AssetLink AssetLinkPersistenceImpl.toUnwrappedModel(AssetLink assetLink)
           
static AssetLink AssetLinkUtil.update(AssetLink assetLink, boolean merge)
           
static AssetLink AssetLinkUtil.update(AssetLink assetLink, boolean merge, ServiceContext serviceContext)
           
static AssetLink AssetLinkUtil.updateImpl(AssetLink assetLink, boolean merge)
           
 AssetLink AssetLinkPersistence.updateImpl(AssetLink assetLink, boolean merge)
           
 AssetLink AssetLinkPersistenceImpl.updateImpl(AssetLink assetLink, boolean merge)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetLink
static List<AssetLink> AssetLinkUtil.findAll()
          Finds all the asset links.
 List<AssetLink> AssetLinkPersistence.findAll()
          Finds all the asset links.
 List<AssetLink> AssetLinkPersistenceImpl.findAll()
          Finds all the asset links.
static List<AssetLink> AssetLinkUtil.findAll(int start, int end)
          Finds a range of all the asset links.
 List<AssetLink> AssetLinkPersistence.findAll(int start, int end)
          Finds a range of all the asset links.
 List<AssetLink> AssetLinkPersistenceImpl.findAll(int start, int end)
          Finds a range of all the asset links.
static List<AssetLink> AssetLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links.
 List<AssetLink> AssetLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links.
 List<AssetLink> AssetLinkPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links.
static List<AssetLink> AssetLinkUtil.findByE_E_T(long entryId1, long entryId2, int type)
          Finds all the asset links where entryId1 = ? and entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE_E_T(long entryId1, long entryId2, int type)
          Finds all the asset links where entryId1 = ? and entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E_T(long entryId1, long entryId2, int type)
          Finds all the asset links where entryId1 = ? and entryId2 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE_E_T(long entryId1, long entryId2, int type, int start, int end)
          Finds a range of all the asset links where entryId1 = ? and entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE_E_T(long entryId1, long entryId2, int type, int start, int end)
          Finds a range of all the asset links where entryId1 = ? and entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E_T(long entryId1, long entryId2, int type, int start, int end)
          Finds a range of all the asset links where entryId1 = ? and entryId2 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE_E_T(long entryId1, long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ? and entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE_E_T(long entryId1, long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ? and entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E_T(long entryId1, long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ? and entryId2 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE_E(long entryId1, long entryId2)
          Finds all the asset links where entryId1 = ? and entryId2 = ?.
 List<AssetLink> AssetLinkPersistence.findByE_E(long entryId1, long entryId2)
          Finds all the asset links where entryId1 = ? and entryId2 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E(long entryId1, long entryId2)
          Finds all the asset links where entryId1 = ? and entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE_E(long entryId1, long entryId2, int start, int end)
          Finds a range of all the asset links where entryId1 = ? and entryId2 = ?.
 List<AssetLink> AssetLinkPersistence.findByE_E(long entryId1, long entryId2, int start, int end)
          Finds a range of all the asset links where entryId1 = ? and entryId2 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E(long entryId1, long entryId2, int start, int end)
          Finds a range of all the asset links where entryId1 = ? and entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE_E(long entryId1, long entryId2, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
 List<AssetLink> AssetLinkPersistence.findByE_E(long entryId1, long entryId2, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E(long entryId1, long entryId2, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE1_T(long entryId1, int type)
          Finds all the asset links where entryId1 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE1_T(long entryId1, int type)
          Finds all the asset links where entryId1 = ? and type = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE1_T(long entryId1, int type)
          Finds all the asset links where entryId1 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE1_T(long entryId1, int type, int start, int end)
          Finds a range of all the asset links where entryId1 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE1_T(long entryId1, int type, int start, int end)
          Finds a range of all the asset links where entryId1 = ? and type = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE1_T(long entryId1, int type, int start, int end)
          Finds a range of all the asset links where entryId1 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE1_T(long entryId1, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE1_T(long entryId1, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ? and type = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE1_T(long entryId1, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE1(long entryId1)
          Finds all the asset links where entryId1 = ?.
 List<AssetLink> AssetLinkPersistence.findByE1(long entryId1)
          Finds all the asset links where entryId1 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE1(long entryId1)
          Finds all the asset links where entryId1 = ?.
static List<AssetLink> AssetLinkUtil.findByE1(long entryId1, int start, int end)
          Finds a range of all the asset links where entryId1 = ?.
 List<AssetLink> AssetLinkPersistence.findByE1(long entryId1, int start, int end)
          Finds a range of all the asset links where entryId1 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE1(long entryId1, int start, int end)
          Finds a range of all the asset links where entryId1 = ?.
static List<AssetLink> AssetLinkUtil.findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ?.
 List<AssetLink> AssetLinkPersistence.findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ?.
static List<AssetLink> AssetLinkUtil.findByE2_T(long entryId2, int type)
          Finds all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE2_T(long entryId2, int type)
          Finds all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE2_T(long entryId2, int type)
          Finds all the asset links where entryId2 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE2_T(long entryId2, int type, int start, int end)
          Finds a range of all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE2_T(long entryId2, int type, int start, int end)
          Finds a range of all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE2_T(long entryId2, int type, int start, int end)
          Finds a range of all the asset links where entryId2 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE2_T(long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE2_T(long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE2_T(long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId2 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE2(long entryId2)
          Finds all the asset links where entryId2 = ?.
 List<AssetLink> AssetLinkPersistence.findByE2(long entryId2)
          Finds all the asset links where entryId2 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE2(long entryId2)
          Finds all the asset links where entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE2(long entryId2, int start, int end)
          Finds a range of all the asset links where entryId2 = ?.
 List<AssetLink> AssetLinkPersistence.findByE2(long entryId2, int start, int end)
          Finds a range of all the asset links where entryId2 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE2(long entryId2, int start, int end)
          Finds a range of all the asset links where entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId2 = ?.
 List<AssetLink> AssetLinkPersistence.findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId2 = ?.
 List<AssetLink> AssetLinkPersistenceImpl.findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AssetLink> AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AssetLink> AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetLink
static void AssetLinkUtil.cacheResult(AssetLink assetLink)
          Caches the asset link in the entity cache if it is enabled.
 void AssetLinkPersistence.cacheResult(AssetLink assetLink)
          Caches the asset link in the entity cache if it is enabled.
 void AssetLinkPersistenceImpl.cacheResult(AssetLink assetLink)
          Caches the asset link in the entity cache if it is enabled.
static void AssetLinkUtil.clearCache(AssetLink assetLink)
           
 void AssetLinkPersistenceImpl.clearCache(AssetLink assetLink)
          Clears the cache for the asset link.
protected  AssetLink AssetLinkPersistenceImpl.getByE_E_PrevAndNext(Session session, AssetLink assetLink, long entryId1, long entryId2, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE_E_T_PrevAndNext(Session session, AssetLink assetLink, long entryId1, long entryId2, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE1_PrevAndNext(Session session, AssetLink assetLink, long entryId1, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE1_T_PrevAndNext(Session session, AssetLink assetLink, long entryId1, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE2_PrevAndNext(Session session, AssetLink assetLink, long entryId2, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetLink AssetLinkPersistenceImpl.getByE2_T_PrevAndNext(Session session, AssetLink assetLink, long entryId2, int type, OrderByComparator orderByComparator, boolean previous)
           
static AssetLink AssetLinkUtil.remove(AssetLink assetLink)
           
protected  AssetLink AssetLinkPersistenceImpl.removeImpl(AssetLink assetLink)
           
protected  AssetLink AssetLinkPersistenceImpl.toUnwrappedModel(AssetLink assetLink)
           
static AssetLink AssetLinkUtil.update(AssetLink assetLink, boolean merge)
           
static AssetLink AssetLinkUtil.update(AssetLink assetLink, boolean merge, ServiceContext serviceContext)
           
static AssetLink AssetLinkUtil.updateImpl(AssetLink assetLink, boolean merge)
           
 AssetLink AssetLinkPersistence.updateImpl(AssetLink assetLink, boolean merge)
           
 AssetLink AssetLinkPersistenceImpl.updateImpl(AssetLink assetLink, boolean merge)
           
 

Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetLink
static void AssetLinkUtil.cacheResult(List<AssetLink> assetLinks)
          Caches the asset links in the entity cache if it is enabled.
 void AssetLinkPersistence.cacheResult(List<AssetLink> assetLinks)
          Caches the asset links in the entity cache if it is enabled.
 void AssetLinkPersistenceImpl.cacheResult(List<AssetLink> assetLinks)
          Caches the asset links in the entity cache if it is enabled.
 


Liferay 6.0.5