public class CorrespondenceService extends Object implements Serializable
| Constructor and Description |
|---|
CorrespondenceService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCorrespondingId(String username,
String id) |
void |
deleteCorrespondingId(String username,
String exchangeId,
String exoId)
delete Correspondence between IDs
|
String |
getCorrespondingId(String username,
String id)
Gets Id of exchange from eXo Calendar or Event Id and vice versa
|
org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator |
getHierarchyCreator() |
org.exoplatform.services.jcr.ext.app.SessionProviderService |
getSessionProviderService() |
List<String> |
getSynchronizedExchangeFolderIds(String username) |
void |
setCorrespondingId(String username,
String exoId,
String exchangeId)
Sets Correspondence between IDs
|
public String getCorrespondingId(String username, String id) throws Exception
username - id - Exceptionpublic void setCorrespondingId(String username, String exoId, String exchangeId) throws Exception
username - exoId - exchangeId - Exceptionpublic void deleteCorrespondingId(String username, String exchangeId, String exoId) throws Exception
username - exchangeId - exoId - Exceptionpublic void deleteCorrespondingId(String username, String id) throws Exception
Exceptionpublic List<String> getSynchronizedExchangeFolderIds(String username) throws Exception
Exceptionpublic org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator getHierarchyCreator()
public org.exoplatform.services.jcr.ext.app.SessionProviderService getSessionProviderService()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.