/**
  * Updates the proposal rating type in the database or adds it if it does not yet exist. Also
  * notifies the appropriate model listeners.
  *
  * @param proposalRatingType the proposal rating type
  * @return the proposal rating type that was updated
  * @throws SystemException if a system exception occurred
  */
 @Override
 public com.ext.portlet.model.ProposalRatingType updateProposalRatingType(
     com.ext.portlet.model.ProposalRatingType proposalRatingType)
     throws com.liferay.portal.kernel.exception.SystemException {
   return _proposalRatingTypeLocalService.updateProposalRatingType(proposalRatingType);
 }