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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityAssetEntry>
      extended by com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistenceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityAssetEntry>, com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence

public class SocialEquityAssetEntryPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityAssetEntry>
implements com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence

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

Field Summary
static java.lang.String FINDER_CLASS_NAME_ENTITY
           
static java.lang.String FINDER_CLASS_NAME_LIST
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_ASSETENTRYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_ASSETENTRYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence socialEquityHistoryPersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence socialEquityLogPersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence socialEquitySettingPersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialEquityUserPersistence socialEquityUserPersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT
 
Constructor Summary
SocialEquityAssetEntryPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(java.util.List<com.liferay.portlet.social.model.SocialEquityAssetEntry> socialEquityAssetEntries)
           
 void cacheResult(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry)
           
 void clearCache()
           
 void clearCache(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry)
           
 int countAll()
           
 int countByAssetEntryId(long assetEntryId)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry create(long equityAssetEntryId)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId, boolean retrieveFromCache)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry fetchByPrimaryKey(long equityAssetEntryId)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry fetchByPrimaryKey(java.io.Serializable primaryKey)
           
 java.util.List<com.liferay.portlet.social.model.SocialEquityAssetEntry> findAll()
           
 java.util.List<com.liferay.portlet.social.model.SocialEquityAssetEntry> findAll(int start, int end)
           
 java.util.List<com.liferay.portlet.social.model.SocialEquityAssetEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry findByAssetEntryId(long assetEntryId)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry findByPrimaryKey(long equityAssetEntryId)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry findByPrimaryKey(java.io.Serializable primaryKey)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry remove(long equityAssetEntryId)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry remove(java.io.Serializable primaryKey)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry remove(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry)
           
 void removeAll()
           
 void removeByAssetEntryId(long assetEntryId)
           
protected  com.liferay.portlet.social.model.SocialEquityAssetEntry removeImpl(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry)
           
protected  com.liferay.portlet.social.model.SocialEquityAssetEntry toUnwrappedModel(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry)
           
 com.liferay.portlet.social.model.SocialEquityAssetEntry updateImpl(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry, boolean merge)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, setDataSource, unregisterListener, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final java.lang.String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final java.lang.String FINDER_CLASS_NAME_LIST

FINDER_PATH_FETCH_BY_ASSETENTRYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_ASSETENTRYID

FINDER_PATH_COUNT_BY_ASSETENTRYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_ASSETENTRYID

FINDER_PATH_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL

socialActivityPersistence

@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence

socialEquityAssetEntryPersistence

@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence

socialEquityHistoryPersistence

@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence socialEquityHistoryPersistence

socialEquityLogPersistence

@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence socialEquityLogPersistence

socialEquitySettingPersistence

@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence socialEquitySettingPersistence

socialEquityUserPersistence

@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityUserPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityUserPersistence socialEquityUserPersistence

socialRelationPersistence

@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialRelationPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence

socialRequestPersistence

@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialRequestPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence

resourcePersistence

@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
Constructor Detail

SocialEquityAssetEntryPersistenceImpl

public SocialEquityAssetEntryPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry)
Specified by:
cacheResult in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.social.model.SocialEquityAssetEntry> socialEquityAssetEntries)
Specified by:
cacheResult in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence

clearCache

public void clearCache()
Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityAssetEntry>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityAssetEntry>

clearCache

public void clearCache(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry)
Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityAssetEntry>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityAssetEntry>

create

public com.liferay.portlet.social.model.SocialEquityAssetEntry create(long equityAssetEntryId)
Specified by:
create in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence

remove

public com.liferay.portlet.social.model.SocialEquityAssetEntry remove(java.io.Serializable primaryKey)
                                                               throws com.liferay.portal.NoSuchModelException,
                                                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityAssetEntry>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityAssetEntry>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

remove

public com.liferay.portlet.social.model.SocialEquityAssetEntry remove(long equityAssetEntryId)
                                                               throws com.liferay.portlet.social.NoSuchEquityAssetEntryException,
                                                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portlet.social.NoSuchEquityAssetEntryException
com.liferay.portal.kernel.exception.SystemException

remove

public com.liferay.portlet.social.model.SocialEquityAssetEntry remove(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry)
                                                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityAssetEntry>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityAssetEntry>
Throws:
com.liferay.portal.kernel.exception.SystemException

removeImpl

protected com.liferay.portlet.social.model.SocialEquityAssetEntry removeImpl(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry)
                                                                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateImpl

public com.liferay.portlet.social.model.SocialEquityAssetEntry updateImpl(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry,
                                                                          boolean merge)
                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateImpl in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Overrides:
updateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityAssetEntry>
Throws:
com.liferay.portal.kernel.exception.SystemException

toUnwrappedModel

protected com.liferay.portlet.social.model.SocialEquityAssetEntry toUnwrappedModel(com.liferay.portlet.social.model.SocialEquityAssetEntry socialEquityAssetEntry)

findByPrimaryKey

public com.liferay.portlet.social.model.SocialEquityAssetEntry findByPrimaryKey(java.io.Serializable primaryKey)
                                                                         throws com.liferay.portal.NoSuchModelException,
                                                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityAssetEntry>
Overrides:
findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityAssetEntry>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

public com.liferay.portlet.social.model.SocialEquityAssetEntry findByPrimaryKey(long equityAssetEntryId)
                                                                         throws com.liferay.portlet.social.NoSuchEquityAssetEntryException,
                                                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portlet.social.NoSuchEquityAssetEntryException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

public com.liferay.portlet.social.model.SocialEquityAssetEntry fetchByPrimaryKey(java.io.Serializable primaryKey)
                                                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityAssetEntry>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityAssetEntry>
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

public com.liferay.portlet.social.model.SocialEquityAssetEntry fetchByPrimaryKey(long equityAssetEntryId)
                                                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByPrimaryKey in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByAssetEntryId

public com.liferay.portlet.social.model.SocialEquityAssetEntry findByAssetEntryId(long assetEntryId)
                                                                           throws com.liferay.portlet.social.NoSuchEquityAssetEntryException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
findByAssetEntryId in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portlet.social.NoSuchEquityAssetEntryException
com.liferay.portal.kernel.exception.SystemException

fetchByAssetEntryId

public com.liferay.portlet.social.model.SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId)
                                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByAssetEntryId in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByAssetEntryId

public com.liferay.portlet.social.model.SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId,
                                                                                   boolean retrieveFromCache)
                                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByAssetEntryId in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public java.util.List<com.liferay.portlet.social.model.SocialEquityAssetEntry> findAll()
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public java.util.List<com.liferay.portlet.social.model.SocialEquityAssetEntry> findAll(int start,
                                                                                       int end)
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public java.util.List<com.liferay.portlet.social.model.SocialEquityAssetEntry> findAll(int start,
                                                                                       int end,
                                                                                       com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByAssetEntryId

public void removeByAssetEntryId(long assetEntryId)
                          throws com.liferay.portlet.social.NoSuchEquityAssetEntryException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByAssetEntryId in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portlet.social.NoSuchEquityAssetEntryException
com.liferay.portal.kernel.exception.SystemException

removeAll

public void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAll in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByAssetEntryId

public int countByAssetEntryId(long assetEntryId)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByAssetEntryId in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

public int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countAll in interface com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

afterPropertiesSet

public void afterPropertiesSet()