|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssetLink | |
|---|---|
| com.liferay.portlet.asset.model | |
| com.liferay.portlet.asset.service | |
| 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 that return types with arguments of type AssetLink | |
|---|---|
CacheModel<AssetLink> |
AssetLinkWrapper.toCacheModel()
|
CacheModel<AssetLink> |
AssetLinkModel.toCacheModel()
|
| Methods in com.liferay.portlet.asset.model with parameters of type AssetLink | |
|---|---|
int |
AssetLinkWrapper.compareTo(AssetLink assetLink)
|
int |
AssetLinkModel.compareTo(AssetLink assetLink)
|
static AssetLinkSoap |
AssetLinkSoap.toSoapModel(AssetLink model)
|
static AssetLinkSoap[] |
AssetLinkSoap.toSoapModels(AssetLink[] models)
|
static AssetLinkSoap[][] |
AssetLinkSoap.toSoapModels(AssetLink[][] models)
|
| Method parameters in com.liferay.portlet.asset.model with type arguments of type AssetLink | |
|---|---|
static AssetLinkSoap[] |
AssetLinkSoap.toSoapModels(List<AssetLink> models)
|
| Constructors in com.liferay.portlet.asset.model with parameters of type AssetLink | |
|---|---|
AssetLinkWrapper(AssetLink assetLink)
|
|
| Uses of AssetLink in com.liferay.portlet.asset.service |
|---|
| Methods in com.liferay.portlet.asset.service that return AssetLink | |
|---|---|
AssetLink |
AssetLinkLocalServiceWrapper.addAssetLink(AssetLink assetLink)
Adds the asset link to the database. |
static AssetLink |
AssetLinkLocalServiceUtil.addAssetLink(AssetLink assetLink)
Adds the asset link to the database. |
AssetLink |
AssetLinkLocalService.addAssetLink(AssetLink assetLink)
Adds the asset link to the database. |
AssetLink |
AssetLinkLocalServiceWrapper.addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
|
static AssetLink |
AssetLinkLocalServiceUtil.addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
|
AssetLink |
AssetLinkLocalService.addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
|
AssetLink |
AssetLinkLocalServiceWrapper.createAssetLink(long linkId)
Creates a new asset link with the primary key. |
static AssetLink |
AssetLinkLocalServiceUtil.createAssetLink(long linkId)
Creates a new asset link with the primary key. |
AssetLink |
AssetLinkLocalService.createAssetLink(long linkId)
Creates a new asset link with the primary key. |
AssetLink |
AssetLinkLocalServiceWrapper.getAssetLink(long linkId)
Returns the asset link with the primary key. |
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.updateAssetLink(AssetLink assetLink)
Updates the asset link in the database or adds it if it does not yet exist. |
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,
boolean merge)
Updates the asset link in the database or adds it if it does not yet exist. |
static AssetLink |
AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink,
boolean merge)
Updates the asset link in the database or adds it if it does not yet exist. |
AssetLink |
AssetLinkLocalService.updateAssetLink(AssetLink assetLink,
boolean merge)
Updates the asset link in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetLink | |
|---|---|
List<AssetLink> |
AssetLinkLocalServiceWrapper.getAssetLinks(int start,
int end)
Returns a range of all the asset links. |
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.getLinks(long entryId,
int typeId)
|
static List<AssetLink> |
AssetLinkLocalServiceUtil.getLinks(long entryId,
int typeId)
|
List<AssetLink> |
AssetLinkLocalService.getLinks(long entryId,
int typeId)
|
List<AssetLink> |
AssetLinkLocalServiceWrapper.getReverseLinks(long entryId,
int typeId)
|
static List<AssetLink> |
AssetLinkLocalServiceUtil.getReverseLinks(long entryId,
int typeId)
|
List<AssetLink> |
AssetLinkLocalService.getReverseLinks(long entryId,
int typeId)
|
| Methods in com.liferay.portlet.asset.service with parameters of type AssetLink | |
|---|---|
AssetLink |
AssetLinkLocalServiceWrapper.addAssetLink(AssetLink assetLink)
Adds the asset link to the database. |
static AssetLink |
AssetLinkLocalServiceUtil.addAssetLink(AssetLink assetLink)
Adds the asset link to the database. |
AssetLink |
AssetLinkLocalService.addAssetLink(AssetLink assetLink)
Adds the asset link to the database. |
void |
AssetLinkLocalServiceWrapper.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database. |
static void |
AssetLinkLocalServiceUtil.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database. |
void |
AssetLinkLocalService.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database. |
void |
AssetLinkLocalServiceWrapper.deleteLink(AssetLink link)
|
static void |
AssetLinkLocalServiceUtil.deleteLink(AssetLink link)
|
void |
AssetLinkLocalService.deleteLink(AssetLink link)
|
AssetLink |
AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink)
Updates the asset link in the database or adds it if it does not yet exist. |
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,
boolean merge)
Updates the asset link in the database or adds it if it does not yet exist. |
static AssetLink |
AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink,
boolean merge)
Updates the asset link in the database or adds it if it does not yet exist. |
AssetLink |
AssetLinkLocalService.updateAssetLink(AssetLink assetLink,
boolean merge)
Updates the asset link in the database or adds it if it does not yet exist. |
| Uses of AssetLink in com.liferay.portlet.asset.service.persistence |
|---|
| Methods in com.liferay.portlet.asset.service.persistence that return AssetLink | |
|---|---|
static AssetLink |
AssetLinkUtil.create(long linkId)
Creates a new asset link with the primary key. |
AssetLink |
AssetLinkPersistence.create(long linkId)
Creates a new asset link with the primary key. |
static AssetLink |
AssetLinkUtil.fetchByPrimaryKey(long linkId)
Finds the asset link with the primary key or returns null if it could not be found. |
AssetLink |
AssetLinkPersistence.fetchByPrimaryKey(long linkId)
Finds the asset link with the primary key or returns null if it could not be found. |
static AssetLink |
AssetLinkUtil.findByE_E_First(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE_E_First(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink[] |
AssetLinkUtil.findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE_E_T_First(long entryId1,
long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE_E_T_First(long entryId1,
long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.findByE_E_T_Last(long entryId1,
long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE_E_T_Last(long entryId1,
long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?. |
static AssetLink[] |
AssetLinkUtil.findByE_E_T_PrevAndNext(long linkId,
long entryId1,
long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?. |
AssetLink[] |
AssetLinkPersistence.findByE_E_T_PrevAndNext(long linkId,
long entryId1,
long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.findByE1_First(long entryId1,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.findByE1_First(long entryId1,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_Last(long entryId1,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.findByE1_Last(long entryId1,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId1 = ?. |
static AssetLink[] |
AssetLinkUtil.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId1 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_T_First(long entryId1,
int type,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE1_T_First(long entryId1,
int type,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.findByE1_T_Last(long entryId1,
int type,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE1_T_Last(long entryId1,
int type,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink[] |
AssetLinkUtil.findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink[] |
AssetLinkPersistence.findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.findByE2_First(long entryId2,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE2_First(long entryId2,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_Last(long entryId2,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE2_Last(long entryId2,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId2 = ?. |
static AssetLink[] |
AssetLinkUtil.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId2 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_T_First(long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE2_T_First(long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.findByE2_T_Last(long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE2_T_Last(long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetLink[] |
AssetLinkUtil.findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink[] |
AssetLinkPersistence.findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.findByPrimaryKey(long linkId)
Finds the asset link with the primary key or throws a NoSuchLinkException if it could not be found. |
AssetLink |
AssetLinkPersistence.findByPrimaryKey(long linkId)
Finds the asset link with the primary key or throws a NoSuchLinkException if it could not be found. |
static AssetLink |
AssetLinkUtil.remove(AssetLink assetLink)
|
AssetLink |
AssetLinkPersistence.remove(AssetLink assetLink)
|
static AssetLink |
AssetLinkUtil.remove(long linkId)
Removes the asset link with the primary key from the database. |
AssetLink |
AssetLinkPersistence.remove(long linkId)
Removes the asset link with the primary key from the database. |
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)
|
| Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetLink | |
|---|---|
static List<AssetLink> |
AssetLinkUtil.findAll()
Finds all the asset links. |
List<AssetLink> |
AssetLinkPersistence.findAll()
Finds all the asset links. |
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end)
Finds a range of all the asset links. |
List<AssetLink> |
AssetLinkPersistence.findAll(int start,
int end)
Finds a range of all the asset links. |
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links. |
List<AssetLink> |
AssetLinkPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links. |
static List<AssetLink> |
AssetLinkUtil.findByE_E_T(long entryId1,
long entryId2,
int type)
Finds all the asset links where entryId1 = ? and entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE_E_T(long entryId1,
long entryId2,
int type)
Finds all the asset links where entryId1 = ? and entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE_E_T(long entryId1,
long entryId2,
int type,
int start,
int end)
Finds a range of all the asset links where entryId1 = ? and entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE_E_T(long entryId1,
long entryId2,
int type,
int start,
int end)
Finds a range of all the asset links where entryId1 = ? and entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE_E_T(long entryId1,
long entryId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId1 = ? and entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE_E_T(long entryId1,
long entryId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId1 = ? and entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE_E(long entryId1,
long entryId2)
Finds all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE_E(long entryId1,
long entryId2)
Finds all the asset links where entryId1 = ? and entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE_E(long entryId1,
long entryId2,
int start,
int end)
Finds a range of all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE_E(long entryId1,
long entryId2,
int start,
int end)
Finds a range of all the asset links where entryId1 = ? and entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId1 = ? and entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1_T(long entryId1,
int type)
Finds all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1_T(long entryId1,
int type)
Finds all the asset links where entryId1 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1_T(long entryId1,
int type,
int start,
int end)
Finds a range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1_T(long entryId1,
int type,
int start,
int end)
Finds a range of all the asset links where entryId1 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId1 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1)
Finds all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1)
Finds all the asset links where entryId1 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1,
int start,
int end)
Finds a range of all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1,
int start,
int end)
Finds a range of all the asset links where entryId1 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId1 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2_T(long entryId2,
int type)
Finds all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2_T(long entryId2,
int type)
Finds all the asset links where entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2_T(long entryId2,
int type,
int start,
int end)
Finds a range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2_T(long entryId2,
int type,
int start,
int end)
Finds a range of all the asset links where entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2)
Finds all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2)
Finds all the asset links where entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2,
int start,
int end)
Finds a range of all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2,
int start,
int end)
Finds a range of all the asset links where entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetLink> |
AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetLink> |
AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetLink | |
|---|---|
static void |
AssetLinkUtil.cacheResult(AssetLink assetLink)
Caches the asset link in the entity cache if it is enabled. |
void |
AssetLinkPersistence.cacheResult(AssetLink assetLink)
Caches the asset link in the entity cache if it is enabled. |
static void |
AssetLinkUtil.clearCache(AssetLink assetLink)
|
static AssetLink |
AssetLinkUtil.remove(AssetLink assetLink)
|
AssetLink |
AssetLinkPersistence.remove(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)
|
| Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetLink | |
|---|---|
static void |
AssetLinkUtil.cacheResult(List<AssetLink> assetLinks)
Caches the asset links in the entity cache if it is enabled. |
void |
AssetLinkPersistence.cacheResult(List<AssetLink> assetLinks)
Caches the asset links in the entity cache if it is enabled. |
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||