Uses of Class
org.eclipse.higgins.ics.gwt.base.client.model.entity.FormatDescriptor

Packages that use FormatDescriptor
org.eclipse.higgins.ics.gwt.icm.client   
org.eclipse.higgins.ics.gwt.icm.client.backup   
org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential   
org.eclipse.higgins.ics.model.bean   
org.eclipse.higgins.ics.ws.client   
 

Uses of FormatDescriptor in org.eclipse.higgins.ics.gwt.icm.client
 

Methods in org.eclipse.higgins.ics.gwt.icm.client that return FormatDescriptor
 FormatDescriptor ICMService.getRestoreData()
           
 

Methods in org.eclipse.higgins.ics.gwt.icm.client with parameters of type FormatDescriptor
 void ICMServiceAsync.putCredentialForRestore(FormatDescriptor descriptor, String userIdentifier, String userPassword, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 GWTResponse ICMService.putCredentialForRestore(FormatDescriptor descriptor, String userIdentifier, String userPassword)
           
 

Uses of FormatDescriptor in org.eclipse.higgins.ics.gwt.icm.client.backup
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.backup that return FormatDescriptor
 FormatDescriptor ChooseTypeBackupPanel.getFormat()
           
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.backup with parameters of type FormatDescriptor
 void ChooseTypeBackupPanel.setFormat(FormatDescriptor format)
           
 

Uses of FormatDescriptor in org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential that return FormatDescriptor
 FormatDescriptor RestoreDataCredentialPanel.getFormatDescriptor()
           
 

Constructors in org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential with parameters of type FormatDescriptor
RestoreDataCredentialPanel(FormatDescriptor descriptor)
           
 

Uses of FormatDescriptor in org.eclipse.higgins.ics.model.bean
 

Methods in org.eclipse.higgins.ics.model.bean that return FormatDescriptor
 FormatDescriptor RPCBean.getRestoreData()
           
 

Methods in org.eclipse.higgins.ics.model.bean with parameters of type FormatDescriptor
 Response ManagerBean.putCredentialForRestore(String userIdentifier, String userPassword, byte[] fileData, FormatDescriptor descriptor)
           
 GWTResponse RPCBean.putCredentialForRestore(FormatDescriptor descriptor, String userIdentifier, String userPassword)
           
 

Uses of FormatDescriptor in org.eclipse.higgins.ics.ws.client
 

Methods in org.eclipse.higgins.ics.ws.client that return FormatDescriptor
static FormatDescriptor Utils.formatDescriptorTO2FormatDescriptor(FormatDescriptorTO formatTO)