Package | Description |
---|---|
com.liferay.asset.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
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_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_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_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_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_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_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.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.findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first 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_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last 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_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_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_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_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_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_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.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.findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first 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_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last 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_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_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_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_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_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_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.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.findByPrimaryKey(long linkId)
Returns the asset link with the primary key or throws a
NoSuchLinkException if it could not be found. |
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.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.removeByE_E_T(long entryId1,
long entryId2,
int type)
Removes the asset link where entryId1 = ? and entryId2 = ? and type = ? 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.
|