Examples of CfrCollectionModel


Examples of com.cardence.lawshelf.model.cfr.CfrCollectionModel

  // ////////////////////////////////////////////////////////////////////////////
  // ////////////////////////////////////////////////////////////////////////////

  private void processAndStoreCollection() {
    //final CfrCodeCollectionYearExtractor yearExtractor = new CfrCodeCollectionYearExtractor(this.cfr);
    final CfrCollectionModel collectionModel = new CfrCollectionModel();
    //collectionModel.setYear(yearExtractor.getYear());
    collectionModel.setYear(this.collectionYear);

    this.persistenceHelper.storeCodeCollection(collectionModel);
    // this.sectionTracker.addNewChildHeadingForParentReference(null, null);
    this.codeCollectionId = collectionModel.getId();
  }
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.