Liferay 6.1.0

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

java.lang.Object
  extended by com.liferay.portlet.social.service.persistence.SocialEquityLogUtil

public class SocialEquityLogUtil
extends Object

The persistence utility for the social equity log service. This utility wraps SocialEquityLogPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
SocialEquityLogPersistence, SocialEquityLogPersistenceImpl

Constructor Summary
SocialEquityLogUtil()
           
 
Method Summary
static void cacheResult(List<SocialEquityLog> socialEquityLogs)
          Caches the social equity logs in the entity cache if it is enabled.
static void cacheResult(SocialEquityLog socialEquityLog)
          Caches the social equity log in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(SocialEquityLog socialEquityLog)
           
static int countAll()
          Returns the number of social equity logs.
static int countByAEI_AID_A_E(long assetEntryId, String actionId, boolean active, String extraData)
          Returns the number of social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static int countByAEI_AID_AD_A_T_E(long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData)
          Returns the number of social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static int countByAEI_T_A(long assetEntryId, int type, boolean active)
          Returns the number of social equity logs where assetEntryId = ? and type = ? and active = ?.
static int countByU_AEI_AID_A_E(long userId, long assetEntryId, String actionId, boolean active, String extraData)
          Returns the number of social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static int countByU_AEI_AID_AD_A_T_E(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData)
          Returns the number of social equity logs where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static int countByU_AID_AD_A_T_E(long userId, String actionId, int actionDate, boolean active, int type, String extraData)
          Returns the number of social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static int countByUserId(long userId)
          Returns the number of social equity logs where userId = ?.
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static SocialEquityLog create(long equityLogId)
          Creates a new social equity log with the primary key.
static SocialEquityLog fetchByPrimaryKey(long equityLogId)
          Returns the social equity log with the primary key or returns null if it could not be found.
static SocialEquityLog fetchByU_AEI_AID_AD_A_T_E(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData)
          Returns the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? or returns null if it could not be found.
static SocialEquityLog fetchByU_AEI_AID_AD_A_T_E(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, boolean retrieveFromCache)
          Returns the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? or returns null if it could not be found, optionally using the finder cache.
static List<SocialEquityLog> findAll()
          Returns all the social equity logs.
static List<SocialEquityLog> findAll(int start, int end)
          Returns a range of all the social equity logs.
static List<SocialEquityLog> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social equity logs.
static SocialEquityLog findByAEI_AID_A_E_First(long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog findByAEI_AID_A_E_Last(long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog[] findByAEI_AID_A_E_PrevAndNext(long equityLogId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static List<SocialEquityLog> findByAEI_AID_A_E(long assetEntryId, String actionId, boolean active, String extraData)
          Returns all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static List<SocialEquityLog> findByAEI_AID_A_E(long assetEntryId, String actionId, boolean active, String extraData, int start, int end)
          Returns a range of all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static List<SocialEquityLog> findByAEI_AID_A_E(long assetEntryId, String actionId, boolean active, String extraData, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog findByAEI_AID_AD_A_T_E_First(long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static SocialEquityLog findByAEI_AID_AD_A_T_E_Last(long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static SocialEquityLog[] findByAEI_AID_AD_A_T_E_PrevAndNext(long equityLogId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns 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 = ? and extraData = ?.
static List<SocialEquityLog> findByAEI_AID_AD_A_T_E(long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData)
          Returns all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static List<SocialEquityLog> findByAEI_AID_AD_A_T_E(long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, int start, int end)
          Returns a range of all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static List<SocialEquityLog> findByAEI_AID_AD_A_T_E(long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static SocialEquityLog findByAEI_T_A_First(long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?.
static SocialEquityLog findByAEI_T_A_Last(long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?.
static SocialEquityLog[] findByAEI_T_A_PrevAndNext(long equityLogId, long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
          Returns the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?.
static List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active)
          Returns all the social equity logs where assetEntryId = ? and type = ? and active = ?.
static List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active, int start, int end)
          Returns a range of all the social equity logs where assetEntryId = ? and type = ? and active = ?.
static List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social equity logs where assetEntryId = ? and type = ? and active = ?.
static SocialEquityLog findByPrimaryKey(long equityLogId)
          Returns the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found.
static SocialEquityLog findByU_AEI_AID_A_E_First(long userId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog findByU_AEI_AID_A_E_Last(long userId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog[] findByU_AEI_AID_A_E_PrevAndNext(long equityLogId, long userId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the social equity logs before and after the current social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static List<SocialEquityLog> findByU_AEI_AID_A_E(long userId, long assetEntryId, String actionId, boolean active, String extraData)
          Returns all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static List<SocialEquityLog> findByU_AEI_AID_A_E(long userId, long assetEntryId, String actionId, boolean active, String extraData, int start, int end)
          Returns a range of all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static List<SocialEquityLog> findByU_AEI_AID_A_E(long userId, long assetEntryId, String actionId, boolean active, String extraData, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog findByU_AEI_AID_AD_A_T_E(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData)
          Returns the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? or throws a NoSuchEquityLogException if it could not be found.
static SocialEquityLog findByU_AID_AD_A_T_E_First(long userId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static SocialEquityLog findByU_AID_AD_A_T_E_Last(long userId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static SocialEquityLog[] findByU_AID_AD_A_T_E_PrevAndNext(long equityLogId, long userId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns 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 = ? and extraData = ?.
static List<SocialEquityLog> findByU_AID_AD_A_T_E(long userId, String actionId, int actionDate, boolean active, int type, String extraData)
          Returns all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static List<SocialEquityLog> findByU_AID_AD_A_T_E(long userId, String actionId, int actionDate, boolean active, int type, String extraData, int start, int end)
          Returns a range of all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static List<SocialEquityLog> findByU_AID_AD_A_T_E(long userId, String actionId, int actionDate, boolean active, int type, String extraData, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static SocialEquityLog findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where userId = ?.
static SocialEquityLog findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where userId = ?.
static SocialEquityLog[] findByUserId_PrevAndNext(long equityLogId, long userId, OrderByComparator orderByComparator)
          Returns the social equity logs before and after the current social equity log in the ordered set where userId = ?.
static List<SocialEquityLog> findByUserId(long userId)
          Returns all the social equity logs where userId = ?.
static List<SocialEquityLog> findByUserId(long userId, int start, int end)
          Returns a range of all the social equity logs where userId = ?.
static List<SocialEquityLog> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social equity logs where userId = ?.
static List<SocialEquityLog> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SocialEquityLog> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SocialEquityLog> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static SocialEquityLogPersistence getPersistence()
           
static SocialEquityLog remove(long equityLogId)
          Removes the social equity log with the primary key from the database.
static SocialEquityLog remove(SocialEquityLog socialEquityLog)
           
static void removeAll()
          Removes all the social equity logs from the database.
static void removeByAEI_AID_A_E(long assetEntryId, String actionId, boolean active, String extraData)
          Removes all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ? from the database.
static void removeByAEI_AID_AD_A_T_E(long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData)
          Removes all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? from the database.
static 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.
static void removeByU_AEI_AID_A_E(long userId, long assetEntryId, String actionId, boolean active, String extraData)
          Removes all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ? from the database.
static void removeByU_AEI_AID_AD_A_T_E(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData)
          Removes the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? from the database.
static void removeByU_AID_AD_A_T_E(long userId, String actionId, int actionDate, boolean active, int type, String extraData)
          Removes all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? from the database.
static void removeByUserId(long userId)
          Removes all the social equity logs where userId = ? from the database.
 void setPersistence(SocialEquityLogPersistence persistence)
           
static SocialEquityLog update(SocialEquityLog socialEquityLog, boolean merge)
           
static SocialEquityLog update(SocialEquityLog socialEquityLog, boolean merge, ServiceContext serviceContext)
           
static SocialEquityLog updateImpl(SocialEquityLog socialEquityLog, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialEquityLogUtil

public SocialEquityLogUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(SocialEquityLog socialEquityLog)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public long countWithDynamicQuery(DynamicQuery dynamicQuery)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<SocialEquityLog> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<SocialEquityLog> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                         int start,
                                                         int end)
                                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<SocialEquityLog> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                         int start,
                                                         int end,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

remove

public static SocialEquityLog remove(SocialEquityLog socialEquityLog)
                              throws SystemException
Throws:
SystemException
See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)

update

public static SocialEquityLog update(SocialEquityLog socialEquityLog,
                                     boolean merge)
                              throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

update

public static SocialEquityLog update(SocialEquityLog socialEquityLog,
                                     boolean merge,
                                     ServiceContext serviceContext)
                              throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)

cacheResult

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

Parameters:
socialEquityLog - the social equity log

cacheResult

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

Parameters:
socialEquityLogs - the social equity logs

create

public static 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

public static 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
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

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

findByPrimaryKey

public static SocialEquityLog findByPrimaryKey(long equityLogId)
                                        throws SystemException,
                                               NoSuchEquityLogException
Returns 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
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

public static SocialEquityLog fetchByPrimaryKey(long equityLogId)
                                         throws SystemException
Returns 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
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

findByUserId

public static List<SocialEquityLog> findByUserId(long userId)
                                          throws SystemException
Returns all the social equity logs where userId = ?.

Parameters:
userId - the user ID
Returns:
the matching social equity logs
Throws:
SystemException - if a system exception occurred

findByUserId

public static List<SocialEquityLog> findByUserId(long userId,
                                                 int start,
                                                 int end)
                                          throws SystemException
Returns a range of all the social equity logs where userId = ?.

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
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
Returns:
the range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByUserId

public static List<SocialEquityLog> findByUserId(long userId,
                                                 int start,
                                                 int end,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException
Returns an ordered range of all the social equity logs where userId = ?.

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
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByUserId_First

public static SocialEquityLog findByUserId_First(long userId,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchEquityLogException
Returns the first social equity log in the ordered set where userId = ?.

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
orderByComparator - the comparator to order the set by (optionally null)
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

findByUserId_Last

public static SocialEquityLog findByUserId_Last(long userId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchEquityLogException
Returns the last social equity log in the ordered set where userId = ?.

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
orderByComparator - the comparator to order the set by (optionally null)
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

findByUserId_PrevAndNext

public static SocialEquityLog[] findByUserId_PrevAndNext(long equityLogId,
                                                         long userId,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException,
                                                         NoSuchEquityLogException
Returns the social equity logs before and after the current social equity log in the ordered set where userId = ?.

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
orderByComparator - the comparator to order the set by (optionally null)
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_T_A

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

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

findByAEI_T_A

public static List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
                                                  int type,
                                                  boolean active,
                                                  int start,
                                                  int end)
                                           throws SystemException
Returns 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
type - the type
active - the active
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
Returns:
the range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_T_A

public static List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
                                                  int type,
                                                  boolean active,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Returns 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
type - the type
active - the active
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_T_A_First

public static SocialEquityLog findByAEI_T_A_First(long assetEntryId,
                                                  int type,
                                                  boolean active,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchEquityLogException
Returns 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
type - the type
active - the active
orderByComparator - the comparator to order the set by (optionally null)
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

public static SocialEquityLog findByAEI_T_A_Last(long assetEntryId,
                                                 int type,
                                                 boolean active,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchEquityLogException
Returns 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
type - the type
active - the active
orderByComparator - the comparator to order the set by (optionally null)
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

public static SocialEquityLog[] findByAEI_T_A_PrevAndNext(long equityLogId,
                                                          long assetEntryId,
                                                          int type,
                                                          boolean active,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          NoSuchEquityLogException
Returns 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
type - the type
active - the active
orderByComparator - the comparator to order the set by (optionally null)
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_E

public static List<SocialEquityLog> findByAEI_AID_A_E(long assetEntryId,
                                                      String actionId,
                                                      boolean active,
                                                      String extraData)
                                               throws SystemException
Returns all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

Parameters:
assetEntryId - the asset entry ID
actionId - the action ID
active - the active
extraData - the extra data
Returns:
the matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_A_E

public static List<SocialEquityLog> findByAEI_AID_A_E(long assetEntryId,
                                                      String actionId,
                                                      boolean active,
                                                      String extraData,
                                                      int start,
                                                      int end)
                                               throws SystemException
Returns a range of all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

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
actionId - the action ID
active - the active
extraData - the extra data
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
Returns:
the range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_A_E

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

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
actionId - the action ID
active - the active
extraData - the extra data
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_A_E_First

public static SocialEquityLog findByAEI_AID_A_E_First(long assetEntryId,
                                                      String actionId,
                                                      boolean active,
                                                      String extraData,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException,
                                                      NoSuchEquityLogException
Returns the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

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
actionId - the action ID
active - the active
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_E_Last

public static SocialEquityLog findByAEI_AID_A_E_Last(long assetEntryId,
                                                     String actionId,
                                                     boolean active,
                                                     String extraData,
                                                     OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchEquityLogException
Returns the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

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
actionId - the action ID
active - the active
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_E_PrevAndNext

public static SocialEquityLog[] findByAEI_AID_A_E_PrevAndNext(long equityLogId,
                                                              long assetEntryId,
                                                              String actionId,
                                                              boolean active,
                                                              String extraData,
                                                              OrderByComparator orderByComparator)
                                                       throws SystemException,
                                                              NoSuchEquityLogException
Returns the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

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
actionId - the action ID
active - the active
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_A_E

public static List<SocialEquityLog> findByU_AEI_AID_A_E(long userId,
                                                        long assetEntryId,
                                                        String actionId,
                                                        boolean active,
                                                        String extraData)
                                                 throws SystemException
Returns all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

Parameters:
userId - the user ID
assetEntryId - the asset entry ID
actionId - the action ID
active - the active
extraData - the extra data
Returns:
the matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AEI_AID_A_E

public static List<SocialEquityLog> findByU_AEI_AID_A_E(long userId,
                                                        long assetEntryId,
                                                        String actionId,
                                                        boolean active,
                                                        String extraData,
                                                        int start,
                                                        int end)
                                                 throws SystemException
Returns a range of all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

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
assetEntryId - the asset entry ID
actionId - the action ID
active - the active
extraData - the extra data
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
Returns:
the range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AEI_AID_A_E

public static List<SocialEquityLog> findByU_AEI_AID_A_E(long userId,
                                                        long assetEntryId,
                                                        String actionId,
                                                        boolean active,
                                                        String extraData,
                                                        int start,
                                                        int end,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException
Returns an ordered range of all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

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
assetEntryId - the asset entry ID
actionId - the action ID
active - the active
extraData - the extra data
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AEI_AID_A_E_First

public static SocialEquityLog findByU_AEI_AID_A_E_First(long userId,
                                                        long assetEntryId,
                                                        String actionId,
                                                        boolean active,
                                                        String extraData,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchEquityLogException
Returns the first social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

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
assetEntryId - the asset entry ID
actionId - the action ID
active - the active
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_AEI_AID_A_E_Last

public static SocialEquityLog findByU_AEI_AID_A_E_Last(long userId,
                                                       long assetEntryId,
                                                       String actionId,
                                                       boolean active,
                                                       String extraData,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException,
                                                       NoSuchEquityLogException
Returns the last social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

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
assetEntryId - the asset entry ID
actionId - the action ID
active - the active
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_AEI_AID_A_E_PrevAndNext

public static SocialEquityLog[] findByU_AEI_AID_A_E_PrevAndNext(long equityLogId,
                                                                long userId,
                                                                long assetEntryId,
                                                                String actionId,
                                                                boolean active,
                                                                String extraData,
                                                                OrderByComparator orderByComparator)
                                                         throws SystemException,
                                                                NoSuchEquityLogException
Returns the social equity logs before and after the current social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

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
assetEntryId - the asset entry ID
actionId - the action ID
active - the active
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_E

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

Parameters:
userId - the user ID
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
Returns:
the matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AID_AD_A_T_E

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

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
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
Returns:
the range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AID_AD_A_T_E

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

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
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByU_AID_AD_A_T_E_First

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

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
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_E_Last

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

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
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_E_PrevAndNext

public static SocialEquityLog[] findByU_AID_AD_A_T_E_PrevAndNext(long equityLogId,
                                                                 long userId,
                                                                 String actionId,
                                                                 int actionDate,
                                                                 boolean active,
                                                                 int type,
                                                                 String extraData,
                                                                 OrderByComparator orderByComparator)
                                                          throws SystemException,
                                                                 NoSuchEquityLogException
Returns 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 = ? and extraData = ?.

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
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_E

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

Parameters:
assetEntryId - the asset entry ID
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
Returns:
the matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_AD_A_T_E

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

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
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
Returns:
the range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_AD_A_T_E

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

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
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
start - the lower bound of the range of social equity logs
end - the upper bound of the range of social equity logs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social equity logs
Throws:
SystemException - if a system exception occurred

findByAEI_AID_AD_A_T_E_First

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

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
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_E_Last

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

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
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_E_PrevAndNext

public static SocialEquityLog[] findByAEI_AID_AD_A_T_E_PrevAndNext(long equityLogId,
                                                                   long assetEntryId,
                                                                   String actionId,
                                                                   int actionDate,
                                                                   boolean active,
                                                                   int type,
                                                                   String extraData,
                                                                   OrderByComparator orderByComparator)
                                                            throws SystemException,
                                                                   NoSuchEquityLogException
Returns 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 = ? and extraData = ?.

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
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
orderByComparator - the comparator to order the set by (optionally null)
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_E

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

Parameters:
userId - the user ID
assetEntryId - the asset entry ID
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
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_E

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

Parameters:
userId - the user ID
assetEntryId - the asset entry ID
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
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_E

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

Parameters:
userId - the user ID
assetEntryId - the asset entry ID
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
retrieveFromCache - whether to use the finder cache
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

public static List<SocialEquityLog> findAll()
                                     throws SystemException
Returns all the social equity logs.

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

findAll

public static List<SocialEquityLog> findAll(int start,
                                            int end)
                                     throws SystemException
Returns 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
end - the upper bound of the range of social equity logs (not inclusive)
Returns:
the range of social equity logs
Throws:
SystemException - if a system exception occurred

findAll

public static List<SocialEquityLog> findAll(int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns 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
end - the upper bound of the range of social equity logs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of social equity logs
Throws:
SystemException - if a system exception occurred

removeByUserId

public static void removeByUserId(long userId)
                           throws SystemException
Removes all the social equity logs where userId = ? from the database.

Parameters:
userId - the user ID
Throws:
SystemException - if a system exception occurred

removeByAEI_T_A

public static 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
type - the type
active - the active
Throws:
SystemException - if a system exception occurred

removeByAEI_AID_A_E

public static void removeByAEI_AID_A_E(long assetEntryId,
                                       String actionId,
                                       boolean active,
                                       String extraData)
                                throws SystemException
Removes all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ? from the database.

Parameters:
assetEntryId - the asset entry ID
actionId - the action ID
active - the active
extraData - the extra data
Throws:
SystemException - if a system exception occurred

removeByU_AEI_AID_A_E

public static void removeByU_AEI_AID_A_E(long userId,
                                         long assetEntryId,
                                         String actionId,
                                         boolean active,
                                         String extraData)
                                  throws SystemException
Removes all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ? from the database.

Parameters:
userId - the user ID
assetEntryId - the asset entry ID
actionId - the action ID
active - the active
extraData - the extra data
Throws:
SystemException - if a system exception occurred

removeByU_AID_AD_A_T_E

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

Parameters:
userId - the user ID
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
Throws:
SystemException - if a system exception occurred

removeByAEI_AID_AD_A_T_E

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

Parameters:
assetEntryId - the asset entry ID
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
Throws:
SystemException - if a system exception occurred

removeByU_AEI_AID_AD_A_T_E

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

Parameters:
userId - the user ID
assetEntryId - the asset entry ID
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
Throws:
SystemException - if a system exception occurred
NoSuchEquityLogException

removeAll

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

Throws:
SystemException - if a system exception occurred

countByUserId

public static int countByUserId(long userId)
                         throws SystemException
Returns the number of social equity logs where userId = ?.

Parameters:
userId - the user ID
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countByAEI_T_A

public static int countByAEI_T_A(long assetEntryId,
                                 int type,
                                 boolean active)
                          throws SystemException
Returns the number of social equity logs where assetEntryId = ? and type = ? and active = ?.

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

countByAEI_AID_A_E

public static int countByAEI_AID_A_E(long assetEntryId,
                                     String actionId,
                                     boolean active,
                                     String extraData)
                              throws SystemException
Returns the number of social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

Parameters:
assetEntryId - the asset entry ID
actionId - the action ID
active - the active
extraData - the extra data
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countByU_AEI_AID_A_E

public static int countByU_AEI_AID_A_E(long userId,
                                       long assetEntryId,
                                       String actionId,
                                       boolean active,
                                       String extraData)
                                throws SystemException
Returns the number of social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.

Parameters:
userId - the user ID
assetEntryId - the asset entry ID
actionId - the action ID
active - the active
extraData - the extra data
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countByU_AID_AD_A_T_E

public static int countByU_AID_AD_A_T_E(long userId,
                                        String actionId,
                                        int actionDate,
                                        boolean active,
                                        int type,
                                        String extraData)
                                 throws SystemException
Returns the number of social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.

Parameters:
userId - the user ID
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countByAEI_AID_AD_A_T_E

public static int countByAEI_AID_AD_A_T_E(long assetEntryId,
                                          String actionId,
                                          int actionDate,
                                          boolean active,
                                          int type,
                                          String extraData)
                                   throws SystemException
Returns the number of social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.

Parameters:
assetEntryId - the asset entry ID
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countByU_AEI_AID_AD_A_T_E

public static int countByU_AEI_AID_AD_A_T_E(long userId,
                                            long assetEntryId,
                                            String actionId,
                                            int actionDate,
                                            boolean active,
                                            int type,
                                            String extraData)
                                     throws SystemException
Returns the number of social equity logs where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.

Parameters:
userId - the user ID
assetEntryId - the asset entry ID
actionId - the action ID
actionDate - the action date
active - the active
type - the type
extraData - the extra data
Returns:
the number of matching social equity logs
Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Returns the number of social equity logs.

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

getPersistence

public static SocialEquityLogPersistence getPersistence()

setPersistence

public void setPersistence(SocialEquityLogPersistence persistence)

Liferay 6.1.0