|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<AssetLink>
com.liferay.portlet.asset.service.persistence.impl.AssetLinkPersistenceImpl
@ProviderType public class AssetLinkPersistenceImpl
The persistence implementation for the asset link service.
Caching information and settings can be found in portal.properties
AssetLinkPersistence,
AssetLinkUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
AssetLinkPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the asset link persistence. |
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. |
protected void |
cacheUniqueFindersCache(AssetLinkModelImpl assetLinkModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all asset links. |
void |
clearCache(AssetLink assetLink)
Clears the cache for the asset link. |
void |
clearCache(List<AssetLink> assetLinks)
Clears the cache for a List instances of this model. |
protected void |
clearUniqueFindersCache(AssetLinkModelImpl assetLinkModelImpl)
|
int |
countAll()
Returns the number of asset links. |
int |
countByE_E_T(long entryId1,
long entryId2,
int type)
Returns the number of asset links where entryId1 = ? and entryId2 = ? and type = ?. |
int |
countByE_E(long entryId1,
long entryId2)
Returns the number of asset links where entryId1 = ? and entryId2 = ?. |
int |
countByE1_T(long entryId1,
int type)
Returns the number of asset links where entryId1 = ? and type = ?. |
int |
countByE1(long entryId1)
Returns the number of asset links where entryId1 = ?. |
int |
countByE2_T(long entryId2,
int type)
Returns the number of asset links where entryId2 = ? and type = ?. |
int |
countByE2(long entryId2)
Returns the number of asset links where entryId2 = ?. |
AssetLink |
create(long linkId)
Creates a new asset link with the primary key. |
void |
destroy()
|
AssetLink |
fetchByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
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. |
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. |
AssetLink |
fetchByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink |
fetchByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink |
fetchByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
fetchByPrimaryKey(long linkId)
Returns the asset link with the primary key or returns null if it could not be found. |
AssetLink |
fetchByPrimaryKey(Serializable primaryKey)
Returns the asset link with the primary key or returns null if it could not be found. |
Map<Serializable,AssetLink> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<AssetLink> |
findAll()
Returns all the asset links. |
List<AssetLink> |
findAll(int start,
int end)
Returns a range of all the asset links. |
List<AssetLink> |
findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links. |
List<AssetLink> |
findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links. |
AssetLink |
findByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink[] |
findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
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. |
List<AssetLink> |
findByE_E(long entryId1,
long entryId2)
Returns all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
findByE_E(long entryId1,
long entryId2,
int start,
int end)
Returns a range of all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?. |
AssetLink |
findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink[] |
findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?. |
AssetLink |
findByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
findByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink[] |
findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?. |
List<AssetLink> |
findByE1_T(long entryId1,
int type)
Returns all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
findByE1_T(long entryId1,
int type,
int start,
int end)
Returns a range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
findByE1(long entryId1)
Returns all the asset links where entryId1 = ?. |
List<AssetLink> |
findByE1(long entryId1,
int start,
int end)
Returns a range of all the asset links where entryId1 = ?. |
List<AssetLink> |
findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?. |
List<AssetLink> |
findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId1 = ?. |
AssetLink |
findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink[] |
findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?. |
AssetLink |
findByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
findByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink[] |
findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?. |
List<AssetLink> |
findByE2_T(long entryId2,
int type)
Returns all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
findByE2_T(long entryId2,
int type,
int start,
int end)
Returns a range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
findByE2(long entryId2)
Returns all the asset links where entryId2 = ?. |
List<AssetLink> |
findByE2(long entryId2,
int start,
int end)
Returns a range of all the asset links where entryId2 = ?. |
List<AssetLink> |
findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?. |
List<AssetLink> |
findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the asset links where entryId2 = ?. |
AssetLink |
findByPrimaryKey(long linkId)
Returns the asset link with the primary key or throws a NoSuchLinkException if it could not be found. |
AssetLink |
findByPrimaryKey(Serializable primaryKey)
Returns the asset link with the primary key or throws a NoSuchModelException if it could not be found. |
Set<String> |
getBadColumnNames()
|
protected AssetLink |
getByE_E_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
getByE1_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
getByE1_T_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
getByE2_PrevAndNext(Session session,
AssetLink assetLink,
long entryId2,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected AssetLink |
getByE2_T_PrevAndNext(Session session,
AssetLink assetLink,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
AssetLink |
remove(long linkId)
Removes the asset link with the primary key from the database. |
AssetLink |
remove(Serializable primaryKey)
Removes the asset link with the primary key from the database. |
void |
removeAll()
Removes all the asset links from the database. |
AssetLink |
removeByE_E_T(long entryId1,
long entryId2,
int type)
Removes the asset link 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. |
protected AssetLink |
removeImpl(AssetLink assetLink)
Removes the model instance from the database. |
protected AssetLink |
toUnwrappedModel(AssetLink assetLink)
|
AssetLink |
updateImpl(AssetLink assetLink)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_E1
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_E1
public static final FinderPath FINDER_PATH_COUNT_BY_E1
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_E2
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_E2
public static final FinderPath FINDER_PATH_COUNT_BY_E2
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_E_E
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_E_E
public static final FinderPath FINDER_PATH_COUNT_BY_E_E
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_E1_T
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_E1_T
public static final FinderPath FINDER_PATH_COUNT_BY_E1_T
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_E2_T
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_E2_T
public static final FinderPath FINDER_PATH_COUNT_BY_E2_T
public static final FinderPath FINDER_PATH_FETCH_BY_E_E_T
public static final FinderPath FINDER_PATH_COUNT_BY_E_E_T
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public AssetLinkPersistenceImpl()
| Method Detail |
|---|
public List<AssetLink> findByE1(long entryId1)
findByE1 in interface AssetLinkPersistenceentryId1 - the entry id1
public List<AssetLink> findByE1(long entryId1,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE1 in interface AssetLinkPersistenceentryId1 - the entry id1start - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)
public List<AssetLink> findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE1 in interface AssetLinkPersistenceentryId1 - the entry id1start - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<AssetLink> findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE1 in interface AssetLinkPersistenceentryId1 - the entry id1start - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public AssetLink findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE1_First in interface AssetLinkPersistenceentryId1 - the entry id1orderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a matching asset link could not be found
public AssetLink fetchByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
fetchByE1_First in interface AssetLinkPersistenceentryId1 - the entry id1orderByComparator - the comparator to order the set by (optionally null)
null if a matching asset link could not be found
public AssetLink findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE1_Last in interface AssetLinkPersistenceentryId1 - the entry id1orderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a matching asset link could not be found
public AssetLink fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
fetchByE1_Last in interface AssetLinkPersistenceentryId1 - the entry id1orderByComparator - the comparator to order the set by (optionally null)
null if a matching asset link could not be found
public AssetLink[] findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE1_PrevAndNext in interface AssetLinkPersistencelinkId - the primary key of the current asset linkentryId1 - the entry id1orderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a asset link with the primary key could not be found
protected AssetLink getByE1_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
public void removeByE1(long entryId1)
removeByE1 in interface AssetLinkPersistenceentryId1 - the entry id1public int countByE1(long entryId1)
countByE1 in interface AssetLinkPersistenceentryId1 - the entry id1
public List<AssetLink> findByE2(long entryId2)
findByE2 in interface AssetLinkPersistenceentryId2 - the entry id2
public List<AssetLink> findByE2(long entryId2,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE2 in interface AssetLinkPersistenceentryId2 - the entry id2start - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)
public List<AssetLink> findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE2 in interface AssetLinkPersistenceentryId2 - the entry id2start - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<AssetLink> findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE2 in interface AssetLinkPersistenceentryId2 - the entry id2start - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public AssetLink findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE2_First in interface AssetLinkPersistenceentryId2 - the entry id2orderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a matching asset link could not be found
public AssetLink fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
fetchByE2_First in interface AssetLinkPersistenceentryId2 - the entry id2orderByComparator - the comparator to order the set by (optionally null)
null if a matching asset link could not be found
public AssetLink findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE2_Last in interface AssetLinkPersistenceentryId2 - the entry id2orderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a matching asset link could not be found
public AssetLink fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
fetchByE2_Last in interface AssetLinkPersistenceentryId2 - the entry id2orderByComparator - the comparator to order the set by (optionally null)
null if a matching asset link could not be found
public AssetLink[] findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE2_PrevAndNext in interface AssetLinkPersistencelinkId - the primary key of the current asset linkentryId2 - the entry id2orderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a asset link with the primary key could not be found
protected AssetLink getByE2_PrevAndNext(Session session,
AssetLink assetLink,
long entryId2,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
public void removeByE2(long entryId2)
removeByE2 in interface AssetLinkPersistenceentryId2 - the entry id2public int countByE2(long entryId2)
countByE2 in interface AssetLinkPersistenceentryId2 - the entry id2
public List<AssetLink> findByE_E(long entryId1,
long entryId2)
findByE_E in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2
public List<AssetLink> findByE_E(long entryId1,
long entryId2,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE_E in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2start - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)
public List<AssetLink> findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE_E in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2start - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<AssetLink> findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE_E in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2start - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public AssetLink findByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE_E_First in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2orderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a matching asset link could not be found
public AssetLink fetchByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
fetchByE_E_First in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2orderByComparator - the comparator to order the set by (optionally null)
null if a matching asset link could not be found
public AssetLink findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE_E_Last in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2orderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a matching asset link could not be found
public AssetLink fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
fetchByE_E_Last in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2orderByComparator - the comparator to order the set by (optionally null)
null if a matching asset link could not be found
public AssetLink[] findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE_E_PrevAndNext in interface AssetLinkPersistencelinkId - the primary key of the current asset linkentryId1 - the entry id1entryId2 - the entry id2orderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a asset link with the primary key could not be found
protected AssetLink getByE_E_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
public void removeByE_E(long entryId1,
long entryId2)
removeByE_E in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2
public int countByE_E(long entryId1,
long entryId2)
countByE_E in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2
public List<AssetLink> findByE1_T(long entryId1,
int type)
findByE1_T in interface AssetLinkPersistenceentryId1 - the entry id1type - the type
public List<AssetLink> findByE1_T(long entryId1,
int type,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE1_T in interface AssetLinkPersistenceentryId1 - the entry id1type - the typestart - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)
public List<AssetLink> findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE1_T in interface AssetLinkPersistenceentryId1 - the entry id1type - the typestart - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<AssetLink> findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE1_T in interface AssetLinkPersistenceentryId1 - the entry id1type - the typestart - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public AssetLink findByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE1_T_First in interface AssetLinkPersistenceentryId1 - the entry id1type - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a matching asset link could not be found
public AssetLink fetchByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
fetchByE1_T_First in interface AssetLinkPersistenceentryId1 - the entry id1type - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching asset link could not be found
public AssetLink findByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE1_T_Last in interface AssetLinkPersistenceentryId1 - the entry id1type - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a matching asset link could not be found
public AssetLink fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
fetchByE1_T_Last in interface AssetLinkPersistenceentryId1 - the entry id1type - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching asset link could not be found
public AssetLink[] findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE1_T_PrevAndNext in interface AssetLinkPersistencelinkId - the primary key of the current asset linkentryId1 - the entry id1type - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a asset link with the primary key could not be found
protected AssetLink getByE1_T_PrevAndNext(Session session,
AssetLink assetLink,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
public void removeByE1_T(long entryId1,
int type)
removeByE1_T in interface AssetLinkPersistenceentryId1 - the entry id1type - the type
public int countByE1_T(long entryId1,
int type)
countByE1_T in interface AssetLinkPersistenceentryId1 - the entry id1type - the type
public List<AssetLink> findByE2_T(long entryId2,
int type)
findByE2_T in interface AssetLinkPersistenceentryId2 - the entry id2type - the type
public List<AssetLink> findByE2_T(long entryId2,
int type,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE2_T in interface AssetLinkPersistenceentryId2 - the entry id2type - the typestart - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)
public List<AssetLink> findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE2_T in interface AssetLinkPersistenceentryId2 - the entry id2type - the typestart - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<AssetLink> findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByE2_T in interface AssetLinkPersistenceentryId2 - the entry id2type - the typestart - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public AssetLink findByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE2_T_First in interface AssetLinkPersistenceentryId2 - the entry id2type - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a matching asset link could not be found
public AssetLink fetchByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
fetchByE2_T_First in interface AssetLinkPersistenceentryId2 - the entry id2type - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching asset link could not be found
public AssetLink findByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE2_T_Last in interface AssetLinkPersistenceentryId2 - the entry id2type - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a matching asset link could not be found
public AssetLink fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
fetchByE2_T_Last in interface AssetLinkPersistenceentryId2 - the entry id2type - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching asset link could not be found
public AssetLink[] findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
throws NoSuchLinkException
findByE2_T_PrevAndNext in interface AssetLinkPersistencelinkId - the primary key of the current asset linkentryId2 - the entry id2type - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchLinkException - if a asset link with the primary key could not be found
protected AssetLink getByE2_T_PrevAndNext(Session session,
AssetLink assetLink,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator,
boolean previous)
public void removeByE2_T(long entryId2,
int type)
removeByE2_T in interface AssetLinkPersistenceentryId2 - the entry id2type - the type
public int countByE2_T(long entryId2,
int type)
countByE2_T in interface AssetLinkPersistenceentryId2 - the entry id2type - the type
public AssetLink findByE_E_T(long entryId1,
long entryId2,
int type)
throws NoSuchLinkException
NoSuchLinkException if it could not be found.
findByE_E_T in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2type - the type
NoSuchLinkException - if a matching asset link could not be found
public AssetLink fetchByE_E_T(long entryId1,
long entryId2,
int type)
null if it could not be found. Uses the finder cache.
fetchByE_E_T in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2type - the type
null if a matching asset link could not be found
public AssetLink fetchByE_E_T(long entryId1,
long entryId2,
int type,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByE_E_T in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2type - the typeretrieveFromCache - whether to retrieve from the finder cache
null if a matching asset link could not be found
public AssetLink removeByE_E_T(long entryId1,
long entryId2,
int type)
throws NoSuchLinkException
removeByE_E_T in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2type - the type
NoSuchLinkException
public int countByE_E_T(long entryId1,
long entryId2,
int type)
countByE_E_T in interface AssetLinkPersistenceentryId1 - the entry id1entryId2 - the entry id2type - the type
public void cacheResult(AssetLink assetLink)
cacheResult in interface AssetLinkPersistenceassetLink - the asset linkpublic void cacheResult(List<AssetLink> assetLinks)
cacheResult in interface AssetLinkPersistenceassetLinks - the asset linkspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<AssetLink>clearCache in class BasePersistenceImpl<AssetLink>public void clearCache(AssetLink assetLink)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<AssetLink>clearCache in class BasePersistenceImpl<AssetLink>assetLink - the instance of this model to clear the cache forpublic void clearCache(List<AssetLink> assetLinks)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<AssetLink>clearCache in class BasePersistenceImpl<AssetLink>assetLinks - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(AssetLinkModelImpl assetLinkModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(AssetLinkModelImpl assetLinkModelImpl)
public AssetLink create(long linkId)
create in interface AssetLinkPersistencelinkId - the primary key for the new asset link
public AssetLink remove(long linkId)
throws NoSuchLinkException
remove in interface AssetLinkPersistencelinkId - the primary key of the asset link
NoSuchLinkException - if a asset link with the primary key could not be found
public AssetLink remove(Serializable primaryKey)
throws NoSuchLinkException
remove in interface BasePersistence<AssetLink>remove in class BasePersistenceImpl<AssetLink>primaryKey - the primary key of the asset link
NoSuchLinkException - if a asset link with the primary key could not be foundprotected AssetLink removeImpl(AssetLink assetLink)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<AssetLink>assetLink - the model instance to remove
public AssetLink updateImpl(AssetLink assetLink)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface AssetLinkPersistenceupdateImpl in class BasePersistenceImpl<AssetLink>assetLink - the model instance to update
protected AssetLink toUnwrappedModel(AssetLink assetLink)
public AssetLink findByPrimaryKey(Serializable primaryKey)
throws NoSuchLinkException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<AssetLink>findByPrimaryKey in class BasePersistenceImpl<AssetLink>primaryKey - the primary key of the asset link
NoSuchLinkException - if a asset link with the primary key could not be found
public AssetLink findByPrimaryKey(long linkId)
throws NoSuchLinkException
NoSuchLinkException if it could not be found.
findByPrimaryKey in interface AssetLinkPersistencelinkId - the primary key of the asset link
NoSuchLinkException - if a asset link with the primary key could not be foundpublic AssetLink fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<AssetLink>fetchByPrimaryKey in class BasePersistenceImpl<AssetLink>primaryKey - the primary key of the asset link
null if a asset link with the primary key could not be foundpublic AssetLink fetchByPrimaryKey(long linkId)
null if it could not be found.
fetchByPrimaryKey in interface AssetLinkPersistencelinkId - the primary key of the asset link
null if a asset link with the primary key could not be foundpublic Map<Serializable,AssetLink> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<AssetLink>fetchByPrimaryKeys in interface AssetLinkPersistencefetchByPrimaryKeys in class BasePersistenceImpl<AssetLink>public List<AssetLink> findAll()
findAll in interface AssetLinkPersistence
public List<AssetLink> findAll(int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface AssetLinkPersistencestart - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)
public List<AssetLink> findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface AssetLinkPersistencestart - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<AssetLink> findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface AssetLinkPersistencestart - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface AssetLinkPersistencepublic int countAll()
countAll in interface AssetLinkPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<AssetLink>getBadColumnNames in interface AssetLinkPersistencegetBadColumnNames in class BasePersistenceImpl<AssetLink>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<AssetLink>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||