|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface SocialEquityLogLocalService
This interface defines the service. The default implementation is
SocialEquityLogLocalServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
SocialEquityLogLocalServiceUtil| Method Detail |
|---|
SocialEquityLog addSocialEquityLog(SocialEquityLog socialEquityLog)
throws SystemException
SystemExceptionSocialEquityLog createSocialEquityLog(long equityLogId)
void deleteSocialEquityLog(long equityLogId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteSocialEquityLog(SocialEquityLog socialEquityLog)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SocialEquityLog getSocialEquityLog(long equityLogId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<SocialEquityLog> getSocialEquityLogs(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getSocialEquityLogsCount()
throws SystemException
SystemException
SocialEquityLog updateSocialEquityLog(SocialEquityLog socialEquityLog)
throws SystemException
SystemException
SocialEquityLog updateSocialEquityLog(SocialEquityLog socialEquityLog,
boolean merge)
throws SystemException
SystemException
void addEquityLogs(long userId,
long assetEntryId,
String actionId)
throws PortalException,
SystemException
PortalException
SystemException
void addEquityLogs(long userId,
String className,
long classPK,
String actionId)
throws PortalException,
SystemException
PortalException
SystemException
void checkEquityLogs()
throws SystemException
SystemException
void deactivateEquityLogs(long assetEntryId)
throws PortalException,
SystemException
PortalException
SystemException
void deactivateEquityLogs(long userId,
long assetEntryId,
String actionId)
throws PortalException,
SystemException
PortalException
SystemException
void deactivateEquityLogs(long userId,
String className,
long classPK,
String actionId)
throws PortalException,
SystemException
PortalException
SystemException
void incrementSocialEquityAssetEntry_IQ(long assetEntryId,
SocialEquityValue socialEquityValue)
throws SystemException
SystemException
void incrementSocialEquityUser_CQ(long groupId,
long userId,
SocialEquityValue socialEquityValue)
throws PortalException,
SystemException
PortalException
SystemException
void incrementSocialEquityUser_PQ(long groupId,
long userId,
SocialEquityValue socialEquityValue)
throws PortalException,
SystemException
PortalException
SystemExceptionvoid updateRanks()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||