|
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 RatingsEntryLocalService
This interface defines the service. The default implementation is
RatingsEntryLocalServiceImpl.
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.
RatingsEntryLocalServiceUtil| Method Detail |
|---|
RatingsEntry addRatingsEntry(RatingsEntry ratingsEntry)
throws SystemException
SystemExceptionRatingsEntry createRatingsEntry(long entryId)
void deleteRatingsEntry(long entryId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteRatingsEntry(RatingsEntry ratingsEntry)
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)
RatingsEntry getRatingsEntry(long entryId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<RatingsEntry> getRatingsEntries(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRatingsEntriesCount()
throws SystemException
SystemException
RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry)
throws SystemException
SystemException
RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry,
boolean merge)
throws SystemException
SystemException
void deleteEntry(long userId,
String className,
long classPK)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<RatingsEntry> getEntries(long userId,
String className,
List<Long> classPKs)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<RatingsEntry> getEntries(String className,
long classPK)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
RatingsEntry getEntry(long userId,
String className,
long classPK)
throws PortalException,
SystemException
PortalException
SystemException
RatingsEntry updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||