com.liferay.portlet.social.service.persistence
Interface SocialEquityAssetEntryPersistence

All Superinterfaces:
BasePersistence<SocialEquityAssetEntry>

public interface SocialEquityAssetEntryPersistence
extends BasePersistence<SocialEquityAssetEntry>

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:
SocialEquityAssetEntryPersistenceImpl, SocialEquityAssetEntryUtil
Generated:

Method Summary
 void cacheResult(java.util.List<SocialEquityAssetEntry> socialEquityAssetEntries)
           
 void cacheResult(SocialEquityAssetEntry socialEquityAssetEntry)
           
 int countAll()
           
 int countByAssetEntryId(long assetEntryId)
           
 SocialEquityAssetEntry create(long equityAssetEntryId)
           
 SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId)
           
 SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId, boolean retrieveFromCache)
           
 SocialEquityAssetEntry fetchByPrimaryKey(long equityAssetEntryId)
           
 java.util.List<SocialEquityAssetEntry> findAll()
           
 java.util.List<SocialEquityAssetEntry> findAll(int start, int end)
           
 java.util.List<SocialEquityAssetEntry> findAll(int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityAssetEntry findByAssetEntryId(long assetEntryId)
           
 SocialEquityAssetEntry findByPrimaryKey(long equityAssetEntryId)
           
 SocialEquityAssetEntry remove(long equityAssetEntryId)
           
 void removeAll()
           
 void removeByAssetEntryId(long assetEntryId)
           
 SocialEquityAssetEntry updateImpl(SocialEquityAssetEntry socialEquityAssetEntry, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(SocialEquityAssetEntry socialEquityAssetEntry)

cacheResult

void cacheResult(java.util.List<SocialEquityAssetEntry> socialEquityAssetEntries)

create

SocialEquityAssetEntry create(long equityAssetEntryId)

remove

SocialEquityAssetEntry remove(long equityAssetEntryId)
                              throws SystemException,
                                     NoSuchEquityAssetEntryException
Throws:
SystemException
NoSuchEquityAssetEntryException

updateImpl

SocialEquityAssetEntry updateImpl(SocialEquityAssetEntry socialEquityAssetEntry,
                                  boolean merge)
                                  throws SystemException
Throws:
SystemException

findByPrimaryKey

SocialEquityAssetEntry findByPrimaryKey(long equityAssetEntryId)
                                        throws SystemException,
                                               NoSuchEquityAssetEntryException
Throws:
SystemException
NoSuchEquityAssetEntryException

fetchByPrimaryKey

SocialEquityAssetEntry fetchByPrimaryKey(long equityAssetEntryId)
                                         throws SystemException
Throws:
SystemException

findByAssetEntryId

SocialEquityAssetEntry findByAssetEntryId(long assetEntryId)
                                          throws SystemException,
                                                 NoSuchEquityAssetEntryException
Throws:
SystemException
NoSuchEquityAssetEntryException

fetchByAssetEntryId

SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId)
                                           throws SystemException
Throws:
SystemException

fetchByAssetEntryId

SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId,
                                           boolean retrieveFromCache)
                                           throws SystemException
Throws:
SystemException

findAll

java.util.List<SocialEquityAssetEntry> findAll()
                                               throws SystemException
Throws:
SystemException

findAll

java.util.List<SocialEquityAssetEntry> findAll(int start,
                                               int end)
                                               throws SystemException
Throws:
SystemException

findAll

java.util.List<SocialEquityAssetEntry> findAll(int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                               throws SystemException
Throws:
SystemException

removeByAssetEntryId

void removeByAssetEntryId(long assetEntryId)
                          throws SystemException,
                                 NoSuchEquityAssetEntryException
Throws:
SystemException
NoSuchEquityAssetEntryException

removeAll

void removeAll()
               throws SystemException
Throws:
SystemException

countByAssetEntryId

int countByAssetEntryId(long assetEntryId)
                        throws SystemException
Throws:
SystemException

countAll

int countAll()
             throws SystemException
Throws:
SystemException