public final class CompetenceProfileFacade
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static org.tencompetence.generated.model.CompetenceProfile |
addCompetenceProfile(org.tencompetence.generated.model.CompetenceProfile competenceProfile,
com.liferay.portal.service.ServiceContext ctx)
Add a CompetenceProfile.
|
static org.tencompetence.generated.model.CompetenceProfile |
createCompetenceProfile()
Creates the competence profile.
|
static org.tencompetence.generated.model.CompetenceProfile |
getCompetenceProfile(long competenceProfileId,
com.liferay.portal.service.ServiceContext ctx)
Gets the competence profile.
|
static java.util.List<org.tencompetence.generated.model.CompetenceProfile> |
getCompetenceProfilesByCompetenceMapId(long competenceMapId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
com.liferay.portal.service.ServiceContext ctx)
Gets the competence profiles by competence map id.
|
static java.util.List<org.tencompetence.generated.model.CompetenceProfile> |
getCompetenceProfilesByCompetenceMapId(long competenceMapId,
int start,
int end,
com.liferay.portal.service.ServiceContext ctx)
Gets the competence profiles by competence map id.
|
static java.util.List<org.tencompetence.generated.model.CompetenceProfile> |
getCompetenceProfilesByCompetenceMapId(long competenceMapId,
com.liferay.portal.service.ServiceContext ctx)
Gets the competence profiles by competence map id.
|
static int |
getCompetenceProfilesCount(long competenceMapId,
com.liferay.portal.service.ServiceContext ctx)
Gets the competence profiles count.
|
static org.tencompetence.generated.model.CompetenceProfile |
updateCompetenceProfile(org.tencompetence.generated.model.CompetenceProfile competenceProfile,
com.liferay.portal.service.ServiceContext ctx)
Update competence profile.
|
public static org.tencompetence.generated.model.CompetenceProfile createCompetenceProfile() throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException
- the system exceptionpublic static org.tencompetence.generated.model.CompetenceProfile addCompetenceProfile(org.tencompetence.generated.model.CompetenceProfile competenceProfile, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
competenceProfile
- The CompetenceProfilectx
- The ServiceContextcom.liferay.portal.kernel.exception.SystemException
- SystemExceptioncom.liferay.portal.kernel.exception.PortalException
- PortalExceptionpublic static org.tencompetence.generated.model.CompetenceProfile updateCompetenceProfile(org.tencompetence.generated.model.CompetenceProfile competenceProfile, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
competenceProfile
- the competence profilectx
- the ctxcom.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exceptionpublic static int getCompetenceProfilesCount(long competenceMapId, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException
competenceMapId
- the competence map idctx
- the ctxcom.liferay.portal.kernel.exception.SystemException
- the system exceptionpublic static java.util.List<org.tencompetence.generated.model.CompetenceProfile> getCompetenceProfilesByCompetenceMapId(long competenceMapId, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException
competenceMapId
- the competence map idctx
- the ctxcom.liferay.portal.kernel.exception.SystemException
- the system exceptionpublic static java.util.List<org.tencompetence.generated.model.CompetenceProfile> getCompetenceProfilesByCompetenceMapId(long competenceMapId, int start, int end, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException
competenceMapId
- the competence map idstart
- the startend
- the endctx
- the ctxcom.liferay.portal.kernel.exception.SystemException
- the system exceptionpublic static java.util.List<org.tencompetence.generated.model.CompetenceProfile> getCompetenceProfilesByCompetenceMapId(long competenceMapId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, com.liferay.portal.service.ServiceContext ctx) throws com.liferay.portal.kernel.exception.SystemException
competenceMapId
- the competence map idstart
- the startend
- the endorderByComparator
- the order by comparatorctx
- the ctxcom.liferay.portal.kernel.exception.SystemException
- the system exceptionpublic static org.tencompetence.generated.model.CompetenceProfile getCompetenceProfile(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 ctxcom.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exception