1 23 24 package org.infoglue.cms.services; 25 26 import java.util.HashMap ; 27 import java.util.List ; 28 29 import org.exolab.castor.jdo.Database; 30 31 public interface BaseService 32 { 33 36 37 public List selectMatchingEntities(HashMap argumentHashMap) throws Exception ; 38 39 42 43 public List selectMatchingEntities(HashMap argumentHashMap, Database db) throws Exception ; 44 } | Popular Tags |