erland.webapp.cdcollection.ws
Class CDCollectionSoapBindingImpl
java.lang.Object
erland.webapp.cdcollection.ws.CDCollectionSoapBindingImpl
- All Implemented Interfaces:
- CDCollection, Remote
public class CDCollectionSoapBindingImpl
- extends Object
- implements CDCollection
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDCollectionSoapBindingImpl
public CDCollectionSoapBindingImpl()
importMedia
public int importMedia(String username,
String password,
String category,
String discId)
throws RemoteException
- Specified by:
importMedia
in interface CDCollection
- Throws:
RemoteException
importDisc
public int importDisc(String username,
String password,
int mediaId,
String category,
String discId)
throws RemoteException
- Specified by:
importDisc
in interface CDCollection
- Throws:
RemoteException
addMediaToCollection
public boolean addMediaToCollection(String username,
String password,
int collectionId,
int mediaId)
throws RemoteException
- Specified by:
addMediaToCollection
in interface CDCollection
- Throws:
RemoteException
getMedias
public String getMedias()
throws RemoteException
- Specified by:
getMedias
in interface CDCollection
- Throws:
RemoteException
getMedia
public String getMedia(int mediaId)
throws RemoteException
- Specified by:
getMedia
in interface CDCollection
- Throws:
RemoteException
getCollections
public String getCollections(String username,
String language)
throws RemoteException
- Specified by:
getCollections
in interface CDCollection
- Throws:
RemoteException
getCollection
public String getCollection(int collectionId,
String language)
throws RemoteException
- Specified by:
getCollection
in interface CDCollection
- Throws:
RemoteException
Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.