Uses of Class
org.gcube.portlets.user.userprofileeditingportlet.shared.PresentableFieldInfoBean

Packages that use PresentableFieldInfoBean
org.gcube.portlets.user.userprofileeditingportlet.client   
org.gcube.portlets.user.userprofileeditingportlet.server   
 

Uses of PresentableFieldInfoBean in org.gcube.portlets.user.userprofileeditingportlet.client
 

Methods in org.gcube.portlets.user.userprofileeditingportlet.client that return types with arguments of type PresentableFieldInfoBean
 HashMap<String,ArrayList<PresentableFieldInfoBean>> UserProfileEditingService.getAvailablePresentableFieldsPerCollection()
           
 HashMap<String,ArrayList<PresentableFieldInfoBean>> PresentatableFieldsPanel.getPreferedFieldsPerCollection()
           
 

Method parameters in org.gcube.portlets.user.userprofileeditingportlet.client with type arguments of type PresentableFieldInfoBean
 void UserProfileEditingServiceAsync.getAvailablePresentableFieldsPerCollection(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,ArrayList<PresentableFieldInfoBean>>> callback)
           
 Boolean UserProfileEditingService.updateUserProfile(HashMap<String,ArrayList<PresentableFieldInfoBean>> selectedFieldsPerCollection)
           
 void UserProfileEditingServiceAsync.updateUserProfile(HashMap<String,ArrayList<PresentableFieldInfoBean>> selectedFieldsPerCollection, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 

Uses of PresentableFieldInfoBean in org.gcube.portlets.user.userprofileeditingportlet.server
 

Methods in org.gcube.portlets.user.userprofileeditingportlet.server that return types with arguments of type PresentableFieldInfoBean
 HashMap<String,ArrayList<PresentableFieldInfoBean>> UserProfileEditingServlet.getAvailablePresentableFieldsPerCollection()
           
 

Method parameters in org.gcube.portlets.user.userprofileeditingportlet.server with type arguments of type PresentableFieldInfoBean
 Boolean UserProfileEditingServlet.updatePresentableFieldsToProfile(HashMap<String,ArrayList<PresentableFieldInfoBean>> collectionsAndFields)
           
 Boolean UserProfileEditingServlet.updateUserProfile(HashMap<String,ArrayList<PresentableFieldInfoBean>> selectedFieldsPerCollection)
          This method updates the user profile of the current user It updates the profile that is stored in CMS
 



Copyright © 2014. All Rights Reserved.