/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.inbio.ara.eao.gathering; import javax.ejb.Local; /** * * @author esmata */ @Local public interface CollectionProtocolEAOLocal { public org.inbio.ara.persistence.gathering.CollectionProtocol findCollectionProtocolByPK(java.lang.Long collectionId, java.lang.Long protocolAtributeId); }