Package no.kommune.bergen.soa.svarut.dao

Examples of no.kommune.bergen.soa.svarut.dao.ForsendelsesArkiv.save()


  }

  private Forsendelse createForsendelse() {
    ForsendelsesArkiv forsendelsesArkiv = ForsendelsesArkivTest.createForsendesesArkiv();
    Forsendelse forsendelse = ForsendelsesArkivTest.createForsendelse( 1 );
    String id = forsendelsesArkiv.save( forsendelse, ForsendelsesArkivTest.getTestDocument() );
    Forsendelse f = forsendelsesArkiv.retrieve( id );
    return f;
  }

  public static VelocityModelFactory createVelocityModelFactory() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.