com.liferay.portlet.social.service.persistence
Class SocialEquityAssetEntryUtil

java.lang.Object
  extended by 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:

Constructor Summary
SocialEquityAssetEntryUtil()
           
 
Method Summary
static void cacheResult(java.util.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 java.util.List<SocialEquityAssetEntry> findAll()
           
static java.util.List<SocialEquityAssetEntry> findAll(int start, int end)
           
static java.util.List<SocialEquityAssetEntry> findAll(int start, int end, OrderByComparator orderByComparator)
           
static SocialEquityAssetEntry findByAssetEntryId(long assetEntryId)
           
static SocialEquityAssetEntry findByPrimaryKey(long equityAssetEntryId)
           
static java.util.List<SocialEquityAssetEntry> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static java.util.List<SocialEquityAssetEntry> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
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 updateImpl(SocialEquityAssetEntry socialEquityAssetEntry, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialEquityAssetEntryUtil

public SocialEquityAssetEntryUtil()
Method Detail

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)