1 7 package org.apache.jetspeed.om.registry; 8 import java.util.List ; 9 import org.apache.torque.TorqueException; 10 16 public interface DBRegistry { 17 18 19 public static final String DATABASE_NAME = "default"; 20 21 29 public List getXREGDataFromDb() throws TorqueException; 30 31 39 public boolean isModified(String lastUpdateDate ) throws TorqueException; 40 41 } 42 | Popular Tags |