public class RatingPopupController
extends java.lang.Object
Constructor and Description |
---|
RatingPopupController(IAssessementDialogInput dialogInput)
Instantiates a new rating popup controller.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
doCancel()
Do cancel.
|
java.lang.String |
doSave()
Do save.
|
RatingComponentController |
getRatingController()
Gets the rating controller.
|
boolean |
isVisible()
Checks if is visible.
|
void |
setVisible(boolean visible)
Sets the visible of this dialog.
|
public RatingPopupController(IAssessementDialogInput dialogInput) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
dialogInput
- the dialog inputcom.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exceptionpublic RatingComponentController getRatingController()
public boolean isVisible()
public void setVisible(boolean visible)
getCompetenceLevel
of the passed
IAssessmentDialogController
is expected to return a valid value.visible
- the new visibility valuepublic java.lang.String doCancel()
public java.lang.String doSave()