org.benow.repository
Interface RepositoryService

All Superinterfaces:
org.benow.java.spec.Markup, org.benow.service.Service
All Known Implementing Classes:
RepositoryServiceImpl

public interface RepositoryService
extends org.benow.service.Service


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.benow.java.spec.Markup
org.benow.java.spec.Markup.ParamName, org.benow.java.spec.Markup.ReturnDescription
 
Method Summary
 QueryResults execQuery(java.lang.String sql)
           
 QueryResults execQueryAgain(java.lang.String sql, int startingFrom, int spanning)
           
 java.io.File exportAll()
           
 java.io.File exportClasses(java.util.List<java.lang.Class<?>> classes)
           
 java.util.List<java.lang.Class<?>> getStoredClasses()
           
 java.util.List<java.lang.String> importFrom(java.io.File xmlFile)
           
 

Method Detail

execQuery

QueryResults execQuery(java.lang.String sql)
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

execQueryAgain

QueryResults execQueryAgain(java.lang.String sql,
                            int startingFrom,
                            int spanning)
                            throws java.sql.SQLException
Throws:
java.sql.SQLException

getStoredClasses

java.util.List<java.lang.Class<?>> getStoredClasses()

exportAll

java.io.File exportAll()
                       throws java.io.IOException,
                              org.benow.repository.ObjectRepositoryException,
                              RedirectException
Throws:
java.io.IOException
org.benow.repository.ObjectRepositoryException
RedirectException

importFrom

java.util.List<java.lang.String> importFrom(java.io.File xmlFile)

exportClasses

java.io.File exportClasses(java.util.List<java.lang.Class<?>> classes)
                           throws java.io.IOException,
                                  org.benow.repository.ObjectRepositoryException,
                                  RedirectException
Throws:
java.io.IOException
org.benow.repository.ObjectRepositoryException
RedirectException