net.sf.oxclient.service.client.module
Class OXContactModule

java.lang.Object
  extended by net.sf.oxclient.service.AbsGroupwareModule<T,Folder>
      extended by net.sf.oxclient.service.client.module.AbsOXModule<Contact>
          extended by net.sf.oxclient.service.client.module.OXContactModule
All Implemented Interfaces:
IGroupwareModule<Contact,Folder>, IOXContactModule

public class OXContactModule
extends AbsOXModule<Contact>
implements IOXContactModule

Author:
Björn Voß

Field Summary
 
Fields inherited from class net.sf.oxclient.service.AbsGroupwareModule
mappingManager
 
Constructor Summary
OXContactModule()
           
 
Method Summary
 Map<String,String> getListParameters(Folder folder)
           
 List<Contact> search(String pattern)
           
 
Methods inherited from class net.sf.oxclient.service.client.module.AbsOXModule
create, getDefaultFolder, getQueryParameter, getSession, list, loadDefaultFolder
 
Methods inherited from class net.sf.oxclient.service.AbsGroupwareModule
create, createQuery, getByID, getColumnMappings, getEntityClass, getName, save, setMappingManager, setSession
 
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.IGroupwareModule
create, create, createQuery, getByID, getDefaultFolder, getName, list, save
 

Constructor Detail

OXContactModule

public OXContactModule()
Method Detail

getListParameters

public Map<String,String> getListParameters(@NotNull
                                            Folder folder)
Specified by:
getListParameters in class AbsGroupwareModule<Contact,Folder>

search

public List<Contact> search(String pattern)
Specified by:
search in interface IOXContactModule


Copyright © 2007. All Rights Reserved.