Package net.sf.archimede.model.collection

Examples of net.sf.archimede.model.collection.CollectionDao.list()


    }
   
    private List listCollections() {
        DatabaseUtil.getSingleton().beginTransaction(new CredentialsWrapper(this.username, this.password));
        CollectionDao collectionDao = CollectionDao.createInstance();
        List collections = collectionDao.list();
        return collections;
    }
   
    public Map listSets() throws NoSetHierarchyException, OAIInternalServerError {
        try {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.