public class GoalTitleController
extends java.lang.Object
Constructor and Description |
---|
GoalTitleController(org.tencompetence.generated.model.Goal goal,
com.liferay.portal.service.ServiceContext ctx)
Instantiates a new goal title controller.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGoalTitle()
Gets the title of the goal i.e. the title of the targeted competence profile.
|
java.lang.String |
getLevelTitle()
Gets the title of the targeted competence profile level.
|
boolean |
isMultiLevel()
Checks if the competence profile has multiple profile levels.
|
public GoalTitleController(org.tencompetence.generated.model.Goal goal, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
goal
- the goalctx
- the Liferay service contextcom.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exceptionpublic boolean isMultiLevel()
public java.lang.String getLevelTitle()
public java.lang.String getGoalTitle()