Uses of Class
org.springframework.social.alfresco.api.entities.Preference

Packages that use Preference
org.springframework.social.alfresco.api   
org.springframework.social.alfresco.api.impl   
 

Uses of Preference in org.springframework.social.alfresco.api
 

Methods in org.springframework.social.alfresco.api that return Preference
 Preference Alfresco.getPreference(String network, String person, String preference)
          Get preference for person in network
 

Methods in org.springframework.social.alfresco.api that return types with arguments of type Preference
 AlfrescoList<Preference> Alfresco.getPreferences(String network, String person)
          Get all preferences for person in network
 AlfrescoList<Preference> Alfresco.getPreferences(String network, String person, Map<String,String> parameters)
          Get all preferences for person in network filtered by parameters
 

Uses of Preference in org.springframework.social.alfresco.api.impl
 

Methods in org.springframework.social.alfresco.api.impl that return Preference
 Preference AlfrescoTemplate.getPreference(String network, String person, String preference)
           
 

Methods in org.springframework.social.alfresco.api.impl that return types with arguments of type Preference
 AlfrescoList<Preference> AlfrescoTemplate.getPreferences(String network, String person)
           
 AlfrescoList<Preference> AlfrescoTemplate.getPreferences(String network, String person, Map<String,String> parameters)
           
 



Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.