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

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_ClassNameServiceSoapBindingImpl, Portal_ClassNameServiceSoapBindingStub

public interface ClassNameServiceSoap
extends java.rmi.Remote


Method Summary
 ClassNameSoap getClassName(long classNameId)
           
 ClassNameSoap getClassName(java.lang.String value)
           
 long getClassNameId(java.lang.Object classObj)
           
 long getClassNameId(java.lang.String value)
           
 

Method Detail

getClassName

ClassNameSoap getClassName(java.lang.String value)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getClassName

ClassNameSoap getClassName(long classNameId)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getClassNameId

long getClassNameId(java.lang.String value)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getClassNameId

long getClassNameId(java.lang.Object classObj)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException