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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetLink>
      extended by com.liferay.portlet.asset.service.persistence.AssetLinkPersistenceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetLink>, com.liferay.portlet.asset.service.persistence.AssetLinkPersistence

public class AssetLinkPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetLink>
implements com.liferay.portlet.asset.service.persistence.AssetLinkPersistence

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Author:
Brian Wing Shun Chan
See Also:
AssetLinkPersistence, AssetLinkUtil
Generated:

Field Summary
protected  com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetLinkPersistence assetLinkPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence assetTagPropertyPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence
           
static java.lang.String FINDER_CLASS_NAME_ENTITY
           
static java.lang.String FINDER_CLASS_NAME_LIST
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E_E
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E_E_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E1
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E1_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E2
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E2_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E_E
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E_E_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E1
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E1_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E2
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E2_T
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners, 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
 
Constructor Summary
AssetLinkPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(com.liferay.portlet.asset.model.AssetLink assetLink)
           
 void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetLink> assetLinks)
           
 void clearCache()
           
 void clearCache(com.liferay.portlet.asset.model.AssetLink assetLink)
           
 int countAll()
           
 int countByE_E_T(long entryId1, long entryId2, int type)
           
 int countByE_E(long entryId1, long entryId2)
           
 int countByE1_T(long entryId1, int type)
           
 int countByE1(long entryId1)
           
 int countByE2_T(long entryId2, int type)
           
 int countByE2(long entryId2)
           
 com.liferay.portlet.asset.model.AssetLink create(long linkId)
           
 com.liferay.portlet.asset.model.AssetLink fetchByPrimaryKey(long linkId)
           
 com.liferay.portlet.asset.model.AssetLink fetchByPrimaryKey(java.io.Serializable primaryKey)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findAll()
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findAll(int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE_E_First(long entryId1, long entryId2, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE_E_Last(long entryId1, long entryId2, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink[] findByE_E_PrevAndNext(long linkId, long entryId1, long entryId2, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE_E_T_First(long entryId1, long entryId2, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE_E_T_Last(long entryId1, long entryId2, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink[] findByE_E_T_PrevAndNext(long linkId, long entryId1, long entryId2, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E_T(long entryId1, long entryId2, int type)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E_T(long entryId1, long entryId2, int type, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E_T(long entryId1, long entryId2, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E(long entryId1, long entryId2)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E(long entryId1, long entryId2, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E(long entryId1, long entryId2, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE1_First(long entryId1, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE1_Last(long entryId1, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink[] findByE1_PrevAndNext(long linkId, long entryId1, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE1_T_First(long entryId1, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE1_T_Last(long entryId1, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink[] findByE1_T_PrevAndNext(long linkId, long entryId1, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1_T(long entryId1, int type)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1_T(long entryId1, int type, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1_T(long entryId1, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1(long entryId1)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1(long entryId1, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1(long entryId1, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE2_First(long entryId2, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE2_Last(long entryId2, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink[] findByE2_PrevAndNext(long linkId, long entryId2, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE2_T_First(long entryId2, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByE2_T_Last(long entryId2, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink[] findByE2_T_PrevAndNext(long linkId, long entryId2, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2_T(long entryId2, int type)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2_T(long entryId2, int type, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2_T(long entryId2, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2(long entryId2)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2(long entryId2, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2(long entryId2, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetLink findByPrimaryKey(long linkId)
           
 com.liferay.portlet.asset.model.AssetLink findByPrimaryKey(java.io.Serializable primaryKey)
           
protected  com.liferay.portlet.asset.model.AssetLink getByE_E_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.asset.model.AssetLink assetLink, long entryId1, long entryId2, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.asset.model.AssetLink getByE_E_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.asset.model.AssetLink assetLink, long entryId1, long entryId2, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.asset.model.AssetLink getByE1_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.asset.model.AssetLink assetLink, long entryId1, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.asset.model.AssetLink getByE1_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.asset.model.AssetLink assetLink, long entryId1, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.asset.model.AssetLink getByE2_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.asset.model.AssetLink assetLink, long entryId2, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.asset.model.AssetLink getByE2_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.asset.model.AssetLink assetLink, long entryId2, int type, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
 com.liferay.portlet.asset.model.AssetLink remove(com.liferay.portlet.asset.model.AssetLink assetLink)
           
 com.liferay.portlet.asset.model.AssetLink remove(long linkId)
           
 com.liferay.portlet.asset.model.AssetLink remove(java.io.Serializable primaryKey)
           
 void removeAll()
           
 void removeByE_E_T(long entryId1, long entryId2, int type)
           
 void removeByE_E(long entryId1, long entryId2)
           
 void removeByE1_T(long entryId1, int type)
           
 void removeByE1(long entryId1)
           
 void removeByE2_T(long entryId2, int type)
           
 void removeByE2(long entryId2)
           
protected  com.liferay.portlet.asset.model.AssetLink removeImpl(com.liferay.portlet.asset.model.AssetLink assetLink)
           
protected  com.liferay.portlet.asset.model.AssetLink toUnwrappedModel(com.liferay.portlet.asset.model.AssetLink assetLink)
           
 com.liferay.portlet.asset.model.AssetLink updateImpl(com.liferay.portlet.asset.model.AssetLink assetLink, boolean merge)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener, update
 
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
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, setDataSource, unregisterListener, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final java.lang.String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final java.lang.String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_E1

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E1

FINDER_PATH_COUNT_BY_E1

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E1

FINDER_PATH_FIND_BY_E2

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E2

FINDER_PATH_COUNT_BY_E2

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E2

FINDER_PATH_FIND_BY_E_E

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E_E

FINDER_PATH_COUNT_BY_E_E

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E_E

FINDER_PATH_FIND_BY_E1_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E1_T

FINDER_PATH_COUNT_BY_E1_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E1_T

FINDER_PATH_FIND_BY_E2_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E2_T

FINDER_PATH_COUNT_BY_E2_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E2_T

FINDER_PATH_FIND_BY_E_E_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_E_E_T

FINDER_PATH_COUNT_BY_E_E_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E_E_T

FINDER_PATH_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL

assetCategoryPersistence

@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence.class)
protected com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence

assetCategoryPropertyPersistence

@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence.class)
protected com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence

assetEntryPersistence

@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryPersistence.class)
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence

assetLinkPersistence

@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetLinkPersistence.class)
protected com.liferay.portlet.asset.service.persistence.AssetLinkPersistence assetLinkPersistence

assetTagPersistence

@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagPersistence.class)
protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence

assetTagPropertyPersistence

@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence.class)
protected com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence assetTagPropertyPersistence

assetTagStatsPersistence

@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence.class)
protected com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence

assetVocabularyPersistence

@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence.class)
protected com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence

resourcePersistence

@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
Constructor Detail

AssetLinkPersistenceImpl

public AssetLinkPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.asset.model.AssetLink assetLink)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetLink> assetLinks)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence

clearCache

public void clearCache()
Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetLink>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetLink>

clearCache

public void clearCache(com.liferay.portlet.asset.model.AssetLink assetLink)
Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetLink>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetLink>

create

public com.liferay.portlet.asset.model.AssetLink create(long linkId)
Specified by:
create in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence

remove

public com.liferay.portlet.asset.model.AssetLink remove(java.io.Serializable primaryKey)
                                                 throws com.liferay.portal.NoSuchModelException,
                                                        com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetLink>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetLink>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

remove

public com.liferay.portlet.asset.model.AssetLink remove(long linkId)
                                                 throws com.liferay.portlet.asset.NoSuchLinkException,
                                                        com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

remove

public com.liferay.portlet.asset.model.AssetLink remove(com.liferay.portlet.asset.model.AssetLink assetLink)
                                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetLink>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetLink>
Throws:
com.liferay.portal.kernel.exception.SystemException

removeImpl

protected com.liferay.portlet.asset.model.AssetLink removeImpl(com.liferay.portlet.asset.model.AssetLink assetLink)
                                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateImpl

public com.liferay.portlet.asset.model.AssetLink updateImpl(com.liferay.portlet.asset.model.AssetLink assetLink,
                                                            boolean merge)
                                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateImpl in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Overrides:
updateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetLink>
Throws:
com.liferay.portal.kernel.exception.SystemException

toUnwrappedModel

protected com.liferay.portlet.asset.model.AssetLink toUnwrappedModel(com.liferay.portlet.asset.model.AssetLink assetLink)

findByPrimaryKey

public com.liferay.portlet.asset.model.AssetLink findByPrimaryKey(java.io.Serializable primaryKey)
                                                           throws com.liferay.portal.NoSuchModelException,
                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetLink>
Overrides:
findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetLink>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

public com.liferay.portlet.asset.model.AssetLink findByPrimaryKey(long linkId)
                                                           throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

public com.liferay.portlet.asset.model.AssetLink fetchByPrimaryKey(java.io.Serializable primaryKey)
                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetLink>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetLink>
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

public com.liferay.portlet.asset.model.AssetLink fetchByPrimaryKey(long linkId)
                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByPrimaryKey in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE1

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1(long entryId1)
                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1 in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE1

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1(long entryId1,
                                                                          int start,
                                                                          int end)
                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1 in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE1

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1(long entryId1,
                                                                          int start,
                                                                          int end,
                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1 in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE1_First

public com.liferay.portlet.asset.model.AssetLink findByE1_First(long entryId1,
                                                                com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                         throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1_First in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE1_Last

public com.liferay.portlet.asset.model.AssetLink findByE1_Last(long entryId1,
                                                               com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                        throws com.liferay.portlet.asset.NoSuchLinkException,
                                                               com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1_Last in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE1_PrevAndNext

public com.liferay.portlet.asset.model.AssetLink[] findByE1_PrevAndNext(long linkId,
                                                                        long entryId1,
                                                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                 throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                        com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

getByE1_PrevAndNext

protected com.liferay.portlet.asset.model.AssetLink getByE1_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                        com.liferay.portlet.asset.model.AssetLink assetLink,
                                                                        long entryId1,
                                                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                        boolean previous)

findByE2

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2(long entryId2)
                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2 in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE2

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2(long entryId2,
                                                                          int start,
                                                                          int end)
                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2 in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE2

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2(long entryId2,
                                                                          int start,
                                                                          int end,
                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2 in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE2_First

public com.liferay.portlet.asset.model.AssetLink findByE2_First(long entryId2,
                                                                com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                         throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2_First in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE2_Last

public com.liferay.portlet.asset.model.AssetLink findByE2_Last(long entryId2,
                                                               com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                        throws com.liferay.portlet.asset.NoSuchLinkException,
                                                               com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2_Last in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE2_PrevAndNext

public com.liferay.portlet.asset.model.AssetLink[] findByE2_PrevAndNext(long linkId,
                                                                        long entryId2,
                                                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                 throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                        com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

getByE2_PrevAndNext

protected com.liferay.portlet.asset.model.AssetLink getByE2_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                        com.liferay.portlet.asset.model.AssetLink assetLink,
                                                                        long entryId2,
                                                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                        boolean previous)

findByE_E

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E(long entryId1,
                                                                           long entryId2)
                                                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE_E

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E(long entryId1,
                                                                           long entryId2,
                                                                           int start,
                                                                           int end)
                                                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE_E

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E(long entryId1,
                                                                           long entryId2,
                                                                           int start,
                                                                           int end,
                                                                           com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE_E_First

public com.liferay.portlet.asset.model.AssetLink findByE_E_First(long entryId1,
                                                                 long entryId2,
                                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                          throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E_First in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE_E_Last

public com.liferay.portlet.asset.model.AssetLink findByE_E_Last(long entryId1,
                                                                long entryId2,
                                                                com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                         throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E_Last in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE_E_PrevAndNext

public com.liferay.portlet.asset.model.AssetLink[] findByE_E_PrevAndNext(long linkId,
                                                                         long entryId1,
                                                                         long entryId2,
                                                                         com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                  throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

getByE_E_PrevAndNext

protected com.liferay.portlet.asset.model.AssetLink getByE_E_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                         com.liferay.portlet.asset.model.AssetLink assetLink,
                                                                         long entryId1,
                                                                         long entryId2,
                                                                         com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                         boolean previous)

findByE1_T

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1_T(long entryId1,
                                                                            int type)
                                                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE1_T

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1_T(long entryId1,
                                                                            int type,
                                                                            int start,
                                                                            int end)
                                                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE1_T

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE1_T(long entryId1,
                                                                            int type,
                                                                            int start,
                                                                            int end,
                                                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE1_T_First

public com.liferay.portlet.asset.model.AssetLink findByE1_T_First(long entryId1,
                                                                  int type,
                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                           throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1_T_First in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE1_T_Last

public com.liferay.portlet.asset.model.AssetLink findByE1_T_Last(long entryId1,
                                                                 int type,
                                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                          throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1_T_Last in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE1_T_PrevAndNext

public com.liferay.portlet.asset.model.AssetLink[] findByE1_T_PrevAndNext(long linkId,
                                                                          long entryId1,
                                                                          int type,
                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                   throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE1_T_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

getByE1_T_PrevAndNext

protected com.liferay.portlet.asset.model.AssetLink getByE1_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                          com.liferay.portlet.asset.model.AssetLink assetLink,
                                                                          long entryId1,
                                                                          int type,
                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                          boolean previous)

findByE2_T

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2_T(long entryId2,
                                                                            int type)
                                                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE2_T

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2_T(long entryId2,
                                                                            int type,
                                                                            int start,
                                                                            int end)
                                                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE2_T

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE2_T(long entryId2,
                                                                            int type,
                                                                            int start,
                                                                            int end,
                                                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE2_T_First

public com.liferay.portlet.asset.model.AssetLink findByE2_T_First(long entryId2,
                                                                  int type,
                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                           throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2_T_First in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE2_T_Last

public com.liferay.portlet.asset.model.AssetLink findByE2_T_Last(long entryId2,
                                                                 int type,
                                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                          throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2_T_Last in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE2_T_PrevAndNext

public com.liferay.portlet.asset.model.AssetLink[] findByE2_T_PrevAndNext(long linkId,
                                                                          long entryId2,
                                                                          int type,
                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                   throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE2_T_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

getByE2_T_PrevAndNext

protected com.liferay.portlet.asset.model.AssetLink getByE2_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                          com.liferay.portlet.asset.model.AssetLink assetLink,
                                                                          long entryId2,
                                                                          int type,
                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                          boolean previous)

findByE_E_T

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E_T(long entryId1,
                                                                             long entryId2,
                                                                             int type)
                                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE_E_T

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E_T(long entryId1,
                                                                             long entryId2,
                                                                             int type,
                                                                             int start,
                                                                             int end)
                                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE_E_T

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findByE_E_T(long entryId1,
                                                                             long entryId2,
                                                                             int type,
                                                                             int start,
                                                                             int end,
                                                                             com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByE_E_T_First

public com.liferay.portlet.asset.model.AssetLink findByE_E_T_First(long entryId1,
                                                                   long entryId2,
                                                                   int type,
                                                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                            throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E_T_First in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE_E_T_Last

public com.liferay.portlet.asset.model.AssetLink findByE_E_T_Last(long entryId1,
                                                                  long entryId2,
                                                                  int type,
                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                           throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E_T_Last in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

findByE_E_T_PrevAndNext

public com.liferay.portlet.asset.model.AssetLink[] findByE_E_T_PrevAndNext(long linkId,
                                                                           long entryId1,
                                                                           long entryId2,
                                                                           int type,
                                                                           com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                    throws com.liferay.portlet.asset.NoSuchLinkException,
                                                                           com.liferay.portal.kernel.exception.SystemException
Specified by:
findByE_E_T_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portlet.asset.NoSuchLinkException
com.liferay.portal.kernel.exception.SystemException

getByE_E_T_PrevAndNext

protected com.liferay.portlet.asset.model.AssetLink getByE_E_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                           com.liferay.portlet.asset.model.AssetLink assetLink,
                                                                           long entryId1,
                                                                           long entryId2,
                                                                           int type,
                                                                           com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                           boolean previous)

findAll

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findAll()
                                                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findAll(int start,
                                                                         int end)
                                                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public java.util.List<com.liferay.portlet.asset.model.AssetLink> findAll(int start,
                                                                         int end,
                                                                         com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByE1

public void removeByE1(long entryId1)
                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByE1 in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByE2

public void removeByE2(long entryId2)
                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByE2 in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByE_E

public void removeByE_E(long entryId1,
                        long entryId2)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByE_E in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByE1_T

public void removeByE1_T(long entryId1,
                         int type)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByE1_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByE2_T

public void removeByE2_T(long entryId2,
                         int type)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByE2_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByE_E_T

public void removeByE_E_T(long entryId1,
                          long entryId2,
                          int type)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByE_E_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAll

public void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAll in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByE1

public int countByE1(long entryId1)
              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByE1 in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByE2

public int countByE2(long entryId2)
              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByE2 in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByE_E

public int countByE_E(long entryId1,
                      long entryId2)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByE_E in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByE1_T

public int countByE1_T(long entryId1,
                       int type)
                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByE1_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByE2_T

public int countByE2_T(long entryId2,
                       int type)
                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByE2_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByE_E_T

public int countByE_E_T(long entryId1,
                        long entryId2,
                        int type)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByE_E_T in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

public int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countAll in interface com.liferay.portlet.asset.service.persistence.AssetLinkPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

afterPropertiesSet

public void afterPropertiesSet()