Liferay 6.0.3

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()
           
 

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)
           
static AssetLink AssetLinkLocalServiceUtil.addAssetLink(AssetLink assetLink)
           
 AssetLink AssetLinkLocalService.addAssetLink(AssetLink assetLink)
           
 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)
           
static AssetLink AssetLinkLocalServiceUtil.createAssetLink(long linkId)
           
 AssetLink AssetLinkLocalService.createAssetLink(long linkId)
           
 AssetLink AssetLinkLocalServiceWrapper.getAssetLink(long linkId)
           
static AssetLink AssetLinkLocalServiceUtil.getAssetLink(long linkId)
           
 AssetLink AssetLinkLocalService.getAssetLink(long linkId)
           
 AssetLink AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink)
           
static AssetLink AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink)
           
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink)
           
 AssetLink AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink, boolean merge)
           
static AssetLink AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink, boolean merge)
           
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink, boolean merge)
           
 

Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetLink
 List<AssetLink> AssetLinkLocalServiceWrapper.getAssetLinks(int start, int end)
           
static List<AssetLink> AssetLinkLocalServiceUtil.getAssetLinks(int start, int end)
           
 List<AssetLink> AssetLinkLocalService.getAssetLinks(int start, int end)
           
 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)
           
static AssetLink AssetLinkLocalServiceUtil.addAssetLink(AssetLink assetLink)
           
 AssetLink AssetLinkLocalService.addAssetLink(AssetLink assetLink)
           
 void AssetLinkLocalServiceWrapper.deleteAssetLink(AssetLink assetLink)
           
static void AssetLinkLocalServiceUtil.deleteAssetLink(AssetLink assetLink)
           
 void AssetLinkLocalService.deleteAssetLink(AssetLink assetLink)
           
 AssetLink AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink)
           
static AssetLink AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink)
           
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink)
           
 AssetLink AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink, boolean merge)
           
static AssetLink AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink, boolean merge)
           
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink, boolean merge)
           
 

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)
           
 AssetLink AssetLinkLocalServiceBaseImpl.createAssetLink(long linkId)
           
 AssetLink AssetLinkLocalServiceBaseImpl.getAssetLink(long linkId)
           
 AssetLink AssetLinkLocalServiceBaseImpl.updateAssetLink(AssetLink assetLink)
           
 AssetLink AssetLinkLocalServiceBaseImpl.updateAssetLink(AssetLink assetLink, boolean merge)
           
 

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

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetLink
 AssetLink AssetLinkLocalServiceBaseImpl.addAssetLink(AssetLink assetLink)
           
 void AssetLinkLocalServiceBaseImpl.deleteAssetLink(AssetLink assetLink)
           
 AssetLink AssetLinkLocalServiceBaseImpl.updateAssetLink(AssetLink assetLink)
           
 AssetLink AssetLinkLocalServiceBaseImpl.updateAssetLink(AssetLink assetLink, boolean merge)
           
 

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)
           
 AssetLink AssetLinkPersistence.create(long linkId)
           
 AssetLink AssetLinkPersistenceImpl.create(long linkId)
           
static AssetLink AssetLinkUtil.fetchByPrimaryKey(long linkId)
           
 AssetLink AssetLinkPersistence.fetchByPrimaryKey(long linkId)
           
 AssetLink AssetLinkPersistenceImpl.fetchByPrimaryKey(long linkId)
           
 AssetLink AssetLinkPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static AssetLink AssetLinkUtil.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
           
static AssetLink[] AssetLinkUtil.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistence.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistenceImpl.findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByE_E_T_First(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE_E_T_First(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE_E_T_First(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByE_E_T_Last(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE_E_T_Last(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE_E_T_Last(long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
           
static AssetLink[] AssetLinkUtil.findByE_E_T_PrevAndNext(long linkId, long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistence.findByE_E_T_PrevAndNext(long linkId, long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistenceImpl.findByE_E_T_PrevAndNext(long linkId, long entryId1, long entryId2, int type, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByE1_First(long entryId1, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE1_First(long entryId1, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE1_First(long entryId1, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE1_Last(long entryId1, OrderByComparator orderByComparator)
           
static AssetLink[] AssetLinkUtil.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistence.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistenceImpl.findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
           
static AssetLink[] AssetLinkUtil.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistence.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistenceImpl.findByE1_T_PrevAndNext(long linkId, long entryId1, int type, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByE2_First(long entryId2, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE2_First(long entryId2, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE2_First(long entryId2, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE2_Last(long entryId2, OrderByComparator orderByComparator)
           
static AssetLink[] AssetLinkUtil.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistence.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistenceImpl.findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistence.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink AssetLinkPersistenceImpl.findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
           
static AssetLink[] AssetLinkUtil.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistence.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
           
 AssetLink[] AssetLinkPersistenceImpl.findByE2_T_PrevAndNext(long linkId, long entryId2, int type, OrderByComparator orderByComparator)
           
static AssetLink AssetLinkUtil.findByPrimaryKey(long linkId)
           
 AssetLink AssetLinkPersistence.findByPrimaryKey(long linkId)
           
 AssetLink AssetLinkPersistenceImpl.findByPrimaryKey(long linkId)
           
 AssetLink AssetLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
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)
           
 AssetLink AssetLinkPersistence.remove(long linkId)
           
 AssetLink AssetLinkPersistenceImpl.remove(long linkId)
           
 AssetLink AssetLinkPersistenceImpl.remove(Serializable primaryKey)
           
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()
           
 List<AssetLink> AssetLinkPersistence.findAll()
           
 List<AssetLink> AssetLinkPersistenceImpl.findAll()
           
static List<AssetLink> AssetLinkUtil.findAll(int start, int end)
           
 List<AssetLink> AssetLinkPersistence.findAll(int start, int end)
           
 List<AssetLink> AssetLinkPersistenceImpl.findAll(int start, int end)
           
static List<AssetLink> AssetLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<AssetLink> AssetLinkUtil.findByE_E_T(long entryId1, long entryId2, int type)
           
 List<AssetLink> AssetLinkPersistence.findByE_E_T(long entryId1, long entryId2, int type)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E_T(long entryId1, long entryId2, int type)
           
static List<AssetLink> AssetLinkUtil.findByE_E_T(long entryId1, long entryId2, int type, int start, int end)
           
 List<AssetLink> AssetLinkPersistence.findByE_E_T(long entryId1, long entryId2, int type, int start, int end)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E_T(long entryId1, long entryId2, int type, int start, int end)
           
static List<AssetLink> AssetLinkUtil.findByE_E_T(long entryId1, long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistence.findByE_E_T(long entryId1, long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E_T(long entryId1, long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetLink> AssetLinkUtil.findByE_E(long entryId1, long entryId2)
           
 List<AssetLink> AssetLinkPersistence.findByE_E(long entryId1, long entryId2)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E(long entryId1, long entryId2)
           
static List<AssetLink> AssetLinkUtil.findByE_E(long entryId1, long entryId2, int start, int end)
           
 List<AssetLink> AssetLinkPersistence.findByE_E(long entryId1, long entryId2, int start, int end)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E(long entryId1, long entryId2, int start, int end)
           
static List<AssetLink> AssetLinkUtil.findByE_E(long entryId1, long entryId2, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistence.findByE_E(long entryId1, long entryId2, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE_E(long entryId1, long entryId2, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetLink> AssetLinkUtil.findByE1_T(long entryId1, int type)
           
 List<AssetLink> AssetLinkPersistence.findByE1_T(long entryId1, int type)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE1_T(long entryId1, int type)
           
static List<AssetLink> AssetLinkUtil.findByE1_T(long entryId1, int type, int start, int end)
           
 List<AssetLink> AssetLinkPersistence.findByE1_T(long entryId1, int type, int start, int end)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE1_T(long entryId1, int type, int start, int end)
           
static List<AssetLink> AssetLinkUtil.findByE1_T(long entryId1, int type, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistence.findByE1_T(long entryId1, int type, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE1_T(long entryId1, int type, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetLink> AssetLinkUtil.findByE1(long entryId1)
           
 List<AssetLink> AssetLinkPersistence.findByE1(long entryId1)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE1(long entryId1)
           
static List<AssetLink> AssetLinkUtil.findByE1(long entryId1, int start, int end)
           
 List<AssetLink> AssetLinkPersistence.findByE1(long entryId1, int start, int end)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE1(long entryId1, int start, int end)
           
static List<AssetLink> AssetLinkUtil.findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistence.findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetLink> AssetLinkUtil.findByE2_T(long entryId2, int type)
           
 List<AssetLink> AssetLinkPersistence.findByE2_T(long entryId2, int type)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE2_T(long entryId2, int type)
           
static List<AssetLink> AssetLinkUtil.findByE2_T(long entryId2, int type, int start, int end)
           
 List<AssetLink> AssetLinkPersistence.findByE2_T(long entryId2, int type, int start, int end)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE2_T(long entryId2, int type, int start, int end)
           
static List<AssetLink> AssetLinkUtil.findByE2_T(long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistence.findByE2_T(long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE2_T(long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetLink> AssetLinkUtil.findByE2(long entryId2)
           
 List<AssetLink> AssetLinkPersistence.findByE2(long entryId2)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE2(long entryId2)
           
static List<AssetLink> AssetLinkUtil.findByE2(long entryId2, int start, int end)
           
 List<AssetLink> AssetLinkPersistence.findByE2(long entryId2, int start, int end)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE2(long entryId2, int start, int end)
           
static List<AssetLink> AssetLinkUtil.findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistence.findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetLink> AssetLinkPersistenceImpl.findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 void AssetLinkPersistence.cacheResult(AssetLink assetLink)
           
 void AssetLinkPersistenceImpl.cacheResult(AssetLink assetLink)
           
static void AssetLinkUtil.clearCache(AssetLink assetLink)
           
 void AssetLinkPersistenceImpl.clearCache(AssetLink assetLink)
           
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)
           
 void AssetLinkPersistence.cacheResult(List<AssetLink> assetLinks)
           
 void AssetLinkPersistenceImpl.cacheResult(List<AssetLink> assetLinks)
           
 


Liferay 6.0.3