A B C D E F G I J L M N P R S T U V W X

A

AuthenticationException - exception sync4j.exchange.AuthenticationException.
 
AuthenticationException() - Constructor for class sync4j.exchange.AuthenticationException
Creates a new instance of AuthenticationException without detail message.
AuthenticationException(String) - Constructor for class sync4j.exchange.AuthenticationException
Constructs an instance of AuthenticationException with the specified detail message.
addLocalItems(Item[], String, String) - Method in class sync4j.exchange.items.common.dao.ItemDAO
delete local items
addLocalItems(Item[], String, String) - Method in class sync4j.exchange.items.common.manager.ItemManager
add local items
authenticate(Cred) - Method in class sync4j.exchange.security.ExchangeOfficer
Authenticates a credential.
authorize(Principal, String) - Method in class sync4j.exchange.security.ExchangeOfficer
Authorizes a resource.

B

beginSync(Principal, int) - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
 

C

Calendar - class sync4j.exchange.items.calendar.model.Calendar.
 
Calendar() - Constructor for class sync4j.exchange.items.calendar.model.Calendar
Creates a Calendar
Calendar(String) - Constructor for class sync4j.exchange.items.calendar.model.Calendar
Creates a Calendar
Calendar(String, Date) - Constructor for class sync4j.exchange.items.calendar.model.Calendar
Creates a Calendar
Calendar(String, char) - Constructor for class sync4j.exchange.items.calendar.model.Calendar
Creates a Calendar
Calendar(String, String, char, Date) - Constructor for class sync4j.exchange.items.calendar.model.Calendar
Creates a Calendar
CalendarDAO - class sync4j.exchange.items.calendar.dao.CalendarDAO.
 
CalendarDAO(String, int, TimeZone) - Constructor for class sync4j.exchange.items.calendar.dao.CalendarDAO
 
CalendarManager - class sync4j.exchange.items.calendar.manager.CalendarManager.
 
CalendarManager(String, int, TimeZone) - Constructor for class sync4j.exchange.items.calendar.manager.CalendarManager
 
CalendarParseException - exception sync4j.exchange.items.calendar.CalendarParseException.
 
CalendarParseException() - Constructor for class sync4j.exchange.items.calendar.CalendarParseException
Creates a new instance of CalendarParseException without detail message.
CalendarParseException(String) - Constructor for class sync4j.exchange.items.calendar.CalendarParseException
Constructs an instance of CalendarParseException with the specified detail message.
Contact - class sync4j.exchange.items.contact.model.Contact.
 
Contact() - Constructor for class sync4j.exchange.items.contact.model.Contact
Creates a Contact
Contact(String) - Constructor for class sync4j.exchange.items.contact.model.Contact
Creates a Contact
Contact(String, Date) - Constructor for class sync4j.exchange.items.contact.model.Contact
Creates a Contact
Contact(String, char) - Constructor for class sync4j.exchange.items.contact.model.Contact
Creates a Contact
Contact(String, String, char, Date) - Constructor for class sync4j.exchange.items.contact.model.Contact
Creates a Contact
ContactDAO - class sync4j.exchange.items.contact.dao.ContactDAO.
 
ContactDAO(String, int) - Constructor for class sync4j.exchange.items.contact.dao.ContactDAO
 
ContactManager - class sync4j.exchange.items.contact.manager.ContactManager.
 
ContactManager(String, int) - Constructor for class sync4j.exchange.items.contact.manager.ContactManager
 
ContactParseException - exception sync4j.exchange.items.contact.ContactParseException.
 
ContactParseException() - Constructor for class sync4j.exchange.items.contact.ContactParseException
Creates a new instance of ContactParseException without detail message.
ContactParseException(String) - Constructor for class sync4j.exchange.items.contact.ContactParseException
Constructs an instance of ContactParseException with the specified detail message.
checkResponseStatus(int) - Method in class sync4j.exchange.items.common.dao.ItemDAO
Check response message from Exchange server
cleanUp(Connection, PreparedStatement, ResultSet) - Method in class sync4j.exchange.util.DataAccess
cleanUp database connection
clientDateToDate(String) - Static method in class sync4j.exchange.util.DateTools
Make a date from a client date to webdav date
convertWebDavDateInDayFormat(String, TimeZone, boolean) - Static method in class sync4j.exchange.util.DateTools
 

D

DataAccess - class sync4j.exchange.util.DataAccess.
This class provide methods to access database source
DataAccess() - Constructor for class sync4j.exchange.util.DataAccess
Creates a new instance of DataAccess
DataAccessException - exception sync4j.exchange.DataAccessException.
 
DataAccessException() - Constructor for class sync4j.exchange.DataAccessException
Creates a new instance of DataAccessException without detail message.
DataAccessException(String) - Constructor for class sync4j.exchange.DataAccessException
Constructs an instance of DataAccessException with the specified detail message.
DataAccessException(String, Throwable) - Constructor for class sync4j.exchange.DataAccessException
Constructs an instance of DataAccessException with the specified detail message.
DateTools - class sync4j.exchange.util.DateTools.
Utility class that groups dates manipulation functions.
DateTools() - Constructor for class sync4j.exchange.util.DateTools
 
dataSource - Variable in class sync4j.exchange.util.DataAccess
Data store to use for database connections
dateInDayFormatToWebDavTag(String, TimeZone, boolean) - Static method in class sync4j.exchange.util.DateTools
Make a webdav tag date from a date in day format.
dateToWebDavTag(String) - Static method in class sync4j.exchange.util.DateTools
Make a webdav tag date from a date
dateToWebDavTag(Date) - Static method in class sync4j.exchange.util.DateTools
Make a webdav tag date from a date
deleteLocalItems(String, String) - Method in class sync4j.exchange.items.common.dao.ItemDAO
delete local items
deleteLocalItems(String, String) - Method in class sync4j.exchange.items.common.manager.ItemManager
delete local items
deviceCharset - Variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 
deviceTimeZone - Variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 
deviceTimeZoneDescr - Variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 

E

ExchangeAccessException - exception sync4j.exchange.ExchangeAccessException.
 
ExchangeAccessException() - Constructor for class sync4j.exchange.ExchangeAccessException
Creates a new instance of ExchangeAccessException without detail message.
ExchangeAccessException(String) - Constructor for class sync4j.exchange.ExchangeAccessException
Constructs an instance of ExchangeAccessException with the specified detail message.
ExchangeCalendarSyncSource - class sync4j.exchange.engine.source.ExchangeCalendarSyncSource.
This class define SyncSource between SyncServer and Exchange Server calendar items version $Id: ExchangeCalendarSyncSource.java,v 1.26 2005/11/28 09:18:34 gbmiglia Exp $
ExchangeCalendarSyncSource() - Constructor for class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
ExchangeContactSyncSource - class sync4j.exchange.engine.source.ExchangeContactSyncSource.
This class define SyncSource between SyncServer and Exchange Server contacts items
ExchangeContactSyncSource() - Constructor for class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
ExchangeNoteSyncSource - class sync4j.exchange.engine.source.ExchangeNoteSyncSource.
This class define SyncSource between SyncServer and Exchange Server notes items version $Id: ExchangeNoteSyncSource.java,v 1.12 2005/11/24 14:58:15 fabius Exp $
ExchangeNoteSyncSource() - Constructor for class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
ExchangeOfficer - class sync4j.exchange.security.ExchangeOfficer.
This is an implementation of the Officier interface.
ExchangeOfficer() - Constructor for class sync4j.exchange.security.ExchangeOfficer
 
ExchangeSyncSource - class sync4j.exchange.engine.source.ExchangeSyncSource.
This class implements common methods of
ExchangeCalendarSyncSource, ExchangeContactSyncSource, ExchangeNoteSyncSource, and ExchangeTaskSyncSource.
ExchangeSyncSource() - Constructor for class sync4j.exchange.engine.source.ExchangeSyncSource
 
ExchangeSyncSourceConfigPanel - class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel.
This class implements the configuration panel for an ExchangeSyncSource
ExchangeSyncSourceConfigPanel() - Constructor for class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
ExchangeTaskSyncSource - class sync4j.exchange.engine.source.ExchangeTaskSyncSource.
This class define SyncSource between SyncServer and Exchange Server tasks items
ExchangeTaskSyncSource() - Constructor for class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
endSync(Principal) - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
 
escapeXml(String) - Static method in class sync4j.exchange.util.StringTools
Escapes the characters in a String using XML entities.
exchangeFolder - Variable in class sync4j.exchange.engine.source.ExchangeSyncSource
Property exchange folder

F

FIELD_TYPE_EMAIL1_ADDRESS - Static variable in class sync4j.exchange.items.contact.dao.ContactDAO
 
FIELD_TYPE_EMAIL2_ADDRESS - Static variable in class sync4j.exchange.items.contact.dao.ContactDAO
 
FILE_ENCODING - Static variable in class sync4j.exchange.items.common.dao.ItemDAO
 
fieldToMultipleTag(String) - Static method in class sync4j.exchange.xml.XmlParser
 

G

getActualWork() - Method in class sync4j.exchange.items.task.model.Task
 
getAllCalendars(String, String, String) - Method in class sync4j.exchange.items.calendar.manager.CalendarManager
get all calendars
getAllContacts(String, String, String) - Method in class sync4j.exchange.items.contact.manager.ContactManager
get all contacts
getAllExchangeItems(String, String, String) - Method in class sync4j.exchange.items.common.dao.ItemDAO
get all sourceURI type items from Exchange Server
getAllNotes(String, String, String) - Method in class sync4j.exchange.items.note.manager.NoteManager
get all notes
getAllSyncItems(Principal) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
getAllSyncItems(Principal) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
getAllSyncItems(Principal) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
getAllSyncItems(Principal) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
getAllTasks(String, String, String) - Method in class sync4j.exchange.items.task.manager.TaskManager
get all tasks
getBillingInformation() - Method in class sync4j.exchange.items.task.model.Task
 
getCalendarById(String, String, String, String) - Method in class sync4j.exchange.items.calendar.manager.CalendarManager
get calendar by key
getCalendarTwin(Calendar, String, String, String) - Method in class sync4j.exchange.items.calendar.manager.CalendarManager
get calendar twin
getCalendars(String, String, String[], String) - Method in class sync4j.exchange.items.calendar.dao.CalendarDAO
get calendar array from Exchange Server
getCalendars(String, String, String[], Object[], String) - Method in class sync4j.exchange.items.calendar.dao.CalendarDAO
get calendar array from Exchange Server
getCalendars(String, String, String[], String) - Method in class sync4j.exchange.items.calendar.manager.CalendarManager
get calendars
getCategories() - Method in class sync4j.exchange.items.task.model.Task
 
getClause(String[]) - Static method in class sync4j.exchange.items.common.dao.ItemDAO
Build a clause to webdav select request between ids item array
getClientAuth() - Method in class sync4j.exchange.security.ExchangeOfficer
 
getCompanies() - Method in class sync4j.exchange.items.task.model.Task
 
getConnection() - Method in class sync4j.exchange.util.DataAccess
 
getContactById(String, String, String, String) - Method in class sync4j.exchange.items.contact.manager.ContactManager
get contact by key
getContactTwin(Contact, String, String, String) - Method in class sync4j.exchange.items.contact.manager.ContactManager
get contact twin
getContacts(String, String, String[], String) - Method in class sync4j.exchange.items.contact.dao.ContactDAO
get contacts from Exchange Server
getContacts(String, String, String[], String) - Method in class sync4j.exchange.items.contact.manager.ContactManager
get contacts
getCreationDate() - Method in class sync4j.exchange.items.common.model.Item
 
getDate() - Method in class sync4j.exchange.items.note.model.Note
 
getDate() - Method in class sync4j.exchange.items.task.model.Task
 
getDateCompleted() - Method in class sync4j.exchange.items.task.model.Task
 
getDeleteItemIds() - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Getter for property deleteItemIds.
getDeletedSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
getDeletedSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
getDeletedSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
getDeletedSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
getDeletedSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
getDeletedSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
getDeletedSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
getDeletedSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
getDueDate() - Method in class sync4j.exchange.items.task.model.Task
 
getExchangeAccessStatus(String, String, String) - Method in class sync4j.exchange.items.common.dao.ItemDAO
get all sourceURI type items from Exchange Server
getExchangeAccessStatus(String, String, String) - Method in class sync4j.exchange.items.common.manager.ItemManager
get Exchange Access Status
getExchangeFolder() - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Getter for property exchange folder.
getExchangeFolder() - Method in class sync4j.exchange.security.ExchangeOfficer
 
getExchangeHost() - Method in class sync4j.exchange.security.ExchangeOfficer
 
getExchangeItems(String, String, String) - Method in class sync4j.exchange.items.common.manager.ItemManager
get all Exchange Server items
getExchangePort() - Method in class sync4j.exchange.security.ExchangeOfficer
 
getFieldFromMultipleTag(String) - Static method in class sync4j.exchange.xml.XmlParser
 
getHost() - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Getter for property exchangeServerHost.
getHref(String) - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Return href (webdav resource name) of item
getHref() - Method in class sync4j.exchange.items.calendar.model.Calendar
 
getHref() - Method in class sync4j.exchange.items.common.model.Item
 
getHref() - Method in class sync4j.exchange.items.contact.model.Contact
 
getHref() - Method in class sync4j.exchange.items.note.model.Note
 
getHref() - Method in class sync4j.exchange.items.task.model.Task
 
getHrefFromUri(String) - Static method in class sync4j.exchange.xml.XmlParser
Make a href (reource name) from uri webdavtag.
getId() - Method in class sync4j.exchange.items.calendar.model.Calendar
 
getId() - Method in class sync4j.exchange.items.common.model.Item
 
getId() - Method in class sync4j.exchange.items.contact.model.Contact
 
getId() - Method in class sync4j.exchange.items.note.model.Note
 
getId() - Method in class sync4j.exchange.items.task.model.Task
 
getIdFromReplUid(String) - Static method in class sync4j.exchange.items.common.dao.ItemDAO
Make a id from replid webdavtag.
getImportance() - Method in class sync4j.exchange.items.task.model.Task
 
getLastModified() - Method in class sync4j.exchange.items.common.model.Item
 
getLastModified() - Method in class sync4j.exchange.items.note.model.Note
 
getLastModified() - Method in class sync4j.exchange.items.task.model.Task
 
getLastUpdate() - Method in class sync4j.exchange.items.calendar.model.Calendar
 
getLastUpdate() - Method in class sync4j.exchange.items.contact.model.Contact
 
getLocalItems(String, String) - Method in class sync4j.exchange.items.common.dao.ItemDAO
get local items
getLocalItems(String, String) - Method in class sync4j.exchange.items.common.manager.ItemManager
get all local items
getMileage() - Method in class sync4j.exchange.items.task.model.Task
 
getModificationStatus() - Method in class sync4j.exchange.items.calendar.model.Calendar
 
getNewItemIds() - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Getter for property newItemIds.
getNewSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
getNewSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
getNewSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
getNewSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
getNewSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
getNewSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
getNewSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
getNewSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
getNoteById(String, String, String, String) - Method in class sync4j.exchange.items.note.manager.NoteManager
get note by id
getNoteTwin(Note, String, String, String) - Method in class sync4j.exchange.items.note.manager.NoteManager
get note twin
getNotes(String, String, String[], String) - Method in class sync4j.exchange.items.note.dao.NoteDAO
get notes from Exchange Server
getNotes(String, String, String[], Object[], String) - Method in class sync4j.exchange.items.note.dao.NoteDAO
get task array from Exchange Server
getNotes(String, String, String[], String) - Method in class sync4j.exchange.items.note.manager.NoteManager
get notes
getOwner() - Method in class sync4j.exchange.items.task.model.Task
 
getPPNote(String, String, Date) - Method in class sync4j.exchange.items.note.model.Note
Set a Note properties from Client format content
getPPTask(String, String, Date) - Method in class sync4j.exchange.items.task.model.Task
Set a Task properties from Client format content
getPercentComplete() - Method in class sync4j.exchange.items.task.model.Task
 
getPort() - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Getter for property exchangeServerPort.
getReminderSet() - Method in class sync4j.exchange.items.task.model.Task
 
getReminderTime() - Method in class sync4j.exchange.items.task.model.Task
 
getResourceFromExchangeFolder(String) - Method in class sync4j.exchange.items.common.dao.ItemDAO
 
getRuidFromResponse(String) - Static method in class sync4j.exchange.xml.XmlParser
Make a ruid from a response header.
getSchedule() - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Getter for property schedule.
getSensitivity() - Method in class sync4j.exchange.items.task.model.Task
 
getServerAuth() - Method in class sync4j.exchange.security.ExchangeOfficer
 
getServerFromExchangeFolder(String) - Method in class sync4j.exchange.items.common.dao.ItemDAO
 
getState() - Method in class sync4j.exchange.items.note.model.Note
 
getState() - Method in class sync4j.exchange.items.task.model.Task
 
getStatus() - Method in class sync4j.exchange.items.contact.model.Contact
 
getStatus() - Method in class sync4j.exchange.items.task.model.Task
 
getStatusFromResponse(String) - Method in class sync4j.exchange.items.common.dao.ItemDAO
get status from response message
getString(String) - Static method in class sync4j.exchange.xml.XmlParser
 
getSubject() - Method in class sync4j.exchange.items.note.model.Note
 
getSubject() - Method in class sync4j.exchange.items.task.model.Task
 
getSyncItemFromId(Principal, SyncItemKey) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
getSyncItemFromId(Principal, SyncItemKey) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
getSyncItemFromId(Principal, SyncItemKey) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
getSyncItemFromId(Principal, SyncItemKey) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
getSyncItemFromTwin(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
The same as getSyncItemFromId()
getSyncItemFromTwin(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
getSyncItemFromTwin(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
The same as getSyncItemFromId()
getSyncItemFromTwin(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
The same as getSyncItemFromId()
getSyncItemsFromIds(Principal, SyncItemKey[]) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
getSyncItemsFromIds(Principal, SyncItemKey[]) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
getSyncItemsFromIds(Principal, SyncItemKey[]) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
getSyncItemsFromIds(Principal, SyncItemKey[]) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
getSyncItemsFromTwins(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
The same as getSyncItemFromIds()
getSyncItemsFromTwins(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
getSyncItemsFromTwins(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
The same as getSyncItemFromIds()
getSyncItemsFromTwins(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
The same as getSyncItemFromIds()
getTaskById(String, String, String, String) - Method in class sync4j.exchange.items.task.manager.TaskManager
get task by id
getTaskTwin(Task, String, String, String) - Method in class sync4j.exchange.items.task.manager.TaskManager
get task twin
getTasks(String, String, String[], String) - Method in class sync4j.exchange.items.task.dao.TaskDAO
get tasks from Exchange Server
getTasks(String, String, String[], Object[], String) - Method in class sync4j.exchange.items.task.dao.TaskDAO
get task array from Exchange Server
getTasks(String, String, String[], String) - Method in class sync4j.exchange.items.task.manager.TaskManager
get tasks
getTeamTask() - Method in class sync4j.exchange.items.task.model.Task
 
getTextDescription() - Method in class sync4j.exchange.items.note.model.Note
 
getTextDescription() - Method in class sync4j.exchange.items.task.model.Task
 
getTotalWork() - Method in class sync4j.exchange.items.task.model.Task
 
getTwins(String, String, String, String, String, String, String, String) - Method in class sync4j.exchange.items.contact.dao.ContactDAO
get contacts from Exchange Server
getUpdateItemIds() - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Getter for property updateItemIds.
getUpdatedSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
getUpdatedSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
getUpdatedSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
getUpdatedSyncItemKeys(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
getUpdatedSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
getUpdatedSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
getUpdatedSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
getUpdatedSyncItems(Principal, Timestamp) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
getUserId() - Method in class sync4j.exchange.items.contact.model.Contact
 
getUsername() - Method in class sync4j.exchange.items.note.model.Note
 
getUsername() - Method in class sync4j.exchange.items.task.model.Task
 
getXMLInitTagValue(String, String) - Static method in class sync4j.exchange.xml.XmlParser
Make a String by value of tag.
getXMLTag(String[], String) - Static method in class sync4j.exchange.xml.XmlParser
Make a String[] by tags find with search.
getXMLTagValue(String, String) - Static method in class sync4j.exchange.xml.XmlParser
Make a String by value of tag.

I

ICAL_TYPE - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
ICAL_TYPES - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
ICAL_VERSIONS - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
ITEM_ADD - Static variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 
ITEM_ADD_ERROR - Static variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 
ITEM_REMOVE - Static variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 
ITEM_REMOVE_ERROR - Static variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 
ITEM_UPDATE - Static variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 
ITEM_UPDATE_ERROR - Static variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 
Item - class sync4j.exchange.items.common.model.Item.
 
Item() - Constructor for class sync4j.exchange.items.common.model.Item
Creates a Item
Item(String) - Constructor for class sync4j.exchange.items.common.model.Item
Creates a Item
Item(String, Date) - Constructor for class sync4j.exchange.items.common.model.Item
Creates a Item
Item(String, String, String) - Constructor for class sync4j.exchange.items.common.model.Item
Creates a Item
Item(String, String, Date, Date) - Constructor for class sync4j.exchange.items.common.model.Item
Creates a Item
ItemDAO - class sync4j.exchange.items.common.dao.ItemDAO.
 
ItemDAO() - Constructor for class sync4j.exchange.items.common.dao.ItemDAO
 
ItemDAO(String, int) - Constructor for class sync4j.exchange.items.common.dao.ItemDAO
 
ItemManager - class sync4j.exchange.items.common.manager.ItemManager.
 
ItemManager() - Constructor for class sync4j.exchange.items.common.manager.ItemManager
 
ItemManager(String, int) - Constructor for class sync4j.exchange.items.common.manager.ItemManager
 
isAccountExpired() - Method in class sync4j.exchange.security.ExchangeOfficer
 
isComplete() - Method in class sync4j.exchange.items.task.model.Task
 
isEmpty(String) - Static method in class sync4j.exchange.util.StringTools
Returns true if the given string is null or zero-length, false otherwise.
isEncode() - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Getter for property encode.
isLoginFailed() - Method in class sync4j.exchange.security.ExchangeOfficer
 
isSchedulEnablede() - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Getter for property scheduleEnabled.
isTeamTask() - Method in class sync4j.exchange.items.task.model.Task
 

J

join(String[]) - Static method in class sync4j.exchange.util.StringTools
Joins the given Strin[] in a comma separated String

L

log - Variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 
log - Variable in class sync4j.exchange.httptransport.WebDavHttpTransport
 
log - Variable in class sync4j.exchange.security.ExchangeOfficer
 

M

MAX_YEAR - Static variable in class sync4j.exchange.util.DateTools
 
main(String[]) - Static method in class sync4j.exchange.util.DateTools
 

N

NAME_ALLOWED_CHARS - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
NEW_LINE - Static variable in class sync4j.exchange.items.common.dao.ItemDAO
 
Note - class sync4j.exchange.items.note.model.Note.
 
Note() - Constructor for class sync4j.exchange.items.note.model.Note
Creates a Note
Note(String) - Constructor for class sync4j.exchange.items.note.model.Note
Creates a Note
Note(String, Date) - Constructor for class sync4j.exchange.items.note.model.Note
Creates a Note
Note(String, char) - Constructor for class sync4j.exchange.items.note.model.Note
Creates a Note
Note(String, String, char, Date) - Constructor for class sync4j.exchange.items.note.model.Note
Creates a Note
Note(String, String, Date) - Constructor for class sync4j.exchange.items.note.model.Note
Creates a Note
NoteDAO - class sync4j.exchange.items.note.dao.NoteDAO.
 
NoteDAO(String, int) - Constructor for class sync4j.exchange.items.note.dao.NoteDAO
 
NoteManager - class sync4j.exchange.items.note.manager.NoteManager.
 
NoteManager(String, int) - Constructor for class sync4j.exchange.items.note.manager.NoteManager
 
NoteParseException - exception sync4j.exchange.items.note.NoteParseException.
 
NoteParseException() - Constructor for class sync4j.exchange.items.note.NoteParseException
Creates a new instance of NoteParseException without detail message.
NoteParseException(String) - Constructor for class sync4j.exchange.items.note.NoteParseException
Constructs an instance of NoteParseException with the specified detail message.

P

PDIToWebDavAnniversary(String) - Static method in class sync4j.exchange.util.DateTools
Make a date from a webdav tag date
PORT_ALLOWED_CHARS - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
PROP_NO_FOLDER - Static variable in class sync4j.exchange.items.common.dao.ItemDAO
 
pdiToDate(String) - Static method in class sync4j.exchange.util.DateTools
Make a date from a webdav tag date
ps - Variable in class sync4j.exchange.security.ExchangeOfficer
 

R

readContent(InputStream) - Method in class sync4j.exchange.httptransport.WebDavHttpTransport
Reads the content from the inputstream.
removeCalendar(Calendar, String, String, String) - Method in class sync4j.exchange.items.calendar.dao.CalendarDAO
Delete a Calendar from Exchange server.
removeCalendar(Calendar, String, String, String) - Method in class sync4j.exchange.items.calendar.manager.CalendarManager
remove calendar
removeContact(Contact, String, String, String) - Method in class sync4j.exchange.items.contact.dao.ContactDAO
Delete a Contact from Exchange server.
removeContact(Contact, String, String, String) - Method in class sync4j.exchange.items.contact.manager.ContactManager
remove contact
removeNote(Note, String, String, String) - Method in class sync4j.exchange.items.note.dao.NoteDAO
Delete a Note from Exchange server.
removeNote(Note, String, String, String) - Method in class sync4j.exchange.items.note.manager.NoteManager
remove note
removeSyncItem(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
removeSyncItem(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
removeSyncItem(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
removeSyncItem(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
removeSyncItems(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
removeSyncItems(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
removeSyncItems(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
removeSyncItems(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
removeTask(Task, String, String, String) - Method in class sync4j.exchange.items.task.dao.TaskDAO
Delete a Task from Exchange server.
removeTask(Task, String, String, String) - Method in class sync4j.exchange.items.task.manager.TaskManager
remove task
replaceSpecial(String) - Static method in class sync4j.exchange.util.StringTools
Replaces special characters from the given string with an underscore ('_').

S

SIFC_TYPE - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
SIFC_TYPES - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
SIFC_VERSIONS - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
SIFE_TYPE - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
SIFE_TYPES - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
SIFE_VERSIONS - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
SIFN_TYPE - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
SIFN_TYPES - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
SIFN_VERSIONS - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
SIFT_TYPE - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
SIFT_TYPES - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
SIFT_VERSIONS - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
StringTools - class sync4j.exchange.util.StringTools.
Utility class that groups string manipulation functions.
StringTools() - Constructor for class sync4j.exchange.util.StringTools
 
sendRequest(String, String, String, String) - Method in class sync4j.exchange.httptransport.WebDavHttpTransport
Send request to exchange server and get response.
setActualWork(int) - Method in class sync4j.exchange.items.task.model.Task
 
setBillingInformation(String) - Method in class sync4j.exchange.items.task.model.Task
 
setCalendar(Calendar, String, String, String) - Method in class sync4j.exchange.items.calendar.dao.CalendarDAO
insert / update calendar
setCalendar(Calendar, String, String, String) - Method in class sync4j.exchange.items.calendar.manager.CalendarManager
add calendar
setCategories(String) - Method in class sync4j.exchange.items.task.model.Task
 
setClientAuth(String) - Method in class sync4j.exchange.security.ExchangeOfficer
 
setCompanies(String) - Method in class sync4j.exchange.items.task.model.Task
 
setComplete(boolean) - Method in class sync4j.exchange.items.task.model.Task
 
setContact(Contact, String, String, String) - Method in class sync4j.exchange.items.contact.dao.ContactDAO
insert / update contact
setContact(Contact, String, String, String) - Method in class sync4j.exchange.items.contact.manager.ContactManager
add contact
setCreationDate(Date) - Method in class sync4j.exchange.items.common.model.Item
 
setDate(Date) - Method in class sync4j.exchange.items.note.model.Note
 
setDate(Date) - Method in class sync4j.exchange.items.task.model.Task
 
setDateCompleted(Date) - Method in class sync4j.exchange.items.task.model.Task
 
setDueDate(Date) - Method in class sync4j.exchange.items.task.model.Task
 
setEncode(boolean) - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Setter for property encode.
setExchangeFolder(String) - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Setter for property exchange folder.
setExchangeFolder(String) - Method in class sync4j.exchange.security.ExchangeOfficer
 
setExchangeHost(String) - Method in class sync4j.exchange.security.ExchangeOfficer
 
setExchangePort(int) - Method in class sync4j.exchange.security.ExchangeOfficer
 
setHost(String) - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Setter for property exchangeServerHost.
setHref(String) - Method in class sync4j.exchange.items.calendar.model.Calendar
 
setHref(String) - Method in class sync4j.exchange.items.common.model.Item
 
setHref(String) - Method in class sync4j.exchange.items.contact.model.Contact
 
setHref(String) - Method in class sync4j.exchange.items.note.model.Note
 
setHref(String) - Method in class sync4j.exchange.items.task.model.Task
 
setId(String) - Method in class sync4j.exchange.items.calendar.model.Calendar
 
setId(String) - Method in class sync4j.exchange.items.common.model.Item
 
setId(String) - Method in class sync4j.exchange.items.contact.model.Contact
 
setId(String) - Method in class sync4j.exchange.items.note.model.Note
 
setId(String) - Method in class sync4j.exchange.items.task.model.Task
 
setImportance(String) - Method in class sync4j.exchange.items.task.model.Task
 
setJndiDataSourceName() - Method in class sync4j.exchange.util.DataAccess
 
setLastModified(Date) - Method in class sync4j.exchange.items.common.model.Item
 
setLastModified(Date) - Method in class sync4j.exchange.items.note.model.Note
 
setLastModified(Date) - Method in class sync4j.exchange.items.task.model.Task
 
setLastUpdate(Date) - Method in class sync4j.exchange.items.calendar.model.Calendar
 
setLastUpdate(Date) - Method in class sync4j.exchange.items.contact.model.Contact
 
setMileage(String) - Method in class sync4j.exchange.items.task.model.Task
 
setModificationStatus(char) - Method in class sync4j.exchange.items.calendar.model.Calendar
 
setNote(Note, String, String, String) - Method in class sync4j.exchange.items.note.dao.NoteDAO
insert / update note
setNote(Note, String, String, String) - Method in class sync4j.exchange.items.note.manager.NoteManager
add / update note
setOwner(String) - Method in class sync4j.exchange.items.task.model.Task
 
setPercentComplete(String) - Method in class sync4j.exchange.items.task.model.Task
 
setPort(int) - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Setter for property exchangeServerPort.
setReminderSet(boolean) - Method in class sync4j.exchange.items.task.model.Task
 
setReminderTime(Date) - Method in class sync4j.exchange.items.task.model.Task
 
setSchedule(String) - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Setter for property schedule.
setScheduleEnabled(boolean) - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Setter for property schedule.
setSensitivity(String) - Method in class sync4j.exchange.items.task.model.Task
 
setServerAuth(String) - Method in class sync4j.exchange.security.ExchangeOfficer
 
setState(char) - Method in class sync4j.exchange.items.note.model.Note
 
setState(char) - Method in class sync4j.exchange.items.task.model.Task
 
setStatus(char) - Method in class sync4j.exchange.items.contact.model.Contact
 
setStatus(String) - Method in class sync4j.exchange.items.task.model.Task
 
setSubject(String) - Method in class sync4j.exchange.items.note.model.Note
 
setSubject(String) - Method in class sync4j.exchange.items.task.model.Task
 
setSyncItem(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
setSyncItem(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
setSyncItem(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
setSyncItem(Principal, SyncItem) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
setSyncItems(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeCalendarSyncSource
 
setSyncItems(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeContactSyncSource
 
setSyncItems(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeNoteSyncSource
 
setSyncItems(Principal, SyncItem[]) - Method in class sync4j.exchange.engine.source.ExchangeTaskSyncSource
 
setTask(Task, String, String, String) - Method in class sync4j.exchange.items.task.dao.TaskDAO
insert / update task
setTask(Task, String, String, String) - Method in class sync4j.exchange.items.task.manager.TaskManager
add / update task
setTeamTask(boolean) - Method in class sync4j.exchange.items.task.model.Task
 
setTextDescription(String) - Method in class sync4j.exchange.items.note.model.Note
 
setTextDescription(String) - Method in class sync4j.exchange.items.task.model.Task
 
setTotalWork(int) - Method in class sync4j.exchange.items.task.model.Task
 
setUsername(String) - Method in class sync4j.exchange.items.note.model.Note
 
setUsername(String) - Method in class sync4j.exchange.items.task.model.Task
 
split(String) - Static method in class sync4j.exchange.util.StringTools
Splits a comma separated values string into an array of strings.
sync4j.exchange - package sync4j.exchange
 
sync4j.exchange.admin - package sync4j.exchange.admin
 
sync4j.exchange.engine.source - package sync4j.exchange.engine.source
 
sync4j.exchange.httptransport - package sync4j.exchange.httptransport
 
sync4j.exchange.items.calendar - package sync4j.exchange.items.calendar
 
sync4j.exchange.items.calendar.dao - package sync4j.exchange.items.calendar.dao
 
sync4j.exchange.items.calendar.manager - package sync4j.exchange.items.calendar.manager
 
sync4j.exchange.items.calendar.model - package sync4j.exchange.items.calendar.model
 
sync4j.exchange.items.common.dao - package sync4j.exchange.items.common.dao
 
sync4j.exchange.items.common.manager - package sync4j.exchange.items.common.manager
 
sync4j.exchange.items.common.model - package sync4j.exchange.items.common.model
 
sync4j.exchange.items.contact - package sync4j.exchange.items.contact
 
sync4j.exchange.items.contact.dao - package sync4j.exchange.items.contact.dao
 
sync4j.exchange.items.contact.manager - package sync4j.exchange.items.contact.manager
 
sync4j.exchange.items.contact.model - package sync4j.exchange.items.contact.model
 
sync4j.exchange.items.note - package sync4j.exchange.items.note
 
sync4j.exchange.items.note.dao - package sync4j.exchange.items.note.dao
 
sync4j.exchange.items.note.manager - package sync4j.exchange.items.note.manager
 
sync4j.exchange.items.note.model - package sync4j.exchange.items.note.model
 
sync4j.exchange.items.task - package sync4j.exchange.items.task
 
sync4j.exchange.items.task.dao - package sync4j.exchange.items.task.dao
 
sync4j.exchange.items.task.manager - package sync4j.exchange.items.task.manager
 
sync4j.exchange.items.task.model - package sync4j.exchange.items.task.model
 
sync4j.exchange.security - package sync4j.exchange.security
 
sync4j.exchange.util - package sync4j.exchange.util
 
sync4j.exchange.xml - package sync4j.exchange.xml
 

T

TAG_ALLDAYEVENT - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_BODY - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_BUSY_STATUS - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_CATEGORIES - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_DATE - Static variable in class sync4j.exchange.items.note.dao.NoteDAO
 
TAG_DATE - Static variable in class sync4j.exchange.items.task.dao.TaskDAO
 
TAG_DATEEND - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_DATESTART - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_DESCRIPTION - Static variable in class sync4j.exchange.items.note.dao.NoteDAO
 
TAG_DESCRIPTION - Static variable in class sync4j.exchange.items.task.dao.TaskDAO
 
TAG_DUE_DATE - Static variable in class sync4j.exchange.items.task.dao.TaskDAO
 
TAG_EMAIL1 - Static variable in class sync4j.exchange.items.contact.dao.ContactDAO
 
TAG_FIRSTNAME - Static variable in class sync4j.exchange.items.contact.dao.ContactDAO
 
TAG_IMPORTANCE - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_IS_FOLDER - Static variable in class sync4j.exchange.items.common.dao.ItemDAO
 
TAG_LASTNAME - Static variable in class sync4j.exchange.items.contact.dao.ContactDAO
 
TAG_LAST_MODIFIED - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_LAST_MODIFIED - Static variable in class sync4j.exchange.items.note.dao.NoteDAO
 
TAG_LAST_MODIFIED - Static variable in class sync4j.exchange.items.task.dao.TaskDAO
 
TAG_LOCATION - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_MIDDLENAME - Static variable in class sync4j.exchange.items.contact.dao.ContactDAO
 
TAG_MILEAGE - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_RECURRENCE - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_REMINDER_OFFSET - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_REMINDER_SET - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_REPLUID - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_REPLUID - Static variable in class sync4j.exchange.items.note.dao.NoteDAO
 
TAG_REPLUID - Static variable in class sync4j.exchange.items.task.dao.TaskDAO
 
TAG_REPLY_TIME - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_RESPONSE - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_RESPONSE - Static variable in class sync4j.exchange.items.note.dao.NoteDAO
 
TAG_RESPONSE - Static variable in class sync4j.exchange.items.task.dao.TaskDAO
 
TAG_SENSITIVITY - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_SEQUENCE - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_SUBJECT - Static variable in class sync4j.exchange.items.calendar.dao.CalendarDAO
 
TAG_SUBJECT - Static variable in class sync4j.exchange.items.note.dao.NoteDAO
 
TAG_SUBJECT - Static variable in class sync4j.exchange.items.task.dao.TaskDAO
 
TYPE_ICAL - Static variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 
TYPE_VCARD - Static variable in class sync4j.exchange.engine.source.ExchangeSyncSource
 
Task - class sync4j.exchange.items.task.model.Task.
Represent an Exchange Task
Task() - Constructor for class sync4j.exchange.items.task.model.Task
Creates a Task
Task(String) - Constructor for class sync4j.exchange.items.task.model.Task
Creates a Task
Task(String, Date) - Constructor for class sync4j.exchange.items.task.model.Task
Creates a Task
Task(String, char) - Constructor for class sync4j.exchange.items.task.model.Task
Creates a Task
Task(String, String, char, Date) - Constructor for class sync4j.exchange.items.task.model.Task
Creates a Task
Task(String, String, Date) - Constructor for class sync4j.exchange.items.task.model.Task
Creates a Task
TaskDAO - class sync4j.exchange.items.task.dao.TaskDAO.
 
TaskDAO(String, int) - Constructor for class sync4j.exchange.items.task.dao.TaskDAO
 
TaskManager - class sync4j.exchange.items.task.manager.TaskManager.
 
TaskManager(String, int) - Constructor for class sync4j.exchange.items.task.manager.TaskManager
 
TaskParseException - exception sync4j.exchange.items.task.TaskParseException.
 
TaskParseException() - Constructor for class sync4j.exchange.items.task.TaskParseException
Creates a new instance of TaskParseException without detail message.
TaskParseException(String) - Constructor for class sync4j.exchange.items.task.TaskParseException
Constructs an instance of TaskParseException with the specified detail message.
toChangedItems(String, String) - Method in class sync4j.exchange.engine.source.ExchangeSyncSource
Add item to mapp operations status array
toClientDate(Date) - Static method in class sync4j.exchange.util.DateTools
Make a date from a webdav tag date to client date
toXML() - Method in class sync4j.exchange.items.note.model.Note
Set a Note properties to Client format content
toXml() - Method in class sync4j.exchange.items.task.model.Task
Set a Task properties to Client format content

U

unAuthenticate(Cred) - Method in class sync4j.exchange.security.ExchangeOfficer
Un-authenticates a credential.
unescapeXml(String) - Static method in class sync4j.exchange.util.StringTools
Unescapes a string containing XML entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
updateForm() - Method in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
updateLocalItems(Item[], String, String) - Method in class sync4j.exchange.items.common.manager.ItemManager
update local items

V

VCARD_TYPE - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
VCARD_TYPES - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 
VCARD_VERSIONS - Static variable in class sync4j.exchange.admin.ExchangeSyncSourceConfigPanel
 

W

WEBDAV_HEADER_PROPPATCH - Static variable in class sync4j.exchange.items.common.dao.ItemDAO
 
WEBDAV_HEADER_REMOVE - Static variable in class sync4j.exchange.items.common.dao.ItemDAO
 
WEBDAV_HEADER_SELECT - Static variable in class sync4j.exchange.items.common.dao.ItemDAO
 
WebDavHttpTransport - class sync4j.exchange.httptransport.WebDavHttpTransport.
This class provide methods to access exchange server datastore by socket connection
WebDavHttpTransport(String, int) - Constructor for class sync4j.exchange.httptransport.WebDavHttpTransport
 
webDavTagToDate(String) - Static method in class sync4j.exchange.util.DateTools
Make a date from a webdav tag date
webDavTagToPDIDate(String) - Static method in class sync4j.exchange.util.DateTools
Make a date from a webdav tag date
webDavToPDIAnniversary(String) - Static method in class sync4j.exchange.util.DateTools
Make a date from a webdav tag date

X

XmlParseException - exception sync4j.exchange.xml.XmlParseException.
 
XmlParseException() - Constructor for class sync4j.exchange.xml.XmlParseException
Creates a new instance of XmlParseException without detail message.
XmlParseException(String) - Constructor for class sync4j.exchange.xml.XmlParseException
Constructs an instance of XmlParseException with the specified detail message.
XmlParser - class sync4j.exchange.xml.XmlParser.
This class provides commons methods to parser XML msg
XmlParser() - Constructor for class sync4j.exchange.xml.XmlParser
 

A B C D E F G I J L M N P R S T U V W X

Copyright © 2003-2005 Sync4j.