|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.persistence.AssetLinkUtil
public class AssetLinkUtil
The persistence utility for the asset link service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
AssetLinkPersistence,
AssetLinkPersistenceImpl| Constructor Summary | |
|---|---|
AssetLinkUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(AssetLink assetLink)
Caches the asset link in the entity cache if it is enabled. |
static void |
cacheResult(List<AssetLink> assetLinks)
Caches the asset links in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(AssetLink assetLink)
|
static int |
countAll()
Counts all the asset links. |
static int |
countByE_E_T(long entryId1,
long entryId2,
int type)
Counts all the asset links where entryId1 = ? and entryId2 = ? and type = ?. |
static int |
countByE_E(long entryId1,
long entryId2)
Counts all the asset links where entryId1 = ? and entryId2 = ?. |
static int |
countByE1_T(long entryId1,
int type)
Counts all the asset links where entryId1 = ? and type = ?. |
static int |
countByE1(long entryId1)
Counts all the asset links where entryId1 = ?. |
static int |
countByE2_T(long entryId2,
int type)
Counts all the asset links where entryId2 = ? and type = ?. |
static int |
countByE2(long entryId2)
Counts all the asset links where entryId2 = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static AssetLink |
create(long linkId)
Creates a new asset link with the primary key. |
static AssetLink |
fetchByPrimaryKey(long linkId)
Finds the asset link with the primary key or returns null if it could not be found. |
static List<AssetLink> |
findAll()
Finds all the asset links. |
static List<AssetLink> |
findAll(int start,
int end)
Finds a range of all the asset links. |
static List<AssetLink> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links. |
static AssetLink |
findByE_E_First(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink |
findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink[] |
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 |
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 |
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[] |
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 List<AssetLink> |
findByE_E_T(long entryId1,
long entryId2,
int type)
Finds all the asset links where entryId1 = ? and entryId2 = ? and type = ?. |
static List<AssetLink> |
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> |
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> |
findByE_E(long entryId1,
long entryId2)
Finds all the asset links where entryId1 = ? and entryId2 = ?. |
static List<AssetLink> |
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> |
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 AssetLink |
findByE1_First(long entryId1,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId1 = ?. |
static AssetLink |
findByE1_Last(long entryId1,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId1 = ?. |
static AssetLink[] |
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 |
findByE1_T_First(long entryId1,
int type,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink |
findByE1_T_Last(long entryId1,
int type,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink[] |
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 List<AssetLink> |
findByE1_T(long entryId1,
int type)
Finds all the asset links where entryId1 = ? and type = ?. |
static List<AssetLink> |
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> |
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> |
findByE1(long entryId1)
Finds all the asset links where entryId1 = ?. |
static List<AssetLink> |
findByE1(long entryId1,
int start,
int end)
Finds a range of all the asset links where entryId1 = ?. |
static List<AssetLink> |
findByE1(long entryId1,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId1 = ?. |
static AssetLink |
findByE2_First(long entryId2,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId2 = ?. |
static AssetLink |
findByE2_Last(long entryId2,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId2 = ?. |
static AssetLink[] |
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 |
findByE2_T_First(long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the first asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetLink |
findByE2_T_Last(long entryId2,
int type,
OrderByComparator orderByComparator)
Finds the last asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetLink[] |
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 List<AssetLink> |
findByE2_T(long entryId2,
int type)
Finds all the asset links where entryId2 = ? and type = ?. |
static List<AssetLink> |
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> |
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> |
findByE2(long entryId2)
Finds all the asset links where entryId2 = ?. |
static List<AssetLink> |
findByE2(long entryId2,
int start,
int end)
Finds a range of all the asset links where entryId2 = ?. |
static List<AssetLink> |
findByE2(long entryId2,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset links where entryId2 = ?. |
static AssetLink |
findByPrimaryKey(long linkId)
Finds the asset link with the primary key or throws a NoSuchLinkException if it could not be found. |
static List<AssetLink> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetLink> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetLink> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static AssetLinkPersistence |
getPersistence()
|
static AssetLink |
remove(AssetLink assetLink)
|
static AssetLink |
remove(long linkId)
Removes the asset link with the primary key from the database. |
static void |
removeAll()
Removes all the asset links from the database. |
static void |
removeByE_E_T(long entryId1,
long entryId2,
int type)
Removes all the asset links where entryId1 = ? and entryId2 = ? and type = ? from the database. |
static void |
removeByE_E(long entryId1,
long entryId2)
Removes all the asset links where entryId1 = ? and entryId2 = ? from the database. |
static void |
removeByE1_T(long entryId1,
int type)
Removes all the asset links where entryId1 = ? and type = ? from the database. |
static void |
removeByE1(long entryId1)
Removes all the asset links where entryId1 = ? from the database. |
static void |
removeByE2_T(long entryId2,
int type)
Removes all the asset links where entryId2 = ? and type = ? from the database. |
static void |
removeByE2(long entryId2)
Removes all the asset links where entryId2 = ? from the database. |
void |
setPersistence(AssetLinkPersistence persistence)
|
static AssetLink |
update(AssetLink assetLink,
boolean merge)
|
static AssetLink |
update(AssetLink assetLink,
boolean merge,
ServiceContext serviceContext)
|
static AssetLink |
updateImpl(AssetLink assetLink,
boolean merge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetLinkUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(AssetLink assetLink)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<AssetLink> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<AssetLink> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<AssetLink> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static AssetLink remove(AssetLink assetLink)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static AssetLink update(AssetLink assetLink,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static AssetLink update(AssetLink assetLink,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(AssetLink assetLink)
assetLink - the asset link to cachepublic static void cacheResult(List<AssetLink> assetLinks)
assetLinks - the asset links to cachepublic static AssetLink create(long linkId)
linkId - the primary key for the new asset link
public static AssetLink remove(long linkId)
throws SystemException,
NoSuchLinkException
linkId - the primary key of the asset link to remove
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred
public static AssetLink updateImpl(AssetLink assetLink,
boolean merge)
throws SystemException
SystemException
public static AssetLink findByPrimaryKey(long linkId)
throws SystemException,
NoSuchLinkException
NoSuchLinkException if it could not be found.
linkId - the primary key of the asset link to find
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred
public static AssetLink fetchByPrimaryKey(long linkId)
throws SystemException
null if it could not be found.
linkId - the primary key of the asset link to find
null if a asset link with the primary key could not be found
SystemException - if a system exception occurred
public static List<AssetLink> findByE1(long entryId1)
throws SystemException
entryId1 - the entry id1 to search with
SystemException - if a system exception occurred
public static List<AssetLink> findByE1(long entryId1,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)
SystemException - if a system exception occurred
public static List<AssetLink> findByE1(long entryId1,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static AssetLink findByE1_First(long entryId1,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink findByE1_Last(long entryId1,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink[] findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
linkId - the primary key of the current asset linkentryId1 - the entry id1 to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred
public static List<AssetLink> findByE2(long entryId2)
throws SystemException
entryId2 - the entry id2 to search with
SystemException - if a system exception occurred
public static List<AssetLink> findByE2(long entryId2,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId2 - the entry id2 to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)
SystemException - if a system exception occurred
public static List<AssetLink> findByE2(long entryId2,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId2 - the entry id2 to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static AssetLink findByE2_First(long entryId2,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId2 - the entry id2 to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink findByE2_Last(long entryId2,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId2 - the entry id2 to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink[] findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
linkId - the primary key of the current asset linkentryId2 - the entry id2 to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred
public static List<AssetLink> findByE_E(long entryId1,
long entryId2)
throws SystemException
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search with
SystemException - if a system exception occurred
public static List<AssetLink> findByE_E(long entryId1,
long entryId2,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)
SystemException - if a system exception occurred
public static List<AssetLink> findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static AssetLink findByE_E_First(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink[] findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
linkId - the primary key of the current asset linkentryId1 - the entry id1 to search withentryId2 - the entry id2 to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred
public static List<AssetLink> findByE1_T(long entryId1,
int type)
throws SystemException
entryId1 - the entry id1 to search withtype - the type to search with
SystemException - if a system exception occurred
public static List<AssetLink> findByE1_T(long entryId1,
int type,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withtype - the type to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)
SystemException - if a system exception occurred
public static List<AssetLink> findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withtype - the type to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static AssetLink findByE1_T_First(long entryId1,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withtype - the type to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink findByE1_T_Last(long entryId1,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withtype - the type to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink[] findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
linkId - the primary key of the current asset linkentryId1 - the entry id1 to search withtype - the type to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred
public static List<AssetLink> findByE2_T(long entryId2,
int type)
throws SystemException
entryId2 - the entry id2 to search withtype - the type to search with
SystemException - if a system exception occurred
public static List<AssetLink> findByE2_T(long entryId2,
int type,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId2 - the entry id2 to search withtype - the type to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)
SystemException - if a system exception occurred
public static List<AssetLink> findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId2 - the entry id2 to search withtype - the type to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static AssetLink findByE2_T_First(long entryId2,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId2 - the entry id2 to search withtype - the type to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink findByE2_T_Last(long entryId2,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId2 - the entry id2 to search withtype - the type to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink[] findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
linkId - the primary key of the current asset linkentryId2 - the entry id2 to search withtype - the type to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred
public static List<AssetLink> findByE_E_T(long entryId1,
long entryId2,
int type)
throws SystemException
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search withtype - the type to search with
SystemException - if a system exception occurred
public static List<AssetLink> findByE_E_T(long entryId1,
long entryId2,
int type,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search withtype - the type to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)
SystemException - if a system exception occurred
public static List<AssetLink> findByE_E_T(long entryId1,
long entryId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search withtype - the type to search withstart - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static AssetLink findByE_E_T_First(long entryId1,
long entryId2,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search withtype - the type to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink findByE_E_T_Last(long entryId1,
long entryId2,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search withtype - the type to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred
public static AssetLink[] findByE_E_T_PrevAndNext(long linkId,
long entryId1,
long entryId2,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchLinkException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
linkId - the primary key of the current asset linkentryId1 - the entry id1 to search withentryId2 - the entry id2 to search withtype - the type to search withorderByComparator - the comparator to order the set by
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred
public static List<AssetLink> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<AssetLink> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)
SystemException - if a system exception occurred
public static List<AssetLink> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of asset links to returnend - the upper bound of the range of asset links to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByE1(long entryId1)
throws SystemException
entryId1 - the entry id1 to search with
SystemException - if a system exception occurred
public static void removeByE2(long entryId2)
throws SystemException
entryId2 - the entry id2 to search with
SystemException - if a system exception occurred
public static void removeByE_E(long entryId1,
long entryId2)
throws SystemException
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search with
SystemException - if a system exception occurred
public static void removeByE1_T(long entryId1,
int type)
throws SystemException
entryId1 - the entry id1 to search withtype - the type to search with
SystemException - if a system exception occurred
public static void removeByE2_T(long entryId2,
int type)
throws SystemException
entryId2 - the entry id2 to search withtype - the type to search with
SystemException - if a system exception occurred
public static void removeByE_E_T(long entryId1,
long entryId2,
int type)
throws SystemException
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search withtype - the type to search with
SystemException - if a system exception occurred
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByE1(long entryId1)
throws SystemException
entryId1 - the entry id1 to search with
SystemException - if a system exception occurred
public static int countByE2(long entryId2)
throws SystemException
entryId2 - the entry id2 to search with
SystemException - if a system exception occurred
public static int countByE_E(long entryId1,
long entryId2)
throws SystemException
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search with
SystemException - if a system exception occurred
public static int countByE1_T(long entryId1,
int type)
throws SystemException
entryId1 - the entry id1 to search withtype - the type to search with
SystemException - if a system exception occurred
public static int countByE2_T(long entryId2,
int type)
throws SystemException
entryId2 - the entry id2 to search withtype - the type to search with
SystemException - if a system exception occurred
public static int countByE_E_T(long entryId1,
long entryId2,
int type)
throws SystemException
entryId1 - the entry id1 to search withentryId2 - the entry id2 to search withtype - the type to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static AssetLinkPersistence getPersistence()
public void setPersistence(AssetLinkPersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||