Liferay 6.0.5

com.liferay.portlet.asset.service.persistence
Interface AssetLinkPersistence

All Superinterfaces:
BasePersistence<AssetLink>
All Known Implementing Classes:
AssetLinkPersistenceImpl

public interface AssetLinkPersistence
extends BasePersistence<AssetLink>

The persistence interface for the asset link service.

Never modify or reference this interface directly. Always use AssetLinkUtil to access the asset link persistence. Modify service.xml and rerun ServiceBuilder to regenerate this interface.

Caching information and settings can be found in portal.properties

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

Method Summary
 void cacheResult(AssetLink assetLink)
          Caches the asset link in the entity cache if it is enabled.
 void cacheResult(List<AssetLink> assetLinks)
          Caches the asset links in the entity cache if it is enabled.
 int countAll()
          Counts all the asset links.
 int countByE_E_T(long entryId1, long entryId2, int type)
          Counts all the asset links where entryId1 = ? and entryId2 = ? and type = ?.
 int countByE_E(long entryId1, long entryId2)
          Counts all the asset links where entryId1 = ? and entryId2 = ?.
 int countByE1_T(long entryId1, int type)
          Counts all the asset links where entryId1 = ? and type = ?.
 int countByE1(long entryId1)
          Counts all the asset links where entryId1 = ?.
 int countByE2_T(long entryId2, int type)
          Counts all the asset links where entryId2 = ? and type = ?.
 int countByE2(long entryId2)
          Counts all the asset links where entryId2 = ?.
 AssetLink create(long linkId)
          Creates a new asset link with the primary key.
 AssetLink fetchByPrimaryKey(long linkId)
          Finds the asset link with the primary key or returns null if it could not be found.
 List<AssetLink> findAll()
          Finds all the asset links.
 List<AssetLink> findAll(int start, int end)
          Finds a range of all the asset links.
 List<AssetLink> findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links.
 AssetLink findByE_E_First(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 AssetLink findByE_E_Last(long entryId1, long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 List<AssetLink> findByE_E_T(long entryId1, long entryId2, int type)
          Finds all the asset links where entryId1 = ? and entryId2 = ? and type = ?.
 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 = ?.
 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 = ?.
 List<AssetLink> findByE_E(long entryId1, long entryId2)
          Finds all the asset links where entryId1 = ? and entryId2 = ?.
 List<AssetLink> findByE_E(long entryId1, long entryId2, int start, int end)
          Finds a range of all the asset links where entryId1 = ? and entryId2 = ?.
 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 = ?.
 AssetLink findByE1_First(long entryId1, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ?.
 AssetLink findByE1_Last(long entryId1, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ?.
 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 = ?.
 AssetLink findByE1_T_First(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId1 = ? and type = ?.
 AssetLink findByE1_T_Last(long entryId1, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId1 = ? and type = ?.
 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 = ?.
 List<AssetLink> findByE1_T(long entryId1, int type)
          Finds all the asset links where entryId1 = ? and type = ?.
 List<AssetLink> findByE1_T(long entryId1, int type, int start, int end)
          Finds a range of all the asset links where entryId1 = ? and type = ?.
 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 = ?.
 List<AssetLink> findByE1(long entryId1)
          Finds all the asset links where entryId1 = ?.
 List<AssetLink> findByE1(long entryId1, int start, int end)
          Finds a range of all the asset links where entryId1 = ?.
 List<AssetLink> findByE1(long entryId1, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId1 = ?.
 AssetLink findByE2_First(long entryId2, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ?.
 AssetLink findByE2_Last(long entryId2, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ?.
 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 = ?.
 AssetLink findByE2_T_First(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the first asset link in the ordered set where entryId2 = ? and type = ?.
 AssetLink findByE2_T_Last(long entryId2, int type, OrderByComparator orderByComparator)
          Finds the last asset link in the ordered set where entryId2 = ? and type = ?.
 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 = ?.
 List<AssetLink> findByE2_T(long entryId2, int type)
          Finds all the asset links where entryId2 = ? and type = ?.
 List<AssetLink> findByE2_T(long entryId2, int type, int start, int end)
          Finds a range of all the asset links where entryId2 = ? and type = ?.
 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 = ?.
 List<AssetLink> findByE2(long entryId2)
          Finds all the asset links where entryId2 = ?.
 List<AssetLink> findByE2(long entryId2, int start, int end)
          Finds a range of all the asset links where entryId2 = ?.
 List<AssetLink> findByE2(long entryId2, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset links where entryId2 = ?.
 AssetLink findByPrimaryKey(long linkId)
          Finds the asset link with the primary key or throws a NoSuchLinkException if it could not be found.
 AssetLink remove(long linkId)
          Removes the asset link with the primary key from the database.
 void removeAll()
          Removes all the asset links from the database.
 void removeByE_E_T(long entryId1, long entryId2, int type)
          Removes all the asset links where entryId1 = ? and entryId2 = ? and type = ? from the database.
 void removeByE_E(long entryId1, long entryId2)
          Removes all the asset links where entryId1 = ? and entryId2 = ? from the database.
 void removeByE1_T(long entryId1, int type)
          Removes all the asset links where entryId1 = ? and type = ? from the database.
 void removeByE1(long entryId1)
          Removes all the asset links where entryId1 = ? from the database.
 void removeByE2_T(long entryId2, int type)
          Removes all the asset links where entryId2 = ? and type = ? from the database.
 void removeByE2(long entryId2)
          Removes all the asset links where entryId2 = ? from the database.
 AssetLink updateImpl(AssetLink assetLink, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update
 

Method Detail

cacheResult

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

Parameters:
assetLink - the asset link to cache

cacheResult

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

Parameters:
assetLinks - the asset links to cache

create

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

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 to remove
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

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

findByPrimaryKey

AssetLink findByPrimaryKey(long linkId)
                           throws SystemException,
                                  NoSuchLinkException
Finds 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 to find
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

AssetLink fetchByPrimaryKey(long linkId)
                            throws SystemException
Finds 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 to find
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

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

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

findByE1

List<AssetLink> findByE1(long entryId1,
                         int start,
                         int end)
                         throws SystemException
Finds 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 to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
Returns:
the range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE1

List<AssetLink> findByE1(long entryId1,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Finds 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 to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE1_First

AssetLink findByE1_First(long entryId1,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchLinkException
Finds the first asset link in the ordered set 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 to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE1_Last

AssetLink findByE1_Last(long entryId1,
                        OrderByComparator orderByComparator)
                        throws SystemException,
                               NoSuchLinkException
Finds the last asset link in the ordered set 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 to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE1_PrevAndNext

AssetLink[] findByE1_PrevAndNext(long linkId,
                                 long entryId1,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchLinkException
Finds the asset links before and after the current asset link in the ordered set 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:
linkId - the primary key of the current asset link
entryId1 - the entry id1 to search with
orderByComparator - the comparator to order the set by
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

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

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

findByE2

List<AssetLink> findByE2(long entryId2,
                         int start,
                         int end)
                         throws SystemException
Finds 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 to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
Returns:
the range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE2

List<AssetLink> findByE2(long entryId2,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Finds 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 to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE2_First

AssetLink findByE2_First(long entryId2,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchLinkException
Finds the first asset link in the ordered set 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 to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE2_Last

AssetLink findByE2_Last(long entryId2,
                        OrderByComparator orderByComparator)
                        throws SystemException,
                               NoSuchLinkException
Finds the last asset link in the ordered set 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 to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE2_PrevAndNext

AssetLink[] findByE2_PrevAndNext(long linkId,
                                 long entryId2,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchLinkException
Finds the asset links before and after the current asset link in the ordered set 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:
linkId - the primary key of the current asset link
entryId2 - the entry id2 to search with
orderByComparator - the comparator to order the set by
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

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

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

findByE_E

List<AssetLink> findByE_E(long entryId1,
                          long entryId2,
                          int start,
                          int end)
                          throws SystemException
Finds 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 to search with
entryId2 - the entry id2 to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
Returns:
the range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE_E

List<AssetLink> findByE_E(long entryId1,
                          long entryId2,
                          int start,
                          int end,
                          OrderByComparator orderByComparator)
                          throws SystemException
Finds 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 to search with
entryId2 - the entry id2 to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE_E_First

AssetLink findByE_E_First(long entryId1,
                          long entryId2,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchLinkException
Finds the first asset link in the ordered set 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 to search with
entryId2 - the entry id2 to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE_E_Last

AssetLink findByE_E_Last(long entryId1,
                         long entryId2,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchLinkException
Finds the last asset link in the ordered set 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 to search with
entryId2 - the entry id2 to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE_E_PrevAndNext

AssetLink[] findByE_E_PrevAndNext(long linkId,
                                  long entryId1,
                                  long entryId2,
                                  OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchLinkException
Finds the asset links before and after the current asset link in the ordered set 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:
linkId - the primary key of the current asset link
entryId1 - the entry id1 to search with
entryId2 - the entry id2 to search with
orderByComparator - the comparator to order the set by
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

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

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

findByE1_T

List<AssetLink> findByE1_T(long entryId1,
                           int type,
                           int start,
                           int end)
                           throws SystemException
Finds 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 to search with
type - the type to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
Returns:
the range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE1_T

List<AssetLink> findByE1_T(long entryId1,
                           int type,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Finds 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 to search with
type - the type to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE1_T_First

AssetLink findByE1_T_First(long entryId1,
                           int type,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchLinkException
Finds the first asset link in the ordered set 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 to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE1_T_Last

AssetLink findByE1_T_Last(long entryId1,
                          int type,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchLinkException
Finds the last asset link in the ordered set 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 to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE1_T_PrevAndNext

AssetLink[] findByE1_T_PrevAndNext(long linkId,
                                   long entryId1,
                                   int type,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchLinkException
Finds the asset links before and after the current asset link in the ordered set 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:
linkId - the primary key of the current asset link
entryId1 - the entry id1 to search with
type - the type to search with
orderByComparator - the comparator to order the set by
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

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

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

findByE2_T

List<AssetLink> findByE2_T(long entryId2,
                           int type,
                           int start,
                           int end)
                           throws SystemException
Finds 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 to search with
type - the type to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
Returns:
the range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE2_T

List<AssetLink> findByE2_T(long entryId2,
                           int type,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Finds 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 to search with
type - the type to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE2_T_First

AssetLink findByE2_T_First(long entryId2,
                           int type,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchLinkException
Finds the first asset link in the ordered set 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 to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE2_T_Last

AssetLink findByE2_T_Last(long entryId2,
                          int type,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchLinkException
Finds the last asset link in the ordered set 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 to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE2_T_PrevAndNext

AssetLink[] findByE2_T_PrevAndNext(long linkId,
                                   long entryId2,
                                   int type,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchLinkException
Finds the asset links before and after the current asset link in the ordered set 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:
linkId - the primary key of the current asset link
entryId2 - the entry id2 to search with
type - the type to search with
orderByComparator - the comparator to order the set by
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

List<AssetLink> findByE_E_T(long entryId1,
                            long entryId2,
                            int type)
                            throws SystemException
Finds all the asset links where entryId1 = ? and entryId2 = ? and type = ?.

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

findByE_E_T

List<AssetLink> findByE_E_T(long entryId1,
                            long entryId2,
                            int type,
                            int start,
                            int end)
                            throws SystemException
Finds a range of all the asset links where entryId1 = ? and 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:
entryId1 - the entry id1 to search with
entryId2 - the entry id2 to search with
type - the type to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
Returns:
the range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE_E_T

List<AssetLink> findByE_E_T(long entryId1,
                            long entryId2,
                            int type,
                            int start,
                            int end,
                            OrderByComparator orderByComparator)
                            throws SystemException
Finds an ordered range of all the asset links where entryId1 = ? and 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:
entryId1 - the entry id1 to search with
entryId2 - the entry id2 to search with
type - the type to search with
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching asset links
Throws:
SystemException - if a system exception occurred

findByE_E_T_First

AssetLink findByE_E_T_First(long entryId1,
                            long entryId2,
                            int type,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchLinkException
Finds the first asset link in the ordered set where entryId1 = ? and 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:
entryId1 - the entry id1 to search with
entryId2 - the entry id2 to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE_E_T_Last

AssetLink findByE_E_T_Last(long entryId1,
                           long entryId2,
                           int type,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchLinkException
Finds the last asset link in the ordered set where entryId1 = ? and 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:
entryId1 - the entry id1 to search with
entryId2 - the entry id2 to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching asset link
Throws:
NoSuchLinkException - if a matching asset link could not be found
SystemException - if a system exception occurred

findByE_E_T_PrevAndNext

AssetLink[] findByE_E_T_PrevAndNext(long linkId,
                                    long entryId1,
                                    long entryId2,
                                    int type,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchLinkException
Finds the asset links before and after the current asset link in the ordered set where entryId1 = ? and 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:
linkId - the primary key of the current asset link
entryId1 - the entry id1 to search with
entryId2 - the entry id2 to search with
type - the type to search with
orderByComparator - the comparator to order the set by
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

findAll

List<AssetLink> findAll()
                        throws SystemException
Finds all the asset links.

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

findAll

List<AssetLink> findAll(int start,
                        int end)
                        throws SystemException
Finds 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 to return
end - the upper bound of the range of asset links to return (not inclusive)
Returns:
the range of asset links
Throws:
SystemException - if a system exception occurred

findAll

List<AssetLink> findAll(int start,
                        int end,
                        OrderByComparator orderByComparator)
                        throws SystemException
Finds 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 to return
end - the upper bound of the range of asset links to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of asset links
Throws:
SystemException - if a system exception occurred

removeByE1

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

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

removeByE2

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

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

removeByE_E

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 to search with
entryId2 - the entry id2 to search with
Throws:
SystemException - if a system exception occurred

removeByE1_T

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 to search with
type - the type to search with
Throws:
SystemException - if a system exception occurred

removeByE2_T

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 to search with
type - the type to search with
Throws:
SystemException - if a system exception occurred

removeByE_E_T

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

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

removeAll

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

Throws:
SystemException - if a system exception occurred

countByE1

int countByE1(long entryId1)
              throws SystemException
Counts all the asset links where entryId1 = ?.

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

countByE2

int countByE2(long entryId2)
              throws SystemException
Counts all the asset links where entryId2 = ?.

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

countByE_E

int countByE_E(long entryId1,
               long entryId2)
               throws SystemException
Counts all the asset links where entryId1 = ? and entryId2 = ?.

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

countByE1_T

int countByE1_T(long entryId1,
                int type)
                throws SystemException
Counts all the asset links where entryId1 = ? and type = ?.

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

countByE2_T

int countByE2_T(long entryId2,
                int type)
                throws SystemException
Counts all the asset links where entryId2 = ? and type = ?.

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

countByE_E_T

int countByE_E_T(long entryId1,
                 long entryId2,
                 int type)
                 throws SystemException
Counts all the asset links where entryId1 = ? and entryId2 = ? and type = ?.

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

countAll

int countAll()
             throws SystemException
Counts all the asset links.

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

Liferay 6.0.5