Package | Description |
---|---|
com.liferay.asset.kernel.model | |
com.liferay.asset.kernel.model.adapter | |
com.liferay.asset.kernel.service |
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.asset.kernel.service.persistence |
Modifier and Type | Class and Description |
---|---|
class |
AssetLinkWrapper
This class is a wrapper for
AssetLink . |
Modifier and Type | Field and Description |
---|---|
static Accessor<AssetLink,Long> |
AssetLink.ENTRY_ID2_ACCESSOR |
static Accessor<AssetLink,Long> |
AssetLink.LINK_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
AssetLink |
AssetLinkWrapper.cloneWithOriginalValues() |
AssetLink |
AssetLinkModel.cloneWithOriginalValues() |
Modifier and Type | Method and Description |
---|---|
Map<String,Function<AssetLink,Object>> |
AssetLinkWrapper.getAttributeGetterFunctions() |
Map<String,BiConsumer<AssetLink,Object>> |
AssetLinkWrapper.getAttributeSetterBiConsumers() |
Modifier and Type | Method and Description |
---|---|
protected AssetLinkWrapper |
AssetLinkWrapper.wrap(AssetLink assetLink) |
Constructor and Description |
---|
AssetLinkWrapper(AssetLink assetLink) |
Modifier and Type | Interface and Description |
---|---|
interface |
StagedAssetLink |
Modifier and Type | Method and Description |
---|---|
AssetLink |
AssetLinkLocalServiceWrapper.addAssetLink(AssetLink assetLink)
Adds the asset link to the database.
|
AssetLink |
AssetLinkLocalService.addAssetLink(AssetLink assetLink)
Adds the asset link to the database.
|
static AssetLink |
AssetLinkLocalServiceUtil.addAssetLink(AssetLink assetLink)
Adds the asset link to the database.
|
AssetLink |
AssetLinkLocalServiceWrapper.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.
|
static AssetLink |
AssetLinkLocalServiceUtil.addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
Adds a new asset link.
|
AssetLink |
AssetLinkLocalServiceWrapper.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.
|
static AssetLink |
AssetLinkLocalServiceUtil.createAssetLink(long linkId)
Creates a new asset link with the primary key.
|
AssetLink |
AssetLinkLocalServiceWrapper.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database.
|
AssetLink |
AssetLinkLocalService.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database.
|
static AssetLink |
AssetLinkLocalServiceUtil.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database.
|
AssetLink |
AssetLinkLocalServiceWrapper.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.
|
static AssetLink |
AssetLinkLocalServiceUtil.deleteAssetLink(long linkId)
Deletes the asset link with the primary key from the database.
|
AssetLink |
AssetLinkLocalServiceWrapper.fetchAssetLink(long linkId) |
AssetLink |
AssetLinkLocalService.fetchAssetLink(long linkId) |
static AssetLink |
AssetLinkLocalServiceUtil.fetchAssetLink(long linkId) |
AssetLink |
AssetLinkLocalServiceWrapper.getAssetLink(long linkId)
Returns the asset link with the primary key.
|
AssetLink |
AssetLinkLocalService.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 |
AssetLinkLocalServiceWrapper.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.
|
static AssetLink |
AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink)
Updates the asset link in the database or adds it if it does not yet exist.
|
AssetLink |
AssetLinkLocalServiceWrapper.updateLink(long userId,
long entryId1,
long entryId2,
int typeId,
int weight) |
AssetLink |
AssetLinkLocalService.updateLink(long userId,
long entryId1,
long entryId2,
int typeId,
int weight) |
static AssetLink |
AssetLinkLocalServiceUtil.updateLink(long userId,
long entryId1,
long entryId2,
int typeId,
int weight) |
Modifier and Type | Method and Description |
---|---|
List<AssetLink> |
AssetLinkLocalServiceWrapper.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.
|
static List<AssetLink> |
AssetLinkLocalServiceUtil.getAssetLinks(int start,
int end)
Returns a range of all the asset links.
|
CTPersistence<AssetLink> |
AssetLinkLocalServiceWrapper.getCTPersistence() |
CTPersistence<AssetLink> |
AssetLinkLocalService.getCTPersistence() |
List<AssetLink> |
AssetLinkLocalServiceWrapper.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.
|
static List<AssetLink> |
AssetLinkLocalServiceUtil.getDirectLinks(long entryId)
Returns all the asset links whose first entry ID is the given entry ID.
|
List<AssetLink> |
AssetLinkLocalServiceWrapper.getDirectLinks(long entryId,
boolean excludeInvisibleLinks) |
List<AssetLink> |
AssetLinkLocalService.getDirectLinks(long entryId,
boolean excludeInvisibleLinks) |
static List<AssetLink> |
AssetLinkLocalServiceUtil.getDirectLinks(long entryId,
boolean excludeInvisibleLinks) |
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.
|
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.
|
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> |
AssetLinkLocalServiceWrapper.getDirectLinks(long entryId,
int typeId,
boolean excludeInvisibleLinks) |
List<AssetLink> |
AssetLinkLocalService.getDirectLinks(long entryId,
int typeId,
boolean excludeInvisibleLinks) |
static List<AssetLink> |
AssetLinkLocalServiceUtil.getDirectLinks(long entryId,
int typeId,
boolean excludeInvisibleLinks) |
List<AssetLink> |
AssetLinkLocalServiceWrapper.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.
|
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> |
AssetLinkLocalServiceWrapper.getLinks(long groupId,
Date startDate,
Date endDate,
int start,
int end) |
List<AssetLink> |
AssetLinkLocalService.getLinks(long groupId,
Date startDate,
Date endDate,
int start,
int end) |
static List<AssetLink> |
AssetLinkLocalServiceUtil.getLinks(long groupId,
Date startDate,
Date endDate,
int start,
int end) |
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.
|
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.
|
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> |
AssetLinkLocalServiceWrapper.getLinks(long classNameId,
long classPK)
Returns all the asset links of an AssetEntry.
|
List<AssetLink> |
AssetLinkLocalService.getLinks(long classNameId,
long classPK)
Returns all the asset links of an AssetEntry.
|
static List<AssetLink> |
AssetLinkLocalServiceUtil.getLinks(long classNameId,
long classPK)
Returns all the asset links of an AssetEntry.
|
Class<AssetLink> |
AssetLinkLocalServiceWrapper.getModelClass() |
Class<AssetLink> |
AssetLinkLocalService.getModelClass() |
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
AssetLink |
AssetLinkLocalServiceWrapper.addAssetLink(AssetLink assetLink)
Adds the asset link to the database.
|
AssetLink |
AssetLinkLocalService.addAssetLink(AssetLink assetLink)
Adds the asset link to the database.
|
static AssetLink |
AssetLinkLocalServiceUtil.addAssetLink(AssetLink assetLink)
Adds the asset link to the database.
|
AssetLink |
AssetLinkLocalServiceWrapper.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database.
|
AssetLink |
AssetLinkLocalService.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database.
|
static AssetLink |
AssetLinkLocalServiceUtil.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database.
|
void |
AssetLinkLocalServiceWrapper.deleteLink(AssetLink link)
Deletes the asset link.
|
void |
AssetLinkLocalService.deleteLink(AssetLink link)
Deletes the asset link.
|
static void |
AssetLinkLocalServiceUtil.deleteLink(AssetLink link)
Deletes the asset link.
|
AssetLink |
AssetLinkLocalServiceWrapper.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.
|
static AssetLink |
AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink)
Updates the asset link in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
<R,E extends Throwable> |
AssetLinkLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetLink>,R,E> updateUnsafeFunction) |
<R,E extends Throwable> |
AssetLinkLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetLink>,R,E> updateUnsafeFunction) |
Modifier and Type | Method and Description |
---|---|
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 useFinderCache)
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 useFinderCache)
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_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_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.fetchByEntryId1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByEntryId1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByEntryId1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByEntryId1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByEntryId2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByEntryId2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByEntryId2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByEntryId2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
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_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_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.findByEntryId1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.findByEntryId1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.findByEntryId1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.findByEntryId1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
AssetLink[] |
AssetLinkPersistence.findByEntryId1_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.findByEntryId1_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.findByEntryId2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.findByEntryId2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.findByEntryId2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.findByEntryId2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
AssetLink[] |
AssetLinkPersistence.findByEntryId2_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.findByEntryId2_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.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) |
Modifier and Type | Method and Description |
---|---|
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 useFinderCache)
Returns an ordered range of all the asset links.
|
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links.
|
static List<AssetLink> |
AssetLinkFinderUtil.findByAssetEntryGroupId(long groupId,
int start,
int end) |
List<AssetLink> |
AssetLinkFinder.findByAssetEntryGroupId(long groupId,
int start,
int end) |
static List<AssetLink> |
AssetLinkFinderUtil.findByC_C(long classNameId,
long classPK) |
List<AssetLink> |
AssetLinkFinder.findByC_C(long classNameId,
long classPK) |
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 useFinderCache)
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 useFinderCache)
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 useFinderCache)
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 useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
|
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 useFinderCache)
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 useFinderCache)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId1(long entryId1)
Returns all the asset links where entryId1 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId1(long entryId1)
Returns all the asset links where entryId1 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId1(long entryId1,
int start,
int end)
Returns a range of all the asset links where entryId1 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId1(long entryId1,
int start,
int end)
Returns a range of all the asset links where entryId1 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId2(long entryId2)
Returns all the asset links where entryId2 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId2(long entryId2)
Returns all the asset links where entryId2 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId2(long entryId2,
int start,
int end)
Returns a range of all the asset links where entryId2 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId2(long entryId2,
int start,
int end)
Returns a range of all the asset links where entryId2 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId2 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId2 = ?.
|
static List<AssetLink> |
AssetLinkFinderUtil.findByG_C(long groupId,
Date startDate,
Date endDate,
int start,
int end) |
List<AssetLink> |
AssetLinkFinder.findByG_C(long groupId,
Date startDate,
Date endDate,
int start,
int end) |
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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_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_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.fetchByEntryId1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByEntryId1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByEntryId1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByEntryId1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByEntryId2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByEntryId2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByEntryId2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByEntryId2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
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 useFinderCache)
Returns an ordered range of all the asset links.
|
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
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 useFinderCache)
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 useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
|
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 useFinderCache)
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 useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
|
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 useFinderCache)
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 useFinderCache)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
|
AssetLink |
AssetLinkPersistence.findByEntryId1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.findByEntryId1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.findByEntryId1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.findByEntryId1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
AssetLink[] |
AssetLinkPersistence.findByEntryId1_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.findByEntryId1_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 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.findByEntryId2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.findByEntryId2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.findByEntryId2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.findByEntryId2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
AssetLink[] |
AssetLinkPersistence.findByEntryId2_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.findByEntryId2_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 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByEntryId2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId2 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByEntryId2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
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) |