Search in sources :

Example 6 with PrepareRedirectToIntyg

use of se.inera.intyg.webcert.web.web.controller.integration.dto.PrepareRedirectToIntyg in project webcert by sklintyg.

the class IntegrationServiceImpl method createPrepareRedirectToIntyg.

// private scope
private PrepareRedirectToIntyg createPrepareRedirectToIntyg(String intygTyp, String intygId, boolean isUtkast) {
    PrepareRedirectToIntyg prepareRedirectToIntyg = new PrepareRedirectToIntyg();
    prepareRedirectToIntyg.setIntygTyp(intygTyp);
    prepareRedirectToIntyg.setIntygId(intygId);
    prepareRedirectToIntyg.setUtkast(isUtkast);
    return prepareRedirectToIntyg;
}
Also used : PrepareRedirectToIntyg(se.inera.intyg.webcert.web.web.controller.integration.dto.PrepareRedirectToIntyg)

Aggregations

PrepareRedirectToIntyg (se.inera.intyg.webcert.web.web.controller.integration.dto.PrepareRedirectToIntyg)6 Test (org.junit.Test)2 Personnummer (se.inera.intyg.schemas.contract.Personnummer)2 WebCertUser (se.inera.intyg.webcert.web.service.user.dto.WebCertUser)2 IntegrationParameters (se.inera.intyg.webcert.web.web.controller.integration.dto.IntegrationParameters)2 Privilege (se.inera.intyg.infra.security.common.model.Privilege)1 WebCertServiceException (se.inera.intyg.webcert.common.service.exception.WebCertServiceException)1