Liferay 6.1.2-ce-ga3

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

Packages that use RatingsEntry
com.liferay.portal.kernel.lar   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
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.getRatingsEntryPath(PortletDataContext portletDataContext, 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.getWrappedModel()
           
 RatingsEntry RatingsEntryWrapper.getWrappedRatingsEntry()
          Deprecated. Renamed to RatingsEntryWrapper.getWrappedModel()
 RatingsEntry RatingsEntryWrapper.toEscapedModel()
           
 RatingsEntry RatingsEntryModel.toEscapedModel()
           
 RatingsEntry RatingsEntryWrapper.toUnescapedModel()
           
 RatingsEntry RatingsEntryModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.ratings.model that return types with arguments of type RatingsEntry
 CacheModel<RatingsEntry> RatingsEntryWrapper.toCacheModel()
           
 CacheModel<RatingsEntry> RatingsEntryModel.toCacheModel()
           
 

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 RatingsEntryBaseImpl
          The extended model base implementation for the RatingsEntry service.
 class RatingsEntryImpl
           
 

Methods in com.liferay.portlet.ratings.model.impl that return RatingsEntry
 RatingsEntry RatingsEntryCacheModel.toEntityModel()
           
 RatingsEntry RatingsEntryModelImpl.toEscapedModel()
           
static RatingsEntry RatingsEntryModelImpl.toModel(RatingsEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
 RatingsEntry RatingsEntryModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.ratings.model.impl that return types with arguments of type RatingsEntry
 CacheModel<RatingsEntry> RatingsEntryModelImpl.toCacheModel()
           
static List<RatingsEntry> RatingsEntryModelImpl.toModels(RatingsEntrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

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)
          Adds the ratings entry to the database.
 RatingsEntry RatingsEntryLocalService.addRatingsEntry(RatingsEntry ratingsEntry)
          Adds the ratings entry to the database.
static RatingsEntry RatingsEntryLocalServiceUtil.addRatingsEntry(RatingsEntry ratingsEntry)
          Adds the ratings entry to the database.
 RatingsEntry RatingsEntryLocalServiceWrapper.createRatingsEntry(long entryId)
          Creates a new ratings entry with the primary key.
 RatingsEntry RatingsEntryLocalService.createRatingsEntry(long entryId)
          Creates a new ratings entry with the primary key.
static RatingsEntry RatingsEntryLocalServiceUtil.createRatingsEntry(long entryId)
          Creates a new ratings entry with the primary key.
 RatingsEntry RatingsEntryLocalServiceWrapper.deleteRatingsEntry(long entryId)
          Deletes the ratings entry with the primary key from the database.
 RatingsEntry RatingsEntryLocalService.deleteRatingsEntry(long entryId)
          Deletes the ratings entry with the primary key from the database.
static RatingsEntry RatingsEntryLocalServiceUtil.deleteRatingsEntry(long entryId)
          Deletes the ratings entry with the primary key from the database.
 RatingsEntry RatingsEntryLocalServiceWrapper.deleteRatingsEntry(RatingsEntry ratingsEntry)
          Deletes the ratings entry from the database.
 RatingsEntry RatingsEntryLocalService.deleteRatingsEntry(RatingsEntry ratingsEntry)
          Deletes the ratings entry from the database.
static RatingsEntry RatingsEntryLocalServiceUtil.deleteRatingsEntry(RatingsEntry ratingsEntry)
          Deletes the ratings entry from the database.
 RatingsEntry RatingsEntryLocalServiceWrapper.fetchEntry(long userId, String className, long classPK)
           
 RatingsEntry RatingsEntryLocalService.fetchEntry(long userId, String className, long classPK)
           
static RatingsEntry RatingsEntryLocalServiceUtil.fetchEntry(long userId, String className, long classPK)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.fetchRatingsEntry(long entryId)
           
 RatingsEntry RatingsEntryLocalService.fetchRatingsEntry(long entryId)
           
static RatingsEntry RatingsEntryLocalServiceUtil.fetchRatingsEntry(long entryId)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.getEntry(long userId, String className, long classPK)
           
 RatingsEntry RatingsEntryLocalService.getEntry(long userId, String className, long classPK)
           
static RatingsEntry RatingsEntryLocalServiceUtil.getEntry(long userId, String className, long classPK)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.getRatingsEntry(long entryId)
          Returns the ratings entry with the primary key.
 RatingsEntry RatingsEntryLocalService.getRatingsEntry(long entryId)
          Returns the ratings entry with the primary key.
static RatingsEntry RatingsEntryLocalServiceUtil.getRatingsEntry(long entryId)
          Returns the ratings entry with the primary key.
 RatingsEntry RatingsEntryLocalServiceWrapper.updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext)
           
 RatingsEntry RatingsEntryLocalService.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)
           
static RatingsEntry RatingsEntryServiceUtil.updateEntry(String className, long classPK, double score)
           
 RatingsEntry RatingsEntryService.updateEntry(String className, long classPK, double score)
           
 RatingsEntry RatingsEntryServiceWrapper.updateEntry(String className, long classPK, double score)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.updateRatingsEntry(RatingsEntry ratingsEntry)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 RatingsEntry RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry)
          Updates the ratings entry in the database or adds it if it does not yet exist.
static RatingsEntry RatingsEntryLocalServiceUtil.updateRatingsEntry(RatingsEntry ratingsEntry)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 RatingsEntry RatingsEntryLocalServiceWrapper.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 RatingsEntry RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
          Updates the ratings entry in the database or adds it if it does not yet exist.
static RatingsEntry RatingsEntryLocalServiceUtil.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 

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)
           
 List<RatingsEntry> RatingsEntryLocalService.getEntries(long userId, String className, List<Long> classPKs)
           
static List<RatingsEntry> RatingsEntryLocalServiceUtil.getEntries(long userId, String className, List<Long> classPKs)
           
 List<RatingsEntry> RatingsEntryLocalServiceWrapper.getEntries(String className, long classPK)
           
 List<RatingsEntry> RatingsEntryLocalService.getEntries(String className, long classPK)
           
static List<RatingsEntry> RatingsEntryLocalServiceUtil.getEntries(String className, long classPK)
           
 List<RatingsEntry> RatingsEntryLocalServiceWrapper.getEntries(String className, long classPK, double score)
           
 List<RatingsEntry> RatingsEntryLocalService.getEntries(String className, long classPK, double score)
           
static List<RatingsEntry> RatingsEntryLocalServiceUtil.getEntries(String className, long classPK, double score)
           
 List<RatingsEntry> RatingsEntryLocalServiceWrapper.getRatingsEntries(int start, int end)
          Returns a range of all the ratings entries.
 List<RatingsEntry> RatingsEntryLocalService.getRatingsEntries(int start, int end)
          Returns a range of all the ratings entries.
static List<RatingsEntry> RatingsEntryLocalServiceUtil.getRatingsEntries(int start, int end)
          Returns a range of all the ratings entries.
 

Methods in com.liferay.portlet.ratings.service with parameters of type RatingsEntry
 RatingsEntry RatingsEntryLocalServiceWrapper.addRatingsEntry(RatingsEntry ratingsEntry)
          Adds the ratings entry to the database.
 RatingsEntry RatingsEntryLocalService.addRatingsEntry(RatingsEntry ratingsEntry)
          Adds the ratings entry to the database.
static RatingsEntry RatingsEntryLocalServiceUtil.addRatingsEntry(RatingsEntry ratingsEntry)
          Adds the ratings entry to the database.
 RatingsEntry RatingsEntryLocalServiceWrapper.deleteRatingsEntry(RatingsEntry ratingsEntry)
          Deletes the ratings entry from the database.
 RatingsEntry RatingsEntryLocalService.deleteRatingsEntry(RatingsEntry ratingsEntry)
          Deletes the ratings entry from the database.
static RatingsEntry RatingsEntryLocalServiceUtil.deleteRatingsEntry(RatingsEntry ratingsEntry)
          Deletes the ratings entry from the database.
 RatingsEntry RatingsEntryLocalServiceWrapper.updateRatingsEntry(RatingsEntry ratingsEntry)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 RatingsEntry RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry)
          Updates the ratings entry in the database or adds it if it does not yet exist.
static RatingsEntry RatingsEntryLocalServiceUtil.updateRatingsEntry(RatingsEntry ratingsEntry)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 RatingsEntry RatingsEntryLocalServiceWrapper.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 RatingsEntry RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
          Updates the ratings entry in the database or adds it if it does not yet exist.
static RatingsEntry RatingsEntryLocalServiceUtil.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 

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)
          Adds the ratings entry to the database.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.createRatingsEntry(long entryId)
          Creates a new ratings entry with the primary key.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.deleteRatingsEntry(long entryId)
          Deletes the ratings entry with the primary key from the database.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.deleteRatingsEntry(RatingsEntry ratingsEntry)
          Deletes the ratings entry from the database.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.fetchRatingsEntry(long entryId)
           
 RatingsEntry RatingsEntryLocalServiceBaseImpl.getRatingsEntry(long entryId)
          Returns the ratings entry with the primary key.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.updateRatingsEntry(RatingsEntry ratingsEntry)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.ratings.service.base with parameters of type RatingsEntry
 RatingsEntry RatingsEntryLocalServiceBaseImpl.addRatingsEntry(RatingsEntry ratingsEntry)
          Adds the ratings entry to the database.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.deleteRatingsEntry(RatingsEntry ratingsEntry)
          Deletes the ratings entry from the database.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.updateRatingsEntry(RatingsEntry ratingsEntry)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.updateRatingsEntry(RatingsEntry ratingsEntry, boolean merge)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 

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)
           
 

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

Methods in com.liferay.portlet.ratings.service.impl that return RatingsEntry
 RatingsEntry RatingsEntryLocalServiceImpl.fetchEntry(long userId, String className, long classPK)
           
 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)
           
 List<RatingsEntry> RatingsEntryLocalServiceImpl.getEntries(String className, long classPK, double score)
           
 

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)
          Creates a new ratings entry with the primary key.
 RatingsEntry RatingsEntryPersistence.create(long entryId)
          Creates a new ratings entry with the primary key.
 RatingsEntry RatingsEntryPersistenceImpl.create(long entryId)
          Creates a new ratings entry with the primary key.
static RatingsEntry RatingsEntryUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry RatingsEntryUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry RatingsEntryUtil.fetchByC_C_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistence.fetchByC_C_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByC_C_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
static RatingsEntry RatingsEntryUtil.fetchByC_C_S_Last(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistence.fetchByC_C_S_Last(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByC_C_S_Last(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
static RatingsEntry RatingsEntryUtil.fetchByPrimaryKey(long entryId)
          Returns the ratings entry with the primary key or returns null if it could not be found.
 RatingsEntry RatingsEntryPersistence.fetchByPrimaryKey(long entryId)
          Returns the ratings entry with the primary key or returns null if it could not be found.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByPrimaryKey(long entryId)
          Returns the ratings entry with the primary key or returns null if it could not be found.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the ratings entry with the primary key or returns null if it could not be found.
static RatingsEntry RatingsEntryUtil.fetchByU_C_C(long userId, long classNameId, long classPK)
          Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 RatingsEntry RatingsEntryPersistence.fetchByU_C_C(long userId, long classNameId, long classPK)
          Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByU_C_C(long userId, long classNameId, long classPK)
          Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
static RatingsEntry RatingsEntryUtil.fetchByU_C_C(long userId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 RatingsEntry RatingsEntryPersistence.fetchByU_C_C(long userId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 RatingsEntry RatingsEntryPersistenceImpl.fetchByU_C_C(long userId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static RatingsEntry RatingsEntryUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry RatingsEntryUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry[] RatingsEntryUtil.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry[] RatingsEntryPersistence.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry[] RatingsEntryPersistenceImpl.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry RatingsEntryUtil.findByC_C_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByC_C_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
static RatingsEntry RatingsEntryUtil.findByC_C_S_Last(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_S_Last(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByC_C_S_Last(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
static RatingsEntry[] RatingsEntryUtil.findByC_C_S_PrevAndNext(long entryId, long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry[] RatingsEntryPersistence.findByC_C_S_PrevAndNext(long entryId, long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry[] RatingsEntryPersistenceImpl.findByC_C_S_PrevAndNext(long entryId, long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
static RatingsEntry RatingsEntryUtil.findByPrimaryKey(long entryId)
          Returns the ratings entry with the primary key or throws a NoSuchEntryException if it could not be found.
 RatingsEntry RatingsEntryPersistence.findByPrimaryKey(long entryId)
          Returns the ratings entry with the primary key or throws a NoSuchEntryException if it could not be found.
 RatingsEntry RatingsEntryPersistenceImpl.findByPrimaryKey(long entryId)
          Returns the ratings entry with the primary key or throws a NoSuchEntryException if it could not be found.
 RatingsEntry RatingsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the ratings entry with the primary key or throws a NoSuchModelException if it could not be found.
static RatingsEntry RatingsEntryUtil.findByU_C_C(long userId, long classNameId, long classPK)
          Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 RatingsEntry RatingsEntryPersistence.findByU_C_C(long userId, long classNameId, long classPK)
          Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 RatingsEntry RatingsEntryPersistenceImpl.findByU_C_C(long userId, long classNameId, long classPK)
          Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
protected  RatingsEntry RatingsEntryPersistenceImpl.getByC_C_PrevAndNext(Session session, RatingsEntry ratingsEntry, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.getByC_C_S_PrevAndNext(Session session, RatingsEntry ratingsEntry, long classNameId, long classPK, double score, OrderByComparator orderByComparator, boolean previous)
           
static RatingsEntry RatingsEntryUtil.remove(long entryId)
          Removes the ratings entry with the primary key from the database.
 RatingsEntry RatingsEntryPersistence.remove(long entryId)
          Removes the ratings entry with the primary key from the database.
 RatingsEntry RatingsEntryPersistenceImpl.remove(long entryId)
          Removes the ratings entry with the primary key from the database.
 RatingsEntry RatingsEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the ratings entry with the primary key from the database.
static RatingsEntry RatingsEntryUtil.removeByU_C_C(long userId, long classNameId, long classPK)
          Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database.
 RatingsEntry RatingsEntryPersistence.removeByU_C_C(long userId, long classNameId, long classPK)
          Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database.
 RatingsEntry RatingsEntryPersistenceImpl.removeByU_C_C(long userId, long classNameId, long classPK)
          Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database.
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()
          Returns all the ratings entries.
 List<RatingsEntry> RatingsEntryPersistence.findAll()
          Returns all the ratings entries.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findAll()
          Returns all the ratings entries.
static List<RatingsEntry> RatingsEntryUtil.findAll(int start, int end)
          Returns a range of all the ratings entries.
 List<RatingsEntry> RatingsEntryPersistence.findAll(int start, int end)
          Returns a range of all the ratings entries.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findAll(int start, int end)
          Returns a range of all the ratings entries.
static List<RatingsEntry> RatingsEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries.
 List<RatingsEntry> RatingsEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries.
static List<RatingsEntry> RatingsEntryUtil.findByC_C_S(long classNameId, long classPK, double score)
          Returns all the ratings entries where classNameId = ? and classPK = ? and score = ?.
 List<RatingsEntry> RatingsEntryPersistence.findByC_C_S(long classNameId, long classPK, double score)
          Returns all the ratings entries where classNameId = ? and classPK = ? and score = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findByC_C_S(long classNameId, long classPK, double score)
          Returns all the ratings entries where classNameId = ? and classPK = ? and score = ?.
static List<RatingsEntry> RatingsEntryUtil.findByC_C_S(long classNameId, long classPK, double score, int start, int end)
          Returns a range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
 List<RatingsEntry> RatingsEntryPersistence.findByC_C_S(long classNameId, long classPK, double score, int start, int end)
          Returns a range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findByC_C_S(long classNameId, long classPK, double score, int start, int end)
          Returns a range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
static List<RatingsEntry> RatingsEntryUtil.findByC_C_S(long classNameId, long classPK, double score, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
 List<RatingsEntry> RatingsEntryPersistence.findByC_C_S(long classNameId, long classPK, double score, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findByC_C_S(long classNameId, long classPK, double score, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
static List<RatingsEntry> RatingsEntryUtil.findByC_C(long classNameId, long classPK)
          Returns all the ratings entries where classNameId = ? and classPK = ?.
 List<RatingsEntry> RatingsEntryPersistence.findByC_C(long classNameId, long classPK)
          Returns all the ratings entries where classNameId = ? and classPK = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findByC_C(long classNameId, long classPK)
          Returns all the ratings entries where classNameId = ? and classPK = ?.
static List<RatingsEntry> RatingsEntryUtil.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the ratings entries where classNameId = ? and classPK = ?.
 List<RatingsEntry> RatingsEntryPersistence.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the ratings entries where classNameId = ? and classPK = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the ratings entries where classNameId = ? and classPK = ?.
static List<RatingsEntry> RatingsEntryUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
 List<RatingsEntry> RatingsEntryPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
 List<RatingsEntry> RatingsEntryPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
 List<RatingsEntry> RatingsEntryFinder.findByU_C_C(long userId, long classNameId, List<Long> classPKs)
           
static List<RatingsEntry> RatingsEntryFinderUtil.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)
          Caches the ratings entry in the entity cache if it is enabled.
 void RatingsEntryPersistence.cacheResult(RatingsEntry ratingsEntry)
          Caches the ratings entry in the entity cache if it is enabled.
 void RatingsEntryPersistenceImpl.cacheResult(RatingsEntry ratingsEntry)
          Caches the ratings entry in the entity cache if it is enabled.
protected  void RatingsEntryPersistenceImpl.cacheUniqueFindersCache(RatingsEntry ratingsEntry)
           
static void RatingsEntryUtil.clearCache(RatingsEntry ratingsEntry)
           
 void RatingsEntryPersistenceImpl.clearCache(RatingsEntry ratingsEntry)
          Clears the cache for the ratings entry.
protected  void RatingsEntryPersistenceImpl.clearUniqueFindersCache(RatingsEntry ratingsEntry)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.getByC_C_PrevAndNext(Session session, RatingsEntry ratingsEntry, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  RatingsEntry RatingsEntryPersistenceImpl.getByC_C_S_PrevAndNext(Session session, RatingsEntry ratingsEntry, long classNameId, long classPK, double score, OrderByComparator orderByComparator, boolean previous)
           
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)
          Caches the ratings entries in the entity cache if it is enabled.
 void RatingsEntryPersistence.cacheResult(List<RatingsEntry> ratingsEntries)
          Caches the ratings entries in the entity cache if it is enabled.
 void RatingsEntryPersistenceImpl.cacheResult(List<RatingsEntry> ratingsEntries)
          Caches the ratings entries in the entity cache if it is enabled.
 void RatingsEntryPersistenceImpl.clearCache(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.1.2-ce-ga3