net.sf.oxclient.service.client.impl
Class OXGroupwareSession

java.lang.Object
  extended by net.sf.oxclient.service.AbsGroupwareSession<Folder>
      extended by net.sf.oxclient.service.client.impl.OXGroupwareSession
All Implemented Interfaces:
IGroupwareSession<Folder>, IOXSession

public class OXGroupwareSession
extends AbsGroupwareSession<Folder>
implements IOXSession

Author:
Björn Voß

Constructor Summary
OXGroupwareSession()
           
 
Method Summary
 IOXContactModule getContactModule()
           
 IOXFolderModule getFolderModule()
           
 void setContactModule(String contactModule)
           
 void setFolderModule(String folderModule)
           
 
Methods inherited from class net.sf.oxclient.service.AbsGroupwareSession
createQuery, getCommunicationManager, getModule, getRootFolders, getSessionId, getUser, setCommunicationManager, setModuleMap, setSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.oxclient.IGroupwareSession
createQuery, getModule, getRootFolders, getSessionId, getUser
 

Constructor Detail

OXGroupwareSession

public OXGroupwareSession()
Method Detail

getContactModule

public IOXContactModule getContactModule()
Specified by:
getContactModule in interface IOXSession

getFolderModule

public IOXFolderModule getFolderModule()
Specified by:
getFolderModule in interface IOXSession

setContactModule

public void setContactModule(String contactModule)
Parameters:
contactModule - the contactModule to set

setFolderModule

public void setFolderModule(String folderModule)
Parameters:
folderModule - the folderModule to set


Copyright © 2007. All Rights Reserved.