net.sf.oxclient.communication
Class CommunicationManagerImpl

java.lang.Object
  extended by net.sf.oxclient.util.SpringBeanFactory
      extended by net.sf.oxclient.communication.CommunicationManagerImpl
All Implemented Interfaces:
ICommunicationManager, BeanFactoryAware

public class CommunicationManagerImpl
extends SpringBeanFactory
implements ICommunicationManager

Author:
Björn Voß

Constructor Summary
CommunicationManagerImpl(ICommunicationClient client)
           
 
Method Summary
 IQuery createQuery(String module)
           
 String getOXServerURL()
           
 IUser getUser()
           
 String login()
           
 void setOXServerURL(String server)
           
 void setUser(IUser user)
           
 
Methods inherited from class net.sf.oxclient.util.SpringBeanFactory
getBean, setBeanFactory, setBeanname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunicationManagerImpl

public CommunicationManagerImpl(ICommunicationClient client)
Method Detail

createQuery

public IQuery createQuery(String module)
Specified by:
createQuery in interface ICommunicationManager

getUser

public IUser getUser()
Specified by:
getUser in interface ICommunicationManager
Returns:

login

public String login()
Specified by:
login in interface ICommunicationManager

setUser

public void setUser(IUser user)
Specified by:
setUser in interface ICommunicationManager
Parameters:
user -

getOXServerURL

public String getOXServerURL()
Specified by:
getOXServerURL in interface ICommunicationManager

setOXServerURL

public void setOXServerURL(String server)
Specified by:
setOXServerURL in interface ICommunicationManager


Copyright © 2007. All Rights Reserved.