Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.service.persistence
Class AssetLinkUtil

java.lang.Object
  extended by com.liferay.portlet.asset.service.persistence.AssetLinkUtil

public class AssetLinkUtil
extends Object

The persistence utility for the asset link service. This utility wraps AssetLinkPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
AssetLinkPersistence, AssetLinkPersistenceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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()
          Returns the number of asset links.
static int countByE_E_T(long entryId1, long entryId2, int type)
          Returns the number of asset links where entryId1 = ? and entryId2 = ? and type = ?.
static int countByE_E(long entryId1, long entryId2)
          Returns the number of asset links where entryId1 = ? and entryId2 = ?.
static int countByE1_T(long entryId1, int type)
          Returns the number of asset links where entryId1 = ? and type = ?.
static int countByE1(long entryId1)
          Returns the number of asset links where entryId1 = ?.
static int countByE2_T(long entryId2, int type)
          Returns the number of asset links where entryId2 = ? and type = ?.
static int countByE2(long entryId2)
          Returns the number of asset links where entryId2 = ?.
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static AssetLink create(long linkId)
          Creates a new asset link with the primary key.
static AssetLink fetchByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink fetchByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink 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 fetchByE_E_T(long entryId1, long entryId2, int type, boolean retrieveFromCache)
          Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
static AssetLink fetchByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
static AssetLink fetchByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
static AssetLink fetchByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink fetchByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink fetchByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
static AssetLink fetchByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
static AssetLink fetchByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink fetchByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink fetchByPrimaryKey(long linkId)
          Returns the asset link with the primary key or returns null if it could not be found.
static List<AssetLink> findAll()
          Returns all the asset links.
static List<AssetLink> findAll(int start, int end)
          Returns a range of all the asset links.
static List<AssetLink> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links.
static AssetLink findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Returns 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)
          Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
static AssetLink 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 List<AssetLink> findByE_E(long entryId1, long entryId2)
          Returns all the asset links where entryId1 = ? and entryId2 = ?.
static List<AssetLink> 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> findByE_E(long entryId1, long entryId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
static AssetLink findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId1 = ?.
static AssetLink findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId1 = ?.
static AssetLink[] findByE1_PrevAndNext(long linkId, long entryId1, OrderByComparator orderByComparator)
          Returns 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)
          Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
static AssetLink findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns all the asset links where entryId1 = ? and type = ?.
static List<AssetLink> 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> findByE1_T(long entryId1, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
static List<AssetLink> findByE1(long entryId1)
          Returns all the asset links where entryId1 = ?.
static List<AssetLink> findByE1(long entryId1, int start, int end)
          Returns a range of all the asset links where entryId1 = ?.
static List<AssetLink> findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId1 = ?.
static AssetLink findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Returns the first asset link in the ordered set where entryId2 = ?.
static AssetLink findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Returns the last asset link in the ordered set where entryId2 = ?.
static AssetLink[] findByE2_PrevAndNext(long linkId, long entryId2, OrderByComparator orderByComparator)
          Returns 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)
          Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
static AssetLink findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns all the asset links where entryId2 = ? and type = ?.
static List<AssetLink> 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> findByE2_T(long entryId2, int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
static List<AssetLink> findByE2(long entryId2)
          Returns all the asset links where entryId2 = ?.
static List<AssetLink> findByE2(long entryId2, int start, int end)
          Returns a range of all the asset links where entryId2 = ?.
static List<AssetLink> findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset links where entryId2 = ?.
static AssetLink findByPrimaryKey(long linkId)
          Returns 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(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 AssetLink removeByE_E_T(long entryId1, long entryId2, int type)
          Removes the asset link 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)
          Deprecated.  
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

AssetLinkUtil

public AssetLinkUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(AssetLink assetLink)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public long countWithDynamicQuery(DynamicQuery dynamicQuery)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<AssetLink> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<AssetLink> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                   int start,
                                                   int end)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<AssetLink> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static AssetLink update(AssetLink assetLink,
                               boolean merge)
                        throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

update

public static AssetLink update(AssetLink assetLink,
                               boolean merge,
                               ServiceContext serviceContext)
                        throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)

cacheResult

public static void cacheResult(AssetLink assetLink)
Caches the asset link in the entity cache if it is enabled.

Parameters:
assetLink - the asset link

cacheResult

public static void cacheResult(List<AssetLink> assetLinks)
Caches the asset links in the entity cache if it is enabled.

Parameters:
assetLinks - the asset links

create

public static AssetLink create(long linkId)
Creates a new asset link with the primary key. Does not add the asset link to the database.

Parameters:
linkId - the primary key for the new asset link
Returns:
the new asset link

remove

public static AssetLink remove(long linkId)
                        throws SystemException,
                               NoSuchLinkException
Removes the asset link with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
linkId - the primary key of the asset link
Returns:
the asset link that was removed
Throws:
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

public static AssetLink updateImpl(AssetLink assetLink,
                                   boolean merge)
                            throws SystemException
Throws:
SystemException

findByPrimaryKey

public static AssetLink findByPrimaryKey(long linkId)
                                  throws SystemException,
                                         NoSuchLinkException
Returns the asset link with the primary key or throws a NoSuchLinkException if it could not be found.

Parameters:
linkId - the primary key of the asset link
Returns:
the asset link
Throws:
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public static AssetLink fetchByPrimaryKey(long linkId)
                                   throws SystemException
Returns the asset link with the primary key or returns null if it could not be found.

Parameters:
linkId - the primary key of the asset link
Returns:
the asset link, or null if a asset link with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findByE1

public static List<AssetLink> findByE1(long entryId1)
                                throws SystemException
Returns all the asset links where entryId1 = ?.

Parameters:
entryId1 - the entry id1
Returns:
the matching asset links
Throws:
SystemException - if a system exception occurred

findByE1

public static List<AssetLink> findByE1(long entryId1,
                                       int start,
                                       int end)
                                throws SystemException
Returns a range of all the asset links where entryId1 = ?.

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.

Parameters:
entryId1 - the entry id1
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
Returns:
the range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE1

public static List<AssetLink> findByE1(long entryId1,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Returns an ordered range of all the asset links where entryId1 = ?.

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.

Parameters:
entryId1 - the entry id1
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE1_First

public static AssetLink findByE1_First(long entryId1,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchLinkException
Returns the first asset link in the ordered set where entryId1 = ?.

Parameters:
entryId1 - the entry id1
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

fetchByE1_First

public static AssetLink fetchByE1_First(long entryId1,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the first asset link in the ordered set where entryId1 = ?.

Parameters:
entryId1 - the entry id1
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

findByE1_Last

public static AssetLink findByE1_Last(long entryId1,
                                      OrderByComparator orderByComparator)
                               throws SystemException,
                                      NoSuchLinkException
Returns the last asset link in the ordered set where entryId1 = ?.

Parameters:
entryId1 - the entry id1
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

fetchByE1_Last

public static AssetLink fetchByE1_Last(long entryId1,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Returns the last asset link in the ordered set where entryId1 = ?.

Parameters:
entryId1 - the entry id1
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

findByE1_PrevAndNext

public static AssetLink[] findByE1_PrevAndNext(long linkId,
                                               long entryId1,
                                               OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchLinkException
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?.

Parameters:
linkId - the primary key of the current asset link
entryId1 - the entry id1
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next asset link
Throws:
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred

findByE2

public static List<AssetLink> findByE2(long entryId2)
                                throws SystemException
Returns all the asset links where entryId2 = ?.

Parameters:
entryId2 - the entry id2
Returns:
the matching asset links
Throws:
SystemException - if a system exception occurred

findByE2

public static List<AssetLink> findByE2(long entryId2,
                                       int start,
                                       int end)
                                throws SystemException
Returns a range of all the asset links where entryId2 = ?.

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.

Parameters:
entryId2 - the entry id2
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
Returns:
the range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE2

public static List<AssetLink> findByE2(long entryId2,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Returns an ordered range of all the asset links where entryId2 = ?.

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.

Parameters:
entryId2 - the entry id2
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE2_First

public static AssetLink findByE2_First(long entryId2,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchLinkException
Returns the first asset link in the ordered set where entryId2 = ?.

Parameters:
entryId2 - the entry id2
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

fetchByE2_First

public static AssetLink fetchByE2_First(long entryId2,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the first asset link in the ordered set where entryId2 = ?.

Parameters:
entryId2 - the entry id2
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

findByE2_Last

public static AssetLink findByE2_Last(long entryId2,
                                      OrderByComparator orderByComparator)
                               throws SystemException,
                                      NoSuchLinkException
Returns the last asset link in the ordered set where entryId2 = ?.

Parameters:
entryId2 - the entry id2
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

fetchByE2_Last

public static AssetLink fetchByE2_Last(long entryId2,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Returns the last asset link in the ordered set where entryId2 = ?.

Parameters:
entryId2 - the entry id2
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

findByE2_PrevAndNext

public static AssetLink[] findByE2_PrevAndNext(long linkId,
                                               long entryId2,
                                               OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchLinkException
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?.

Parameters:
linkId - the primary key of the current asset link
entryId2 - the entry id2
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next asset link
Throws:
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred

findByE_E

public static List<AssetLink> findByE_E(long entryId1,
                                        long entryId2)
                                 throws SystemException
Returns all the asset links where entryId1 = ? and entryId2 = ?.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
Returns:
the matching asset links
Throws:
SystemException - if a system exception occurred

findByE_E

public static List<AssetLink> findByE_E(long entryId1,
                                        long entryId2,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the asset links where entryId1 = ? and entryId2 = ?.

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.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
Returns:
the range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE_E

public static List<AssetLink> findByE_E(long entryId1,
                                        long entryId2,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.

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.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE_E_First

public static AssetLink findByE_E_First(long entryId1,
                                        long entryId2,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchLinkException
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

fetchByE_E_First

public static AssetLink fetchByE_E_First(long entryId1,
                                         long entryId2,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

findByE_E_Last

public static AssetLink findByE_E_Last(long entryId1,
                                       long entryId2,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchLinkException
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

fetchByE_E_Last

public static AssetLink fetchByE_E_Last(long entryId1,
                                        long entryId2,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

findByE_E_PrevAndNext

public static AssetLink[] findByE_E_PrevAndNext(long linkId,
                                                long entryId1,
                                                long entryId2,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchLinkException
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.

Parameters:
linkId - the primary key of the current asset link
entryId1 - the entry id1
entryId2 - the entry id2
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next asset link
Throws:
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred

findByE1_T

public static List<AssetLink> findByE1_T(long entryId1,
                                         int type)
                                  throws SystemException
Returns all the asset links where entryId1 = ? and type = ?.

Parameters:
entryId1 - the entry id1
type - the type
Returns:
the matching asset links
Throws:
SystemException - if a system exception occurred

findByE1_T

public static List<AssetLink> findByE1_T(long entryId1,
                                         int type,
                                         int start,
                                         int end)
                                  throws SystemException
Returns a range of all the asset links where entryId1 = ? and type = ?.

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.

Parameters:
entryId1 - the entry id1
type - the type
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
Returns:
the range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE1_T

public static List<AssetLink> findByE1_T(long entryId1,
                                         int type,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns an ordered range of all the asset links where entryId1 = ? and type = ?.

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.

Parameters:
entryId1 - the entry id1
type - the type
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE1_T_First

public static AssetLink findByE1_T_First(long entryId1,
                                         int type,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchLinkException
Returns the first asset link in the ordered set where entryId1 = ? and type = ?.

Parameters:
entryId1 - the entry id1
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

fetchByE1_T_First

public static AssetLink fetchByE1_T_First(long entryId1,
                                          int type,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the first asset link in the ordered set where entryId1 = ? and type = ?.

Parameters:
entryId1 - the entry id1
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

findByE1_T_Last

public static AssetLink findByE1_T_Last(long entryId1,
                                        int type,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchLinkException
Returns the last asset link in the ordered set where entryId1 = ? and type = ?.

Parameters:
entryId1 - the entry id1
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

fetchByE1_T_Last

public static AssetLink fetchByE1_T_Last(long entryId1,
                                         int type,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the last asset link in the ordered set where entryId1 = ? and type = ?.

Parameters:
entryId1 - the entry id1
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

findByE1_T_PrevAndNext

public static AssetLink[] findByE1_T_PrevAndNext(long linkId,
                                                 long entryId1,
                                                 int type,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchLinkException
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.

Parameters:
linkId - the primary key of the current asset link
entryId1 - the entry id1
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next asset link
Throws:
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred

findByE2_T

public static List<AssetLink> findByE2_T(long entryId2,
                                         int type)
                                  throws SystemException
Returns all the asset links where entryId2 = ? and type = ?.

Parameters:
entryId2 - the entry id2
type - the type
Returns:
the matching asset links
Throws:
SystemException - if a system exception occurred

findByE2_T

public static List<AssetLink> findByE2_T(long entryId2,
                                         int type,
                                         int start,
                                         int end)
                                  throws SystemException
Returns a range of all the asset links where entryId2 = ? and type = ?.

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.

Parameters:
entryId2 - the entry id2
type - the type
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
Returns:
the range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE2_T

public static List<AssetLink> findByE2_T(long entryId2,
                                         int type,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns an ordered range of all the asset links where entryId2 = ? and type = ?.

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.

Parameters:
entryId2 - the entry id2
type - the type
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE2_T_First

public static AssetLink findByE2_T_First(long entryId2,
                                         int type,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchLinkException
Returns the first asset link in the ordered set where entryId2 = ? and type = ?.

Parameters:
entryId2 - the entry id2
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

fetchByE2_T_First

public static AssetLink fetchByE2_T_First(long entryId2,
                                          int type,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the first asset link in the ordered set where entryId2 = ? and type = ?.

Parameters:
entryId2 - the entry id2
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

findByE2_T_Last

public static AssetLink findByE2_T_Last(long entryId2,
                                        int type,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchLinkException
Returns the last asset link in the ordered set where entryId2 = ? and type = ?.

Parameters:
entryId2 - the entry id2
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

fetchByE2_T_Last

public static AssetLink fetchByE2_T_Last(long entryId2,
                                         int type,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the last asset link in the ordered set where entryId2 = ? and type = ?.

Parameters:
entryId2 - the entry id2
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

findByE2_T_PrevAndNext

public static AssetLink[] findByE2_T_PrevAndNext(long linkId,
                                                 long entryId2,
                                                 int type,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchLinkException
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.

Parameters:
linkId - the primary key of the current asset link
entryId2 - the entry id2
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next asset link
Throws:
NoSuchLinkException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred

findByE_E_T

public static AssetLink findByE_E_T(long entryId1,
                                    long entryId2,
                                    int type)
                             throws SystemException,
                                    NoSuchLinkException
Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or throws a NoSuchLinkException if it could not be found.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
type - the type
Returns:
the matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

fetchByE_E_T

public static AssetLink fetchByE_E_T(long entryId1,
                                     long entryId2,
                                     int type)
                              throws SystemException
Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
type - the type
Returns:
the matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

fetchByE_E_T

public static AssetLink fetchByE_E_T(long entryId1,
                                     long entryId2,
                                     int type,
                                     boolean retrieveFromCache)
                              throws SystemException
Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
type - the type
retrieveFromCache - whether to use the finder cache
Returns:
the matching asset link, or null if a matching asset link could not be found
Throws:
SystemException - if a system exception occurred

findAll

public static List<AssetLink> findAll()
                               throws SystemException
Returns all the asset links.

Returns:
the asset links
Throws:
SystemException - if a system exception occurred

findAll

public static List<AssetLink> findAll(int start,
                                      int end)
                               throws SystemException
Returns a range of all the asset links.

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.

Parameters:
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
Returns:
the range of asset links
Throws:
SystemException - if a system exception occurred

findAll

public static List<AssetLink> findAll(int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Returns an ordered range of all the asset links.

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.

Parameters:
start - the lower bound of the range of asset links
end - the upper bound of the range of asset links (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of asset links
Throws:
SystemException - if a system exception occurred

removeByE1

public static void removeByE1(long entryId1)
                       throws SystemException
Removes all the asset links where entryId1 = ? from the database.

Parameters:
entryId1 - the entry id1
Throws:
SystemException - if a system exception occurred

removeByE2

public static void removeByE2(long entryId2)
                       throws SystemException
Removes all the asset links where entryId2 = ? from the database.

Parameters:
entryId2 - the entry id2
Throws:
SystemException - if a system exception occurred

removeByE_E

public static void removeByE_E(long entryId1,
                               long entryId2)
                        throws SystemException
Removes all the asset links where entryId1 = ? and entryId2 = ? from the database.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
Throws:
SystemException - if a system exception occurred

removeByE1_T

public static void removeByE1_T(long entryId1,
                                int type)
                         throws SystemException
Removes all the asset links where entryId1 = ? and type = ? from the database.

Parameters:
entryId1 - the entry id1
type - the type
Throws:
SystemException - if a system exception occurred

removeByE2_T

public static void removeByE2_T(long entryId2,
                                int type)
                         throws SystemException
Removes all the asset links where entryId2 = ? and type = ? from the database.

Parameters:
entryId2 - the entry id2
type - the type
Throws:
SystemException - if a system exception occurred

removeByE_E_T

public static AssetLink removeByE_E_T(long entryId1,
                                      long entryId2,
                                      int type)
                               throws SystemException,
                                      NoSuchLinkException
Removes the asset link where entryId1 = ? and entryId2 = ? and type = ? from the database.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
type - the type
Returns:
the asset link that was removed
Throws:
SystemException - if a system exception occurred
NoSuchLinkException

removeAll

public static void removeAll()
                      throws SystemException
Removes all the asset links from the database.

Throws:
SystemException - if a system exception occurred

countByE1

public static int countByE1(long entryId1)
                     throws SystemException
Returns the number of asset links where entryId1 = ?.

Parameters:
entryId1 - the entry id1
Returns:
the number of matching asset links
Throws:
SystemException - if a system exception occurred

countByE2

public static int countByE2(long entryId2)
                     throws SystemException
Returns the number of asset links where entryId2 = ?.

Parameters:
entryId2 - the entry id2
Returns:
the number of matching asset links
Throws:
SystemException - if a system exception occurred

countByE_E

public static int countByE_E(long entryId1,
                             long entryId2)
                      throws SystemException
Returns the number of asset links where entryId1 = ? and entryId2 = ?.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
Returns:
the number of matching asset links
Throws:
SystemException - if a system exception occurred

countByE1_T

public static int countByE1_T(long entryId1,
                              int type)
                       throws SystemException
Returns the number of asset links where entryId1 = ? and type = ?.

Parameters:
entryId1 - the entry id1
type - the type
Returns:
the number of matching asset links
Throws:
SystemException - if a system exception occurred

countByE2_T

public static int countByE2_T(long entryId2,
                              int type)
                       throws SystemException
Returns the number of asset links where entryId2 = ? and type = ?.

Parameters:
entryId2 - the entry id2
type - the type
Returns:
the number of matching asset links
Throws:
SystemException - if a system exception occurred

countByE_E_T

public static int countByE_E_T(long entryId1,
                               long entryId2,
                               int type)
                        throws SystemException
Returns the number of asset links where entryId1 = ? and entryId2 = ? and type = ?.

Parameters:
entryId1 - the entry id1
entryId2 - the entry id2
type - the type
Returns:
the number of matching asset links
Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Returns the number of asset links.

Returns:
the number of asset links
Throws:
SystemException - if a system exception occurred

getPersistence

public static AssetLinkPersistence getPersistence()

setPersistence

public void setPersistence(AssetLinkPersistence persistence)
Deprecated. 


Liferay 6.1.2-ce-ga3