Liferay 6.0.3

Uses of Interface
com.liferay.portlet.ratings.model.RatingsEntry

Packages that use RatingsEntry
com.liferay.portal.kernel.lar   
com.liferay.portal.lar   
com.liferay.portlet.ratings.model   
com.liferay.portlet.ratings.model.impl   
com.liferay.portlet.ratings.service   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.ratings.service.http   
com.liferay.portlet.ratings.service.impl   
com.liferay.portlet.ratings.service.persistence   
com.liferay.taglib.ui   
 

Uses of RatingsEntry in com.liferay.portal.kernel.lar
 

Methods in com.liferay.portal.kernel.lar that return types with arguments of type RatingsEntry
 Map<String,List<RatingsEntry>> PortletDataContext.getRatingsEntries()
           
 

Method parameters in com.liferay.portal.kernel.lar with type arguments of type RatingsEntry
 void PortletDataContext.addRatingsEntries(String className, long classPK, List<RatingsEntry> ratingsEntries)
           
 

Uses of RatingsEntry in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar that return types with arguments of type RatingsEntry
 Map<String,List<RatingsEntry>> PortletDataContextImpl.getRatingsEntries()
           
 

Methods in com.liferay.portal.lar with parameters of type RatingsEntry
protected  String PortletExporter.getRatingsPath(PortletDataContext context, String className, String classPK, RatingsEntry ratingsEntry)
           
 

Method parameters in com.liferay.portal.lar with type arguments of type RatingsEntry
 void PortletDataContextImpl.addRatingsEntries(String className, long classPK, List<RatingsEntry> ratingsEntries)
           
 

Uses of RatingsEntry in com.liferay.portlet.ratings.model
 

Classes in com.liferay.portlet.ratings.model that implement RatingsEntry
 class RatingsEntryWrapper
           This class is a wrapper for RatingsEntry.
 

Methods in com.liferay.portlet.ratings.model that return RatingsEntry
 RatingsEntry RatingsEntryWrapper.getWrappedRatingsEntry()
           
 RatingsEntry RatingsEntryWrapper.toEscapedModel()
           
 RatingsEntry RatingsEntryModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.ratings.model with parameters of type RatingsEntry
 int RatingsEntryWrapper.compareTo(RatingsEntry ratingsEntry)
           
 int RatingsEntryModel.compareTo(RatingsEntry ratingsEntry)
           
static RatingsEntrySoap RatingsEntrySoap.toSoapModel(RatingsEntry model)
           
static RatingsEntrySoap[] RatingsEntrySoap.toSoapModels(RatingsEntry[] models)
           
static RatingsEntrySoap[][] RatingsEntrySoap.toSoapModels(RatingsEntry[][] models)
           
 

Method parameters in com.liferay.portlet.ratings.model with type arguments of type RatingsEntry
static RatingsEntrySoap[] RatingsEntrySoap.toSoapModels(List<RatingsEntry> models)
           
 

Constructors in com.liferay.portlet.ratings.model with parameters of type RatingsEntry
RatingsEntryWrapper(RatingsEntry ratingsEntry)
           
 

Uses of RatingsEntry in com.liferay.portlet.ratings.model.impl
 

Classes in com.liferay.portlet.ratings.model.impl that implement RatingsEntry
 class RatingsEntryImpl
           
 

Methods in com.liferay.portlet.ratings.model.impl that return RatingsEntry
 RatingsEntry RatingsEntryModelImpl.toEscapedModel()
           
static RatingsEntry RatingsEntryModelImpl.toModel(RatingsEntrySoap soapModel)
           
 

Methods in com.liferay.portlet.ratings.model.impl that return types with arguments of type RatingsEntry
static List<RatingsEntry> RatingsEntryModelImpl.toModels(RatingsEntrySoap[] soapModels)
           
 

Methods in com.liferay.portlet.ratings.model.impl with parameters of type RatingsEntry
 int RatingsEntryModelImpl.compareTo(RatingsEntry ratingsEntry)
           
 

Uses of RatingsEntry in com.liferay.portlet.ratings.service
 

Methods in com.liferay.portlet.ratings.service that return RatingsEntry
 RatingsEntry RatingsEntryLocalServiceWrapper.addRatingsEntry(RatingsEntry ratingsEntry)
           
static RatingsEntry RatingsEntryLocalServiceUtil.addRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalService.addRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.createRatingsEntry(long entryId)
           
static RatingsEntry RatingsEntryLocalServiceUtil.createRatingsEntry(long entryId)
           
 RatingsEntry RatingsEntryLocalService.createRatingsEntry(long entryId)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.getEntry(long userId, String className, long classPK)
           
static RatingsEntry RatingsEntryLocalServiceUtil.getEntry(long userId, String className, long classPK)
           
 RatingsEntry RatingsEntryLocalService.getEntry(long userId, String className, long classPK)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.getRatingsEntry(long entryId)
           
static RatingsEntry RatingsEntryLocalServiceUtil.getRatingsEntry(long entryId)
           
 RatingsEntry RatingsEntryLocalService.getRatingsEntry(long entryId)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext)
           
static RatingsEntry RatingsEntryLocalServiceUtil.updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext)
           
 RatingsEntry RatingsEntryLocalService.updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext)
           
 RatingsEntry RatingsEntryServiceWrapper.updateEntry(String className, long classPK, double score)
           
static RatingsEntry RatingsEntryServiceUtil.updateEntry(String className, long classPK, double score)
           
 RatingsEntry RatingsEntryService.updateEntry(String className, long classPK, double score)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.updateRatingsEntry(RatingsEntry ratingsEntry)
           
static RatingsEntry RatingsEntryLocalServiceUtil.updateRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
           
static RatingsEntry RatingsEntryLocalServiceUtil.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
           
 RatingsEntry RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
           
 

Methods in com.liferay.portlet.ratings.service that return types with arguments of type RatingsEntry
 List<RatingsEntry> RatingsEntryLocalServiceWrapper.getEntries(long userId, String className, List<Long> classPKs)
           
static List<RatingsEntry> RatingsEntryLocalServiceUtil.getEntries(long userId, String className, List<Long> classPKs)
           
 List<RatingsEntry> RatingsEntryLocalService.getEntries(long userId, String className, List<Long> classPKs)
           
 List<RatingsEntry> RatingsEntryLocalServiceWrapper.getEntries(String className, long classPK)
           
static List<RatingsEntry> RatingsEntryLocalServiceUtil.getEntries(String className, long classPK)
           
 List<RatingsEntry> RatingsEntryLocalService.getEntries(String className, long classPK)
           
 List<RatingsEntry> RatingsEntryLocalServiceWrapper.getRatingsEntries(int start, int end)
           
static List<RatingsEntry> RatingsEntryLocalServiceUtil.getRatingsEntries(int start, int end)
           
 List<RatingsEntry> RatingsEntryLocalService.getRatingsEntries(int start, int end)
           
 

Methods in com.liferay.portlet.ratings.service with parameters of type RatingsEntry
 RatingsEntry RatingsEntryLocalServiceWrapper.addRatingsEntry(RatingsEntry ratingsEntry)
           
static RatingsEntry RatingsEntryLocalServiceUtil.addRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalService.addRatingsEntry(RatingsEntry ratingsEntry)
           
 void RatingsEntryLocalServiceWrapper.deleteRatingsEntry(RatingsEntry ratingsEntry)
           
static void RatingsEntryLocalServiceUtil.deleteRatingsEntry(RatingsEntry ratingsEntry)
           
 void RatingsEntryLocalService.deleteRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.updateRatingsEntry(RatingsEntry ratingsEntry)
           
static RatingsEntry RatingsEntryLocalServiceUtil.updateRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
           
static RatingsEntry RatingsEntryLocalServiceUtil.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
           
 RatingsEntry RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
           
 

Uses of RatingsEntry in com.liferay.portlet.ratings.service.base
 

Methods in com.liferay.portlet.ratings.service.base that return RatingsEntry
 RatingsEntry RatingsEntryLocalServiceBaseImpl.addRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalServiceBaseImpl.createRatingsEntry(long entryId)
           
 RatingsEntry RatingsEntryLocalServiceBaseImpl.getRatingsEntry(long entryId)
           
 RatingsEntry RatingsEntryLocalServiceBaseImpl.updateRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalServiceBaseImpl.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
           
 

Methods in com.liferay.portlet.ratings.service.base that return types with arguments of type RatingsEntry
 List<RatingsEntry> RatingsEntryLocalServiceBaseImpl.getRatingsEntries(int start, int end)
           
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type RatingsEntry
 RatingsEntry RatingsEntryLocalServiceBaseImpl.addRatingsEntry(RatingsEntry ratingsEntry)
           
 void RatingsEntryLocalServiceBaseImpl.deleteRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalServiceBaseImpl.updateRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryLocalServiceBaseImpl.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
           
 

Uses of RatingsEntry in com.liferay.portlet.ratings.service.http
 

Methods in com.liferay.portlet.ratings.service.http that return RatingsEntry
static RatingsEntry RatingsEntryServiceHttp.updateEntry(HttpPrincipal httpPrincipal, String className, long classPK, double score)
           
 

Methods in com.liferay.portlet.ratings.service.http with parameters of type RatingsEntry
static JSONArray RatingsEntryJSONSerializer.toJSONArray(RatingsEntry[] models)
           
static JSONArray RatingsEntryJSONSerializer.toJSONArray(RatingsEntry[][] models)
           
static JSONObject RatingsEntryJSONSerializer.toJSONObject(RatingsEntry model)
           
 

Method parameters in com.liferay.portlet.ratings.service.http with type arguments of type RatingsEntry
static JSONArray RatingsEntryJSONSerializer.toJSONArray(List<RatingsEntry> models)
           
 

Uses of RatingsEntry in com.liferay.portlet.ratings.service.impl
 

Methods in com.liferay.portlet.ratings.service.impl that return RatingsEntry
 RatingsEntry RatingsEntryLocalServiceImpl.getEntry(long userId, String className, long classPK)
           
 RatingsEntry RatingsEntryLocalServiceImpl.updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext)
           
 RatingsEntry RatingsEntryServiceImpl.updateEntry(String className, long classPK, double score)
           
 

Methods in com.liferay.portlet.ratings.service.impl that return types with arguments of type RatingsEntry
 List<RatingsEntry> RatingsEntryLocalServiceImpl.getEntries(long userId, String className, List<Long> classPKs)
           
 List<RatingsEntry> RatingsEntryLocalServiceImpl.getEntries(String className, long classPK)
           
 

Uses of RatingsEntry in com.liferay.portlet.ratings.service.persistence
 

Methods in com.liferay.portlet.ratings.service.persistence that return RatingsEntry
static RatingsEntry RatingsEntryUtil.create(long entryId)
           
 RatingsEntry RatingsEntryPersistence.create(long entryId)
           
 RatingsEntry RatingsEntryPersistenceImpl.create(long entryId)
           
static RatingsEntry RatingsEntryUtil.fetchByPrimaryKey(long entryId)
           
 RatingsEntry RatingsEntryPersistence.fetchByPrimaryKey(long entryId)
           
 RatingsEntry RatingsEntryPersistenceImpl.fetchByPrimaryKey(long entryId)
           
 RatingsEntry RatingsEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static RatingsEntry RatingsEntryUtil.fetchByU_C_C(long userId, long classNameId, long classPK)
           
 RatingsEntry RatingsEntryPersistence.fetchByU_C_C(long userId, long classNameId, long classPK)
           
 RatingsEntry RatingsEntryPersistenceImpl.fetchByU_C_C(long userId, long classNameId, long classPK)
           
static RatingsEntry RatingsEntryUtil.fetchByU_C_C(long userId, long classNameId, long classPK, boolean retrieveFromCache)
           
 RatingsEntry RatingsEntryPersistence.fetchByU_C_C(long userId, long classNameId, long classPK, boolean retrieveFromCache)
           
 RatingsEntry RatingsEntryPersistenceImpl.fetchByU_C_C(long userId, long classNameId, long classPK, boolean retrieveFromCache)
           
static RatingsEntry RatingsEntryUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 RatingsEntry RatingsEntryPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 RatingsEntry RatingsEntryPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
           
static RatingsEntry RatingsEntryUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 RatingsEntry RatingsEntryPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 RatingsEntry RatingsEntryPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
           
static RatingsEntry[] RatingsEntryUtil.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 RatingsEntry[] RatingsEntryPersistence.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 RatingsEntry[] RatingsEntryPersistenceImpl.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static RatingsEntry RatingsEntryUtil.findByPrimaryKey(long entryId)
           
 RatingsEntry RatingsEntryPersistence.findByPrimaryKey(long entryId)
           
 RatingsEntry RatingsEntryPersistenceImpl.findByPrimaryKey(long entryId)
           
 RatingsEntry RatingsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static RatingsEntry RatingsEntryUtil.findByU_C_C(long userId, long classNameId, long classPK)
           
 RatingsEntry RatingsEntryPersistence.findByU_C_C(long userId, long classNameId, long classPK)
           
 RatingsEntry RatingsEntryPersistenceImpl.findByU_C_C(long userId, long classNameId, long classPK)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.getByC_C_PrevAndNext(Session session, RatingsEntry ratingsEntry, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
static RatingsEntry RatingsEntryUtil.remove(long entryId)
           
 RatingsEntry RatingsEntryPersistence.remove(long entryId)
           
 RatingsEntry RatingsEntryPersistenceImpl.remove(long entryId)
           
static RatingsEntry RatingsEntryUtil.remove(RatingsEntry ratingsEntry)
           
 RatingsEntry RatingsEntryPersistenceImpl.remove(Serializable primaryKey)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.removeImpl(RatingsEntry ratingsEntry)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.toUnwrappedModel(RatingsEntry ratingsEntry)
           
static RatingsEntry RatingsEntryUtil.update(RatingsEntry ratingsEntry, boolean merge)
           
static RatingsEntry RatingsEntryUtil.update(RatingsEntry ratingsEntry, boolean merge, ServiceContext serviceContext)
           
static RatingsEntry RatingsEntryUtil.updateImpl(RatingsEntry ratingsEntry, boolean merge)
           
 RatingsEntry RatingsEntryPersistence.updateImpl(RatingsEntry ratingsEntry, boolean merge)
           
 RatingsEntry RatingsEntryPersistenceImpl.updateImpl(RatingsEntry ratingsEntry, boolean merge)
           
 

Methods in com.liferay.portlet.ratings.service.persistence that return types with arguments of type RatingsEntry
static List<RatingsEntry> RatingsEntryUtil.findAll()
           
 List<RatingsEntry> RatingsEntryPersistence.findAll()
           
 List<RatingsEntry> RatingsEntryPersistenceImpl.findAll()
           
static List<RatingsEntry> RatingsEntryUtil.findAll(int start, int end)
           
 List<RatingsEntry> RatingsEntryPersistence.findAll(int start, int end)
           
 List<RatingsEntry> RatingsEntryPersistenceImpl.findAll(int start, int end)
           
static List<RatingsEntry> RatingsEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<RatingsEntry> RatingsEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<RatingsEntry> RatingsEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<RatingsEntry> RatingsEntryUtil.findByC_C(long classNameId, long classPK)
           
 List<RatingsEntry> RatingsEntryPersistence.findByC_C(long classNameId, long classPK)
           
 List<RatingsEntry> RatingsEntryPersistenceImpl.findByC_C(long classNameId, long classPK)
           
static List<RatingsEntry> RatingsEntryUtil.findByC_C(long classNameId, long classPK, int start, int end)
           
 List<RatingsEntry> RatingsEntryPersistence.findByC_C(long classNameId, long classPK, int start, int end)
           
 List<RatingsEntry> RatingsEntryPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end)
           
static List<RatingsEntry> RatingsEntryUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<RatingsEntry> RatingsEntryPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<RatingsEntry> RatingsEntryPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<RatingsEntry> RatingsEntryFinderUtil.findByU_C_C(long userId, long classNameId, List<Long> classPKs)
           
 List<RatingsEntry> RatingsEntryFinder.findByU_C_C(long userId, long classNameId, List<Long> classPKs)
           
 List<RatingsEntry> RatingsEntryFinderImpl.findByU_C_C(long userId, long classNameId, List<Long> classPKs)
           
static List<RatingsEntry> RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<RatingsEntry> RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<RatingsEntry> RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.ratings.service.persistence with parameters of type RatingsEntry
static void RatingsEntryUtil.cacheResult(RatingsEntry ratingsEntry)
           
 void RatingsEntryPersistence.cacheResult(RatingsEntry ratingsEntry)
           
 void RatingsEntryPersistenceImpl.cacheResult(RatingsEntry ratingsEntry)
           
static void RatingsEntryUtil.clearCache(RatingsEntry ratingsEntry)
           
 void RatingsEntryPersistenceImpl.clearCache(RatingsEntry ratingsEntry)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.getByC_C_PrevAndNext(Session session, RatingsEntry ratingsEntry, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
static RatingsEntry RatingsEntryUtil.remove(RatingsEntry ratingsEntry)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.removeImpl(RatingsEntry ratingsEntry)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.toUnwrappedModel(RatingsEntry ratingsEntry)
           
static RatingsEntry RatingsEntryUtil.update(RatingsEntry ratingsEntry, boolean merge)
           
static RatingsEntry RatingsEntryUtil.update(RatingsEntry ratingsEntry, boolean merge, ServiceContext serviceContext)
           
static RatingsEntry RatingsEntryUtil.updateImpl(RatingsEntry ratingsEntry, boolean merge)
           
 RatingsEntry RatingsEntryPersistence.updateImpl(RatingsEntry ratingsEntry, boolean merge)
           
 RatingsEntry RatingsEntryPersistenceImpl.updateImpl(RatingsEntry ratingsEntry, boolean merge)
           
 

Method parameters in com.liferay.portlet.ratings.service.persistence with type arguments of type RatingsEntry
static void RatingsEntryUtil.cacheResult(List<RatingsEntry> ratingsEntries)
           
 void RatingsEntryPersistence.cacheResult(List<RatingsEntry> ratingsEntries)
           
 void RatingsEntryPersistenceImpl.cacheResult(List<RatingsEntry> ratingsEntries)
           
 

Uses of RatingsEntry in com.liferay.taglib.ui
 

Methods in com.liferay.taglib.ui with parameters of type RatingsEntry
 void RatingsTag.setRatingsEntry(RatingsEntry ratingsEntry)
           
 


Liferay 6.0.3