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

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

public class SocialEquityHistoryPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityHistory>
implements com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence

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:
SocialEquityHistoryPersistence, SocialEquityHistoryUtil
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_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
SocialEquityHistoryPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(java.util.List<com.liferay.portlet.social.model.SocialEquityHistory> socialEquityHistories)
           
 void cacheResult(com.liferay.portlet.social.model.SocialEquityHistory socialEquityHistory)
           
 void clearCache()
           
 void clearCache(com.liferay.portlet.social.model.SocialEquityHistory socialEquityHistory)
           
 int countAll()
           
 com.liferay.portlet.social.model.SocialEquityHistory create(long equityHistoryId)
           
 com.liferay.portlet.social.model.SocialEquityHistory fetchByPrimaryKey(long equityHistoryId)
           
 com.liferay.portlet.social.model.SocialEquityHistory fetchByPrimaryKey(java.io.Serializable primaryKey)
           
 java.util.List<com.liferay.portlet.social.model.SocialEquityHistory> findAll()
           
 java.util.List<com.liferay.portlet.social.model.SocialEquityHistory> findAll(int start, int end)
           
 java.util.List<com.liferay.portlet.social.model.SocialEquityHistory> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialEquityHistory findByPrimaryKey(long equityHistoryId)
           
 com.liferay.portlet.social.model.SocialEquityHistory findByPrimaryKey(java.io.Serializable primaryKey)
           
 com.liferay.portlet.social.model.SocialEquityHistory remove(long equityHistoryId)
           
 com.liferay.portlet.social.model.SocialEquityHistory remove(java.io.Serializable primaryKey)
           
 com.liferay.portlet.social.model.SocialEquityHistory remove(com.liferay.portlet.social.model.SocialEquityHistory socialEquityHistory)
           
 void removeAll()
           
protected  com.liferay.portlet.social.model.SocialEquityHistory removeImpl(com.liferay.portlet.social.model.SocialEquityHistory socialEquityHistory)
           
protected  com.liferay.portlet.social.model.SocialEquityHistory toUnwrappedModel(com.liferay.portlet.social.model.SocialEquityHistory socialEquityHistory)
           
 com.liferay.portlet.social.model.SocialEquityHistory updateImpl(com.liferay.portlet.social.model.SocialEquityHistory socialEquityHistory, 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_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

SocialEquityHistoryPersistenceImpl

public SocialEquityHistoryPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.social.model.SocialEquityHistory socialEquityHistory)
Specified by:
cacheResult in interface com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.social.model.SocialEquityHistory> socialEquityHistories)
Specified by:
cacheResult in interface com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence

clearCache

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

clearCache

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

create

public com.liferay.portlet.social.model.SocialEquityHistory create(long equityHistoryId)
Specified by:
create in interface com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence

remove

public com.liferay.portlet.social.model.SocialEquityHistory 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.SocialEquityHistory>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityHistory>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

remove

public com.liferay.portlet.social.model.SocialEquityHistory remove(long equityHistoryId)
                                                            throws com.liferay.portlet.social.NoSuchEquityHistoryException,
                                                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence
Throws:
com.liferay.portlet.social.NoSuchEquityHistoryException
com.liferay.portal.kernel.exception.SystemException

remove

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

removeImpl

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

updateImpl

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

toUnwrappedModel

protected com.liferay.portlet.social.model.SocialEquityHistory toUnwrappedModel(com.liferay.portlet.social.model.SocialEquityHistory socialEquityHistory)

findByPrimaryKey

public com.liferay.portlet.social.model.SocialEquityHistory 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.SocialEquityHistory>
Overrides:
findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityHistory>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

public com.liferay.portlet.social.model.SocialEquityHistory findByPrimaryKey(long equityHistoryId)
                                                                      throws com.liferay.portlet.social.NoSuchEquityHistoryException,
                                                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence
Throws:
com.liferay.portlet.social.NoSuchEquityHistoryException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

public com.liferay.portlet.social.model.SocialEquityHistory 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.SocialEquityHistory>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityHistory>
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

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

findAll

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

findAll

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

findAll

public java.util.List<com.liferay.portlet.social.model.SocialEquityHistory> 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.SocialEquityHistoryPersistence
Throws:
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.SocialEquityHistoryPersistence
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.SocialEquityHistoryPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

afterPropertiesSet

public void afterPropertiesSet()