Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.cp.rating
Interface CorRatingModelProvider
- All Superinterfaces:
- RatingModelControllerProvider
public interface CorRatingModelProvider- extends RatingModelControllerProvider
RatingModelProvider for COR scope, i. e. with COR context.
- Since:
- 7.0.0
Method Summary
<T extends Rating>
RatingModel<T>getRatingModel(Context aCtx)
Return a RatingModel.
Methods inherited from interface com.ibm.portal.cp.rating.RatingModelControllerProvider getRatingModelController
Method Detail getRatingModel
<T extends Rating> RatingModel<T> getRatingModel(Context aCtx) throws ModelException
- Returns a RatingModel.
- Parameters:
- aCtx - The COR context
- Returns:
- The RatingModel
- Throws:
- ModelException
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD