Liferay 6.0.3

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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<SocialEquityLog>
      extended by com.liferay.portlet.social.service.persistence.SocialEquityLogPersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<SocialEquityLog>, SocialEquityLogPersistence

public class SocialEquityLogPersistenceImpl
extends BasePersistenceImpl<SocialEquityLog>
implements SocialEquityLogPersistence

See Also:
SocialEquityLogPersistence, SocialEquityLogUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  AssetEntryPersistence assetEntryPersistence
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_AEI_AID_A_T
           
static FinderPath FINDER_PATH_COUNT_BY_AEI_AID_AD_A_T
           
static FinderPath FINDER_PATH_COUNT_BY_AEI_T_A
           
static FinderPath FINDER_PATH_COUNT_BY_U_AEI_AID_AD_A_T
           
static FinderPath FINDER_PATH_COUNT_BY_U_AID_A_T
           
static FinderPath FINDER_PATH_COUNT_BY_U_AID_AD_A_T
           
static FinderPath FINDER_PATH_FETCH_BY_U_AEI_AID_AD_A_T
           
static FinderPath FINDER_PATH_FIND_ALL
           
static FinderPath FINDER_PATH_FIND_BY_AEI_AID_A_T
           
static FinderPath FINDER_PATH_FIND_BY_AEI_AID_AD_A_T
           
static FinderPath FINDER_PATH_FIND_BY_AEI_T_A
           
static FinderPath FINDER_PATH_FIND_BY_U_AID_A_T
           
static FinderPath FINDER_PATH_FIND_BY_U_AID_AD_A_T
           
protected  ResourcePersistence resourcePersistence
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence
           
protected  SocialEquityHistoryPersistence socialEquityHistoryPersistence
           
protected  SocialEquityLogPersistence socialEquityLogPersistence
           
protected  SocialEquitySettingPersistence socialEquitySettingPersistence
           
protected  SocialEquityUserPersistence socialEquityUserPersistence
           
protected  SocialRelationPersistence socialRelationPersistence
           
protected  SocialRequestPersistence socialRequestPersistence
           
protected  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, WHERE_OR
 
Constructor Summary
SocialEquityLogPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(List<SocialEquityLog> socialEquityLogs)
           
 void cacheResult(SocialEquityLog socialEquityLog)
           
 void clearCache()
          Clears the cache for all instances of this model.
 void clearCache(SocialEquityLog socialEquityLog)
          Clears the cache for one instance of this model.
 int countAll()
           
 int countByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type)
           
 int countByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 int countByAEI_T_A(long assetEntryId, int type, boolean active)
           
 int countByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 int countByU_AID_A_T(long userId, String actionId, boolean active, int type)
           
 int countByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type)
           
 SocialEquityLog create(long equityLogId)
           
 SocialEquityLog fetchByPrimaryKey(long equityLogId)
           
 SocialEquityLog fetchByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or return null if it could not be found.
 SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, boolean retrieveFromCache)
           
 List<SocialEquityLog> findAll()
           
 List<SocialEquityLog> findAll(int start, int end)
           
 List<SocialEquityLog> findAll(int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_AID_A_T_First(long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_AID_A_T_Last(long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog[] findByAEI_AID_A_T_PrevAndNext(long equityLogId, long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type)
           
 List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type, int start, int end)
           
 List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type, int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_AID_AD_A_T_First(long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_AID_AD_A_T_Last(long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog[] findByAEI_AID_AD_A_T_PrevAndNext(long equityLogId, long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type, int start, int end)
           
 List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type, int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_T_A_First(long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_T_A_Last(long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
           
 SocialEquityLog[] findByAEI_T_A_PrevAndNext(long equityLogId, long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
           
 List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active)
           
 List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active, int start, int end)
           
 List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active, int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog findByPrimaryKey(long equityLogId)
           
 SocialEquityLog findByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or throw an exception if it could not be found.
 SocialEquityLog findByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 SocialEquityLog findByU_AID_A_T_First(long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog findByU_AID_A_T_Last(long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog[] findByU_AID_A_T_PrevAndNext(long equityLogId, long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type)
           
 List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type, int start, int end)
           
 List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type, int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog findByU_AID_AD_A_T_First(long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog findByU_AID_AD_A_T_Last(long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog[] findByU_AID_AD_A_T_PrevAndNext(long equityLogId, long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type)
           
 List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type, int start, int end)
           
 List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type, int start, int end, OrderByComparator orderByComparator)
           
protected  SocialEquityLog getByAEI_AID_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog getByAEI_AID_AD_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog getByAEI_T_A_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, int type, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog getByU_AID_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog getByU_AID_AD_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
 SocialEquityLog remove(long equityLogId)
           
 SocialEquityLog remove(Serializable primaryKey)
          Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.
 void removeAll()
           
 void removeByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type)
           
 void removeByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 void removeByAEI_T_A(long assetEntryId, int type, boolean active)
           
 void removeByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 void removeByU_AID_A_T(long userId, String actionId, boolean active, int type)
           
 void removeByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type)
           
protected  SocialEquityLog removeImpl(SocialEquityLog socialEquityLog)
          Removes the model instance from the database.
protected  SocialEquityLog toUnwrappedModel(SocialEquityLog socialEquityLog)
           
 SocialEquityLog updateImpl(SocialEquityLog socialEquityLog, boolean merge)
          Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, 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, remove, setDataSource, unregisterListener, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_AEI_T_A

public static final FinderPath FINDER_PATH_FIND_BY_AEI_T_A

FINDER_PATH_COUNT_BY_AEI_T_A

public static final FinderPath FINDER_PATH_COUNT_BY_AEI_T_A

FINDER_PATH_FIND_BY_U_AID_A_T

public static final FinderPath FINDER_PATH_FIND_BY_U_AID_A_T

FINDER_PATH_COUNT_BY_U_AID_A_T

public static final FinderPath FINDER_PATH_COUNT_BY_U_AID_A_T

FINDER_PATH_FIND_BY_AEI_AID_A_T

public static final FinderPath FINDER_PATH_FIND_BY_AEI_AID_A_T

FINDER_PATH_COUNT_BY_AEI_AID_A_T

public static final FinderPath FINDER_PATH_COUNT_BY_AEI_AID_A_T

FINDER_PATH_FIND_BY_U_AID_AD_A_T

public static final FinderPath FINDER_PATH_FIND_BY_U_AID_AD_A_T

FINDER_PATH_COUNT_BY_U_AID_AD_A_T

public static final FinderPath FINDER_PATH_COUNT_BY_U_AID_AD_A_T

FINDER_PATH_FIND_BY_AEI_AID_AD_A_T

public static final FinderPath FINDER_PATH_FIND_BY_AEI_AID_AD_A_T

FINDER_PATH_COUNT_BY_AEI_AID_AD_A_T

public static final FinderPath FINDER_PATH_COUNT_BY_AEI_AID_AD_A_T

FINDER_PATH_FETCH_BY_U_AEI_AID_AD_A_T

public static final FinderPath FINDER_PATH_FETCH_BY_U_AEI_AID_AD_A_T

FINDER_PATH_COUNT_BY_U_AEI_AID_AD_A_T

public static final FinderPath FINDER_PATH_COUNT_BY_U_AEI_AID_AD_A_T

FINDER_PATH_FIND_ALL

public static final FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialEquityAssetEntryPersistence

@BeanReference(type=SocialEquityAssetEntryPersistence.class)
protected SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence

socialEquityHistoryPersistence

@BeanReference(type=SocialEquityHistoryPersistence.class)
protected SocialEquityHistoryPersistence socialEquityHistoryPersistence

socialEquityLogPersistence

@BeanReference(type=SocialEquityLogPersistence.class)
protected SocialEquityLogPersistence socialEquityLogPersistence

socialEquitySettingPersistence

@BeanReference(type=SocialEquitySettingPersistence.class)
protected SocialEquitySettingPersistence socialEquitySettingPersistence

socialEquityUserPersistence

@BeanReference(type=SocialEquityUserPersistence.class)
protected SocialEquityUserPersistence socialEquityUserPersistence

socialRelationPersistence

@BeanReference(type=SocialRelationPersistence.class)
protected SocialRelationPersistence socialRelationPersistence

socialRequestPersistence

@BeanReference(type=SocialRequestPersistence.class)
protected SocialRequestPersistence socialRequestPersistence

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence
Constructor Detail

SocialEquityLogPersistenceImpl

public SocialEquityLogPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(SocialEquityLog socialEquityLog)
Specified by:
cacheResult in interface SocialEquityLogPersistence

cacheResult

public void cacheResult(List<SocialEquityLog> socialEquityLogs)
Specified by:
cacheResult in interface SocialEquityLogPersistence

clearCache

public void clearCache()
Description copied from interface: BasePersistence
Clears the cache for all instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Caching information and settings can be found in portal.properties

Specified by:
clearCache in interface BasePersistence<SocialEquityLog>
Overrides:
clearCache in class BasePersistenceImpl<SocialEquityLog>

clearCache

public void clearCache(SocialEquityLog socialEquityLog)
Description copied from interface: BasePersistence
Clears the cache for one instance of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<SocialEquityLog>
Overrides:
clearCache in class BasePersistenceImpl<SocialEquityLog>
Parameters:
socialEquityLog - the instance of this model to clear the cache for

create

public SocialEquityLog create(long equityLogId)
Specified by:
create in interface SocialEquityLogPersistence

remove

public SocialEquityLog remove(Serializable primaryKey)
                       throws NoSuchModelException,
                              SystemException
Description copied from interface: BasePersistence
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<SocialEquityLog>
Overrides:
remove in class BasePersistenceImpl<SocialEquityLog>
Parameters:
primaryKey - the primary key of the model instance to remove
Returns:
the model instance that was removed
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if a system exception occurred

remove

public SocialEquityLog remove(long equityLogId)
                       throws NoSuchEquityLogException,
                              SystemException
Specified by:
remove in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

removeImpl

protected SocialEquityLog removeImpl(SocialEquityLog socialEquityLog)
                              throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<SocialEquityLog>
Parameters:
socialEquityLog - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public SocialEquityLog updateImpl(SocialEquityLog socialEquityLog,
                                  boolean merge)
                           throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface SocialEquityLogPersistence
Overrides:
updateImpl in class BasePersistenceImpl<SocialEquityLog>
Parameters:
socialEquityLog - the model instance to update
merge - whether to merge the model instance with the current session. See BatchSession.update( com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean) for an explanation.
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected SocialEquityLog toUnwrappedModel(SocialEquityLog socialEquityLog)

findByPrimaryKey

public SocialEquityLog findByPrimaryKey(Serializable primaryKey)
                                 throws NoSuchModelException,
                                        SystemException
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or throw an exception if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<SocialEquityLog>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<SocialEquityLog>
Parameters:
primaryKey - the primary key of the model instance to find
Returns:
the model instance
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if the primary key is null, or if a system exception occurred

findByPrimaryKey

public SocialEquityLog findByPrimaryKey(long equityLogId)
                                 throws NoSuchEquityLogException,
                                        SystemException
Specified by:
findByPrimaryKey in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

fetchByPrimaryKey

public SocialEquityLog fetchByPrimaryKey(Serializable primaryKey)
                                  throws SystemException
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or return null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<SocialEquityLog>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<SocialEquityLog>
Parameters:
primaryKey - the primary key of the model instance to find
Returns:
the model instance, or null if an instance of this model with the primary key does not exist
Throws:
SystemException - if the primary key is null, or if a system exception occurred

fetchByPrimaryKey

public SocialEquityLog fetchByPrimaryKey(long equityLogId)
                                  throws SystemException
Specified by:
fetchByPrimaryKey in interface SocialEquityLogPersistence
Throws:
SystemException

findByAEI_T_A

public List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
                                           int type,
                                           boolean active)
                                    throws SystemException
Specified by:
findByAEI_T_A in interface SocialEquityLogPersistence
Throws:
SystemException

findByAEI_T_A

public List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
                                           int type,
                                           boolean active,
                                           int start,
                                           int end)
                                    throws SystemException
Specified by:
findByAEI_T_A in interface SocialEquityLogPersistence
Throws:
SystemException

findByAEI_T_A

public List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
                                           int type,
                                           boolean active,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Specified by:
findByAEI_T_A in interface SocialEquityLogPersistence
Throws:
SystemException

findByAEI_T_A_First

public SocialEquityLog findByAEI_T_A_First(long assetEntryId,
                                           int type,
                                           boolean active,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchEquityLogException,
                                           SystemException
Specified by:
findByAEI_T_A_First in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

findByAEI_T_A_Last

public SocialEquityLog findByAEI_T_A_Last(long assetEntryId,
                                          int type,
                                          boolean active,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchEquityLogException,
                                          SystemException
Specified by:
findByAEI_T_A_Last in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

findByAEI_T_A_PrevAndNext

public SocialEquityLog[] findByAEI_T_A_PrevAndNext(long equityLogId,
                                                   long assetEntryId,
                                                   int type,
                                                   boolean active,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchEquityLogException,
                                                   SystemException
Specified by:
findByAEI_T_A_PrevAndNext in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

getByAEI_T_A_PrevAndNext

protected SocialEquityLog getByAEI_T_A_PrevAndNext(Session session,
                                                   SocialEquityLog socialEquityLog,
                                                   long assetEntryId,
                                                   int type,
                                                   boolean active,
                                                   OrderByComparator orderByComparator,
                                                   boolean previous)

findByU_AID_A_T

public List<SocialEquityLog> findByU_AID_A_T(long userId,
                                             String actionId,
                                             boolean active,
                                             int type)
                                      throws SystemException
Specified by:
findByU_AID_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByU_AID_A_T

public List<SocialEquityLog> findByU_AID_A_T(long userId,
                                             String actionId,
                                             boolean active,
                                             int type,
                                             int start,
                                             int end)
                                      throws SystemException
Specified by:
findByU_AID_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByU_AID_A_T

public List<SocialEquityLog> findByU_AID_A_T(long userId,
                                             String actionId,
                                             boolean active,
                                             int type,
                                             int start,
                                             int end,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Specified by:
findByU_AID_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByU_AID_A_T_First

public SocialEquityLog findByU_AID_A_T_First(long userId,
                                             String actionId,
                                             boolean active,
                                             int type,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchEquityLogException,
                                             SystemException
Specified by:
findByU_AID_A_T_First in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

findByU_AID_A_T_Last

public SocialEquityLog findByU_AID_A_T_Last(long userId,
                                            String actionId,
                                            boolean active,
                                            int type,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchEquityLogException,
                                            SystemException
Specified by:
findByU_AID_A_T_Last in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

findByU_AID_A_T_PrevAndNext

public SocialEquityLog[] findByU_AID_A_T_PrevAndNext(long equityLogId,
                                                     long userId,
                                                     String actionId,
                                                     boolean active,
                                                     int type,
                                                     OrderByComparator orderByComparator)
                                              throws NoSuchEquityLogException,
                                                     SystemException
Specified by:
findByU_AID_A_T_PrevAndNext in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

getByU_AID_A_T_PrevAndNext

protected SocialEquityLog getByU_AID_A_T_PrevAndNext(Session session,
                                                     SocialEquityLog socialEquityLog,
                                                     long userId,
                                                     String actionId,
                                                     boolean active,
                                                     int type,
                                                     OrderByComparator orderByComparator,
                                                     boolean previous)

findByAEI_AID_A_T

public List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId,
                                               String actionId,
                                               boolean active,
                                               int type)
                                        throws SystemException
Specified by:
findByAEI_AID_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByAEI_AID_A_T

public List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId,
                                               String actionId,
                                               boolean active,
                                               int type,
                                               int start,
                                               int end)
                                        throws SystemException
Specified by:
findByAEI_AID_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByAEI_AID_A_T

public List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId,
                                               String actionId,
                                               boolean active,
                                               int type,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Specified by:
findByAEI_AID_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByAEI_AID_A_T_First

public SocialEquityLog findByAEI_AID_A_T_First(long assetEntryId,
                                               String actionId,
                                               boolean active,
                                               int type,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchEquityLogException,
                                               SystemException
Specified by:
findByAEI_AID_A_T_First in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

findByAEI_AID_A_T_Last

public SocialEquityLog findByAEI_AID_A_T_Last(long assetEntryId,
                                              String actionId,
                                              boolean active,
                                              int type,
                                              OrderByComparator orderByComparator)
                                       throws NoSuchEquityLogException,
                                              SystemException
Specified by:
findByAEI_AID_A_T_Last in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

findByAEI_AID_A_T_PrevAndNext

public SocialEquityLog[] findByAEI_AID_A_T_PrevAndNext(long equityLogId,
                                                       long assetEntryId,
                                                       String actionId,
                                                       boolean active,
                                                       int type,
                                                       OrderByComparator orderByComparator)
                                                throws NoSuchEquityLogException,
                                                       SystemException
Specified by:
findByAEI_AID_A_T_PrevAndNext in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

getByAEI_AID_A_T_PrevAndNext

protected SocialEquityLog getByAEI_AID_A_T_PrevAndNext(Session session,
                                                       SocialEquityLog socialEquityLog,
                                                       long assetEntryId,
                                                       String actionId,
                                                       boolean active,
                                                       int type,
                                                       OrderByComparator orderByComparator,
                                                       boolean previous)

findByU_AID_AD_A_T

public List<SocialEquityLog> findByU_AID_AD_A_T(long userId,
                                                String actionId,
                                                int actionDate,
                                                boolean active,
                                                int type)
                                         throws SystemException
Specified by:
findByU_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByU_AID_AD_A_T

public List<SocialEquityLog> findByU_AID_AD_A_T(long userId,
                                                String actionId,
                                                int actionDate,
                                                boolean active,
                                                int type,
                                                int start,
                                                int end)
                                         throws SystemException
Specified by:
findByU_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByU_AID_AD_A_T

public List<SocialEquityLog> findByU_AID_AD_A_T(long userId,
                                                String actionId,
                                                int actionDate,
                                                boolean active,
                                                int type,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Specified by:
findByU_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByU_AID_AD_A_T_First

public SocialEquityLog findByU_AID_AD_A_T_First(long userId,
                                                String actionId,
                                                int actionDate,
                                                boolean active,
                                                int type,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchEquityLogException,
                                                SystemException
Specified by:
findByU_AID_AD_A_T_First in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

findByU_AID_AD_A_T_Last

public SocialEquityLog findByU_AID_AD_A_T_Last(long userId,
                                               String actionId,
                                               int actionDate,
                                               boolean active,
                                               int type,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchEquityLogException,
                                               SystemException
Specified by:
findByU_AID_AD_A_T_Last in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

findByU_AID_AD_A_T_PrevAndNext

public SocialEquityLog[] findByU_AID_AD_A_T_PrevAndNext(long equityLogId,
                                                        long userId,
                                                        String actionId,
                                                        int actionDate,
                                                        boolean active,
                                                        int type,
                                                        OrderByComparator orderByComparator)
                                                 throws NoSuchEquityLogException,
                                                        SystemException
Specified by:
findByU_AID_AD_A_T_PrevAndNext in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

getByU_AID_AD_A_T_PrevAndNext

protected SocialEquityLog getByU_AID_AD_A_T_PrevAndNext(Session session,
                                                        SocialEquityLog socialEquityLog,
                                                        long userId,
                                                        String actionId,
                                                        int actionDate,
                                                        boolean active,
                                                        int type,
                                                        OrderByComparator orderByComparator,
                                                        boolean previous)

findByAEI_AID_AD_A_T

public List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId,
                                                  String actionId,
                                                  int actionDate,
                                                  boolean active,
                                                  int type)
                                           throws SystemException
Specified by:
findByAEI_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByAEI_AID_AD_A_T

public List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId,
                                                  String actionId,
                                                  int actionDate,
                                                  boolean active,
                                                  int type,
                                                  int start,
                                                  int end)
                                           throws SystemException
Specified by:
findByAEI_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByAEI_AID_AD_A_T

public List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId,
                                                  String actionId,
                                                  int actionDate,
                                                  boolean active,
                                                  int type,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Specified by:
findByAEI_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findByAEI_AID_AD_A_T_First

public SocialEquityLog findByAEI_AID_AD_A_T_First(long assetEntryId,
                                                  String actionId,
                                                  int actionDate,
                                                  boolean active,
                                                  int type,
                                                  OrderByComparator orderByComparator)
                                           throws NoSuchEquityLogException,
                                                  SystemException
Specified by:
findByAEI_AID_AD_A_T_First in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

findByAEI_AID_AD_A_T_Last

public SocialEquityLog findByAEI_AID_AD_A_T_Last(long assetEntryId,
                                                 String actionId,
                                                 int actionDate,
                                                 boolean active,
                                                 int type,
                                                 OrderByComparator orderByComparator)
                                          throws NoSuchEquityLogException,
                                                 SystemException
Specified by:
findByAEI_AID_AD_A_T_Last in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

findByAEI_AID_AD_A_T_PrevAndNext

public SocialEquityLog[] findByAEI_AID_AD_A_T_PrevAndNext(long equityLogId,
                                                          long assetEntryId,
                                                          String actionId,
                                                          int actionDate,
                                                          boolean active,
                                                          int type,
                                                          OrderByComparator orderByComparator)
                                                   throws NoSuchEquityLogException,
                                                          SystemException
Specified by:
findByAEI_AID_AD_A_T_PrevAndNext in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

getByAEI_AID_AD_A_T_PrevAndNext

protected SocialEquityLog getByAEI_AID_AD_A_T_PrevAndNext(Session session,
                                                          SocialEquityLog socialEquityLog,
                                                          long assetEntryId,
                                                          String actionId,
                                                          int actionDate,
                                                          boolean active,
                                                          int type,
                                                          OrderByComparator orderByComparator,
                                                          boolean previous)

findByU_AEI_AID_AD_A_T

public SocialEquityLog findByU_AEI_AID_AD_A_T(long userId,
                                              long assetEntryId,
                                              String actionId,
                                              int actionDate,
                                              boolean active,
                                              int type)
                                       throws NoSuchEquityLogException,
                                              SystemException
Specified by:
findByU_AEI_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

fetchByU_AEI_AID_AD_A_T

public SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId,
                                               long assetEntryId,
                                               String actionId,
                                               int actionDate,
                                               boolean active,
                                               int type)
                                        throws SystemException
Specified by:
fetchByU_AEI_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

fetchByU_AEI_AID_AD_A_T

public SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId,
                                               long assetEntryId,
                                               String actionId,
                                               int actionDate,
                                               boolean active,
                                               int type,
                                               boolean retrieveFromCache)
                                        throws SystemException
Specified by:
fetchByU_AEI_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

findAll

public List<SocialEquityLog> findAll()
                              throws SystemException
Specified by:
findAll in interface SocialEquityLogPersistence
Throws:
SystemException

findAll

public List<SocialEquityLog> findAll(int start,
                                     int end)
                              throws SystemException
Specified by:
findAll in interface SocialEquityLogPersistence
Throws:
SystemException

findAll

public List<SocialEquityLog> findAll(int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                              throws SystemException
Specified by:
findAll in interface SocialEquityLogPersistence
Throws:
SystemException

removeByAEI_T_A

public void removeByAEI_T_A(long assetEntryId,
                            int type,
                            boolean active)
                     throws SystemException
Specified by:
removeByAEI_T_A in interface SocialEquityLogPersistence
Throws:
SystemException

removeByU_AID_A_T

public void removeByU_AID_A_T(long userId,
                              String actionId,
                              boolean active,
                              int type)
                       throws SystemException
Specified by:
removeByU_AID_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

removeByAEI_AID_A_T

public void removeByAEI_AID_A_T(long assetEntryId,
                                String actionId,
                                boolean active,
                                int type)
                         throws SystemException
Specified by:
removeByAEI_AID_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

removeByU_AID_AD_A_T

public void removeByU_AID_AD_A_T(long userId,
                                 String actionId,
                                 int actionDate,
                                 boolean active,
                                 int type)
                          throws SystemException
Specified by:
removeByU_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

removeByAEI_AID_AD_A_T

public void removeByAEI_AID_AD_A_T(long assetEntryId,
                                   String actionId,
                                   int actionDate,
                                   boolean active,
                                   int type)
                            throws SystemException
Specified by:
removeByAEI_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

removeByU_AEI_AID_AD_A_T

public void removeByU_AEI_AID_AD_A_T(long userId,
                                     long assetEntryId,
                                     String actionId,
                                     int actionDate,
                                     boolean active,
                                     int type)
                              throws NoSuchEquityLogException,
                                     SystemException
Specified by:
removeByU_AEI_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
NoSuchEquityLogException
SystemException

removeAll

public void removeAll()
               throws SystemException
Specified by:
removeAll in interface SocialEquityLogPersistence
Throws:
SystemException

countByAEI_T_A

public int countByAEI_T_A(long assetEntryId,
                          int type,
                          boolean active)
                   throws SystemException
Specified by:
countByAEI_T_A in interface SocialEquityLogPersistence
Throws:
SystemException

countByU_AID_A_T

public int countByU_AID_A_T(long userId,
                            String actionId,
                            boolean active,
                            int type)
                     throws SystemException
Specified by:
countByU_AID_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

countByAEI_AID_A_T

public int countByAEI_AID_A_T(long assetEntryId,
                              String actionId,
                              boolean active,
                              int type)
                       throws SystemException
Specified by:
countByAEI_AID_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

countByU_AID_AD_A_T

public int countByU_AID_AD_A_T(long userId,
                               String actionId,
                               int actionDate,
                               boolean active,
                               int type)
                        throws SystemException
Specified by:
countByU_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

countByAEI_AID_AD_A_T

public int countByAEI_AID_AD_A_T(long assetEntryId,
                                 String actionId,
                                 int actionDate,
                                 boolean active,
                                 int type)
                          throws SystemException
Specified by:
countByAEI_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

countByU_AEI_AID_AD_A_T

public int countByU_AEI_AID_AD_A_T(long userId,
                                   long assetEntryId,
                                   String actionId,
                                   int actionDate,
                                   boolean active,
                                   int type)
                            throws SystemException
Specified by:
countByU_AEI_AID_AD_A_T in interface SocialEquityLogPersistence
Throws:
SystemException

countAll

public int countAll()
             throws SystemException
Specified by:
countAll in interface SocialEquityLogPersistence
Throws:
SystemException

afterPropertiesSet

public void afterPropertiesSet()

Liferay 6.0.3