Liferay 6.2-ce-ga5

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

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

Uses of AssetLink in com.liferay.portal.kernel.lar
 

Methods in com.liferay.portal.kernel.lar that return types with arguments of type AssetLink
 Map<String,List<AssetLink>> PortletDataContext.getAssetLinksMap()
           
 

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.
 

Fields in com.liferay.portlet.asset.model with type parameters of type AssetLink
static Accessor<AssetLink,Long> AssetLink.ENTRY_ID2_ACCESSOR
           
static Accessor<AssetLink,Long> AssetLink.LINK_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.asset.model that return AssetLink
 AssetLink AssetLinkWrapper.getWrappedAssetLink()
          Deprecated. As of 6.1.0, replaced by AssetLinkWrapper.getWrappedModel()
 AssetLink AssetLinkWrapper.getWrappedModel()
           
 AssetLink AssetLinkModel.toEscapedModel()
           
 AssetLink AssetLinkWrapper.toEscapedModel()
           
 AssetLink AssetLinkModel.toUnescapedModel()
           
 AssetLink AssetLinkWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.asset.model that return types with arguments of type AssetLink
 CacheModel<AssetLink> AssetLinkModel.toCacheModel()
           
 CacheModel<AssetLink> AssetLinkWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.asset.model with parameters of type AssetLink
 int AssetLinkModel.compareTo(AssetLink assetLink)
           
 int AssetLinkWrapper.compareTo(AssetLink assetLink)
           
static AssetLinkSoap AssetLinkSoap.toSoapModel(AssetLink model)
           
static AssetLinkSoap[] AssetLinkSoap.toSoapModels(AssetLink[] models)
           
static AssetLinkSoap[][] AssetLinkSoap.toSoapModels(AssetLink[][] models)
           
 

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

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

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

Methods in com.liferay.portlet.asset.service that return AssetLink
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.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
static AssetLink AssetLinkLocalServiceUtil.addLink(long userId, long entryId1, long entryId2, int type, int weight)
          Adds a new asset link.
 AssetLink AssetLinkLocalService.addLink(long userId, long entryId1, long entryId2, int type, int weight)
          Adds a new asset link.
 AssetLink AssetLinkLocalServiceWrapper.addLink(long userId, long entryId1, long entryId2, int type, int weight)
          Adds a new asset link.
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.createAssetLink(long linkId)
          Creates a new asset link with the primary key.
static AssetLink AssetLinkLocalServiceUtil.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
 AssetLink AssetLinkLocalService.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
 AssetLink AssetLinkLocalServiceWrapper.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
static AssetLink AssetLinkLocalServiceUtil.deleteAssetLink(long linkId)
          Deletes the asset link with the primary key from the database.
 AssetLink AssetLinkLocalService.deleteAssetLink(long linkId)
          Deletes the asset link with the primary key from the database.
 AssetLink AssetLinkLocalServiceWrapper.deleteAssetLink(long linkId)
          Deletes the asset link with the primary key from the database.
static AssetLink AssetLinkLocalServiceUtil.fetchAssetLink(long linkId)
           
 AssetLink AssetLinkLocalService.fetchAssetLink(long linkId)
           
 AssetLink AssetLinkLocalServiceWrapper.fetchAssetLink(long linkId)
           
static AssetLink AssetLinkLocalServiceUtil.getAssetLink(long linkId)
          Returns the asset link with the primary key.
 AssetLink AssetLinkLocalService.getAssetLink(long linkId)
          Returns the asset link with the primary key.
 AssetLink AssetLinkLocalServiceWrapper.getAssetLink(long linkId)
          Returns the asset link with the primary key.
static AssetLink AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database or adds it if it does not yet exist.
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database or adds it if it does not yet exist.
 AssetLink AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database or adds it if it does not yet exist.
static AssetLink AssetLinkLocalServiceUtil.updateLink(long userId, long entryId1, long entryId2, int typeId, int weight)
           
 AssetLink AssetLinkLocalService.updateLink(long userId, long entryId1, long entryId2, int typeId, int weight)
           
 AssetLink AssetLinkLocalServiceWrapper.updateLink(long userId, long entryId1, long entryId2, int typeId, int weight)
           
 

Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetLink
static List<AssetLink> AssetLinkLocalServiceUtil.getAssetLinks(int start, int end)
          Returns a range of all the asset links.
 List<AssetLink> AssetLinkLocalService.getAssetLinks(int start, int end)
          Returns a range of all the asset links.
 List<AssetLink> AssetLinkLocalServiceWrapper.getAssetLinks(int start, int end)
          Returns a range of all the asset links.
static List<AssetLink> AssetLinkLocalServiceUtil.getDirectLinks(long entryId)
          Returns all the asset links whose first entry ID is the given entry ID.
 List<AssetLink> AssetLinkLocalService.getDirectLinks(long entryId)
          Returns all the asset links whose first entry ID is the given entry ID.
 List<AssetLink> AssetLinkLocalServiceWrapper.getDirectLinks(long entryId)
          Returns all the asset links whose first entry ID is the given entry ID.
static List<AssetLink> AssetLinkLocalServiceUtil.getDirectLinks(long entryId, int typeId)
          Returns all the asset links of the given link type whose first entry ID is the given entry ID.
 List<AssetLink> AssetLinkLocalService.getDirectLinks(long entryId, int typeId)
          Returns all the asset links of the given link type whose first entry ID is the given entry ID.
 List<AssetLink> AssetLinkLocalServiceWrapper.getDirectLinks(long entryId, int typeId)
          Returns all the asset links of the given link type whose first entry ID is the given entry ID.
static List<AssetLink> AssetLinkLocalServiceUtil.getLinks(long entryId)
          Returns all the asset links whose first or second entry ID is the given entry ID.
 List<AssetLink> AssetLinkLocalService.getLinks(long entryId)
          Returns all the asset links whose first or second entry ID is the given entry ID.
 List<AssetLink> AssetLinkLocalServiceWrapper.getLinks(long entryId)
          Returns all the asset links whose first or second entry ID is the given entry ID.
static List<AssetLink> AssetLinkLocalServiceUtil.getLinks(long entryId, int typeId)
          Returns all the asset links of the given link type whose first or second entry ID is the given entry ID.
 List<AssetLink> AssetLinkLocalService.getLinks(long entryId, int typeId)
          Returns all the asset links of the given link type whose first or second entry ID is the given entry ID.
 List<AssetLink> AssetLinkLocalServiceWrapper.getLinks(long entryId, int typeId)
          Returns all the asset links of the given link type whose first or second entry ID is the given entry ID.
static List<AssetLink> AssetLinkLocalServiceUtil.getReverseLinks(long entryId, int typeId)
          Returns all the asset links of the given link type whose second entry ID is the given entry ID.
 List<AssetLink> AssetLinkLocalService.getReverseLinks(long entryId, int typeId)
          Returns all the asset links of the given link type whose second entry ID is the given entry ID.
 List<AssetLink> AssetLinkLocalServiceWrapper.getReverseLinks(long entryId, int typeId)
          Returns all the asset links of the given link type whose second entry ID is the given entry ID.
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetLink
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.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
static AssetLink AssetLinkLocalServiceUtil.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
 AssetLink AssetLinkLocalService.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
 AssetLink AssetLinkLocalServiceWrapper.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
static void AssetLinkLocalServiceUtil.deleteLink(AssetLink link)
          Deletes the asset link.
 void AssetLinkLocalService.deleteLink(AssetLink link)
          Deletes the asset link.
 void AssetLinkLocalServiceWrapper.deleteLink(AssetLink link)
          Deletes the asset link.
static AssetLink AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database or adds it if it does not yet exist.
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database or adds it if it does not yet exist.
 AssetLink AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetLink
 AssetLink AssetLinkPersistence.create(long linkId)
          Creates a new asset link with the primary key.
static AssetLink AssetLinkUtil.create(long linkId)
          Creates a new asset link with the primary key.
 AssetLink AssetLinkPersistence.fetchByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.fetchByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.fetchByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.fetchByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.fetchByE_E_T(long entryId1, long entryId2, int type)
          Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or returns null if it could not be found.
static AssetLink AssetLinkUtil.fetchByE_E_T(long entryId1, long entryId2, int type)
          Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or returns null if it could not be found.
 AssetLink AssetLinkPersistence.fetchByE_E_T(long entryId1, long entryId2, int type, boolean retrieveFromCache)
          Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
static AssetLink AssetLinkUtil.fetchByE_E_T(long entryId1, long entryId2, int type, boolean retrieveFromCache)
          Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
 AssetLink AssetLinkPersistence.fetchByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.fetchByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.fetchByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.fetchByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.fetchByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.fetchByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.fetchByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.fetchByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.fetchByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.fetchByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.fetchByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.fetchByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.fetchByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.fetchByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.fetchByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.fetchByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.fetchByPrimaryKey(long linkId)
          Returns the asset link with the primary key or returns null if it could not be found.
static AssetLink AssetLinkUtil.fetchByPrimaryKey(long linkId)
          Returns the asset link with the primary key or returns null if it could not be found.
 AssetLink AssetLinkPersistence.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink AssetLinkUtil.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink[] AssetLinkPersistence.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink[] AssetLinkUtil.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE_E_T(long entryId1, long entryId2, int type)
          Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or throws a NoSuchLinkException if it could not be found.
static AssetLink AssetLinkUtil.findByE_E_T(long entryId1, long entryId2, int type)
          Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or throws a NoSuchLinkException if it could not be found.
 AssetLink AssetLinkPersistence.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
static AssetLink AssetLinkUtil.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
 AssetLink[] AssetLinkPersistence.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?.
static AssetLink[] AssetLinkUtil.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?.
 AssetLink AssetLinkPersistence.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
static AssetLink AssetLinkUtil.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
 AssetLink[] AssetLinkPersistence.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?.
static AssetLink[] AssetLinkUtil.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?.
 AssetLink AssetLinkPersistence.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink AssetLinkUtil.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink[] AssetLinkPersistence.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink[] AssetLinkUtil.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
          Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink AssetLinkPersistence.findByPrimaryKey(long linkId)
          Returns the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
static AssetLink AssetLinkUtil.findByPrimaryKey(long linkId)
          Returns the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
 AssetLink AssetLinkPersistence.remove(long linkId)
          Removes the asset link with the primary key from the database.
static AssetLink AssetLinkUtil.remove(long linkId)
          Removes the asset link with the primary key from the database.
 AssetLink AssetLinkPersistence.removeByE_E_T(long entryId1, long entryId2, int type)
          Removes the asset link where entryId1 = ? and entryId2 = ? and type = ? from the database.
static AssetLink AssetLinkUtil.removeByE_E_T(long entryId1, long entryId2, int type)
          Removes the asset link where entryId1 = ? and entryId2 = ? and type = ? from the database.
static AssetLink AssetLinkUtil.update(AssetLink assetLink)
           
static AssetLink AssetLinkUtil.update(AssetLink assetLink, ServiceContext serviceContext)
           
 AssetLink AssetLinkPersistence.updateImpl(AssetLink assetLink)
           
static AssetLink AssetLinkUtil.updateImpl(AssetLink assetLink)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetLink
 List<AssetLink> AssetLinkPersistence.findAll()
          Returns all the asset links.
static List<AssetLink> AssetLinkUtil.findAll()
          Returns all the asset links.
 List<AssetLink> AssetLinkPersistence.findAll(int start, int end)
          Returns a range of all the asset links.
static List<AssetLink> AssetLinkUtil.findAll(int start, int end)
          Returns a range of all the asset links.
 List<AssetLink> AssetLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links.
static List<AssetLink> AssetLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links.
 List<AssetLink> AssetLinkPersistence.findByE_E(long entryId1, long entryId2)
          Returns all the asset links where entryId1 = ? and entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE_E(long entryId1, long entryId2)
          Returns all the asset links where entryId1 = ? and entryId2 = ?.
 List<AssetLink> AssetLinkPersistence.findByE_E(long entryId1, long entryId2, int start, int end)
          Returns 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)
          Returns a 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)
          Returns an ordered 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)
          Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
 List<AssetLink> AssetLinkPersistence.findByE1_T(long entryId1, int type)
          Returns all the asset links where entryId1 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE1_T(long entryId1, int type)
          Returns all the asset links where entryId1 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE1_T(long entryId1, int type, int start, int end)
          Returns 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)
          Returns a 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)
          Returns an ordered 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)
          Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE1(long entryId1)
          Returns all the asset links where entryId1 = ?.
static List<AssetLink> AssetLinkUtil.findByE1(long entryId1)
          Returns all the asset links where entryId1 = ?.
 List<AssetLink> AssetLinkPersistence.findByE1(long entryId1, int start, int end)
          Returns a range of all the asset links where entryId1 = ?.
static List<AssetLink> AssetLinkUtil.findByE1(long entryId1, int start, int end)
          Returns a range of all the asset links where entryId1 = ?.
 List<AssetLink> AssetLinkPersistence.findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ?.
static List<AssetLink> AssetLinkUtil.findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ?.
 List<AssetLink> AssetLinkPersistence.findByE2_T(long entryId2, int type)
          Returns all the asset links where entryId2 = ? and type = ?.
static List<AssetLink> AssetLinkUtil.findByE2_T(long entryId2, int type)
          Returns all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE2_T(long entryId2, int type, int start, int end)
          Returns 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)
          Returns a 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)
          Returns an ordered 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)
          Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> AssetLinkPersistence.findByE2(long entryId2)
          Returns all the asset links where entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE2(long entryId2)
          Returns all the asset links where entryId2 = ?.
 List<AssetLink> AssetLinkPersistence.findByE2(long entryId2, int start, int end)
          Returns a range of all the asset links where entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE2(long entryId2, int start, int end)
          Returns a range of all the asset links where entryId2 = ?.
 List<AssetLink> AssetLinkPersistence.findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId2 = ?.
static List<AssetLink> AssetLinkUtil.findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
          Returns 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
 void AssetLinkPersistence.cacheResult(AssetLink assetLink)
          Caches the asset link in the entity cache if it is enabled.
static void AssetLinkUtil.cacheResult(AssetLink assetLink)
          Caches the asset link in the entity cache if it is enabled.
static void AssetLinkUtil.clearCache(AssetLink assetLink)
           
static AssetLink AssetLinkUtil.update(AssetLink assetLink)
           
static AssetLink AssetLinkUtil.update(AssetLink assetLink, ServiceContext serviceContext)
           
 AssetLink AssetLinkPersistence.updateImpl(AssetLink assetLink)
           
static AssetLink AssetLinkUtil.updateImpl(AssetLink assetLink)
           
 

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


Liferay 6.2-ce-ga5