/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.inbio.ara.eao.format.impl; import org.inbio.ara.eao.format.*; import javax.ejb.Stateless; import org.inbio.ara.eao.BaseEAOImpl; import org.inbio.ara.persistence.format.ReportLayoutSelectedElement; /** * * @author pcorrales */ @Stateless public class ReportLayoutSelectedElementEAOImpl extends BaseEAOImpl<ReportLayoutSelectedElement,Long> implements ReportLayoutSelectedElementEAOLocal { // Add business logic below. (Right-click in editor and choose // "Insert Code > Add Business Method" or "Web Service > Add Operation") }