ibi.broker.api.ws
Interface LibraryAccessManagerIF

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
LibraryAccessManagerWS

public interface LibraryAccessManagerIF
extends java.rmi.Remote


Method Summary
 void addLibraryAccessBook(Authenticate authenticate, LibraryAccessBook accessBook)
           
 void deleteLibraryAccessBook(Authenticate authenticate, java.lang.String accessBookName)
           
 LibraryAccessBook getLibraryAccessBook(Authenticate authenticate, java.lang.String accessBookName)
           
 LibraryAccessBook[] getLibraryAccessBookInfoList(Authenticate authenticate)
           
 LibraryAccessBook[] getLibraryAccessBookInfoListByOwner(Authenticate authenticate, java.lang.String owner)
           
 java.lang.String[] getOwnerList(Authenticate authenticate)
           
 void updateLibraryAccessBook(Authenticate authenticate, LibraryAccessBook accessBook)
           
 

Method Detail

getLibraryAccessBookInfoList

LibraryAccessBook[] getLibraryAccessBookInfoList(Authenticate authenticate)
                                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLibraryAccessBookInfoListByOwner

LibraryAccessBook[] getLibraryAccessBookInfoListByOwner(Authenticate authenticate,
                                                        java.lang.String owner)
                                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLibraryAccessBook

LibraryAccessBook getLibraryAccessBook(Authenticate authenticate,
                                       java.lang.String accessBookName)
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addLibraryAccessBook

void addLibraryAccessBook(Authenticate authenticate,
                          LibraryAccessBook accessBook)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateLibraryAccessBook

void updateLibraryAccessBook(Authenticate authenticate,
                             LibraryAccessBook accessBook)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteLibraryAccessBook

void deleteLibraryAccessBook(Authenticate authenticate,
                             java.lang.String accessBookName)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOwnerList

java.lang.String[] getOwnerList(Authenticate authenticate)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2006 Information Builders, Incorporated.