ibi.broker.api.ws
Interface LibraryAccessManagerIF
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- LibraryAccessManagerWS
public interface LibraryAccessManagerIF
- extends java.rmi.Remote
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.