Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.ratings.model.RatingsEntrySoap

Packages that use RatingsEntrySoap
com.liferay.portlet.ratings.model   
com.liferay.portlet.ratings.model.impl   
com.liferay.portlet.ratings.service.http   
 

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

Methods in com.liferay.portlet.ratings.model that return RatingsEntrySoap
static RatingsEntrySoap RatingsEntrySoap.toSoapModel(RatingsEntry model)
           
static RatingsEntrySoap[] RatingsEntrySoap.toSoapModels(List<RatingsEntry> models)
           
static RatingsEntrySoap[] RatingsEntrySoap.toSoapModels(RatingsEntry[] models)
           
static RatingsEntrySoap[][] RatingsEntrySoap.toSoapModels(RatingsEntry[][] models)
           
 

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

Methods in com.liferay.portlet.ratings.model.impl with parameters of type RatingsEntrySoap
static RatingsEntry RatingsEntryModelImpl.toModel(RatingsEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<RatingsEntry> RatingsEntryModelImpl.toModels(RatingsEntrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

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

Methods in com.liferay.portlet.ratings.service.http that return RatingsEntrySoap
static RatingsEntrySoap RatingsEntryServiceSoap.updateEntry(String className, long classPK, double score)
           
 


Liferay 6.1.2-ce-ga3