A B C D E F G H I J M N O P R S T U V _

A

accept(ExchangeEmailDTO) - Method in interface jec.ExchangeConnectorInterface
Accept a meeting represented by an email
accept(ExchangeEmailDTO, int) - Method in interface jec.ExchangeConnectorInterface
 
add(Object) - Method in class jec.dto.AttendeeList
 
AddAttachemt(AttachmentDTO) - Method in class jec.dto.ExchangeEmailDTO
 
addContact(ExchangeContactDTO) - Method in interface jec.ExchangeConnectorInterface
 
addEvent(ExchangeEventDTO) - Method in interface jec.ExchangeConnectorInterface
This method creates an event and send meeting requests to the (which is a List of ExchangeEventAttendeeTDO) in the ExchangeEventDTO
addEvent(ExchangeEventDTO, int) - Method in interface jec.ExchangeConnectorInterface
This method creates an event and send meeting requests to the (which is a List of ExchangeEventAttendeeTDO) in the ExchangeEventDTO
addPublicContact(ExchangeContactDTO) - Method in interface jec.ExchangeConnectorInterface
 
addTask(ExchangeTaskDTO) - Method in interface jec.ExchangeConnectorInterface
 
addTo(ExchangeEventAttendeeDTO) - Method in class jec.dto.ExchangeEventDTO
 
ADUserDTO - Class in jec.dto
Title: ADUserDTO
ADUserDTO() - Constructor for class jec.dto.ADUserDTO
 
AttachmentDTO - Class in jec.dto
Title:
AttachmentDTO() - Constructor for class jec.dto.AttachmentDTO
 
ATTENDEE_TYPE_OPTIONAL - Static variable in class jec.dto.ExchangeEventAttendeeDTO
 
ATTENDEE_TYPE_ORGENIZER - Static variable in class jec.dto.ExchangeEventAttendeeDTO
 
ATTENDEE_TYPE_REQUIRED - Static variable in class jec.dto.ExchangeEventAttendeeDTO
 
ATTENDEE_TYPE_RESOURCE - Static variable in class jec.dto.ExchangeEventAttendeeDTO
 
AttendeeList - Class in jec.dto
 
AttendeeList() - Constructor for class jec.dto.AttendeeList
 
authenticate() - Method in interface jec.ExchangeConnectorInterface
check authentication (after getting a connection)

B

BUSY - Static variable in class jec.dto.UserAvailabilityData
 

C

containsCategory(String) - Method in class jec.dto.ExchangeContactDTO
checks if contains the category
containsCategory(String) - Method in class jec.dto.ExchangeEventDTO
checks if contains the category
createExchangeConnector(String, String, String, String, boolean, String) - Method in class jec.ExchangeConnectorFactory
 
createExchangeConnector(String, String, String, String, boolean, String, boolean) - Method in class jec.ExchangeConnectorFactory
 
createFolder(String, int) - Method in interface jec.ExchangeConnectorInterface
Creates a new folder on exchange server.
createOrUpdateEmail(ExchangeEmailDTO) - Method in interface jec.ExchangeConnectorInterface
 

D

DATE_RECEIVED_ASCENDING - Static variable in class jec.dto.Sorter
 
DATE_RECEIVED_DESCENDING - Static variable in class jec.dto.Sorter
 
decline(ExchangeEmailDTO) - Method in interface jec.ExchangeConnectorInterface
decline the meeting request
deleteContact(String) - Method in interface jec.ExchangeConnectorInterface
 
deleteEmail(String) - Method in interface jec.ExchangeConnectorInterface
 
deleteEvent(String) - Method in interface jec.ExchangeConnectorInterface
 
deleteTask(String) - Method in interface jec.ExchangeConnectorInterface
 

E

EmailAddressDTO - Class in jec.dto
Title: EmailAddressDTO
EmailAddressDTO() - Constructor for class jec.dto.EmailAddressDTO
 
EVENT_INSTANCE_TYPE_EXCEPTION_RECURRING - Static variable in class jec.dto.ExchangeEventDTO
 
EVENT_INSTANCE_TYPE_INSTANCE_RECURRING - Static variable in class jec.dto.ExchangeEventDTO
 
EVENT_INSTANCE_TYPE_MASTER_RECURRING - Static variable in class jec.dto.ExchangeEventDTO
 
EVENT_INSTANCE_TYPE_SINGLE - Static variable in class jec.dto.ExchangeEventDTO
 
EventSearchCriteria - Class in jec
Title: EventSearchCriteria
EventSearchCriteria(String, String, String, int, int) - Constructor for class jec.EventSearchCriteria
 
EventSearchCriteria(String, String, String, int, int, String) - Constructor for class jec.EventSearchCriteria
 
ExchangeAddressDTO - Class in jec.dto
Title: ExchangeAddressDTO
ExchangeAddressDTO() - Constructor for class jec.dto.ExchangeAddressDTO
 
ExchangeAuthenticationException - Exception in jec
 
ExchangeAuthenticationException(String) - Constructor for exception jec.ExchangeAuthenticationException
 
ExchangeAuthenticationException(String, Exception) - Constructor for exception jec.ExchangeAuthenticationException
 
ExchangeConnectionException - Exception in jec
 
ExchangeConnectionException(String) - Constructor for exception jec.ExchangeConnectionException
 
ExchangeConnectionException(String, Exception) - Constructor for exception jec.ExchangeConnectionException
 
ExchangeConnectorFactory - Class in jec
Title: ExchangeConnectorFactory
ExchangeConnectorFactory() - Constructor for class jec.ExchangeConnectorFactory
 
ExchangeConnectorFactory(String) - Constructor for class jec.ExchangeConnectorFactory
 
ExchangeConnectorInterface - Interface in jec
 
ExchangeContactDTO - Class in jec.dto
Title: ExchangeContactDTO
ExchangeContactDTO() - Constructor for class jec.dto.ExchangeContactDTO
 
ExchangeDTO - Class in jec.dto
Title: ExchangeDTO
ExchangeDTO() - Constructor for class jec.dto.ExchangeDTO
 
ExchangeEmailDTO - Class in jec.dto
Title: ExchangeEmailDTO
ExchangeEmailDTO() - Constructor for class jec.dto.ExchangeEmailDTO
 
ExchangeEmailShallowDTO - Class in jec.dto
 
ExchangeEmailShallowDTO() - Constructor for class jec.dto.ExchangeEmailShallowDTO
 
ExchangeEventAttendeeDTO - Class in jec.dto
Title: ExchangeEventAttendeeTDO
ExchangeEventAttendeeDTO() - Constructor for class jec.dto.ExchangeEventAttendeeDTO
 
ExchangeEventDTO - Class in jec.dto
Title: ExchangeEventDTO
ExchangeEventDTO() - Constructor for class jec.dto.ExchangeEventDTO
 
ExchangeGeneralException - Exception in jec
 
ExchangeGeneralException(String) - Constructor for exception jec.ExchangeGeneralException
 
ExchangeGeneralException(String, Exception) - Constructor for exception jec.ExchangeGeneralException
 
ExchangeRedirectException - Exception in jec
 
ExchangeRedirectException(String, String) - Constructor for exception jec.ExchangeRedirectException
 
ExchangeTaskDTO - Class in jec.dto
Title: ExchangeTaskDTO
ExchangeTaskDTO() - Constructor for class jec.dto.ExchangeTaskDTO
 

F

FolderDTO - Class in jec.dto
 
FolderDTO() - Constructor for class jec.dto.FolderDTO
 
FREE - Static variable in class jec.dto.UserAvailabilityData
 

G

getAccountName() - Method in class jec.dto.ADUserDTO
 
getAddress1() - Method in class jec.dto.ExchangeAddressDTO
get address1
getAddress2() - Method in class jec.dto.ExchangeAddressDTO
get address2
getAssignEmail() - Method in class jec.dto.ExchangeTaskDTO
 
getAttachmentName() - Method in class jec.dto.ExchangeEmailDTO
 
getAttachments(String) - Method in interface jec.ExchangeConnectorInterface
get item attachment (email, calendar event, task)
getAttachmentsAsAttachmentDTOArrayList() - Method in class jec.dto.ExchangeEmailDTO
 
getBcc() - Method in class jec.dto.ExchangeEmailDTO
 
getBccArray() - Method in class jec.dto.ExchangeEmailDTO
 
getBccEmailAddresses() - Method in class jec.dto.ExchangeEmailDTO
 
getBccEmailNames() - Method in class jec.dto.ExchangeEmailDTO
 
getBirthDay() - Method in class jec.dto.ExchangeContactDTO
 
getBody() - Method in class jec.dto.ExchangeEmailDTO
 
getBusinessAddress() - Method in class jec.dto.ExchangeContactDTO
get the Business Address Information as DTO
getBusyStatus() - Method in class jec.dto.ExchangeEventDTO
 
getByteData() - Method in class jec.dto.AttachmentDTO
 
getCategories() - Method in class jec.dto.ExchangeContactDTO
get Categories
getCategories() - Method in class jec.dto.ExchangeEventDTO
get Categories
getCategories() - Method in class jec.dto.ExchangeTaskDTO
get Categories
getCc() - Method in class jec.dto.ExchangeEmailDTO
 
getCc() - Method in class jec.dto.ExchangeEmailShallowDTO
 
getCcArray() - Method in class jec.dto.ExchangeEmailDTO
 
getCcEmailAddresses() - Method in class jec.dto.ExchangeEmailDTO
 
getCcEmailAsStr() - Method in class jec.dto.ExchangeEventDTO
 
getCcEmailNames() - Method in class jec.dto.ExchangeEmailDTO
 
getChangeKey() - Method in class jec.dto.ExchangeEmailShallowDTO
 
getCity() - Method in class jec.dto.ExchangeAddressDTO
get city
getCN() - Method in class jec.dto.ADUserDTO
 
getCompany() - Method in class jec.dto.ExchangeContactDTO
get the Company Name
getContactByUniqueIdForURL(String, boolean) - Method in interface jec.ExchangeConnectorInterface
get a contact using its uniqueIdForUrl
getContacts() - Method in interface jec.ExchangeConnectorInterface
Gets all the contacts from a contact folder
getContacts(Date) - Method in interface jec.ExchangeConnectorInterface
Get contacts that are later then lastModificationDate4Search
getContacts(int, int) - Method in interface jec.ExchangeConnectorInterface
Get contacts using range filter
getCountryOrRegion() - Method in class jec.dto.ExchangeAddressDTO
get country
getCreationDate() - Method in class jec.dto.ExchangeTaskDTO
 
getDateReceived() - Method in class jec.dto.ExchangeEmailDTO
 
getDateReceived() - Method in class jec.dto.ExchangeEmailShallowDTO
 
getDateReceivedStr() - Method in class jec.dto.ExchangeEmailDTO
 
getDescription() - Method in class jec.dto.ExchangeEventDTO
 
getDescription() - Method in class jec.dto.ExchangeTaskDTO
 
getDescriptionSearchStr() - Method in class jec.EventSearchCriteria
 
getDisplayName() - Method in class jec.dto.ADUserDTO
 
getDisplayName() - Method in class jec.dto.ExchangeEventAttendeeDTO
 
getDisplayNameAndEmailStr() - Method in class jec.dto.ExchangeEventAttendeeDTO
 
getDistinguishedName() - Method in class jec.dto.ADUserDTO
returns the DistinguishedName
getDraftsFolderName() - Method in interface jec.ExchangeConnectorInterface
getting email drafts folder name
getDtstamp() - Method in class jec.dto.ExchangeEmailDTO
 
getDtstart() - Method in class jec.dto.ExchangeEmailDTO
 
getDueDate() - Method in class jec.dto.ExchangeTaskDTO
 
getEmail() - Method in class jec.dto.ExchangeContactDTO
get the email adderss
getEmail2() - Method in class jec.dto.ExchangeContactDTO
set Email Address2
getEmail2Display() - Method in class jec.dto.ExchangeContactDTO
 
getEmail3() - Method in class jec.dto.ExchangeContactDTO
get Email Address3
getEmail3Display() - Method in class jec.dto.ExchangeContactDTO
 
getEmailAddr() - Method in class jec.dto.ExchangeEventAttendeeDTO
 
getEmailAddress() - Method in class jec.dto.ADUserDTO
 
getEmailAddress() - Method in class jec.dto.EmailAddressDTO
get the emailAddress
getEmailByUid(String) - Method in interface jec.ExchangeConnectorInterface
get an email using its uid, in most cases the size of this ArrayList is 1, in some cases an email duplication causes this emails ArrayList size to be bigger then one.
getEmailDisplay() - Method in class jec.dto.ExchangeContactDTO
 
getEmailFolderName() - Method in interface jec.ExchangeConnectorInterface
Return the Emails folder used by the connector
getEmails(Date, HashSet, HashSet, int) - Method in interface jec.ExchangeConnectorInterface
 
getEmails(Date) - Method in interface jec.ExchangeConnectorInterface
get all emails from sinceDate
getEmails(Date, Date, int, int) - Method in interface jec.ExchangeConnectorInterface
get emails with range support, use the startIndex and the endIndex to bring the selected part of the emails
getEmails(Date, Date, HashSet, HashSet, String, int, int, int, Sorter) - Method in interface jec.ExchangeConnectorInterface
returns ArrayList of ExchangeEmailDTO.
getEmailStr() - Method in class jec.dto.ExchangeEmailDTO
 
getEndDate() - Method in class jec.dto.ExchangeEventDTO
 
getEndDate() - Method in class jec.dto.UserAvailabilityData
 
getEndDateNoTzShift() - Method in class jec.dto.ExchangeEventDTO
 
getEventByUid(String) - Method in interface jec.ExchangeConnectorInterface
getting the event using the event uid field
getEventByUniqueIdForURL(String) - Method in interface jec.ExchangeConnectorInterface
 
getEventHandlerType() - Method in interface jec.ExchangeConnectorInterface
possible types:
ExchangeConstants.CALENDER_HANDLER_TYPE_REGULAR (default)
ExchangeConstants.CALENDER_HANDLER_TYPE_UPDATE_MEETING_REQ
getEvents(Date, Date, int) - Method in interface jec.ExchangeConnectorInterface
get an event list
getEvents(Date, Date, EventSearchCriteria) - Method in interface jec.ExchangeConnectorInterface
get an event list according to search criteria
getEvents(Date, Date) - Method in interface jec.ExchangeConnectorInterface
get all events from startDate to endDate.
getEvents(Date, Date, Date) - Method in interface jec.ExchangeConnectorInterface
Get events that are later then lastModificationDate4Search
getExchangeId() - Method in class jec.dto.ExchangeContactDTO
 
getFax() - Method in class jec.dto.ExchangeContactDTO
get the Fax Number (as String)
getFileAs() - Method in class jec.dto.ExchangeContactDTO
 
getFileAsId() - Method in class jec.dto.ExchangeContactDTO
 
getFirstName() - Method in class jec.dto.ExchangeContactDTO
get First Name
getFolders(String) - Method in interface jec.ExchangeConnectorInterface
 
getForename() - Method in class jec.dto.ADUserDTO
 
getFormattedAllDayEvent() - Method in class jec.dto.ExchangeEventDTO
 
getFormattedEndDate() - Method in class jec.dto.ExchangeEventDTO
 
getFormattedStartDate() - Method in class jec.dto.ExchangeEventDTO
 
getFrom() - Method in class jec.dto.ExchangeEmailDTO
 
getFrom() - Method in class jec.dto.ExchangeEmailShallowDTO
 
getFrom() - Method in class jec.dto.ExchangeEventDTO
Used for setting the from information (Organizer) in meeting requests.
getFrom() - Method in class jec.dto.ExchangeTaskDTO
 
getFromAsAddressDTO() - Method in class jec.dto.ExchangeEmailDTO
 
getFromEmailAddress() - Method in class jec.dto.ExchangeEmailDTO
 
getFromEmailName() - Method in class jec.dto.ExchangeEmailDTO
 
getFullAddressStr() - Method in class jec.dto.EmailAddressDTO
 
getFullTimezonStr4MeetingReq() - Method in interface jec.ExchangeConnectorInterface
this should be the String format: () /
example: (GMT+02.00) Israel/Jerusalem Standard Time
getHomeAddress() - Method in class jec.dto.ExchangeContactDTO
get the Home Address Information as DTO
getHomeFax() - Method in class jec.dto.ExchangeContactDTO
 
getHtmlBody() - Method in class jec.dto.ExchangeEmailDTO
 
getId() - Method in class jec.dto.ExchangeEmailShallowDTO
 
getId() - Method in class jec.dto.ExchangeEventDTO
 
getImAddress1() - Method in class jec.dto.ExchangeContactDTO
 
getImAddress2() - Method in class jec.dto.ExchangeContactDTO
 
getImAddress3() - Method in class jec.dto.ExchangeContactDTO
 
getImportance() - Method in class jec.dto.ExchangeEmailDTO
 
getImportance() - Method in class jec.dto.ExchangeEmailShallowDTO
 
getImportance() - Method in class jec.dto.ExchangeEventDTO
importance (0-> low, 1-> normal, 2->high)
getInputStreamContent() - Method in class jec.dto.AttachmentDTO
 
getInstanceType() - Method in class jec.dto.ExchangeEventDTO
 
getIntervalMins() - Method in class jec.dto.UserAvailabilityData
 
getIsAllDayEvent() - Method in class jec.dto.ExchangeEventDTO
 
getIsAllDayEventSearch() - Method in class jec.EventSearchCriteria
 
getIsRecurrent() - Method in class jec.dto.ExchangeEventDTO
 
getIsRecurrentSearch() - Method in class jec.EventSearchCriteria
 
getJobTitle() - Method in class jec.dto.ExchangeContactDTO
get the Job Title
getLastModified() - Method in class jec.dto.ExchangeContactDTO
get the last date the contact was modified, its represented as UTC String
getLastModifiedDate() - Method in class jec.dto.ExchangeEventDTO
 
getLastModifiedDate() - Method in class jec.dto.ExchangeTaskDTO
 
getLastName() - Method in class jec.dto.ExchangeContactDTO
get the Last Name
getLocation() - Method in class jec.dto.ExchangeEventDTO
 
getLocationSearchStr() - Method in class jec.EventSearchCriteria
 
getMailBoxName() - Method in class jec.dto.ADUserDTO
Works out the Exchange mail box name from the user's email address
getMailingAddressIndex() - Method in class jec.dto.ExchangeContactDTO
a number that indicates on what address from the 3 contact addresses (home, business, other) is the Mailing Address, the mailing address can be only on one.
getMeetingDescription() - Method in class jec.dto.ExchangeEmailDTO
 
getMeetingEndTimeStr() - Method in class jec.dto.ExchangeEmailDTO
 
getMeetingOwner() - Method in class jec.dto.ExchangeEmailDTO
 
getMeetingReqLocation() - Method in class jec.dto.ExchangeEmailDTO
 
getMeetingReqSummary() - Method in class jec.dto.ExchangeEmailDTO
 
getMeetingStartTimeStr() - Method in class jec.dto.ExchangeEmailDTO
 
getMeetingUid() - Method in class jec.dto.ExchangeEmailDTO
 
getMiddleName() - Method in class jec.dto.ExchangeContactDTO
get the Middle Name
getMimeMultipart() - Method in class jec.dto.ExchangeEmailDTO
 
getName() - Method in class jec.dto.EmailAddressDTO
get the name
getName() - Method in class jec.dto.FolderDTO
 
getNewURL() - Method in exception jec.ExchangeRedirectException
 
getOperator() - Method in class jec.SearchCriteria
 
getOrganizer() - Method in class jec.dto.ExchangeEventDTO
return the SMTP address of the meeting Organizer
getOtherAddress() - Method in class jec.dto.ExchangeContactDTO
get the Other Address Information as DTO
getOtherFax() - Method in class jec.dto.ExchangeContactDTO
 
getPatternEnd() - Method in class jec.dto.RecurrenceDTO
the recurrence will end at this date, set as this example pattern: YYYY-mm-ddThh:mm:ss.MMMZ (2008-12-31T05:00:00.000Z).
If not set, the recurrence will not end.
getPercentComplete() - Method in class jec.dto.ExchangeTaskDTO
 
getPostcode() - Method in class jec.dto.ExchangeAddressDTO
get the Post Code
getPriority() - Method in class jec.dto.ExchangeEventDTO
Information exists in exchange but rarely used for event, in most cases you should use the importance field.
getPriority() - Method in class jec.dto.ExchangeTaskDTO
 
getProvinceOrState() - Method in class jec.dto.ExchangeAddressDTO
get the Province
getPublicContacts() - Method in interface jec.ExchangeConnectorInterface
 
getRecurtype() - Method in class jec.dto.RecurrenceDTO
 
getReminderDate() - Method in class jec.dto.ExchangeTaskDTO
 
getReminderMinutesBeforeStart() - Method in class jec.dto.ExchangeEventDTO
 
getRootFolders() - Method in interface jec.ExchangeConnectorInterface
Getting all root folders for the account.
getRrule() - Method in class jec.dto.ExchangeEventDTO
 
getRrule() - Method in class jec.dto.RecurrenceDTO
 
getSchedulingDataStr() - Method in class jec.dto.UserAvailabilityData
Use this method to retrive the availability information String
the String will be in this example format:
000000000000000000000000002200220000000000
getSensitivity() - Method in class jec.dto.ExchangeEmailShallowDTO
 
getSensitivity() - Method in class jec.dto.ExchangeEventDTO
{"Public", "Private"}
getStartDate() - Method in class jec.dto.ExchangeEventDTO
 
getStartDate() - Method in class jec.dto.ExchangeTaskDTO
 
getStartDate() - Method in class jec.dto.UserAvailabilityData
 
getStartDateNoTzShift() - Method in class jec.dto.ExchangeEventDTO
 
getStatus() - Method in class jec.dto.ExchangeTaskDTO
 
getStreet() - Method in class jec.dto.ExchangeAddressDTO
 
getSubject() - Method in class jec.dto.ExchangeEmailDTO
 
getSubject() - Method in class jec.dto.ExchangeEmailShallowDTO
 
getSubject() - Method in class jec.dto.ExchangeEventDTO
 
getSubject() - Method in class jec.dto.ExchangeTaskDTO
 
getSubjectSearchStr() - Method in class jec.SearchCriteria
 
getSurname() - Method in class jec.dto.ADUserDTO
 
getTaskByUniqueIdForURL(String) - Method in interface jec.ExchangeConnectorInterface
get a task using it unique ID.
getTasks() - Method in interface jec.ExchangeConnectorInterface
 
getTelBusiness() - Method in class jec.dto.ExchangeContactDTO
get the Business Tel
getTelBusiness2() - Method in class jec.dto.ExchangeContactDTO
get the Business Tel2
getTelHome() - Method in class jec.dto.ExchangeContactDTO
get Home tel
getTelHome2() - Method in class jec.dto.ExchangeContactDTO
 
getTelMobile() - Method in class jec.dto.ExchangeContactDTO
get Mobile Tel
getTelOther() - Method in class jec.dto.ExchangeContactDTO
get Other Tel
getTextDescription() - Method in class jec.dto.ExchangeContactDTO
 
getTimezone() - Method in class jec.dto.ExchangeEventDTO
 
getTimezoneId() - Method in class jec.dto.RecurrenceDTO
 
getTo() - Method in class jec.dto.ExchangeEmailDTO
 
getTo() - Method in class jec.dto.ExchangeEmailShallowDTO
 
getTo() - Method in class jec.dto.ExchangeEventDTO
 
getToArray() - Method in class jec.dto.ExchangeEmailDTO
 
getToEmailAddresses() - Method in class jec.dto.ExchangeEmailDTO
 
getToEmailAddressesForDisplay() - Method in class jec.dto.ExchangeEmailDTO
 
getToEmailAsStr() - Method in class jec.dto.ExchangeEventDTO
 
getToEmailNames() - Method in class jec.dto.ExchangeEmailDTO
 
getToEmailNamesForDisplay() - Method in class jec.dto.ExchangeEmailDTO
 
getType() - Method in class jec.dto.ExchangeEventAttendeeDTO
 
getType() - Method in class jec.dto.Sorter
 
getTzid() - Method in class jec.dto.ExchangeEmailDTO
 
getTzoffsetfrom() - Method in class jec.dto.ExchangeEmailDTO
 
getTzoffsetto() - Method in class jec.dto.ExchangeEmailDTO
 
getUid() - Method in class jec.dto.ExchangeEmailDTO
 
getUid() - Method in class jec.dto.ExchangeEventDTO
 
getUid() - Method in class jec.dto.ExchangeTaskDTO
 
getUid() - Method in class jec.EventSearchCriteria
 
getUniqueIdForUrl() - Method in class jec.dto.ExchangeDTO
 
getUrl() - Method in class jec.dto.ExchangeDTO
get the full URL of the exchange item
getUrl() - Method in class jec.dto.FolderDTO
 
getUserAvailabilityData(Date, Date, int, ExchangeEventAttendeeDTO) - Method in interface jec.ExchangeConnectorInterface
gets the users calendar Availability Data between the startDate and the EndDate with the intervalMins, which determines sample rate.
getUserDefinedFields() - Method in class jec.dto.ExchangeContactDTO
 
getWebAddress() - Method in class jec.dto.ExchangeContactDTO
set the Web Address

H

hasAttachment() - Method in class jec.dto.ExchangeEmailDTO
 
hasOptional() - Method in class jec.dto.AttendeeList
 
hasRequired() - Method in class jec.dto.AttendeeList
 

I

IMPORTANCE_HIGH - Static variable in class jec.dto.ExchangeEmailDTO
 
IMPORTANCE_HIGH - Static variable in class jec.dto.ExchangeEventDTO
 
IMPORTANCE_LOW - Static variable in class jec.dto.ExchangeEmailDTO
 
IMPORTANCE_LOW - Static variable in class jec.dto.ExchangeEventDTO
 
IMPORTANCE_NORMAL - Static variable in class jec.dto.ExchangeEmailDTO
 
IMPORTANCE_NORMAL - Static variable in class jec.dto.ExchangeEventDTO
 
InternalException - Exception in jec
 
InternalException(String) - Constructor for exception jec.InternalException
 
InternalException(String, Exception) - Constructor for exception jec.InternalException
 
InvalidSearchCriteriaException - Exception in jec
 
InvalidSearchCriteriaException(String) - Constructor for exception jec.InvalidSearchCriteriaException
 
InvalidSearchCriteriaException(String, Exception) - Constructor for exception jec.InvalidSearchCriteriaException
 
InvalidSearchCriteriaException() - Constructor for exception jec.InvalidSearchCriteriaException
 
isCalendarMessage() - Method in class jec.dto.ExchangeEmailDTO
 
isCompleted() - Method in class jec.dto.ExchangeTaskDTO
 
isGetFullEmailStr() - Method in interface jec.ExchangeConnectorInterface
If True Email Handler set the full email String in the ExchangeEmailDTO
Depends on the number of emails returned, this can consume lots of memory.
isHasAttachments() - Method in class jec.dto.ExchangeEmailShallowDTO
 
isMeetingRequest() - Method in class jec.dto.ExchangeEmailDTO
 
isRead() - Method in class jec.dto.ExchangeEmailDTO
 
isRead() - Method in class jec.dto.ExchangeEmailShallowDTO
 
isRecurrenceMasterRecord() - Method in class jec.dto.ExchangeEventDTO
 
isReminder() - Method in class jec.dto.ExchangeTaskDTO
 
isReminderIsSet() - Method in class jec.dto.ExchangeEventDTO
 
isSendMeetingAcceptEmail() - Method in interface jec.ExchangeConnectorInterface
Is sending meeting acceptance email
isSendTask() - Method in class jec.dto.ExchangeTaskDTO
 
isSmtpMeetingReqSSL() - Method in interface jec.ExchangeConnectorInterface
get meeting request SMTP secured/non secured
ItemNotFountException - Exception in jec
 
ItemNotFountException(String) - Constructor for exception jec.ItemNotFountException
 
ItemNotFountException(String, Exception) - Constructor for exception jec.ItemNotFountException
 

J

jec - package jec
JEC - Java Exchange Connector main package.
jec.dto - package jec.dto
DTO (Data Transfer Objects) layer.

M

main(String[]) - Static method in class jec.dto.ExchangeEmailDTO
 
main(String[]) - Static method in class jec.dto.ExchangeEventAttendeeDTO
 

N

NO_INFO - Static variable in class jec.dto.UserAvailabilityData
 

O

OREventSearchCriteria - Class in jec
Title: OREventSearchCriteria
OREventSearchCriteria(String, String, String, int, int) - Constructor for class jec.OREventSearchCriteria
 

P

parseEmailDTOFromEmailMsgFile(String) - Method in interface jec.ExchangeConnectorInterface
Parse email saved from Outlook to the file system using this method
parseExchangeEmailField(String) - Static method in class jec.dto.ExchangeEmailDTO
 
PRIORITY_HIGH - Static variable in class jec.dto.ExchangeTaskDTO
 
PRIORITY_LOW - Static variable in class jec.dto.ExchangeTaskDTO
 
PRIORITY_NORMAL - Static variable in class jec.dto.ExchangeTaskDTO
 

R

RecurrenceDTO - Class in jec.dto
 
RecurrenceDTO() - Constructor for class jec.dto.RecurrenceDTO
 
RECURTYPE_DAILY - Variable in class jec.dto.RecurrenceDTO
 
RECURTYPE_MONTHLY - Variable in class jec.dto.RecurrenceDTO
 
RECURTYPE_SINGLE - Variable in class jec.dto.RecurrenceDTO
 
RECURTYPE_WEEKLY - Variable in class jec.dto.RecurrenceDTO
 
RECURTYPE_YEARLY - Variable in class jec.dto.RecurrenceDTO
 
removeFromCalendar(ExchangeEmailDTO) - Method in interface jec.ExchangeConnectorInterface
Handles a canceled meeting by activating a "remove from calendar" command.

S

SearchCriteria - Class in jec
Title: SearchCriteria
SearchCriteria() - Constructor for class jec.SearchCriteria
 
sendEmail(ExchangeEmailDTO) - Method in interface jec.ExchangeConnectorInterface
sends an email using the information in the ExchangeEmailDTO
sendMeetingRequest(ExchangeEventDTO) - Method in interface jec.ExchangeConnectorInterface
Send a meetin request to the to person
sendMeetingRequest(ExchangeEventDTO, int) - Method in interface jec.ExchangeConnectorInterface
select the send type using ExchangeConstants.MEETING_REQUEST_SENDER_TYPE_SMTP
Or ExchangeConstants.MEETING_REQUEST_SENDER_TYPE_WEBDAV
sentEmail(String) - Method in interface jec.ExchangeConnectorInterface
 
setAccountName(String) - Method in class jec.dto.ADUserDTO
 
setAddress1(String) - Method in class jec.dto.ExchangeAddressDTO
set address1
setAddress2(String) - Method in class jec.dto.ExchangeAddressDTO
set address2
setAllDayEventTimeShifter(String) - Method in interface jec.ExchangeConnectorInterface
 
setAllDayEventTimeShiftGMTString(String) - Method in class jec.dto.ExchangeEventDTO
 
setAssignEmail(String) - Method in class jec.dto.ExchangeTaskDTO
 
setAttachmentName(String) - Method in class jec.dto.ExchangeEmailDTO
 
setBcc(String) - Method in class jec.dto.ExchangeEmailDTO
 
setBcc(EmailAddressDTO[]) - Method in class jec.dto.ExchangeEmailDTO
 
setBccEmailAddresses(String[]) - Method in class jec.dto.ExchangeEmailDTO
 
setBccEmailNames(String[]) - Method in class jec.dto.ExchangeEmailDTO
 
setBirthDay(String) - Method in class jec.dto.ExchangeContactDTO
 
setBody(String) - Method in class jec.dto.ExchangeEmailDTO
 
setBusinessAddress(ExchangeAddressDTO) - Method in class jec.dto.ExchangeContactDTO
set the Business Address Information as DTO
setBusyStatus(String) - Method in class jec.dto.ExchangeEventDTO
 
setByteData(byte[]) - Method in class jec.dto.AttachmentDTO
 
setCalendarFolderName(String) - Method in interface jec.ExchangeConnectorInterface
In case your calendar folder name have a different name then Calendar
setCategories(Vector) - Method in class jec.dto.ExchangeContactDTO
set Categories
setCategories(Vector) - Method in class jec.dto.ExchangeEventDTO
set Categories
setCategories(Vector) - Method in class jec.dto.ExchangeTaskDTO
set Categories
setCc(String) - Method in class jec.dto.ExchangeEmailDTO
 
setCc(EmailAddressDTO[]) - Method in class jec.dto.ExchangeEmailDTO
 
setCc(String) - Method in class jec.dto.ExchangeEmailShallowDTO
 
setCcEmailAdresses(String[]) - Method in class jec.dto.ExchangeEmailDTO
 
setCcEmailNames(String[]) - Method in class jec.dto.ExchangeEmailDTO
 
setChangeKey(String) - Method in class jec.dto.ExchangeEmailShallowDTO
 
setCity(String) - Method in class jec.dto.ExchangeAddressDTO
set city
setCN(String) - Method in class jec.dto.ADUserDTO
 
setCompany(String) - Method in class jec.dto.ExchangeContactDTO
set the Company Name
setContactsFolderName(String) - Method in interface jec.ExchangeConnectorInterface
In case your contacts folder name have a different name then Contacts
setCountryOrRegion(String) - Method in class jec.dto.ExchangeAddressDTO
set country
setCreationDate(Date) - Method in class jec.dto.ExchangeTaskDTO
 
setDateReceived(Date) - Method in class jec.dto.ExchangeEmailDTO
 
setDateReceived(Date) - Method in class jec.dto.ExchangeEmailShallowDTO
 
setDateReceivedStr(String) - Method in class jec.dto.ExchangeEmailDTO
 
setDeletedFolderName(String) - Method in interface jec.ExchangeConnectorInterface
In case your Deleted folder name have a different name then Deleted Items
setDescription(String) - Method in class jec.dto.ExchangeEventDTO
 
setDescription(String) - Method in class jec.dto.ExchangeTaskDTO
 
setDisplayName(String) - Method in class jec.dto.ADUserDTO
 
setDisplayName(String) - Method in class jec.dto.ExchangeEventAttendeeDTO
 
setDisplayNameAndEmailStr(String) - Method in class jec.dto.ExchangeEventAttendeeDTO
 
setDistinguishedName(String) - Method in class jec.dto.ADUserDTO
set the DistinguishedName
setDomain(String) - Method in interface jec.ExchangeConnectorInterface
 
setDraftsFolderName(String) - Method in interface jec.ExchangeConnectorInterface
setting email drafts folder name, this is needed is exchange is not English
setDueDate(Date) - Method in class jec.dto.ExchangeTaskDTO
 
setEmail(String) - Method in class jec.dto.ExchangeContactDTO
set the email address
setEmail2(String) - Method in class jec.dto.ExchangeContactDTO
get Email Address2
setEmail2Display(String) - Method in class jec.dto.ExchangeContactDTO
 
setEmail3(String) - Method in class jec.dto.ExchangeContactDTO
set Email Address3
setEmail3Display(String) - Method in class jec.dto.ExchangeContactDTO
 
setEmailAddr(String) - Method in class jec.dto.ExchangeEventAttendeeDTO
 
setEmailAddress(String) - Method in class jec.dto.ADUserDTO
 
setEmailAddress(String) - Method in class jec.dto.EmailAddressDTO
set the emailAddress
setEmailDisplay(String) - Method in class jec.dto.ExchangeContactDTO
 
setEmailFolderName(String) - Method in interface jec.ExchangeConnectorInterface
Setting email folder name, if not set using the default "inbox"
setEmailHandlerType(int) - Method in interface jec.ExchangeConnectorInterface
set the Email Handler Type, for advanced use.
setEmailStr(String) - Method in class jec.dto.ExchangeEmailDTO
 
setEndDate(Date) - Method in class jec.dto.ExchangeEventDTO
 
setEndDate(Date) - Method in class jec.dto.UserAvailabilityData
 
setEndDateNoTzShift(Date) - Method in class jec.dto.ExchangeEventDTO
 
setEventHandlerType(int) - Method in interface jec.ExchangeConnectorInterface
possible types:
ExchangeConstants.CALENDER_HANDLER_TYPE_REGULAR (default)
ExchangeConstants.CALENDER_HANDLER_TYPE_UPDATE_MEETING_REQ
setExchangeId(String) - Method in class jec.dto.ExchangeContactDTO
 
setFax(String) - Method in class jec.dto.ExchangeContactDTO
set the Fax Number (as String)
setFbaPath(String) - Method in interface jec.ExchangeConnectorInterface
set alternate fba path, the default is: /exchweb/bin/auth/owaauth.dll
setFileAs(String) - Method in class jec.dto.ExchangeContactDTO
 
setFileAsId(int) - Method in class jec.dto.ExchangeContactDTO
 
setFirstName(String) - Method in class jec.dto.ExchangeContactDTO
set the First Name
setForename(String) - Method in class jec.dto.ADUserDTO
 
setFrom(String) - Method in class jec.dto.ExchangeEmailDTO
 
setFrom(EmailAddressDTO) - Method in class jec.dto.ExchangeEmailDTO
 
setFrom(String) - Method in class jec.dto.ExchangeEmailShallowDTO
 
setFrom(ExchangeEventAttendeeDTO) - Method in class jec.dto.ExchangeEventDTO
This field will be used for creating a meeting request
setFrom(String) - Method in class jec.dto.ExchangeTaskDTO
 
setFullAddressStr(String) - Method in class jec.dto.EmailAddressDTO
 
setFullTimezonStr4MeetingReq(String) - Method in interface jec.ExchangeConnectorInterface
this should be the String format: () /
example: (GMT+02.00) Israel/Jerusalem Standard Time
setGetFullEmailStr(boolean) - Method in interface jec.ExchangeConnectorInterface
Does the Email Handler set the full email String in the ExchangeEmailDTO
default is false.
setGetOnlyUnreadEmails(boolean) - Method in interface jec.ExchangeConnectorInterface
setting this param to true will force the connector to bring only the unread email messages from exchange, the default is false
setHasAttachment(boolean) - Method in class jec.dto.ExchangeEmailDTO
 
setHasAttachments(boolean) - Method in class jec.dto.ExchangeEmailShallowDTO
 
setHomeAddress(ExchangeAddressDTO) - Method in class jec.dto.ExchangeContactDTO
set the Home Address Information as DTO
setHomeFax(String) - Method in class jec.dto.ExchangeContactDTO
 
setHtmlBody(String) - Method in class jec.dto.ExchangeEmailDTO
 
setId(String) - Method in class jec.dto.ExchangeEmailShallowDTO
 
setId(String) - Method in class jec.dto.ExchangeEventDTO
 
setImAddress1(String) - Method in class jec.dto.ExchangeContactDTO
 
setImAddress2(String) - Method in class jec.dto.ExchangeContactDTO
 
setImAddress3(String) - Method in class jec.dto.ExchangeContactDTO
 
setImportance(String) - Method in class jec.dto.ExchangeEmailDTO
 
setImportance(String) - Method in class jec.dto.ExchangeEmailShallowDTO
 
setImportance(int) - Method in class jec.dto.ExchangeEventDTO
importance (0-> low, 1-> normal, 2->high)
setInputStreamContent(InputStream) - Method in class jec.dto.AttachmentDTO
 
setInstanceType(int) - Method in class jec.dto.ExchangeEventDTO
 
setIntervalMins(int) - Method in class jec.dto.UserAvailabilityData
 
setIsAllDayEvent(boolean) - Method in class jec.dto.ExchangeEventDTO
 
setIsCalendarMessage(boolean) - Method in class jec.dto.ExchangeEmailDTO
 
setIsCompleted(boolean) - Method in class jec.dto.ExchangeTaskDTO
 
setIsRead(boolean) - Method in class jec.dto.ExchangeEmailDTO
 
setIsRecurrent(boolean) - Method in class jec.dto.ExchangeEventDTO
don't use for creating recurrent event, its not supported yet.
setJobTitle(String) - Method in class jec.dto.ExchangeContactDTO
set the Job Title
setLastModified(String) - Method in class jec.dto.ExchangeContactDTO
For internal use only.
setLastModifiedDate(Date) - Method in class jec.dto.ExchangeEventDTO
 
setLastModifiedDate(Date) - Method in class jec.dto.ExchangeTaskDTO
 
setLastName(String) - Method in class jec.dto.ExchangeContactDTO
set the Last Name
setLocation(String) - Method in class jec.dto.ExchangeEventDTO
 
setMailingAddressIndex(int) - Method in class jec.dto.ExchangeContactDTO
a number that indicates on what address from the 3 contact addresses (home, business, other) is the Mailing Address, the mailing address can be only on one.
setMemberOf(String[]) - Method in class jec.dto.ADUserDTO
set the memberOf
setMiddleName(String) - Method in class jec.dto.ExchangeContactDTO
set the Middle Name
setMimeMultipart(MimeMultipart) - Method in class jec.dto.ExchangeEmailDTO
 
setName(String) - Method in class jec.dto.EmailAddressDTO
set the name
setName(String) - Method in class jec.dto.FolderDTO
 
setOrganizer(String) - Method in class jec.dto.ExchangeEventDTO
 
setOtherAddress(ExchangeAddressDTO) - Method in class jec.dto.ExchangeContactDTO
the Other Address Information as DTO
setOtherFax(String) - Method in class jec.dto.ExchangeContactDTO
 
setPatternEnd(String) - Method in class jec.dto.RecurrenceDTO
the recurrence will end at this date, set as this example pattern: YYYY-mm-ddThh:mm:ss.MMMZ (2008-12-31T05:00:00.000Z).
If not set, the recurrence will not end.
setPercentComplete(String) - Method in class jec.dto.ExchangeTaskDTO
 
setPostcode(String) - Method in class jec.dto.ExchangeAddressDTO
set the Post Code
setPriority(int) - Method in class jec.dto.ExchangeEventDTO
Information exists in exchange but rarely used for event, in most cases you should use the importance field.
setPriority(String) - Method in class jec.dto.ExchangeTaskDTO
 
setProvinceOrState(String) - Method in class jec.dto.ExchangeAddressDTO
sde
setPublicContactsFolderName(String) - Method in interface jec.ExchangeConnectorInterface
set the Public Contacts folder name (the default is "Public Contacts")
setRead(boolean) - Method in class jec.dto.ExchangeEmailShallowDTO
 
setRecurrenceMasterRecord(boolean) - Method in class jec.dto.ExchangeEventDTO
 
setRecurtype(int) - Method in class jec.dto.RecurrenceDTO
Use this class public constants to set.
setReminder(boolean) - Method in class jec.dto.ExchangeTaskDTO
 
setReminderDate(Date) - Method in class jec.dto.ExchangeTaskDTO
 
setReminderIsSet(boolean) - Method in class jec.dto.ExchangeEventDTO
 
setReminderMinutesBeforeStart(int) - Method in class jec.dto.ExchangeEventDTO
 
setResponseTimeWaitSec(int) - Method in interface jec.ExchangeConnectorInterface
 
setResponseTimeWaitStepIntervalsMS(int) - Method in interface jec.ExchangeConnectorInterface
 
setRrule(String) - Method in class jec.dto.ExchangeEventDTO
 
setRrule(String) - Method in class jec.dto.RecurrenceDTO
use the below RFC to set this String correctly:
http://www.ietf.org/rfc/rfc2445.txt paragraf "4.3.10 Recurrence Rule" and "4.8.5.4 Recurrence Rule.
setSchedulingDataStr(String) - Method in class jec.dto.UserAvailabilityData
 
setSendMeetingReqs(boolean) - Method in interface jec.ExchangeConnectorInterface
setting this to false will cause the CalendarHandler to not sent meeting requests to the Attendees in the ExchangeEventDTO (default is true)
setSendMeetingResponseEmail(boolean) - Method in interface jec.ExchangeConnectorInterface
set false to not send meeting acceptance email.
setSendTask(boolean) - Method in class jec.dto.ExchangeTaskDTO
 
setSensitivity(String) - Method in class jec.dto.ExchangeEmailShallowDTO
 
setSensitivity(String) - Method in class jec.dto.ExchangeEventDTO
{"Public", "Private"}
setSmtpMeetingReqSSL(boolean) - Method in interface jec.ExchangeConnectorInterface
set meeting request SMTP secured/non secured
setSMTPPort(int) - Method in interface jec.ExchangeConnectorInterface
Set the smtp port used for sending meeting request for example.
setStartDate(Date) - Method in class jec.dto.ExchangeEventDTO
 
setStartDate(Date) - Method in class jec.dto.ExchangeTaskDTO
 
setStartDate(Date) - Method in class jec.dto.UserAvailabilityData
 
setStartDateNoTzShift(Date) - Method in class jec.dto.ExchangeEventDTO
 
setStatus(String) - Method in class jec.dto.ExchangeTaskDTO
 
setStreet(String) - Method in class jec.dto.ExchangeAddressDTO
set the Province
setSubject(String) - Method in class jec.dto.ExchangeEmailDTO
 
setSubject(String) - Method in class jec.dto.ExchangeEmailShallowDTO
 
setSubject(String) - Method in class jec.dto.ExchangeEventDTO
 
setSubject(String) - Method in class jec.dto.ExchangeTaskDTO
 
setSubjectSearchStr(String) - Method in class jec.SearchCriteria
 
setSurname(String) - Method in class jec.dto.ADUserDTO
 
setTasksFolderName(String) - Method in interface jec.ExchangeConnectorInterface
In case your Tasks folder name have a different name then Tasks
setTelBusiness(String) - Method in class jec.dto.ExchangeContactDTO
set the Business Tel
setTelBusiness2(String) - Method in class jec.dto.ExchangeContactDTO
set the Business Tel2
setTelHome(String) - Method in class jec.dto.ExchangeContactDTO
set Home tel
setTelHome2(String) - Method in class jec.dto.ExchangeContactDTO
 
setTelMobile(String) - Method in class jec.dto.ExchangeContactDTO
set Mobile Tel
setTelOther(String) - Method in class jec.dto.ExchangeContactDTO
set Other Tel
setTextDescription(String) - Method in class jec.dto.ExchangeContactDTO
 
setTimezone(String) - Method in class jec.dto.ExchangeEventDTO
 
setTimezoneId(int) - Method in class jec.dto.RecurrenceDTO
 
setTo(String) - Method in class jec.dto.ExchangeEmailDTO
 
setTo(EmailAddressDTO[]) - Method in class jec.dto.ExchangeEmailDTO
 
setTo(String) - Method in class jec.dto.ExchangeEmailShallowDTO
 
setTo(AttendeeList) - Method in class jec.dto.ExchangeEventDTO
 
setToEmailAddresses(String[]) - Method in class jec.dto.ExchangeEmailDTO
 
setToEmailNames(String[]) - Method in class jec.dto.ExchangeEmailDTO
 
setType(int) - Method in class jec.dto.ExchangeEventAttendeeDTO
 
setType(int) - Method in class jec.dto.Sorter
use the public members to set the correct value.
setUid(String) - Method in class jec.dto.ExchangeEmailDTO
 
setUid(String) - Method in class jec.dto.ExchangeTaskDTO
 
setUniqueIdForUrl(String) - Method in class jec.dto.ExchangeDTO
 
setUrl(String) - Method in class jec.dto.ExchangeDTO
 
setUrl(String) - Method in class jec.dto.FolderDTO
 
setUseFba(boolean) - Method in interface jec.ExchangeConnectorInterface
use forms-based-authentication, curretly supported only in emailHandler
setUseNTLMAuthentication(boolean) - Method in interface jec.ExchangeConnectorInterface
set to true if your exchange server supports only NTLM authentication.
setUserDefinedFields(HashMap) - Method in class jec.dto.ExchangeContactDTO
set the Name and Values pairs for setting contact user defined fields
setUserDefinedFields(ArrayList) - Method in interface jec.ExchangeConnectorInterface
 
setWebAddress(String) - Method in class jec.dto.ExchangeContactDTO
get the Web Address
Sorter - Class in jec.dto
Used to sort the items returned from exchange server
Sorter() - Constructor for class jec.dto.Sorter
 
Sorter(int) - Constructor for class jec.dto.Sorter
 

T

TENTATIVE - Static variable in class jec.dto.UserAvailabilityData
 
tentative(ExchangeEmailDTO) - Method in interface jec.ExchangeConnectorInterface
tentative the meeting request
toString() - Method in class jec.dto.ExchangeEventDTO
 

U

updateContact(ExchangeContactDTO) - Method in interface jec.ExchangeConnectorInterface
 
updateEvent(ExchangeEventDTO) - Method in interface jec.ExchangeConnectorInterface
 
updateEventAsRecurrent(String, RecurrenceDTO) - Method in interface jec.ExchangeConnectorInterface
Update an event to be a recurrent event
updatePublicContact(ExchangeContactDTO) - Method in interface jec.ExchangeConnectorInterface
 
updateTask(ExchangeTaskDTO) - Method in interface jec.ExchangeConnectorInterface
 
UserAvailabilityData - Class in jec.dto
Title: UserAvailabilityData
UserAvailabilityData() - Constructor for class jec.dto.UserAvailabilityData
 
UserAvailabilityData(Date, Date, int) - Constructor for class jec.dto.UserAvailabilityData
 

V

VALUE_OUT_OF_OFFICE - Static variable in class jec.dto.UserAvailabilityData
 

_

_calendarBusyStatus_BUSY - Static variable in class jec.dto.ExchangeEventDTO
 
_calendarBusyStatus_FREE - Static variable in class jec.dto.ExchangeEventDTO
 
_calendarBusyStatus_OUT_OF_OFFICE - Static variable in class jec.dto.ExchangeEventDTO
 
_calendarBusyStatus_TENTATIVE - Static variable in class jec.dto.ExchangeEventDTO
 
_operator - Variable in class jec.SearchCriteria
 
_subjectSearchStr - Variable in class jec.SearchCriteria
 

A B C D E F G H I J M N O P R S T U V _