erland.webapp.cdcollection.ws
Interface CDCollection
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- CDCollectionSoapBindingImpl, CDCollectionSoapBindingSkeleton
public interface CDCollection
- extends Remote
Method Summary |
boolean |
addMediaToCollection(String username,
String password,
int collectionId,
int mediaId)
|
String |
getCollection(int collectionId,
String language)
|
String |
getCollections(String username,
String language)
|
String |
getMedia(int mediaId)
|
String |
getMedias()
|
int |
importDisc(String username,
String password,
int mediaId,
String category,
String discId)
|
int |
importMedia(String username,
String password,
String category,
String discId)
|
importMedia
int importMedia(String username,
String password,
String category,
String discId)
throws RemoteException
- Throws:
RemoteException
importDisc
int importDisc(String username,
String password,
int mediaId,
String category,
String discId)
throws RemoteException
- Throws:
RemoteException
addMediaToCollection
boolean addMediaToCollection(String username,
String password,
int collectionId,
int mediaId)
throws RemoteException
- Throws:
RemoteException
getMedias
String getMedias()
throws RemoteException
- Throws:
RemoteException
getMedia
String getMedia(int mediaId)
throws RemoteException
- Throws:
RemoteException
getCollections
String getCollections(String username,
String language)
throws RemoteException
- Throws:
RemoteException
getCollection
String getCollection(int collectionId,
String language)
throws RemoteException
- Throws:
RemoteException
Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.