|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssetLink | |
|---|---|
| com.liferay.portal.lar.test | |
| com.liferay.portlet.asset.model | |
| com.liferay.portlet.asset.model.adapter | |
| com.liferay.portlet.asset.model.adapter.builder | |
| com.liferay.portlet.asset.model.adapter.impl | |
| com.liferay.portlet.asset.model.impl | |
| com.liferay.portlet.asset.service | This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. |
| com.liferay.portlet.asset.service.base | |
| com.liferay.portlet.asset.service.impl | This package defines the asset portlet local and remote service implementations. |
| com.liferay.portlet.asset.service.persistence | |
| com.liferay.portlet.asset.service.persistence.impl | |
| com.liferay.portlet.exportimport.lar | |
| com.liferay.taglib.ui.display.context | |
| Uses of AssetLink in com.liferay.portal.lar.test |
|---|
| Methods in com.liferay.portal.lar.test that return AssetLink | |
|---|---|
protected AssetLink |
BaseExportImportTestCase.addAssetLink(StagedModel sourceStagedModel,
StagedModel targetStagedModel,
int weight)
|
| 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.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.model.adapter |
|---|
| Subinterfaces of AssetLink in com.liferay.portlet.asset.model.adapter | |
|---|---|
interface |
StagedAssetLink
|
| Uses of AssetLink in com.liferay.portlet.asset.model.adapter.builder |
|---|
| Methods in com.liferay.portlet.asset.model.adapter.builder with parameters of type AssetLink | |
|---|---|
StagedAssetLink |
StagedAssetLinkModelAdapterBuilder.build(AssetLink assetLink)
|
| Uses of AssetLink in com.liferay.portlet.asset.model.adapter.impl |
|---|
| Classes in com.liferay.portlet.asset.model.adapter.impl that implement AssetLink | |
|---|---|
class |
StagedAssetLinkImpl
|
| Methods in com.liferay.portlet.asset.model.adapter.impl that return AssetLink | |
|---|---|
AssetLink |
StagedAssetLinkImpl.toEscapedModel()
|
AssetLink |
StagedAssetLinkImpl.toUnescapedModel()
|
| Methods in com.liferay.portlet.asset.model.adapter.impl that return types with arguments of type AssetLink | |
|---|---|
CacheModel<AssetLink> |
StagedAssetLinkImpl.toCacheModel()
|
| Methods in com.liferay.portlet.asset.model.adapter.impl with parameters of type AssetLink | |
|---|---|
int |
StagedAssetLinkImpl.compareTo(AssetLink assetLink)
|
void |
StagedAssetLinkImpl.setAssetLink(AssetLink assetLink)
|
| Constructors in com.liferay.portlet.asset.model.adapter.impl with parameters of type AssetLink | |
|---|---|
StagedAssetLinkImpl(AssetLink assetLink)
|
|
| Uses of AssetLink in com.liferay.portlet.asset.model.impl |
|---|
| Classes in com.liferay.portlet.asset.model.impl that implement AssetLink | |
|---|---|
class |
AssetLinkBaseImpl
The extended model base implementation for the AssetLink service. |
class |
AssetLinkImpl
|
| Methods in com.liferay.portlet.asset.model.impl that return AssetLink | |
|---|---|
AssetLink |
AssetLinkCacheModel.toEntityModel()
|
AssetLink |
AssetLinkModelImpl.toEscapedModel()
|
| Methods in com.liferay.portlet.asset.model.impl that return types with arguments of type AssetLink | |
|---|---|
CacheModel<AssetLink> |
AssetLinkModelImpl.toCacheModel()
|
| 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 | |
|---|---|
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.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.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database. |
AssetLink |
AssetLinkLocalServiceBaseImpl.deleteAssetLink(long linkId)
Deletes the asset link with the primary key from the database. |
AssetLink |
AssetLinkLocalServiceBaseImpl.fetchAssetLink(long linkId)
|
AssetLink |
AssetLinkLocalServiceBaseImpl.getAssetLink(long linkId)
Returns the asset link with the primary key. |
AssetLink |
AssetLinkLocalServiceBaseImpl.updateAssetLink(AssetLink assetLink)
Updates the asset link in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetLink | |
|---|---|
List<AssetLink> |
AssetLinkLocalServiceBaseImpl.getAssetLinks(int start,
int end)
Returns 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. |
AssetLink |
AssetLinkLocalServiceBaseImpl.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database. |
AssetLink |
AssetLinkLocalServiceBaseImpl.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.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)
Adds a new asset link. |
AssetLink |
AssetLinkLocalServiceImpl.updateLink(long userId,
long entryId1,
long entryId2,
int typeId,
int weight)
|
| Methods in com.liferay.portlet.asset.service.impl that return types with arguments of type AssetLink | |
|---|---|
List<AssetLink> |
AssetLinkLocalServiceImpl.getDirectLinks(long entryId)
Returns all the asset links whose first entry ID is the given entry ID. |
List<AssetLink> |
AssetLinkLocalServiceImpl.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> |
AssetLinkLocalServiceImpl.getLinks(long entryId)
Returns all the asset links whose first or second entry ID is the given entry ID. |
List<AssetLink> |
AssetLinkLocalServiceImpl.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> |
AssetLinkLocalServiceImpl.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.impl with parameters of type AssetLink | |
|---|---|
void |
AssetLinkLocalServiceImpl.deleteLink(AssetLink link)
Deletes the asset link. |
| 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> 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 | |
|---|---|
Map<Serializable,AssetLink> |
AssetLinkPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,AssetLink> |
AssetLinkUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
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<AssetLink> orderByComparator)
Returns an ordered range of all the asset links. |
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links. |
List<AssetLink> |
AssetLinkPersistence.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links. |
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> 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<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> 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<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> 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<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> 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. |
AssetLink |
AssetLinkPersistence.fetchByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links. |
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links. |
List<AssetLink> |
AssetLinkPersistence.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links. |
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links. |
AssetLink |
AssetLinkPersistence.findByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> 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<AssetLink> 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<AssetLink> 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<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> 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<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
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<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
|
| Uses of AssetLink in com.liferay.portlet.asset.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.asset.service.persistence.impl that return AssetLink | |
|---|---|
AssetLink |
AssetLinkPersistenceImpl.create(long linkId)
Creates a new asset link with the primary key. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.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 |
AssetLinkPersistenceImpl.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 |
AssetLinkPersistenceImpl.fetchByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByPrimaryKey(long linkId)
Returns the asset link with the primary key or returns null if it could not be found. |
AssetLink |
AssetLinkPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the asset link with the primary key or returns null if it could not be found. |
AssetLink |
AssetLinkPersistenceImpl.findByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink[] |
AssetLinkPersistenceImpl.findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.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 |
AssetLinkPersistenceImpl.findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink[] |
AssetLinkPersistenceImpl.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink[] |
AssetLinkPersistenceImpl.findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink[] |
AssetLinkPersistenceImpl.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink[] |
AssetLinkPersistenceImpl.findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByPrimaryKey(long linkId)
Returns the asset link with the primary key or throws a NoSuchLinkException if it could not be found. |
AssetLink |
AssetLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns 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<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE1_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE1_T_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE2_PrevAndNext(Session session,
AssetLink assetLink,
long entryId2,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE2_T_PrevAndNext(Session session,
AssetLink assetLink,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
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. |
AssetLink |
AssetLinkPersistenceImpl.removeByE_E_T(long entryId1,
long entryId2,
int type)
Removes the asset link where entryId1 = ? and entryId2 = ? and type = ? from the database. |
protected AssetLink |
AssetLinkPersistenceImpl.removeImpl(AssetLink assetLink)
|
protected AssetLink |
AssetLinkPersistenceImpl.toUnwrappedModel(AssetLink assetLink)
|
AssetLink |
AssetLinkPersistenceImpl.updateImpl(AssetLink assetLink)
|
| Methods in com.liferay.portlet.asset.service.persistence.impl that return types with arguments of type AssetLink | |
|---|---|
Map<Serializable,AssetLink> |
AssetLinkPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<AssetLink> |
AssetLinkPersistenceImpl.findAll()
Returns all the asset links. |
List<AssetLink> |
AssetLinkPersistenceImpl.findAll(int start,
int end)
Returns a range of all the asset links. |
List<AssetLink> |
AssetLinkPersistenceImpl.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links. |
List<AssetLink> |
AssetLinkPersistenceImpl.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE_E(long entryId1,
long entryId2)
Returns all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE_E(long entryId1,
long entryId2,
int start,
int end)
Returns a range of all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE1_T(long entryId1,
int type)
Returns all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE1_T(long entryId1,
int type,
int start,
int end)
Returns a range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE1(long entryId1)
Returns all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE1(long entryId1,
int start,
int end)
Returns a range of all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE2_T(long entryId2,
int type)
Returns all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE2_T(long entryId2,
int type,
int start,
int end)
Returns a range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE2(long entryId2)
Returns all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE2(long entryId2,
int start,
int end)
Returns a range of all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId2 = ?. |
| Methods in com.liferay.portlet.asset.service.persistence.impl with parameters of type AssetLink | |
|---|---|
void |
AssetLinkPersistenceImpl.cacheResult(AssetLink assetLink)
Caches the asset link in the entity cache if it is enabled. |
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<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE1_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE1_T_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE2_PrevAndNext(Session session,
AssetLink assetLink,
long entryId2,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE2_T_PrevAndNext(Session session,
AssetLink assetLink,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.removeImpl(AssetLink assetLink)
|
protected AssetLink |
AssetLinkPersistenceImpl.toUnwrappedModel(AssetLink assetLink)
|
AssetLink |
AssetLinkPersistenceImpl.updateImpl(AssetLink assetLink)
|
| Method parameters in com.liferay.portlet.asset.service.persistence.impl with type arguments of type AssetLink | |
|---|---|
void |
AssetLinkPersistenceImpl.cacheResult(List<AssetLink> assetLinks)
Caches the asset links in the entity cache if it is enabled. |
void |
AssetLinkPersistenceImpl.clearCache(List<AssetLink> assetLinks)
|
AssetLink |
AssetLinkPersistenceImpl.fetchByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links. |
List<AssetLink> |
AssetLinkPersistenceImpl.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links. |
AssetLink |
AssetLinkPersistenceImpl.findByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink[] |
AssetLinkPersistenceImpl.findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink[] |
AssetLinkPersistenceImpl.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink[] |
AssetLinkPersistenceImpl.findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink[] |
AssetLinkPersistenceImpl.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistenceImpl.findByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink[] |
AssetLinkPersistenceImpl.findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns 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<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistenceImpl.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId2 = ?. |
protected AssetLink |
AssetLinkPersistenceImpl.getByE_E_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE1_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE1_T_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE2_PrevAndNext(Session session,
AssetLink assetLink,
long entryId2,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
AssetLinkPersistenceImpl.getByE2_T_PrevAndNext(Session session,
AssetLink assetLink,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
| Uses of AssetLink in com.liferay.portlet.exportimport.lar |
|---|
| Methods in com.liferay.portlet.exportimport.lar that return types with arguments of type AssetLink | |
|---|---|
Map<String,List<AssetLink>> |
PortletDataContext.getAssetLinksMap()
Deprecated. As of 7.0.0, replaced by PortletDataContext.getAssetLinkIds() |
| Uses of AssetLink in com.liferay.taglib.ui.display.context |
|---|
| Methods in com.liferay.taglib.ui.display.context that return types with arguments of type AssetLink | |
|---|---|
List<AssetLink> |
InputAssetLinksDisplayContext.getAssetLinks()
|
| Methods in com.liferay.taglib.ui.display.context with parameters of type AssetLink | |
|---|---|
AssetEntry |
InputAssetLinksDisplayContext.getAssetLinkEntry(AssetLink assetLink)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||