|
Liferay 6.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocialEquityLog | |
|---|---|
| com.liferay.portlet.social.model | |
| com.liferay.portlet.social.service | This package defines the local and remote social related portlet service interfaces, utility and wrapper classes. |
| 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()
|
| Methods in com.liferay.portlet.social.model that return types with arguments of type SocialEquityLog | |
|---|---|
CacheModel<SocialEquityLog> |
SocialEquityLogWrapper.toCacheModel()
|
CacheModel<SocialEquityLog> |
SocialEquityLogModel.toCacheModel()
|
| Methods in com.liferay.portlet.social.model with parameters of type SocialEquityLog | |
|---|---|
int |
SocialEquityLogWrapper.compareTo(SocialEquityLog socialEquityLog)
|
int |
SocialEquityLogModel.compareTo(SocialEquityLog socialEquityLog)
|
static SocialEquityLogSoap |
SocialEquityLogSoap.toSoapModel(SocialEquityLog model)
|
static SocialEquityLogSoap[] |
SocialEquityLogSoap.toSoapModels(SocialEquityLog[] models)
|
static SocialEquityLogSoap[][] |
SocialEquityLogSoap.toSoapModels(SocialEquityLog[][] models)
|
| Method parameters in com.liferay.portlet.social.model with type arguments of type SocialEquityLog | |
|---|---|
static SocialEquityLogSoap[] |
SocialEquityLogSoap.toSoapModels(List<SocialEquityLog> models)
|
| Constructors in com.liferay.portlet.social.model with parameters of type SocialEquityLog | |
|---|---|
SocialEquityLogWrapper(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)
Returns the social equity log with the primary key. |
static SocialEquityLog |
SocialEquityLogLocalServiceUtil.getSocialEquityLog(long equityLogId)
Returns the social equity log with the primary key. |
SocialEquityLog |
SocialEquityLogLocalService.getSocialEquityLog(long equityLogId)
Returns the social equity log with the primary key. |
SocialEquityLog |
SocialEquityLogLocalServiceWrapper.updateSocialEquityLog(SocialEquityLog socialEquityLog)
Updates the social equity log in the database or adds it if it does not yet exist. |
static SocialEquityLog |
SocialEquityLogLocalServiceUtil.updateSocialEquityLog(SocialEquityLog socialEquityLog)
Updates the social equity log in the database or adds it if it does not yet exist. |
SocialEquityLog |
SocialEquityLogLocalService.updateSocialEquityLog(SocialEquityLog socialEquityLog)
Updates the social equity log in the database or adds it if it does not yet exist. |
SocialEquityLog |
SocialEquityLogLocalServiceWrapper.updateSocialEquityLog(SocialEquityLog socialEquityLog,
boolean merge)
Updates the social equity log in the database or adds it if it does not yet exist. |
static SocialEquityLog |
SocialEquityLogLocalServiceUtil.updateSocialEquityLog(SocialEquityLog socialEquityLog,
boolean merge)
Updates the social equity log in the database or adds it if it does not yet exist. |
SocialEquityLog |
SocialEquityLogLocalService.updateSocialEquityLog(SocialEquityLog socialEquityLog,
boolean merge)
Updates the social equity log in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.social.service that return types with arguments of type SocialEquityLog | |
|---|---|
List<SocialEquityLog> |
SocialEquityLogLocalServiceWrapper.getSocialEquityLogs(int start,
int end)
Returns a range of all the social equity logs. |
static List<SocialEquityLog> |
SocialEquityLogLocalServiceUtil.getSocialEquityLogs(int start,
int end)
Returns a range of all the social equity logs. |
List<SocialEquityLog> |
SocialEquityLogLocalService.getSocialEquityLogs(int start,
int end)
Returns 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 or adds it if it does not yet exist. |
static SocialEquityLog |
SocialEquityLogLocalServiceUtil.updateSocialEquityLog(SocialEquityLog socialEquityLog)
Updates the social equity log in the database or adds it if it does not yet exist. |
SocialEquityLog |
SocialEquityLogLocalService.updateSocialEquityLog(SocialEquityLog socialEquityLog)
Updates the social equity log in the database or adds it if it does not yet exist. |
SocialEquityLog |
SocialEquityLogLocalServiceWrapper.updateSocialEquityLog(SocialEquityLog socialEquityLog,
boolean merge)
Updates the social equity log in the database or adds it if it does not yet exist. |
static SocialEquityLog |
SocialEquityLogLocalServiceUtil.updateSocialEquityLog(SocialEquityLog socialEquityLog,
boolean merge)
Updates the social equity log in the database or adds it if it does not yet exist. |
SocialEquityLog |
SocialEquityLogLocalService.updateSocialEquityLog(SocialEquityLog socialEquityLog,
boolean merge)
Updates the social equity log in the database or adds it if it does not yet exist. |
| 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. |
static SocialEquityLog |
SocialEquityLogUtil.fetchByPrimaryKey(long equityLogId)
Returns the social equity log with the primary key or returns null if it could not be found. |
SocialEquityLog |
SocialEquityLogPersistence.fetchByPrimaryKey(long equityLogId)
Returns 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_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. |
SocialEquityLog |
SocialEquityLogPersistence.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 |
SocialEquityLogUtil.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. |
SocialEquityLog |
SocialEquityLogPersistence.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 SocialEquityLog |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog |
SocialEquityLogPersistence.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 |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog |
SocialEquityLogPersistence.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[] |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog[] |
SocialEquityLogPersistence.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 SocialEquityLog |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog |
SocialEquityLogPersistence.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 |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog |
SocialEquityLogPersistence.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[] |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog[] |
SocialEquityLogPersistence.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 SocialEquityLog |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog |
SocialEquityLogPersistence.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 |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog |
SocialEquityLogPersistence.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[] |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog[] |
SocialEquityLogPersistence.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 SocialEquityLog |
SocialEquityLogUtil.findByPrimaryKey(long equityLogId)
Returns the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found. |
SocialEquityLog |
SocialEquityLogPersistence.findByPrimaryKey(long equityLogId)
Returns the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found. |
static SocialEquityLog |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog |
SocialEquityLogPersistence.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 |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog |
SocialEquityLogPersistence.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[] |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog[] |
SocialEquityLogPersistence.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 SocialEquityLog |
SocialEquityLogUtil.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. |
SocialEquityLog |
SocialEquityLogPersistence.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 |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog |
SocialEquityLogPersistence.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 |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog |
SocialEquityLogPersistence.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[] |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog[] |
SocialEquityLogPersistence.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 SocialEquityLog |
SocialEquityLogUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social equity log in the ordered set where userId = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social equity log in the ordered set where userId = ?. |
static SocialEquityLog |
SocialEquityLogUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social equity log in the ordered set where userId = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social equity log in the ordered set where userId = ?. |
static SocialEquityLog[] |
SocialEquityLogUtil.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 = ?. |
SocialEquityLog[] |
SocialEquityLogPersistence.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 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. |
static SocialEquityLog |
SocialEquityLogUtil.remove(SocialEquityLog socialEquityLog)
|
SocialEquityLog |
SocialEquityLogPersistence.remove(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)
|
| Methods in com.liferay.portlet.social.service.persistence that return types with arguments of type SocialEquityLog | |
|---|---|
static List<SocialEquityLog> |
SocialEquityLogUtil.findAll()
Returns all the social equity logs. |
List<SocialEquityLog> |
SocialEquityLogPersistence.findAll()
Returns all the social equity logs. |
static List<SocialEquityLog> |
SocialEquityLogUtil.findAll(int start,
int end)
Returns a range of all the social equity logs. |
List<SocialEquityLog> |
SocialEquityLogPersistence.findAll(int start,
int end)
Returns a range of all the social equity logs. |
static List<SocialEquityLog> |
SocialEquityLogUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social equity logs. |
List<SocialEquityLog> |
SocialEquityLogPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social equity logs. |
static List<SocialEquityLog> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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 List<SocialEquityLog> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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 List<SocialEquityLog> |
SocialEquityLogUtil.findByAEI_T_A(long assetEntryId,
int type,
boolean active)
Returns all the social equity logs where assetEntryId = ? and type = ? and active = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.findByAEI_T_A(long assetEntryId,
int type,
boolean active)
Returns 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)
Returns 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)
Returns 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)
Returns 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)
Returns an ordered range of all the social equity logs where assetEntryId = ? and type = ? and active = ?. |
static List<SocialEquityLog> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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 List<SocialEquityLog> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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> |
SocialEquityLogUtil.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 = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.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 List<SocialEquityLog> |
SocialEquityLogUtil.findByUserId(long userId)
Returns all the social equity logs where userId = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.findByUserId(long userId)
Returns all the social equity logs where userId = ?. |
static List<SocialEquityLog> |
SocialEquityLogUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the social equity logs where userId = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the social equity logs where userId = ?. |
static List<SocialEquityLog> |
SocialEquityLogUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social equity logs where userId = ?. |
List<SocialEquityLog> |
SocialEquityLogPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social equity logs where userId = ?. |
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. |
static void |
SocialEquityLogUtil.clearCache(SocialEquityLog socialEquityLog)
|
static SocialEquityLog |
SocialEquityLogUtil.remove(SocialEquityLog socialEquityLog)
|
SocialEquityLog |
SocialEquityLogPersistence.remove(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)
|
| 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. |
|
Liferay 6.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||