com.liferay.portlet.social.service.persistence
Class SocialEquityAssetEntryUtil
java.lang.Object
com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryUtil
public class SocialEquityAssetEntryUtil
- extends java.lang.Object
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:
SocialEquityAssetEntryPersistence
,
SocialEquityAssetEntryPersistenceImpl
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialEquityAssetEntryUtil
public SocialEquityAssetEntryUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
clearCache
public static void clearCache(SocialEquityAssetEntry socialEquityAssetEntry)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(SocialEquityAssetEntry)
countWithDynamicQuery
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<SocialEquityAssetEntry> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<SocialEquityAssetEntry> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static SocialEquityAssetEntry remove(SocialEquityAssetEntry socialEquityAssetEntry)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static SocialEquityAssetEntry update(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(SocialEquityAssetEntry socialEquityAssetEntry)
cacheResult
public static void cacheResult(java.util.List<SocialEquityAssetEntry> socialEquityAssetEntries)
create
public static SocialEquityAssetEntry create(long equityAssetEntryId)
remove
public static SocialEquityAssetEntry remove(long equityAssetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
- Throws:
SystemException
NoSuchEquityAssetEntryException
updateImpl
public static SocialEquityAssetEntry updateImpl(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
public static SocialEquityAssetEntry findByPrimaryKey(long equityAssetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
- Throws:
SystemException
NoSuchEquityAssetEntryException
fetchByPrimaryKey
public static SocialEquityAssetEntry fetchByPrimaryKey(long equityAssetEntryId)
throws SystemException
- Throws:
SystemException
findByAssetEntryId
public static SocialEquityAssetEntry findByAssetEntryId(long assetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
- Throws:
SystemException
NoSuchEquityAssetEntryException
fetchByAssetEntryId
public static SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId)
throws SystemException
- Throws:
SystemException
fetchByAssetEntryId
public static SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<SocialEquityAssetEntry> findAll()
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<SocialEquityAssetEntry> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<SocialEquityAssetEntry> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByAssetEntryId
public static void removeByAssetEntryId(long assetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
- Throws:
SystemException
NoSuchEquityAssetEntryException
removeAll
public static void removeAll()
throws SystemException
- Throws:
SystemException
countByAssetEntryId
public static int countByAssetEntryId(long assetEntryId)
throws SystemException
- Throws:
SystemException
countAll
public static int countAll()
throws SystemException
- Throws:
SystemException
getPersistence
public static SocialEquityAssetEntryPersistence getPersistence()
setPersistence
public void setPersistence(SocialEquityAssetEntryPersistence persistence)