Liferay 6.0.5

com.liferay.portlet.social.service.persistence
Interface SocialEquityLogPersistence

All Superinterfaces:
BasePersistence<SocialEquityLog>
All Known Implementing Classes:
SocialEquityLogPersistenceImpl

public interface SocialEquityLogPersistence
extends BasePersistence<SocialEquityLog>

The persistence interface for the social equity log service.

Never modify or reference this interface directly. Always use SocialEquityLogUtil to access the social equity log persistence. Modify service.xml and rerun ServiceBuilder to regenerate this interface.

Caching information and settings can be found in portal.properties

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

Method Summary
 void cacheResult(List<SocialEquityLog> socialEquityLogs)
          Caches the social equity logs in the entity cache if it is enabled.
 void cacheResult(SocialEquityLog socialEquityLog)
          Caches the social equity log in the entity cache if it is enabled.
 int countAll()
          Counts all the social equity logs.
 int countByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type)
          Counts all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?.
 int countByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type)
          Counts all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 int countByAEI_T_A(long assetEntryId, int type, boolean active)
          Counts all the social equity logs where assetEntryId = ? and type = ? and active = ?.
 int countByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type)
          Counts all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 int countByU_AID_A_T(long userId, String actionId, boolean active, int type)
          Counts all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?.
 int countByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type)
          Counts all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 SocialEquityLog create(long equityLogId)
          Creates a new social equity log with the primary key.
 SocialEquityLog fetchByPrimaryKey(long equityLogId)
          Finds the social equity log with the primary key or returns 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)
          Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? or returns 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, boolean retrieveFromCache)
          Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
 List<SocialEquityLog> findAll()
          Finds all the social equity logs.
 List<SocialEquityLog> findAll(int start, int end)
          Finds a range of all the social equity logs.
 List<SocialEquityLog> findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social equity logs.
 SocialEquityLog findByAEI_AID_A_T_First(long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
          Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?.
 SocialEquityLog findByAEI_AID_A_T_Last(long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
          Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?.
 SocialEquityLog[] findByAEI_AID_A_T_PrevAndNext(long equityLogId, long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
          Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?.
 List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type)
          Finds all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?.
 List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type, int start, int end)
          Finds a range of all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?.
 List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?.
 SocialEquityLog findByAEI_AID_AD_A_T_First(long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
          Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 SocialEquityLog findByAEI_AID_AD_A_T_Last(long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
          Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 SocialEquityLog[] findByAEI_AID_AD_A_T_PrevAndNext(long equityLogId, long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
          Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type)
          Finds all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type, int start, int end)
          Finds a range of all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 SocialEquityLog findByAEI_T_A_First(long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
          Finds the first social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?.
 SocialEquityLog findByAEI_T_A_Last(long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
          Finds the last social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?.
 SocialEquityLog[] findByAEI_T_A_PrevAndNext(long equityLogId, long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
          Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?.
 List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active)
          Finds all the social equity logs where assetEntryId = ? and type = ? and active = ?.
 List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active, int start, int end)
          Finds a range of all the social equity logs where assetEntryId = ? and type = ? and active = ?.
 List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social equity logs where assetEntryId = ? and type = ? and active = ?.
 SocialEquityLog findByPrimaryKey(long equityLogId)
          Finds the social equity log with the primary key or throws a NoSuchEquityLogException 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)
          Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? or throws a NoSuchEquityLogException if it could not be found.
 SocialEquityLog findByU_AID_A_T_First(long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
          Finds the first social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?.
 SocialEquityLog findByU_AID_A_T_Last(long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
          Finds the last social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?.
 SocialEquityLog[] findByU_AID_A_T_PrevAndNext(long equityLogId, long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
          Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?.
 List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type)
          Finds all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?.
 List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type, int start, int end)
          Finds a range of all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?.
 List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?.
 SocialEquityLog findByU_AID_AD_A_T_First(long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
          Finds the first social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 SocialEquityLog findByU_AID_AD_A_T_Last(long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
          Finds the last social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 SocialEquityLog[] findByU_AID_AD_A_T_PrevAndNext(long equityLogId, long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
          Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type)
          Finds all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type, int start, int end)
          Finds a range of all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.
 SocialEquityLog remove(long equityLogId)
          Removes the social equity log with the primary key from the database.
 void removeAll()
          Removes all the social equity logs from the database.
 void removeByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type)
          Removes all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ? from the database.
 void removeByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type)
          Removes all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? from the database.
 void removeByAEI_T_A(long assetEntryId, int type, boolean active)
          Removes all the social equity logs where assetEntryId = ? and type = ? and active = ? from the database.
 void removeByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type)
          Removes the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? from the database.
 void removeByU_AID_A_T(long userId, String actionId, boolean active, int type)
          Removes all the social equity logs where userId = ? and actionId = ? and active = ? and type = ? from the database.
 void removeByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type)
          Removes all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? from the database.
 SocialEquityLog updateImpl(SocialEquityLog socialEquityLog, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update
 

Method Detail

cacheResult

void cacheResult(SocialEquityLog socialEquityLog)
Caches the social equity log in the entity cache if it is enabled.

Parameters:
socialEquityLog - the social equity log to cache

cacheResult

void cacheResult(List<SocialEquityLog> socialEquityLogs)
Caches the social equity logs in the entity cache if it is enabled.

Parameters:
socialEquityLogs - the social equity logs to cache

create

SocialEquityLog create(long equityLogId)
Creates a new social equity log with the primary key. Does not add the social equity log to the database.

Parameters:
equityLogId - the primary key for the new social equity log
Returns:
the new social equity log

remove

SocialEquityLog remove(long equityLogId)
                       throws SystemException,
                              NoSuchEquityLogException
Removes the social equity log with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
equityLogId - the primary key of the social equity log to remove
Returns:
the social equity log that was removed
Throws:
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

SocialEquityLog updateImpl(SocialEquityLog socialEquityLog,
                           boolean merge)
                           throws SystemException
Throws:
SystemException

findByPrimaryKey

SocialEquityLog findByPrimaryKey(long equityLogId)
                                 throws SystemException,
                                        NoSuchEquityLogException
Finds the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found.

Parameters:
equityLogId - the primary key of the social equity log to find
Returns:
the social equity log
Throws:
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

SocialEquityLog fetchByPrimaryKey(long equityLogId)
                                  throws SystemException
Finds the social equity log with the primary key or returns null if it could not be found.

Parameters:
equityLogId - the primary key of the social equity log to find
Returns:
the social equity log, or null if a social equity log with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findByAEI_T_A

List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
                                    int type,
                                    boolean active)
                                    throws SystemException
Finds all the social equity logs where assetEntryId = ? and type = ? and active = ?.

Parameters:
assetEntryId - the asset entry id to search with
type - the type to search with
active - the active to search with
Returns:
the matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_T_A

List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
                                    int type,
                                    boolean active,
                                    int start,
                                    int end)
                                    throws SystemException
Finds a range of all the social equity logs where assetEntryId = ? and type = ? and active = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
type - the type to search with
active - the active to search with
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
Returns:
the range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_T_A

List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
                                    int type,
                                    boolean active,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Finds an ordered range of all the social equity logs where assetEntryId = ? and type = ? and active = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
type - the type to search with
active - the active to search with
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_T_A_First

SocialEquityLog findByAEI_T_A_First(long assetEntryId,
                                    int type,
                                    boolean active,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchEquityLogException
Finds the first social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
type - the type to search with
active - the active to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching social equity log
Throws:
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred

findByAEI_T_A_Last

SocialEquityLog findByAEI_T_A_Last(long assetEntryId,
                                   int type,
                                   boolean active,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchEquityLogException
Finds the last social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
type - the type to search with
active - the active to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching social equity log
Throws:
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred

findByAEI_T_A_PrevAndNext

SocialEquityLog[] findByAEI_T_A_PrevAndNext(long equityLogId,
                                            long assetEntryId,
                                            int type,
                                            boolean active,
                                            OrderByComparator orderByComparator)
                                            throws SystemException,
                                                   NoSuchEquityLogException
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
equityLogId - the primary key of the current social equity log
assetEntryId - the asset entry id to search with
type - the type to search with
active - the active to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next social equity log
Throws:
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred

findByU_AID_A_T

List<SocialEquityLog> findByU_AID_A_T(long userId,
                                      String actionId,
                                      boolean active,
                                      int type)
                                      throws SystemException
Finds all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?.

Parameters:
userId - the user id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
Returns:
the matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AID_A_T

List<SocialEquityLog> findByU_AID_A_T(long userId,
                                      String actionId,
                                      boolean active,
                                      int type,
                                      int start,
                                      int end)
                                      throws SystemException
Finds a range of all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
userId - the user id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
Returns:
the range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AID_A_T

List<SocialEquityLog> findByU_AID_A_T(long userId,
                                      String actionId,
                                      boolean active,
                                      int type,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Finds an ordered range of all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
userId - the user id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AID_A_T_First

SocialEquityLog findByU_AID_A_T_First(long userId,
                                      String actionId,
                                      boolean active,
                                      int type,
                                      OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchEquityLogException
Finds the first social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
userId - the user id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching social equity log
Throws:
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred

findByU_AID_A_T_Last

SocialEquityLog findByU_AID_A_T_Last(long userId,
                                     String actionId,
                                     boolean active,
                                     int type,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchEquityLogException
Finds the last social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
userId - the user id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching social equity log
Throws:
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred

findByU_AID_A_T_PrevAndNext

SocialEquityLog[] findByU_AID_A_T_PrevAndNext(long equityLogId,
                                              long userId,
                                              String actionId,
                                              boolean active,
                                              int type,
                                              OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchEquityLogException
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
equityLogId - the primary key of the current social equity log
userId - the user id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next social equity log
Throws:
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred

findByAEI_AID_A_T

List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId,
                                        String actionId,
                                        boolean active,
                                        int type)
                                        throws SystemException
Finds all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
Returns:
the matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_A_T

List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId,
                                        String actionId,
                                        boolean active,
                                        int type,
                                        int start,
                                        int end)
                                        throws SystemException
Finds a range of all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
Returns:
the range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_A_T

List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId,
                                        String actionId,
                                        boolean active,
                                        int type,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                        throws SystemException
Finds an ordered range of all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_A_T_First

SocialEquityLog findByAEI_AID_A_T_First(long assetEntryId,
                                        String actionId,
                                        boolean active,
                                        int type,
                                        OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchEquityLogException
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching social equity log
Throws:
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred

findByAEI_AID_A_T_Last

SocialEquityLog findByAEI_AID_A_T_Last(long assetEntryId,
                                       String actionId,
                                       boolean active,
                                       int type,
                                       OrderByComparator orderByComparator)
                                       throws SystemException,
                                              NoSuchEquityLogException
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching social equity log
Throws:
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred

findByAEI_AID_A_T_PrevAndNext

SocialEquityLog[] findByAEI_AID_A_T_PrevAndNext(long equityLogId,
                                                long assetEntryId,
                                                String actionId,
                                                boolean active,
                                                int type,
                                                OrderByComparator orderByComparator)
                                                throws SystemException,
                                                       NoSuchEquityLogException
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
equityLogId - the primary key of the current social equity log
assetEntryId - the asset entry id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next social equity log
Throws:
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred

findByU_AID_AD_A_T

List<SocialEquityLog> findByU_AID_AD_A_T(long userId,
                                         String actionId,
                                         int actionDate,
                                         boolean active,
                                         int type)
                                         throws SystemException
Finds all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Parameters:
userId - the user id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
Returns:
the matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AID_AD_A_T

List<SocialEquityLog> findByU_AID_AD_A_T(long userId,
                                         String actionId,
                                         int actionDate,
                                         boolean active,
                                         int type,
                                         int start,
                                         int end)
                                         throws SystemException
Finds a range of all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
userId - the user id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
Returns:
the range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AID_AD_A_T

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
Finds an ordered range of all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
userId - the user id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AID_AD_A_T_First

SocialEquityLog findByU_AID_AD_A_T_First(long userId,
                                         String actionId,
                                         int actionDate,
                                         boolean active,
                                         int type,
                                         OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchEquityLogException
Finds the first social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
userId - the user id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching social equity log
Throws:
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred

findByU_AID_AD_A_T_Last

SocialEquityLog findByU_AID_AD_A_T_Last(long userId,
                                        String actionId,
                                        int actionDate,
                                        boolean active,
                                        int type,
                                        OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchEquityLogException
Finds the last social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
userId - the user id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching social equity log
Throws:
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred

findByU_AID_AD_A_T_PrevAndNext

SocialEquityLog[] findByU_AID_AD_A_T_PrevAndNext(long equityLogId,
                                                 long userId,
                                                 String actionId,
                                                 int actionDate,
                                                 boolean active,
                                                 int type,
                                                 OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchEquityLogException
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
equityLogId - the primary key of the current social equity log
userId - the user id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next social equity log
Throws:
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred

findByAEI_AID_AD_A_T

List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId,
                                           String actionId,
                                           int actionDate,
                                           boolean active,
                                           int type)
                                           throws SystemException
Finds all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
Returns:
the matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_AD_A_T

List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId,
                                           String actionId,
                                           int actionDate,
                                           boolean active,
                                           int type,
                                           int start,
                                           int end)
                                           throws SystemException
Finds a range of all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
Returns:
the range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_AD_A_T

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
Finds an ordered range of all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_AD_A_T_First

SocialEquityLog findByAEI_AID_AD_A_T_First(long assetEntryId,
                                           String actionId,
                                           int actionDate,
                                           boolean active,
                                           int type,
                                           OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchEquityLogException
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching social equity log
Throws:
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred

findByAEI_AID_AD_A_T_Last

SocialEquityLog findByAEI_AID_AD_A_T_Last(long assetEntryId,
                                          String actionId,
                                          int actionDate,
                                          boolean active,
                                          int type,
                                          OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchEquityLogException
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching social equity log
Throws:
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred

findByAEI_AID_AD_A_T_PrevAndNext

SocialEquityLog[] findByAEI_AID_AD_A_T_PrevAndNext(long equityLogId,
                                                   long assetEntryId,
                                                   String actionId,
                                                   int actionDate,
                                                   boolean active,
                                                   int type,
                                                   OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          NoSuchEquityLogException
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
equityLogId - the primary key of the current social equity log
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next social equity log
Throws:
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred

findByU_AEI_AID_AD_A_T

SocialEquityLog findByU_AEI_AID_AD_A_T(long userId,
                                       long assetEntryId,
                                       String actionId,
                                       int actionDate,
                                       boolean active,
                                       int type)
                                       throws SystemException,
                                              NoSuchEquityLogException
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? or throws a NoSuchEquityLogException if it could not be found.

Parameters:
userId - the user id to search with
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
Returns:
the matching social equity log
Throws:
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred

fetchByU_AEI_AID_AD_A_T

SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId,
                                        long assetEntryId,
                                        String actionId,
                                        int actionDate,
                                        boolean active,
                                        int type)
                                        throws SystemException
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
userId - the user id to search with
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
Returns:
the matching social equity log, or null if a matching social equity log could not be found
Throws:
SystemException - if a system exception occurred

fetchByU_AEI_AID_AD_A_T

SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId,
                                        long assetEntryId,
                                        String actionId,
                                        int actionDate,
                                        boolean active,
                                        int type,
                                        boolean retrieveFromCache)
                                        throws SystemException
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
userId - the user id to search with
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
Returns:
the matching social equity log, or null if a matching social equity log could not be found
Throws:
SystemException - if a system exception occurred

findAll

List<SocialEquityLog> findAll()
                              throws SystemException
Finds all the social equity logs.

Returns:
the social equity logs
Throws:
SystemException - if a system exception occurred

findAll

List<SocialEquityLog> findAll(int start,
                              int end)
                              throws SystemException
Finds a range of all the social equity logs.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
Returns:
the range of social equity logs
Throws:
SystemException - if a system exception occurred

findAll

List<SocialEquityLog> findAll(int start,
                              int end,
                              OrderByComparator orderByComparator)
                              throws SystemException
Finds an ordered range of all the social equity logs.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of social equity logs to return
end - the upper bound of the range of social equity logs to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of social equity logs
Throws:
SystemException - if a system exception occurred

removeByAEI_T_A

void removeByAEI_T_A(long assetEntryId,
                     int type,
                     boolean active)
                     throws SystemException
Removes all the social equity logs where assetEntryId = ? and type = ? and active = ? from the database.

Parameters:
assetEntryId - the asset entry id to search with
type - the type to search with
active - the active to search with
Throws:
SystemException - if a system exception occurred

removeByU_AID_A_T

void removeByU_AID_A_T(long userId,
                       String actionId,
                       boolean active,
                       int type)
                       throws SystemException
Removes all the social equity logs where userId = ? and actionId = ? and active = ? and type = ? from the database.

Parameters:
userId - the user id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
Throws:
SystemException - if a system exception occurred

removeByAEI_AID_A_T

void removeByAEI_AID_A_T(long assetEntryId,
                         String actionId,
                         boolean active,
                         int type)
                         throws SystemException
Removes all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ? from the database.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
Throws:
SystemException - if a system exception occurred

removeByU_AID_AD_A_T

void removeByU_AID_AD_A_T(long userId,
                          String actionId,
                          int actionDate,
                          boolean active,
                          int type)
                          throws SystemException
Removes all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? from the database.

Parameters:
userId - the user id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
Throws:
SystemException - if a system exception occurred

removeByAEI_AID_AD_A_T

void removeByAEI_AID_AD_A_T(long assetEntryId,
                            String actionId,
                            int actionDate,
                            boolean active,
                            int type)
                            throws SystemException
Removes all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? from the database.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
Throws:
SystemException - if a system exception occurred

removeByU_AEI_AID_AD_A_T

void removeByU_AEI_AID_AD_A_T(long userId,
                              long assetEntryId,
                              String actionId,
                              int actionDate,
                              boolean active,
                              int type)
                              throws SystemException,
                                     NoSuchEquityLogException
Removes the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? from the database.

Parameters:
userId - the user id to search with
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
Throws:
SystemException - if a system exception occurred
NoSuchEquityLogException

removeAll

void removeAll()
               throws SystemException
Removes all the social equity logs from the database.

Throws:
SystemException - if a system exception occurred

countByAEI_T_A

int countByAEI_T_A(long assetEntryId,
                   int type,
                   boolean active)
                   throws SystemException
Counts all the social equity logs where assetEntryId = ? and type = ? and active = ?.

Parameters:
assetEntryId - the asset entry id to search with
type - the type to search with
active - the active to search with
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countByU_AID_A_T

int countByU_AID_A_T(long userId,
                     String actionId,
                     boolean active,
                     int type)
                     throws SystemException
Counts all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?.

Parameters:
userId - the user id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countByAEI_AID_A_T

int countByAEI_AID_A_T(long assetEntryId,
                       String actionId,
                       boolean active,
                       int type)
                       throws SystemException
Counts all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
active - the active to search with
type - the type to search with
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countByU_AID_AD_A_T

int countByU_AID_AD_A_T(long userId,
                        String actionId,
                        int actionDate,
                        boolean active,
                        int type)
                        throws SystemException
Counts all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Parameters:
userId - the user id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countByAEI_AID_AD_A_T

int countByAEI_AID_AD_A_T(long assetEntryId,
                          String actionId,
                          int actionDate,
                          boolean active,
                          int type)
                          throws SystemException
Counts all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Parameters:
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countByU_AEI_AID_AD_A_T

int countByU_AEI_AID_AD_A_T(long userId,
                            long assetEntryId,
                            String actionId,
                            int actionDate,
                            boolean active,
                            int type)
                            throws SystemException
Counts all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?.

Parameters:
userId - the user id to search with
assetEntryId - the asset entry id to search with
actionId - the action id to search with
actionDate - the action date to search with
active - the active to search with
type - the type to search with
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countAll

int countAll()
             throws SystemException
Counts all the social equity logs.

Returns:
the number of social equity logs
Throws:
SystemException - if a system exception occurred

Liferay 6.0.5