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:
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 |
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