com.liferay.client.soap.portal.service.http
Interface RepositoryServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_RepositoryServiceSoapBindingImpl, Portal_RepositoryServiceSoapBindingStub

public interface RepositoryServiceSoap
extends java.rmi.Remote


Method Summary
 void checkRepository(long repositoryId)
           
 void deleteRepository(long repositoryId)
           
 RepositorySoap getRepository(long repositoryId)
           
 java.lang.String[] getSupportedConfigurations(long classNameId)
           
 java.lang.String[] getSupportedParameters(long classNameId, java.lang.String configuration)
           
 java.lang.Object getTypeSettingsProperties(long repositoryId)
           
 void updateRepository(long repositoryId, java.lang.String name, java.lang.String description)
           
 

Method Detail

checkRepository

void checkRepository(long repositoryId)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteRepository

void deleteRepository(long repositoryId)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRepository

RepositorySoap getRepository(long repositoryId)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSupportedConfigurations

java.lang.String[] getSupportedConfigurations(long classNameId)
                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSupportedParameters

java.lang.String[] getSupportedParameters(long classNameId,
                                          java.lang.String configuration)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTypeSettingsProperties

java.lang.Object getTypeSettingsProperties(long repositoryId)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateRepository

void updateRepository(long repositoryId,
                      java.lang.String name,
                      java.lang.String description)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException