Liferay 6.0.5

Uses of Interface
com.liferay.portlet.social.model.SocialEquityLog

Packages that use SocialEquityLog
com.liferay.portlet.social.model   
com.liferay.portlet.social.model.impl   
com.liferay.portlet.social.service   
com.liferay.portlet.social.service.base   
com.liferay.portlet.social.service.persistence   
 

Uses of SocialEquityLog in com.liferay.portlet.social.model
 

Classes in com.liferay.portlet.social.model that implement SocialEquityLog
 class SocialEquityLogWrapper
           This class is a wrapper for SocialEquityLog.
 

Methods in com.liferay.portlet.social.model that return SocialEquityLog
 SocialEquityLog SocialEquityLogWrapper.getWrappedSocialEquityLog()
           
 SocialEquityLog SocialEquityLogWrapper.toEscapedModel()
           
 SocialEquityLog SocialEquityLogModel.toEscapedModel()
          Gets a copy of this social equity log as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.social.model with parameters of type SocialEquityLog
 int SocialEquityLogWrapper.compareTo(SocialEquityLog socialEquityLog)
           
 int SocialEquityLogModel.compareTo(SocialEquityLog socialEquityLog)
           
 

Constructors in com.liferay.portlet.social.model with parameters of type SocialEquityLog
SocialEquityLogWrapper(SocialEquityLog socialEquityLog)
           
 

Uses of SocialEquityLog in com.liferay.portlet.social.model.impl
 

Classes in com.liferay.portlet.social.model.impl that implement SocialEquityLog
 class SocialEquityLogImpl
           
 

Methods in com.liferay.portlet.social.model.impl that return SocialEquityLog
 SocialEquityLog SocialEquityLogModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.social.model.impl with parameters of type SocialEquityLog
 int SocialEquityLogModelImpl.compareTo(SocialEquityLog socialEquityLog)
           
 

Uses of SocialEquityLog in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service that return SocialEquityLog
 SocialEquityLog SocialEquityLogLocalServiceWrapper.addSocialEquityLog(SocialEquityLog socialEquityLog)
          Adds the social equity log to the database.
static SocialEquityLog SocialEquityLogLocalServiceUtil.addSocialEquityLog(SocialEquityLog socialEquityLog)
          Adds the social equity log to the database.
 SocialEquityLog SocialEquityLogLocalService.addSocialEquityLog(SocialEquityLog socialEquityLog)
          Adds the social equity log to the database.
 SocialEquityLog SocialEquityLogLocalServiceWrapper.createSocialEquityLog(long equityLogId)
          Creates a new social equity log with the primary key.
static SocialEquityLog SocialEquityLogLocalServiceUtil.createSocialEquityLog(long equityLogId)
          Creates a new social equity log with the primary key.
 SocialEquityLog SocialEquityLogLocalService.createSocialEquityLog(long equityLogId)
          Creates a new social equity log with the primary key.
 SocialEquityLog SocialEquityLogLocalServiceWrapper.getSocialEquityLog(long equityLogId)
          Gets the social equity log with the primary key.
static SocialEquityLog SocialEquityLogLocalServiceUtil.getSocialEquityLog(long equityLogId)
          Gets the social equity log with the primary key.
 SocialEquityLog SocialEquityLogLocalService.getSocialEquityLog(long equityLogId)
          Gets the social equity log with the primary key.
 SocialEquityLog SocialEquityLogLocalServiceWrapper.updateSocialEquityLog(SocialEquityLog socialEquityLog)
          Updates the social equity log in the database.
static SocialEquityLog SocialEquityLogLocalServiceUtil.updateSocialEquityLog(SocialEquityLog socialEquityLog)
          Updates the social equity log in the database.
 SocialEquityLog SocialEquityLogLocalService.updateSocialEquityLog(SocialEquityLog socialEquityLog)
          Updates the social equity log in the database.
 SocialEquityLog SocialEquityLogLocalServiceWrapper.updateSocialEquityLog(SocialEquityLog socialEquityLog, boolean merge)
          Updates the social equity log in the database.
static SocialEquityLog SocialEquityLogLocalServiceUtil.updateSocialEquityLog(SocialEquityLog socialEquityLog, boolean merge)
          Updates the social equity log in the database.
 SocialEquityLog SocialEquityLogLocalService.updateSocialEquityLog(SocialEquityLog socialEquityLog, boolean merge)
          Updates the social equity log in the database.
 

Methods in com.liferay.portlet.social.service that return types with arguments of type SocialEquityLog
 List<SocialEquityLog> SocialEquityLogLocalServiceWrapper.getSocialEquityLogs(int start, int end)
          Gets a range of all the social equity logs.
static List<SocialEquityLog> SocialEquityLogLocalServiceUtil.getSocialEquityLogs(int start, int end)
          Gets a range of all the social equity logs.
 List<SocialEquityLog> SocialEquityLogLocalService.getSocialEquityLogs(int start, int end)
          Gets a range of all the social equity logs.
 

Methods in com.liferay.portlet.social.service with parameters of type SocialEquityLog
 SocialEquityLog SocialEquityLogLocalServiceWrapper.addSocialEquityLog(SocialEquityLog socialEquityLog)
          Adds the social equity log to the database.
static SocialEquityLog SocialEquityLogLocalServiceUtil.addSocialEquityLog(SocialEquityLog socialEquityLog)
          Adds the social equity log to the database.
 SocialEquityLog SocialEquityLogLocalService.addSocialEquityLog(SocialEquityLog socialEquityLog)
          Adds the social equity log to the database.
 void SocialEquityLogLocalServiceWrapper.deleteSocialEquityLog(SocialEquityLog socialEquityLog)
          Deletes the social equity log from the database.
static void SocialEquityLogLocalServiceUtil.deleteSocialEquityLog(SocialEquityLog socialEquityLog)
          Deletes the social equity log from the database.
 void SocialEquityLogLocalService.deleteSocialEquityLog(SocialEquityLog socialEquityLog)
          Deletes the social equity log from the database.
 SocialEquityLog SocialEquityLogLocalServiceWrapper.updateSocialEquityLog(SocialEquityLog socialEquityLog)
          Updates the social equity log in the database.
static SocialEquityLog SocialEquityLogLocalServiceUtil.updateSocialEquityLog(SocialEquityLog socialEquityLog)
          Updates the social equity log in the database.
 SocialEquityLog SocialEquityLogLocalService.updateSocialEquityLog(SocialEquityLog socialEquityLog)
          Updates the social equity log in the database.
 SocialEquityLog SocialEquityLogLocalServiceWrapper.updateSocialEquityLog(SocialEquityLog socialEquityLog, boolean merge)
          Updates the social equity log in the database.
static SocialEquityLog SocialEquityLogLocalServiceUtil.updateSocialEquityLog(SocialEquityLog socialEquityLog, boolean merge)
          Updates the social equity log in the database.
 SocialEquityLog SocialEquityLogLocalService.updateSocialEquityLog(SocialEquityLog socialEquityLog, boolean merge)
          Updates the social equity log in the database.
 

Uses of SocialEquityLog in com.liferay.portlet.social.service.base
 

Methods in com.liferay.portlet.social.service.base that return SocialEquityLog
 SocialEquityLog SocialEquityLogLocalServiceBaseImpl.addSocialEquityLog(SocialEquityLog socialEquityLog)
          Adds the social equity log to the database.
 SocialEquityLog SocialEquityLogLocalServiceBaseImpl.createSocialEquityLog(long equityLogId)
          Creates a new social equity log with the primary key.
 SocialEquityLog SocialEquityLogLocalServiceBaseImpl.getSocialEquityLog(long equityLogId)
          Gets the social equity log with the primary key.
 SocialEquityLog SocialEquityLogLocalServiceBaseImpl.updateSocialEquityLog(SocialEquityLog socialEquityLog)
          Updates the social equity log in the database.
 SocialEquityLog SocialEquityLogLocalServiceBaseImpl.updateSocialEquityLog(SocialEquityLog socialEquityLog, boolean merge)
          Updates the social equity log in the database.
 

Methods in com.liferay.portlet.social.service.base that return types with arguments of type SocialEquityLog
 List<SocialEquityLog> SocialEquityLogLocalServiceBaseImpl.getSocialEquityLogs(int start, int end)
          Gets a range of all the social equity logs.
 

Methods in com.liferay.portlet.social.service.base with parameters of type SocialEquityLog
 SocialEquityLog SocialEquityLogLocalServiceBaseImpl.addSocialEquityLog(SocialEquityLog socialEquityLog)
          Adds the social equity log to the database.
 void SocialEquityLogLocalServiceBaseImpl.deleteSocialEquityLog(SocialEquityLog socialEquityLog)
          Deletes the social equity log from the database.
 SocialEquityLog SocialEquityLogLocalServiceBaseImpl.updateSocialEquityLog(SocialEquityLog socialEquityLog)
          Updates the social equity log in the database.
 SocialEquityLog SocialEquityLogLocalServiceBaseImpl.updateSocialEquityLog(SocialEquityLog socialEquityLog, boolean merge)
          Updates the social equity log in the database.
 

Uses of SocialEquityLog in com.liferay.portlet.social.service.persistence
 

Methods in com.liferay.portlet.social.service.persistence that return SocialEquityLog
static SocialEquityLog SocialEquityLogUtil.create(long equityLogId)
          Creates a new social equity log with the primary key.
 SocialEquityLog SocialEquityLogPersistence.create(long equityLogId)
          Creates a new social equity log with the primary key.
 SocialEquityLog SocialEquityLogPersistenceImpl.create(long equityLogId)
          Creates a new social equity log with the primary key.
static SocialEquityLog SocialEquityLogUtil.fetchByPrimaryKey(long equityLogId)
          Finds the social equity log with the primary key or returns null if it could not be found.
 SocialEquityLog SocialEquityLogPersistence.fetchByPrimaryKey(long equityLogId)
          Finds the social equity log with the primary key or returns null if it could not be found.
 SocialEquityLog SocialEquityLogPersistenceImpl.fetchByPrimaryKey(long equityLogId)
          Finds the social equity log with the primary key or returns null if it could not be found.
 SocialEquityLog SocialEquityLogPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the social equity log with the primary key or returns null if it could not be found.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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.
static SocialEquityLog SocialEquityLogUtil.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.
 SocialEquityLog SocialEquityLogPersistence.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.
 SocialEquityLog SocialEquityLogPersistenceImpl.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.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog[] SocialEquityLogUtil.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 = ?.
 SocialEquityLog[] SocialEquityLogPersistence.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 = ?.
 SocialEquityLog[] SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog[] SocialEquityLogUtil.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 = ?.
 SocialEquityLog[] SocialEquityLogPersistence.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 = ?.
 SocialEquityLog[] SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog[] SocialEquityLogUtil.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 = ?.
 SocialEquityLog[] SocialEquityLogPersistence.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 = ?.
 SocialEquityLog[] SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog SocialEquityLogUtil.findByPrimaryKey(long equityLogId)
          Finds the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found.
 SocialEquityLog SocialEquityLogPersistence.findByPrimaryKey(long equityLogId)
          Finds the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found.
 SocialEquityLog SocialEquityLogPersistenceImpl.findByPrimaryKey(long equityLogId)
          Finds the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found.
 SocialEquityLog SocialEquityLogPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the social equity log with the primary key or throws a NoSuchModelException if it could not be found.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog[] SocialEquityLogUtil.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 = ?.
 SocialEquityLog[] SocialEquityLogPersistence.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 = ?.
 SocialEquityLog[] SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog SocialEquityLogUtil.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 SocialEquityLogPersistence.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 SocialEquityLogPersistenceImpl.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 = ?.
static SocialEquityLog[] SocialEquityLogUtil.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 = ?.
 SocialEquityLog[] SocialEquityLogPersistence.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 = ?.
 SocialEquityLog[] SocialEquityLogPersistenceImpl.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 = ?.
protected  SocialEquityLog SocialEquityLogPersistenceImpl.getByAEI_AID_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.getByAEI_AID_AD_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.getByAEI_T_A_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, int type, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.getByU_AID_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.getByU_AID_AD_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
static SocialEquityLog SocialEquityLogUtil.remove(long equityLogId)
          Removes the social equity log with the primary key from the database.
 SocialEquityLog SocialEquityLogPersistence.remove(long equityLogId)
          Removes the social equity log with the primary key from the database.
 SocialEquityLog SocialEquityLogPersistenceImpl.remove(long equityLogId)
          Removes the social equity log with the primary key from the database.
 SocialEquityLog SocialEquityLogPersistenceImpl.remove(Serializable primaryKey)
          Removes the social equity log with the primary key from the database.
static SocialEquityLog SocialEquityLogUtil.remove(SocialEquityLog socialEquityLog)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.removeImpl(SocialEquityLog socialEquityLog)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.toUnwrappedModel(SocialEquityLog socialEquityLog)
           
static SocialEquityLog SocialEquityLogUtil.update(SocialEquityLog socialEquityLog, boolean merge)
           
static SocialEquityLog SocialEquityLogUtil.update(SocialEquityLog socialEquityLog, boolean merge, ServiceContext serviceContext)
           
static SocialEquityLog SocialEquityLogUtil.updateImpl(SocialEquityLog socialEquityLog, boolean merge)
           
 SocialEquityLog SocialEquityLogPersistence.updateImpl(SocialEquityLog socialEquityLog, boolean merge)
           
 SocialEquityLog SocialEquityLogPersistenceImpl.updateImpl(SocialEquityLog socialEquityLog, boolean merge)
           
 

Methods in com.liferay.portlet.social.service.persistence that return types with arguments of type SocialEquityLog
static List<SocialEquityLog> SocialEquityLogUtil.findAll()
          Finds all the social equity logs.
 List<SocialEquityLog> SocialEquityLogPersistence.findAll()
          Finds all the social equity logs.
 List<SocialEquityLog> SocialEquityLogPersistenceImpl.findAll()
          Finds all the social equity logs.
static List<SocialEquityLog> SocialEquityLogUtil.findAll(int start, int end)
          Finds a range of all the social equity logs.
 List<SocialEquityLog> SocialEquityLogPersistence.findAll(int start, int end)
          Finds a range of all the social equity logs.
 List<SocialEquityLog> SocialEquityLogPersistenceImpl.findAll(int start, int end)
          Finds a range of all the social equity logs.
static List<SocialEquityLog> SocialEquityLogUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social equity logs.
 List<SocialEquityLog> SocialEquityLogPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social equity logs.
 List<SocialEquityLog> SocialEquityLogPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social equity logs.
static List<SocialEquityLog> SocialEquityLogUtil.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> SocialEquityLogPersistence.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> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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> SocialEquityLogPersistence.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> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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 = ?.
 List<SocialEquityLog> SocialEquityLogPersistence.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 = ?.
 List<SocialEquityLog> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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> SocialEquityLogPersistence.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> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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> SocialEquityLogPersistence.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> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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 = ?.
 List<SocialEquityLog> SocialEquityLogPersistence.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 = ?.
 List<SocialEquityLog> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.findByAEI_T_A(long assetEntryId, int type, boolean active)
          Finds all the social equity logs where assetEntryId = ? and type = ? and active = ?.
 List<SocialEquityLog> SocialEquityLogPersistence.findByAEI_T_A(long assetEntryId, int type, boolean active)
          Finds all the social equity logs where assetEntryId = ? and type = ? and active = ?.
 List<SocialEquityLog> SocialEquityLogPersistenceImpl.findByAEI_T_A(long assetEntryId, int type, boolean active)
          Finds all the social equity logs where assetEntryId = ? and type = ? and active = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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> SocialEquityLogPersistence.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> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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 = ?.
 List<SocialEquityLog> SocialEquityLogPersistence.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 = ?.
 List<SocialEquityLog> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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> SocialEquityLogPersistence.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> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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> SocialEquityLogPersistence.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> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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 = ?.
 List<SocialEquityLog> SocialEquityLogPersistence.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 = ?.
 List<SocialEquityLog> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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> SocialEquityLogPersistence.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> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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> SocialEquityLogPersistence.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> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.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 = ?.
 List<SocialEquityLog> SocialEquityLogPersistence.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 = ?.
 List<SocialEquityLog> SocialEquityLogPersistenceImpl.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 = ?.
static List<SocialEquityLog> SocialEquityLogUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SocialEquityLog> SocialEquityLogUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SocialEquityLog> SocialEquityLogUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.social.service.persistence with parameters of type SocialEquityLog
static void SocialEquityLogUtil.cacheResult(SocialEquityLog socialEquityLog)
          Caches the social equity log in the entity cache if it is enabled.
 void SocialEquityLogPersistence.cacheResult(SocialEquityLog socialEquityLog)
          Caches the social equity log in the entity cache if it is enabled.
 void SocialEquityLogPersistenceImpl.cacheResult(SocialEquityLog socialEquityLog)
          Caches the social equity log in the entity cache if it is enabled.
static void SocialEquityLogUtil.clearCache(SocialEquityLog socialEquityLog)
           
 void SocialEquityLogPersistenceImpl.clearCache(SocialEquityLog socialEquityLog)
          Clears the cache for the social equity log.
protected  SocialEquityLog SocialEquityLogPersistenceImpl.getByAEI_AID_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.getByAEI_AID_AD_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.getByAEI_T_A_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, int type, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.getByU_AID_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.getByU_AID_AD_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
           
static SocialEquityLog SocialEquityLogUtil.remove(SocialEquityLog socialEquityLog)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.removeImpl(SocialEquityLog socialEquityLog)
           
protected  SocialEquityLog SocialEquityLogPersistenceImpl.toUnwrappedModel(SocialEquityLog socialEquityLog)
           
static SocialEquityLog SocialEquityLogUtil.update(SocialEquityLog socialEquityLog, boolean merge)
           
static SocialEquityLog SocialEquityLogUtil.update(SocialEquityLog socialEquityLog, boolean merge, ServiceContext serviceContext)
           
static SocialEquityLog SocialEquityLogUtil.updateImpl(SocialEquityLog socialEquityLog, boolean merge)
           
 SocialEquityLog SocialEquityLogPersistence.updateImpl(SocialEquityLog socialEquityLog, boolean merge)
           
 SocialEquityLog SocialEquityLogPersistenceImpl.updateImpl(SocialEquityLog socialEquityLog, boolean merge)
           
 

Method parameters in com.liferay.portlet.social.service.persistence with type arguments of type SocialEquityLog
static void SocialEquityLogUtil.cacheResult(List<SocialEquityLog> socialEquityLogs)
          Caches the social equity logs in the entity cache if it is enabled.
 void SocialEquityLogPersistence.cacheResult(List<SocialEquityLog> socialEquityLogs)
          Caches the social equity logs in the entity cache if it is enabled.
 void SocialEquityLogPersistenceImpl.cacheResult(List<SocialEquityLog> socialEquityLogs)
          Caches the social equity logs in the entity cache if it is enabled.
 


Liferay 6.0.5