org.eclipse.higgins.sync.ws.jaxws
Class CardSyncWS

java.lang.Object
  extended by org.eclipse.higgins.sync.ws.jaxws.CardSyncWS

public class CardSyncWS
extends Object

Jax-WS CardSync WS endpoint.

Author:
Alexander Yuhimenko

Constructor Summary
CardSyncWS()
           
 
Method Summary
 org.eclipse.higgins.sync.to.CardTO createCard(org.eclipse.higgins.sync.to.CardTO cardTO)
           
 org.eclipse.higgins.sync.to.UserProfileTO createUserProfile(org.eclipse.higgins.sync.to.UserProfileTO userProfileTO)
           
 void deleteCard(String id)
           
 void deleteUserProfile()
           
 org.eclipse.higgins.sync.to.CmdExecStatusesTO execCommands(org.eclipse.higgins.sync.to.CommandsTO commandsTO, String[] resourceTypeList)
           
 org.eclipse.higgins.sync.to.CardTO getCard(String id)
           
 org.eclipse.higgins.sync.to.CardsTO getCards()
           
 org.eclipse.higgins.sync.to.CommandsTO getCommandLog(org.eclipse.higgins.sync.to.RevisionTO clientRootRevisionTO, String[] resourceTypeList)
           
 org.eclipse.higgins.sync.to.RevisionTO getRootRevision(List<String> resourceTypeList)
           
 org.eclipse.higgins.sync.to.UserProfileTO getUserProfile()
           
 org.eclipse.higgins.sync.to.CardsTO importFromCrd(org.eclipse.higgins.sync.to.FileTO fileTO)
           
 org.eclipse.higgins.sync.to.AccessTokenTO signIn(org.eclipse.higgins.sync.to.AuthCredentialTO authCredentialTO)
           
 void signOut()
           
 org.eclipse.higgins.sync.to.CardTO updateCard(org.eclipse.higgins.sync.to.CardTO cardTO)
           
 org.eclipse.higgins.sync.to.UserProfileTO updateUserProfile(org.eclipse.higgins.sync.to.UserProfileTO userProfileTO)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardSyncWS

public CardSyncWS()
Method Detail

createCard

public org.eclipse.higgins.sync.to.CardTO createCard(org.eclipse.higgins.sync.to.CardTO cardTO)
                                              throws CardSyncException
Throws:
CardSyncException

createUserProfile

public org.eclipse.higgins.sync.to.UserProfileTO createUserProfile(org.eclipse.higgins.sync.to.UserProfileTO userProfileTO)
                                                            throws CardSyncException
Throws:
CardSyncException

deleteCard

public void deleteCard(String id)
                throws CardSyncException
Throws:
CardSyncException

deleteUserProfile

public void deleteUserProfile()
                       throws CardSyncException
Throws:
CardSyncException

getCard

public org.eclipse.higgins.sync.to.CardTO getCard(String id)
                                           throws CardSyncException
Throws:
CardSyncException

getCards

public org.eclipse.higgins.sync.to.CardsTO getCards()
                                             throws CardSyncException
Throws:
CardSyncException

getRootRevision

public org.eclipse.higgins.sync.to.RevisionTO getRootRevision(List<String> resourceTypeList)
                                                       throws CardSyncException
Throws:
CardSyncException

getUserProfile

public org.eclipse.higgins.sync.to.UserProfileTO getUserProfile()
                                                         throws CardSyncException
Throws:
CardSyncException

importFromCrd

public org.eclipse.higgins.sync.to.CardsTO importFromCrd(org.eclipse.higgins.sync.to.FileTO fileTO)
                                                  throws CardSyncException
Throws:
CardSyncException

signIn

public org.eclipse.higgins.sync.to.AccessTokenTO signIn(org.eclipse.higgins.sync.to.AuthCredentialTO authCredentialTO)
                                                 throws CardSyncException
Throws:
CardSyncException

signOut

public void signOut()
             throws CardSyncException
Throws:
CardSyncException

updateCard

public org.eclipse.higgins.sync.to.CardTO updateCard(org.eclipse.higgins.sync.to.CardTO cardTO)
                                              throws CardSyncException
Throws:
CardSyncException

updateUserProfile

public org.eclipse.higgins.sync.to.UserProfileTO updateUserProfile(org.eclipse.higgins.sync.to.UserProfileTO userProfileTO)
                                                            throws CardSyncException
Throws:
CardSyncException

execCommands

public org.eclipse.higgins.sync.to.CmdExecStatusesTO execCommands(org.eclipse.higgins.sync.to.CommandsTO commandsTO,
                                                                  String[] resourceTypeList)
                                                           throws CardSyncException
Throws:
CardSyncException

getCommandLog

public org.eclipse.higgins.sync.to.CommandsTO getCommandLog(org.eclipse.higgins.sync.to.RevisionTO clientRootRevisionTO,
                                                            String[] resourceTypeList)
                                                     throws CardSyncException
Throws:
CardSyncException