public final class CompetenceProfileLevelFacade
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static org.tencompetence.generated.model.CompetenceProfileLevel |
addCompetenceProfileLevel(org.tencompetence.generated.model.CompetenceProfileLevel competenceProfileLevel,
com.liferay.portal.service.ServiceContext ctx)
Adds the competence profile level.
|
static org.tencompetence.generated.model.CompetenceProfileLevel |
addCompetenceProfileLevelNewVersion(org.tencompetence.generated.model.CompetenceProfileLevel competenceProfileLevel,
com.liferay.portal.service.ServiceContext ctx)
Adds the competence profile level new version.
|
static org.tencompetence.generated.model.CompetenceProfileLevel |
createCompetenceProfileLevel()
Creates the competence profile level.
|
static java.util.List<org.tencompetence.generated.model.CompetenceLevel> |
getCompetenceLevels(long id,
com.liferay.portal.service.ServiceContext ctx)
Gets the competence levels.
|
static org.tencompetence.generated.model.CompetenceProfileLevel |
getCompetenceProfileLevel(long competenceProfileLevelId,
com.liferay.portal.service.ServiceContext ctx)
Gets the competence profile level.
|
static java.util.List<org.tencompetence.generated.model.CompetenceProfileLevel> |
getCompetenceProfileLevelsByCompetenceMapId(long mapId,
com.liferay.portal.service.ServiceContext ctx)
Gets the competence profile levels by competence map id.
|
static java.util.List<org.tencompetence.generated.model.CompetenceProfileLevel> |
getCompetenceProfileLevelsByCompetenceProfileId(long competenceProfileId,
com.liferay.portal.service.ServiceContext ctx)
Gets the competence profile levels by competence profile id.
|
static java.util.List<org.tencompetence.generated.model.CompetenceProfileLevel> |
getCompetenceProfileLevelsByIds(java.util.List<java.lang.Long> ids)
Gets the competence profile levels by ids.
|
static org.tencompetence.generated.model.CompetenceProfileLevel |
updateCompetenceProfileLevel(org.tencompetence.generated.model.CompetenceProfileLevel competenceProfileLevel,
com.liferay.portal.service.ServiceContext ctx)
Update competence profile level.
|
public static org.tencompetence.generated.model.CompetenceProfileLevel createCompetenceProfileLevel() throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException
- the system exceptionpublic static org.tencompetence.generated.model.CompetenceProfileLevel addCompetenceProfileLevel(org.tencompetence.generated.model.CompetenceProfileLevel competenceProfileLevel, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
competenceProfileLevel
- the competence profile levelctx
- the contextcom.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exceptionpublic static org.tencompetence.generated.model.CompetenceProfileLevel addCompetenceProfileLevelNewVersion(org.tencompetence.generated.model.CompetenceProfileLevel competenceProfileLevel, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
competenceProfileLevel
- the competence profile levelctx
- the contextcom.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exceptionpublic static org.tencompetence.generated.model.CompetenceProfileLevel updateCompetenceProfileLevel(org.tencompetence.generated.model.CompetenceProfileLevel competenceProfileLevel, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
competenceProfileLevel
- the competence profile levelctx
- the contextcom.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exceptionpublic static java.util.List<org.tencompetence.generated.model.CompetenceProfileLevel> getCompetenceProfileLevelsByCompetenceMapId(long mapId, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
mapId
- the map idctx
- the ctxcom.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exceptionpublic static java.util.List<org.tencompetence.generated.model.CompetenceProfileLevel> getCompetenceProfileLevelsByCompetenceProfileId(long competenceProfileId, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
competenceProfileId
- the competence profile idctx
- the contextcom.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exceptionpublic static org.tencompetence.generated.model.CompetenceProfileLevel getCompetenceProfileLevel(long competenceProfileLevelId, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
competenceProfileLevelId
- the competence profile level idctx
- the ctxcom.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exceptionpublic static java.util.List<org.tencompetence.generated.model.CompetenceProfileLevel> getCompetenceProfileLevelsByIds(java.util.List<java.lang.Long> ids) throws com.liferay.portal.kernel.exception.SystemException
ids
- the idscom.liferay.portal.kernel.exception.SystemException
- the system exceptionpublic static java.util.List<org.tencompetence.generated.model.CompetenceLevel> getCompetenceLevels(long id, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
ctx
- the ctxid
- the idcom.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exception