/* * 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.ReportLayoutCategory; /** * * @author pcorrales */ @Stateless public class ReportLayoutCategoryEAOImpl extends BaseEAOImpl<ReportLayoutCategory,Long> implements ReportLayoutCategoryEAOLocal { // Add business logic below. (Right-click in editor and choose // "Insert Code > Add Business Method" or "Web Service > Add Operation") }