public class CorrespondenceService extends Object implements Serializable
| Constructor and Description |
|---|
CorrespondenceService(org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator hierarchyCreator,
org.exoplatform.services.jcr.ext.app.SessionProviderService providerService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteCorrespondingId(String username,
String id) |
protected 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
|
protected List<String> |
getSynchronizedExchangeFolderIds(String username) |
protected void |
setCorrespondingId(String username,
String exoId,
String exchangeId)
Sets Correspondence between IDs
|
public CorrespondenceService(org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator hierarchyCreator,
org.exoplatform.services.jcr.ext.app.SessionProviderService providerService)
public String getCorrespondingId(String username, String id) throws Exception
username - id - Exceptionprotected void setCorrespondingId(String username, String exoId, String exchangeId) throws Exception
username - exoId - exchangeId - Exceptionprotected void deleteCorrespondingId(String username, String exchangeId, String exoId) throws Exception
username - id - Exceptionprotected void deleteCorrespondingId(String username, String id) throws Exception
ExceptionCopyright © 2003–2016 eXo Platform SAS. All rights reserved.