|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LocationResolution
LocationResolution: Interface for location resolution services.
| Method Summary | |
|---|---|
java.util.Vector |
getSchedule(java.util.Date startTime,
java.util.Date endTime)
Returns array of CRIDs for all events that start at a time between the start time and the end time. |
java.util.Vector |
getSchedule(java.util.Date startTime,
java.util.Date endTime,
java.lang.String serviceID)
Returns array of CRIDs for all events that start at a time between the start time and the end time and are on the specified service. |
java.util.Vector |
resolveLeafCRID(ContentReference crid)
Returns Vector of all locations for this CRID. |
java.util.Vector |
resolveLeafCRID(ContentReference crid,
java.lang.String serviceID)
Returns Vector of all locations for this CRID on the specified service. |
| Method Detail |
|---|
java.util.Vector resolveLeafCRID(ContentReference crid)
throws SearchInterfaceNotSupportedException
crid - CRID to search for.
SearchInterfaceNotSupportedException - If the implementation doesn't support this function.
java.util.Vector resolveLeafCRID(ContentReference crid,
java.lang.String serviceID)
throws SearchInterfaceNotSupportedException
crid - CRID to search for.serviceID - The serviceID of the service we are interested in.
SearchInterfaceNotSupportedException - If the implementation doesn't support this function.
java.util.Vector getSchedule(java.util.Date startTime,
java.util.Date endTime)
throws SearchInterfaceNotSupportedException
startTime - Start time of schedule.endTime - End time of schedule.
SearchInterfaceNotSupportedException - If the implementation doesn't support this function.
java.util.Vector getSchedule(java.util.Date startTime,
java.util.Date endTime,
java.lang.String serviceID)
throws SearchInterfaceNotSupportedException
startTime - Start time of schedule.endTime - End time of schedule.serviceID - The serviceID of the service we are interested in.
SearchInterfaceNotSupportedException - If the implementation doesn't support this function.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||