|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of IDateRange in com.sap.ip.collaboration.gw.api.framework.groupware |
| Methods in com.sap.ip.collaboration.gw.api.framework.groupware that return IDateRange | |
IDateRange |
IGroupwareItemFactory.getDateRange(java.util.Date pStartDate,
java.util.Date pEndDate)
|
IDateRange |
IAvailabilityInfo.getTimeInterval()
Returns the time interval of the availability information as a date range. |
| Methods in com.sap.ip.collaboration.gw.api.framework.groupware with parameters of type IDateRange | |
java.util.Map |
ICalendarReadTransport.getAvailabilityInfo(IDateRange range,
int timeInterval,
java.util.List addresses,
IGroupwareCredentials credentials)
Returns the availability information for a list of users. |
java.util.List |
IReadTransport.getItemList(IDateRange range,
IGroupwareCredentials credentials)
Returns all items from the transport for the specified date range |
java.util.List |
IReadTransport.getItemList(IDateRange range,
java.util.Properties searchCriteria,
IGroupwareCredentials credentials)
Returns all items from the transport for the specified date range and search criteria. |
java.util.List |
IGroupwareManager.getItemList(GroupwareItemType itemType,
IDateRange range,
com.sapportals.portal.security.usermanagement.IUser user)
Returns all groupware items for the specified date range. |
java.util.List |
IGroupwareManager.getItemList(GroupwareItemType itemType,
IDateRange range,
java.util.Properties searchCriteria,
com.sapportals.portal.security.usermanagement.IUser user)
Returns all groupware items for the specified date range and search attributes. |
java.util.Map |
IGroupwareManager.getAvailabilityInfo(IDateRange range,
int timeInterval,
java.util.List addresses,
com.sapportals.portal.security.usermanagement.IUser user)
Returns the availability information for a list of users. |
void |
IAvailabilityInfo.setTimeInterval(IDateRange range)
Sets the time interval of the availability information |
| Uses of IDateRange in com.sap.ip.collaboration.gw.api.manager.calendar |
| Methods in com.sap.ip.collaboration.gw.api.manager.calendar with parameters of type IDateRange | |
java.util.Map |
ICalendarSO.getAvailabilityInfo(IDateRange range,
int timeInterval,
java.util.List addresses,
com.sapportals.portal.security.usermanagement.IUser user)
Returns the availability information for a list of users. |
| Uses of IDateRange in com.sap.ip.collaboration.gw.api.service |
| Methods in com.sap.ip.collaboration.gw.api.service that return IDateRange | |
IDateRange |
IGWObjectsFactoryService.getDateRange(java.util.Date pStartDate,
java.util.Date pEndDate)
|
| Uses of IDateRange in com.sap.ip.collaboration.gw.impl.transport.file.filesystem |
| Fields in com.sap.ip.collaboration.gw.impl.transport.file.filesystem declared as IDateRange | |
(package private) IDateRange |
FileTransport.AvailData.range
|
| Methods in com.sap.ip.collaboration.gw.impl.transport.file.filesystem with parameters of type IDateRange | |
java.util.List |
FileTransport.getItemList(IDateRange range,
IGroupwareCredentials credential)
|
java.util.List |
FileTransport.getItemList(IDateRange range,
java.util.Properties searchCriteria,
IGroupwareCredentials credentials)
|
java.util.Map |
FileTransport.getAvailabilityInfo(IDateRange range,
int timeInterval,
java.util.List addresses,
IGroupwareCredentials credential)
|
private IAvailabilityInfo |
FileTransport.getAvailabilityImpl(java.lang.String data,
IDateRange range,
int interval)
Creates the availability info implementaion with the given availability info. |
private void |
FileTransport.convertToAvailabilityInfoImpl(java.util.Map map,
IDateRange range,
int interval)
Stores Availability info for given date range & interval in its implementation object. |
private int |
FileTransport.getTotalTimeSlots(IDateRange range,
int timeInterval,
java.util.List list)
Constructs the timeslots within given date range & time interval. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||