From here,
A Contact joins multiple raw contacts into one aggregate. This is what the user perceives as a real contact in the People and Phone apps.
A sync adapter synchronizes its raw contacts with its cloud source. It can be bundled with a Market application (examples: Skype, Twitter, Google+).
While users deal with contacts, sync adapters work with their raw contact rows. They own the data inside a raw contact, but by design it is left up to Android to properly join raw contact rows with others.
So, now let's say that there is a contact having different raw contact entries one each of Skype, Twitter, etc.
So, my question is that can I use sync adapter to sync contacts as a whole with the cloud storage or are the sync adapters just meant to provide sync functionality to the content providers belonging to the application like for Twitter app to sync Twitter contacts and for Skype app to sync Skype contacts.