com.liferay.portlet.social.service.persistence
Class SocialEquityAssetEntryUtil
java.lang.Object
com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryUtil
public class SocialEquityAssetEntryUtil
- extends Object
- See Also:
SocialEquityAssetEntryPersistence,
SocialEquityAssetEntryPersistenceImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
static void |
cacheResult(List<SocialEquityAssetEntry> socialEquityAssetEntries)
|
static void |
cacheResult(SocialEquityAssetEntry socialEquityAssetEntry)
|
static void |
clearCache()
|
static void |
clearCache(SocialEquityAssetEntry socialEquityAssetEntry)
|
static int |
countAll()
|
static int |
countByAssetEntryId(long assetEntryId)
|
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static SocialEquityAssetEntry |
create(long equityAssetEntryId)
|
static SocialEquityAssetEntry |
fetchByAssetEntryId(long assetEntryId)
|
static SocialEquityAssetEntry |
fetchByAssetEntryId(long assetEntryId,
boolean retrieveFromCache)
|
static SocialEquityAssetEntry |
fetchByPrimaryKey(long equityAssetEntryId)
|
static List<SocialEquityAssetEntry> |
findAll()
|
static List<SocialEquityAssetEntry> |
findAll(int start,
int end)
|
static List<SocialEquityAssetEntry> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
static SocialEquityAssetEntry |
findByAssetEntryId(long assetEntryId)
|
static SocialEquityAssetEntry |
findByPrimaryKey(long equityAssetEntryId)
|
static List<SocialEquityAssetEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialEquityAssetEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialEquityAssetEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static SocialEquityAssetEntryPersistence |
getPersistence()
|
static SocialEquityAssetEntry |
remove(long equityAssetEntryId)
|
static SocialEquityAssetEntry |
remove(SocialEquityAssetEntry socialEquityAssetEntry)
|
static void |
removeAll()
|
static void |
removeByAssetEntryId(long assetEntryId)
|
void |
setPersistence(SocialEquityAssetEntryPersistence persistence)
|
static SocialEquityAssetEntry |
update(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge)
|
static SocialEquityAssetEntry |
update(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge,
ServiceContext serviceContext)
|
static SocialEquityAssetEntry |
updateImpl(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge)
|
| 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:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
countWithDynamicQuery
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static List<SocialEquityAssetEntry> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static List<SocialEquityAssetEntry> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
findWithDynamicQuery
public static List<SocialEquityAssetEntry> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
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)
update
public static SocialEquityAssetEntry update(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge,
ServiceContext serviceContext)
throws SystemException
- Throws:
SystemException- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
cacheResult
public static void cacheResult(SocialEquityAssetEntry socialEquityAssetEntry)
cacheResult
public static void cacheResult(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 List<SocialEquityAssetEntry> findAll()
throws SystemException
- Throws:
SystemException
findAll
public static List<SocialEquityAssetEntry> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
public static 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)